diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index a2e15551c631..05fc68e1929f 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -38901,10 +38901,10 @@ t3 = childParentData.right; t3.toString; t1.toString; - childConstraints = B.BoxConstraints_mlX6.tighten$1$width(t2 - t3 - t1); + childConstraints = B.BoxConstraints_mlX5.tighten$1$width(t2 - t3 - t1); } else { t1 = childParentData.width; - childConstraints = t1 != null ? B.BoxConstraints_mlX6.tighten$1$width(t1) : B.BoxConstraints_mlX6; + childConstraints = t1 != null ? B.BoxConstraints_mlX5.tighten$1$width(t1) : B.BoxConstraints_mlX5; } t1 = childParentData.top; if (t1 != null && childParentData.bottom != null) { @@ -41658,8 +41658,8 @@ Expanded$(child, flex) { return new A.Expanded(flex, B.FlexFit_0, child, null); }, - Wrap$(alignment, children, crossAxisAlignment, spacing) { - return new A.Wrap(alignment, spacing, crossAxisAlignment, children, null); + Wrap$(alignment, children, clipBehavior, crossAxisAlignment, spacing) { + return new A.Wrap(alignment, spacing, crossAxisAlignment, clipBehavior, children, null); }, RichText$(key, locale, maxLines, overflow, softWrap, strutStyle, text, textAlign, textDirection, textHeightBehavior, textScaleFactor, textWidthBasis) { return new A.RichText(text, textAlign, textDirection, softWrap, overflow, textScaleFactor, maxLines, locale, strutStyle, textWidthBasis, textHeightBehavior, A.RichText__extractChildren(text), key); @@ -42010,13 +42010,14 @@ _.child = t2; _.key = t3; }, - Wrap: function Wrap(t0, t1, t2, t3, t4) { + Wrap: function Wrap(t0, t1, t2, t3, t4, t5) { var _ = this; _.alignment = t0; _.spacing = t1; _.crossAxisAlignment = t2; - _.children = t3; - _.key = t4; + _.clipBehavior = t3; + _.children = t4; + _.key = t5; }, RichText: function RichText(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12) { var _ = this; @@ -53197,14 +53198,6 @@ this.index = t0; this._core$_name = t1; }, - InAppReview: function InAppReview() { - }, - InAppReviewPlatform: function InAppReviewPlatform() { - }, - MethodChannelInAppReview: function MethodChannelInAppReview(t0, t1) { - this._method_channel_in_app_review$_channel = t0; - this._instanceToken = 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); }, @@ -54201,16 +54194,16 @@ builder.get$_account_model$_$this()._disableAutoUpdate = false; builder.get$_account_model$_$this()._isMigrated = false; builder.get$_account_model$_$this()._isHosted = false; - builder.get$_account_model$_$this()._trialPlan = ""; builder.get$_account_model$_$this()._trialStarted = ""; builder.get$_account_model$_$this()._defaultCompanyId = ""; + builder.get$_account_model$_$this()._trialDaysLeft = 0; builder.get$_account_model$_$this()._hostedClientCount = 0; builder.get$_account_model$_$this()._hostedCompanyCount = 1; builder.get$_account_model$_$this()._setReactAsDefaultAP = false; return builder; }, - _$AccountEntity$_(currentVersion, debugEnabled, defaultCompanyId, defaultUrl, disableAutoUpdate, hostedClientCount, hostedCompanyCount, id, isDocker, isHosted, isMigrated, isSchedulerRunning, latestVersion, plan, planExpires, reportErrors, setReactAsDefaultAP, trialPlan, trialStarted) { - return new A._$AccountEntity(id, trialPlan, trialStarted, defaultUrl, reportErrors, plan, planExpires, latestVersion, currentVersion, debugEnabled, isDocker, isMigrated, isHosted, isSchedulerRunning, disableAutoUpdate, defaultCompanyId, hostedClientCount, hostedCompanyCount, setReactAsDefaultAP); + _$AccountEntity$_(currentVersion, debugEnabled, defaultCompanyId, defaultUrl, disableAutoUpdate, hostedClientCount, hostedCompanyCount, id, isDocker, isHosted, isMigrated, isSchedulerRunning, latestVersion, plan, planExpires, reportErrors, setReactAsDefaultAP, trialDaysLeft, trialStarted) { + return new A._$AccountEntity(id, trialStarted, defaultUrl, reportErrors, plan, planExpires, latestVersion, currentVersion, debugEnabled, isDocker, isMigrated, isHosted, isSchedulerRunning, disableAutoUpdate, defaultCompanyId, hostedClientCount, hostedCompanyCount, setReactAsDefaultAP, trialDaysLeft); }, AccountEntity: function AccountEntity() { }, @@ -54219,29 +54212,29 @@ _$AccountEntity: function _$AccountEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) { var _ = this; _.id = t0; - _.trialPlan = t1; - _.trialStarted = t2; - _.defaultUrl = t3; - _.reportErrors = t4; - _.plan = t5; - _.planExpires = t6; - _.latestVersion = t7; - _.currentVersion = t8; - _.debugEnabled = t9; - _.isDocker = t10; - _.isMigrated = t11; - _.isHosted = t12; - _.isSchedulerRunning = t13; - _.disableAutoUpdate = t14; - _.defaultCompanyId = t15; - _.hostedClientCount = t16; - _.hostedCompanyCount = t17; - _.setReactAsDefaultAP = t18; + _.trialStarted = t1; + _.defaultUrl = t2; + _.reportErrors = t3; + _.plan = t4; + _.planExpires = t5; + _.latestVersion = t6; + _.currentVersion = t7; + _.debugEnabled = t8; + _.isDocker = t9; + _.isMigrated = t10; + _.isHosted = t11; + _.isSchedulerRunning = t12; + _.disableAutoUpdate = t13; + _.defaultCompanyId = t14; + _.hostedClientCount = t15; + _.hostedCompanyCount = t16; + _.setReactAsDefaultAP = t17; + _.trialDaysLeft = t18; _._account_model$__hashCode = null; }, AccountEntityBuilder: function AccountEntityBuilder() { var _ = this; - _._setReactAsDefaultAP = _._hostedCompanyCount = _._hostedClientCount = _._defaultCompanyId = _._disableAutoUpdate = _._isSchedulerRunning = _._isHosted = _._isMigrated = _._isDocker = _._debugEnabled = _._currentVersion = _._latestVersion = _._planExpires = _._plan = _._reportErrors = _._defaultUrl = _._trialStarted = _._trialPlan = _._account_model$_id = _._account_model$_$v = null; + _._trialDaysLeft = _._setReactAsDefaultAP = _._hostedCompanyCount = _._hostedClientCount = _._defaultCompanyId = _._disableAutoUpdate = _._isSchedulerRunning = _._isHosted = _._isMigrated = _._isDocker = _._debugEnabled = _._currentVersion = _._latestVersion = _._planExpires = _._plan = _._reportErrors = _._defaultUrl = _._trialStarted = _._account_model$_id = _._account_model$_$v = null; }, ClientEntity_ClientEntity(group, id, state, user) { var t1, t2, t3, t4, t5, t6, t7, t8, t9, _null = null; @@ -54650,7 +54643,7 @@ t1 = A.CompanyEntity_CompanyEntity(), t2 = A.UserEntity_UserEntity(_null, _null, _null), t3 = A.TokenEntity_TokenEntity(_null, _null); - return A._$UserCompanyEntity$_(A._$AccountEntity$_("", false, "", "", false, 0, 1, "", false, false, false, false, "", "", "", reportErrors, false, "", ""), t1, false, false, "", A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String).rebuild$1(new A.UserCompanyEntity_UserCompanyEntity_closure()), "", 0, _null, t3, t2); + return A._$UserCompanyEntity$_(A._$AccountEntity$_("", false, "", "", false, 0, 1, "", false, false, false, false, "", "", "", reportErrors, false, 0, ""), t1, false, false, "", A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String).rebuild$1(new A.UserCompanyEntity_UserCompanyEntity_closure()), "", 0, _null, t3, t2); }, UserCompanyEntity__initializeBuilder(builder) { var t1 = builder.get$settings(), @@ -60233,8 +60226,6 @@ }, DismissGatewayWarningPermanently: function DismissGatewayWarningPermanently() { }, - DismissReviewAppPermanently: function DismissReviewAppPermanently() { - }, ViewMainScreen: function ViewMainScreen() { }, StartSaving: function StartSaving() { @@ -82138,7 +82129,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "restored_user"); message = t1 == null ? "" : t1; } - A.passwordCallback(false, new A.handleUserAction_closure10(new A.handleUserAction_closure11(store, context, message, userIds)), context); + A.passwordCallback(false, new A.handleUserAction_closure10(new A.handleUserAction_closure11(store, context, message, userIds)), context, false); break; case B.EntityAction_archive: if (userIds.length > 1) { @@ -82152,7 +82143,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "archived_user"); message = t1 == null ? "" : t1; } - A.passwordCallback(false, new A.handleUserAction_closure12(new A.handleUserAction_closure13(store, context, message, userIds)), context); + A.passwordCallback(false, new A.handleUserAction_closure12(new A.handleUserAction_closure13(store, context, message, userIds)), context, false); break; case B.EntityAction_delete: if (userIds.length > 1) { @@ -82166,7 +82157,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t2.localeCode), "deleted_user"); message = t1 == null ? "" : t1; } - A.passwordCallback(false, new A.handleUserAction_closure14(new A.handleUserAction_closure15(store, context, message, userIds)), context); + A.passwordCallback(false, new A.handleUserAction_closure14(new A.handleUserAction_closure15(store, context, message, userIds)), context, false); break; case B.EntityAction_newRecurringExpense: A.createEntity(_null, _null, context, A.ExpenseEntity_ExpenseEntity(_null, B.EntityType_recurringExpense, _null, _null, state, user, _null), false); @@ -82204,7 +82195,7 @@ } break; case B.EntityAction_resendInvite: - A.passwordCallback(false, new A.handleUserAction_closure18(store, user, context, t2), context); + A.passwordCallback(false, new A.handleUserAction_closure18(store, user, context, t2), context, false); break; case B.EntityAction_more: A.showEntityActionsDialog(_null, A._setArrayType([user], type$.JSArray_legacy_BaseEntity), false); @@ -86996,18 +86987,18 @@ }, _showAbout____closure6: function _showAbout____closure6() { }, - _showAbout__closure4: function _showAbout__closure4(t0) { - this.context = t0; - }, - _showAbout___closure: function _showAbout___closure() { + _showAbout__closure4: function _showAbout__closure4() { }, _showAbout__closure5: function _showAbout__closure5(t0) { this.context = t0; }, + _showAbout___closure: function _showAbout___closure() { + }, _showAbout__closure6: function _showAbout__closure6(t0) { this.context = t0; }, - _showAbout__closure7: function _showAbout__closure7() { + _showAbout__closure7: function _showAbout__closure7(t0) { + this.context = t0; }, _showAbout__closure8: function _showAbout__closure8() { }, @@ -87017,6 +87008,8 @@ }, _showAbout__closure11: function _showAbout__closure11() { }, + _showAbout__closure12: function _showAbout__closure12() { + }, ContactUsDialog: function ContactUsDialog(t0) { this.key = t0; }, @@ -87232,23 +87225,6 @@ _._debugLifecycleState = t0; _._framework$_element = null; }, - _ReviewAppState_build_closure: function _ReviewAppState_build_closure(t0, t1, t2) { - this.$this = t0; - this.context = t1; - this.store = t2; - }, - _ReviewAppState_build__closure0: function _ReviewAppState_build__closure0(t0) { - this.$this = t0; - }, - _ReviewAppState_build__closure1: function _ReviewAppState_build__closure1() { - }, - _ReviewAppState_build_closure0: function _ReviewAppState_build_closure0(t0, t1) { - this.$this = t0; - this.store = t1; - }, - _ReviewAppState_build__closure: function _ReviewAppState_build__closure(t0) { - this.$this = t0; - }, ScrollableListView: function ScrollableListView(t0, t1, t2, t3) { var _ = this; _.children = t0; @@ -100394,14 +100370,14 @@ }, documentReport_closure8: function documentReport_closure8() { }, - expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { - var t2, columns, t3, t4, t5, t6, t7, expense, t8, client, invoice, vendor, row, value, t9, value0, value1, t10, t11, t12, t13, t14, t15, t16, value2, t17, value3, value4, value5, t18, value6, value7, t19, value8, value9, t20, t21, skip, t22, value10, t23, t24, selectedColumns, _null = null, + expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { + var t2, columns, t3, t4, t5, t6, t7, expense, t8, client, invoice, vendor, project, row, value, t9, value0, value1, t10, t11, t12, t13, t14, t15, t16, value2, t17, value3, value4, value5, t18, value6, value7, t19, value8, value9, t20, t21, skip, t22, value10, t23, t24, selectedColumns, _null = null, data = A._setArrayType([], type$.JSArray_legacy_List_legacy_ReportElement), entities = A._setArrayType([], type$.JSArray_legacy_BaseEntity), t1 = userCompany.settings, reportSettings = t1 == null ? _null : t1.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_1, B.ExpenseReportFields_4, B.ExpenseReportFields_12, B.ExpenseReportFields_18, B.ExpenseReportFields_21, B.ExpenseReportFields_26], type$.JSArray_legacy_ExpenseReportFields); + defaultColumns = A._setArrayType([B.ExpenseReportFields_1, B.ExpenseReportFields_4, B.ExpenseReportFields_12, B.ExpenseReportFields_18, B.ExpenseReportFields_21, B.ExpenseReportFields_27], type$.JSArray_legacy_ExpenseReportFields); t1 = expenseReportSettings.columns._list; t2 = type$.legacy_ExpenseReportFields; if (t1.length !== 0) { @@ -100423,6 +100399,10 @@ vendor = vendorMap._map$_map.$index(0, t8); if (vendor == null) vendor = A.VendorEntity_VendorEntity(_null, _null, _null); + t8 = expense.projectId; + project = projectMap._map$_map.$index(0, t8); + if (project == null) + project = A.ProjectEntity_ProjectEntity(_null, _null, _null, _null); if (expense.isDeleted) continue; row = A._setArrayType([], t6); @@ -100507,24 +100487,27 @@ value10 = vendor.name; break; case B.ExpenseReportFields_22: - value10 = A.presentCustomField(t5, "expense1", t16); + value10 = project.name; break; case B.ExpenseReportFields_23: - value10 = A.presentCustomField(t5, "expense2", t15); + value10 = A.presentCustomField(t5, "expense1", t16); break; case B.ExpenseReportFields_24: - value10 = A.presentCustomField(t5, "expense3", t14); + value10 = A.presentCustomField(t5, "expense2", t15); break; case B.ExpenseReportFields_25: - value10 = A.presentCustomField(t5, "expense4", t13); + value10 = A.presentCustomField(t5, "expense3", t14); break; case B.ExpenseReportFields_26: + value10 = A.presentCustomField(t5, "expense4", t13); + break; + case B.ExpenseReportFields_27: t23 = expenseCategoryMap._map$_map.$index(0, t12); value10 = t23 == null ? _null : t23.name; if (value10 == null) value10 = ""; break; - case B.ExpenseReportFields_27: + case B.ExpenseReportFields_28: t23 = userMap._map$_map.$index(0, t11); if (t23 == null) value10 = _null; @@ -100536,7 +100519,7 @@ if (value10 == null) value10 = ""; break; - case B.ExpenseReportFields_28: + case B.ExpenseReportFields_29: t23 = userMap._map$_map.$index(0, t10); if (t23 == null) value10 = _null; @@ -100548,19 +100531,19 @@ if (value10 == null) value10 = ""; break; - case B.ExpenseReportFields_29: + case B.ExpenseReportFields_30: value10 = value1; break; - case B.ExpenseReportFields_30: + case B.ExpenseReportFields_31: value10 = value0; break; - case B.ExpenseReportFields_31: + case B.ExpenseReportFields_32: value10 = expense.get$calculateTaxAmount1(); break; - case B.ExpenseReportFields_32: + case B.ExpenseReportFields_33: value10 = expense.get$calculateTaxAmount2(); break; - case B.ExpenseReportFields_33: + case B.ExpenseReportFields_34: value10 = expense.get$calculateTaxAmount3(); break; default: @@ -100586,7 +100569,7 @@ 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_rR8, new A.expenseReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.expenseReport_closure4(), t1), true, t2), data, entities, true); + return new A.ReportResult(selectedColumns, A.List_List$of(new A.MappedListIterable(B.List_anB, new A.expenseReport_closure3(), t1), true, t2), A.List_List$of(new A.MappedListIterable(defaultColumns, new A.expenseReport_closure4(), t1), true, t2), data, entities, true); }, ExpenseReportFields: function ExpenseReportFields(t0, t1) { this.index = t0; @@ -104035,7 +104018,7 @@ case "expense": t4 = $.$get$memoizedExpenseReport(); t5 = t3[t1]; - t5 = _box_1.reportResult = t4.call$9(t5.userCompany, t2, t5.expenseState.map, t5.expenseCategoryState.map, t5.invoiceState.map, t5.clientState.map, t5.vendorState.map, t5.userState.map, state.staticState); + t5 = _box_1.reportResult = t4.call$10(t5.userCompany, t2, t5.expenseState.map, t5.expenseCategoryState.map, t5.invoiceState.map, t5.clientState.map, t5.vendorState.map, t5.projectState.map, t5.userState.map, state.staticState); t4 = t5; break; case "recurring_expense": @@ -112841,7 +112824,7 @@ title = t2 ? t1.get$areYouSure() : message; A.showDialog(_null, true, new A.confirmCallback_closure(typeToConfirm, callback, t1, title, askForReason, t2 ? _null : t1.get$areYouSure()), context, _null, true, type$.legacy_AlertDialog); }, - passwordCallback(alwaysRequire, callback, context) { + passwordCallback(alwaysRequire, callback, context, skipOAuth) { var user, error, t4, t5, t6, exception, _null = null, _s21_ = "please_set_a_password", _s12_ = "set_password", @@ -112878,17 +112861,15 @@ A.print("## 2"); return; } - if (user.oauthProvider.length !== 0) { - if (user.oauthProvider === "google") - t1 = A.isMacOS() || A.isWindows() || A.isLinux(); - else - t1 = false; - if (!t1) { + if (user.oauthProvider.length !== 0) + if (!skipOAuth) { + user.oauthProvider === "google"; + user.oauthProvider === "apple"; user.toString; t1 = false; } else t1 = true; - } else + else t1 = true; if (t1) { A.showDialog(_null, false, new A.passwordCallback_closure0(callback), context, _null, true, type$.Null); @@ -121666,33 +121647,6 @@ else return value; }, - AppReview_isAvailable() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.legacy_bool), - $async$returnValue; - var $async$AppReview_isAvailable = 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 - $.$get$AppReview_inAppReview().toString; - $async$goto = 3; - return A._asyncAwait($.$get$InAppReviewPlatform__instance().isAvailable$0(), $async$AppReview_isAvailable); - case 3: - // returning from await. - $async$returnValue = $async$result; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$AppReview_isAvailable, $async$completer); - }, convertHexStringToColor(value) { var t1, exception; value = value; @@ -122024,7 +121978,7 @@ case B.EntityType_dashboard: return B._MdiIconData_rJg; case B.EntityType_reports: - return B._MdiIconData_egL1; + return B._MdiIconData_egL2; case B.EntityType_settings: return B._MdiIconData_AmO0; case B.EntityType_product: @@ -122069,7 +122023,7 @@ case B.EntityType_taskStatus: return B._MdiIconData_yvL; case B.EntityType_subscription: - return B._MdiIconData_egL2; + return B._MdiIconData_egL3; case B.EntityType_purchaseOrder: return B._MdiIconData_90Y1; default: @@ -124983,7 +124937,7 @@ call$0() { return new self.Promise(A.allowInterop(new A.AppBootstrap_prepareEngineInitializer__closure0(this.$this)), type$.FlutterApp); }, - $signature: 2313 + $signature: 2320 }; A.AppBootstrap_prepareEngineInitializer__closure0.prototype = { call$2(resolve, _) { @@ -125008,7 +124962,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 582 + $signature: 685 }; A.AppBootstrap_prepareEngineInitializer_closure0.prototype = { call$1(params) { @@ -125087,7 +125041,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 582 + $signature: 685 }; A.AssetManager.prototype = { get$_baseUrl() { @@ -127236,25 +127190,25 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 380 + $signature: 508 }; A.HtmlViewEmbedder__applyMutators_closure0.prototype = { call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 380 + $signature: 508 }; A.HtmlViewEmbedder_submitFrame_closure.prototype = { call$1(viewId) { return !$.$get$platformViewManager().isInvisible$1(viewId); }, - $signature: 197 + $signature: 184 }; A.HtmlViewEmbedder_submitFrame_closure0.prototype = { call$1(viewId) { return !$.$get$platformViewManager().isInvisible$1(viewId); }, - $signature: 197 + $signature: 184 }; A.HtmlViewEmbedder_submitFrame_closure1.prototype = { call$2(viewId, viewIdToInsertBefore) { @@ -127267,13 +127221,13 @@ } else $.skiaSceneHost.appendChild(overlay); }, - $signature: 362 + $signature: 281 }; A.HtmlViewEmbedder__updateOverlays_closure.prototype = { call$1(viewId) { return !$.$get$platformViewManager().isInvisible$1(viewId); }, - $signature: 197 + $signature: 184 }; A.ViewClipChain.prototype = {}; A.EmbeddedViewParams.prototype = { @@ -127493,7 +127447,7 @@ call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 739 + $signature: 643 }; A.FontFallbackData_ensureFontsSupportText_closure.prototype = { call$1(x) { @@ -127505,13 +127459,13 @@ call$0() { return 0; }, - $signature: 159 + $signature: 170 }; A._makeResolvedNotoFontFromCss_closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_CodeunitRange); }, - $signature: 739 + $signature: 643 }; A._registerSymbolsAndEmoji_extractUrlFromCss.prototype = { call$1(css) { @@ -127530,7 +127484,7 @@ $.$get$printWarning().call$1("Unable to determine URL for Noto font"); return null; }, - $signature: 2699 + $signature: 2707 }; A.findMinimumFontsForCodeUnits_closure.prototype = { call$1(font) { @@ -127542,7 +127496,7 @@ call$1(codeUnit) { return this._box_0.bestFont.resolvedFont.tree.root.containsDeep$1(codeUnit); }, - $signature: 197 + $signature: 184 }; A.NotoFont.prototype = { ensureResolved$0() { @@ -127797,7 +127751,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 102 }; A.NotoDownloader.prototype = { downloadAsBytes$2$debugDescription(url, debugDescription) { @@ -127813,13 +127767,13 @@ call$1(fetchResult) { return A.promiseToFuture(fetchResult.arrayBuffer(), type$.dynamic).then$1$1(0, new A.NotoDownloader_downloadAsBytes__closure(), type$.ByteBuffer); }, - $signature: 525 + $signature: 689 }; A.NotoDownloader_downloadAsBytes__closure.prototype = { call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 535 + $signature: 565 }; A.NotoDownloader_downloadAsString_closure.prototype = { call$1(response) { @@ -127832,7 +127786,7 @@ call$1(x) { return A._asStringS(x); }, - $signature: 647 + $signature: 570 }; A.SkiaFontCollection.prototype = { ensureFontsLoaded$0() { @@ -128013,13 +127967,13 @@ call$0() { return A._setArrayType([], type$.JSArray_SkFont); }, - $signature: 666 + $signature: 676 }; A.SkiaFontCollection_ensureFontsLoaded_closure0.prototype = { call$0() { return A._setArrayType([], type$.JSArray_SkFont); }, - $signature: 666 + $signature: 676 }; A.SkiaFontCollection__registerFont__downloadFont.prototype = { call$0() { @@ -128100,7 +128054,7 @@ call$1(x) { return type$.ByteBuffer._as(x); }, - $signature: 535 + $signature: 565 }; A.RegisteredFont.prototype = {}; A.skiaDecodeImageFromPixels_closure.prototype = { @@ -128142,13 +128096,13 @@ t2.toString; this.chunkCallback.call$2(t1, t2); }, - $signature: 181 + $signature: 197 }; 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: 181 + $signature: 197 }; A.fetchImage_closure1.prototype = { call$1($event) { @@ -128164,7 +128118,7 @@ } _this.completer.complete$1(0, J.asUint8List$2$x(type$.ByteBuffer._as(A._convertNativeToDart_XHR_Response(t1.response)), 0, null)); }, - $signature: 181 + $signature: 197 }; A.CkImage.prototype = { CkImage$2$videoFrame(skImage, videoFrame) { @@ -128481,7 +128435,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 361 + $signature: 288 }; A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure.prototype = { call$0() { @@ -128503,20 +128457,20 @@ t1 = t1.get$canvasKitBaseUrl(t1) + "profiling/"; return B.JSString_methods.$add(t1, file); }, - $signature: 702 + $signature: 625 }; A.downloadCanvasKit_closure0.prototype = { call$1(ck) { this.canvasKitInitCompleter.complete$1(0, ck); }, - $signature: 2587 + $signature: 2594 }; A._downloadCanvasKitJs_closure.prototype = { call$1(_) { J.cancel$0$z(this.loadSubscription._readLocal$0()); this.canvasKitLoadCompleter.complete$0(0); }, - $signature: 69 + $signature: 73 }; A.IntervalTree.prototype = {}; A.IntervalTree_IntervalTree$createFromRanges_closure.prototype = { @@ -129870,7 +129824,7 @@ J.flush$0$x(this.$this.__engine$_surface.surface); return true; }, - $signature: 2706 + $signature: 2710 }; A.CkSurface.prototype = { dispose$0(_) { @@ -130390,7 +130344,7 @@ call$1(font) { return this.fontFamily == font; }, - $signature: 56 + $signature: 55 }; A.CanvasKitError.prototype = { toString$0(_) { @@ -130422,7 +130376,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 396 + $signature: 464 }; A.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1(_) { @@ -130464,7 +130418,7 @@ if (t1 != null) t1.call$1(null); }, - $signature: 86 + $signature: 88 }; A.ClipboardAPICopyStrategy.prototype = { setData$1(_, text) { @@ -130852,7 +130806,7 @@ } else if (t1 > 5) t.cancel$0(0); }, - $signature: 432 + $signature: 493 }; A.FlutterViewEmbedder_setPreferredOrientation_closure.prototype = { call$1(_) { @@ -130923,12 +130877,12 @@ $._fontChangeScheduled = false; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/system", $.$get$_fontChangeMessage(), new A.sendFontChangeMessage__closure()); }, - $signature: 587 + $signature: 684 }; A.sendFontChangeMessage__closure.prototype = { call$1(_) { }, - $signature: 136 + $signature: 143 }; A.FrameReference.prototype = { get$value(receiver) { @@ -136996,7 +136950,7 @@ J.cancel$0$z(this.errorSubscription._readLocal$0()); this.completer.completeError$1($event); }, - $signature: 69 + $signature: 73 }; A.HtmlCodec__decodeUsingOnLoad_closure0.prototype = { call$1($event) { @@ -137009,7 +136963,7 @@ t1 = _this.imgElement; _this.completer.complete$1(0, new A.SingleFrameInfo(new A.HtmlImage(t1, t1.naturalWidth, t1.naturalHeight))); }, - $signature: 69 + $signature: 73 }; A.HtmlBlobCodec.prototype = { dispose$0(_) { @@ -137075,7 +137029,7 @@ $._hotRestartListeners[_i].call$0(); return A.Future_Future$value(A.ServiceExtensionResponse$result("OK"), type$.ServiceExtensionResponse); }, - $signature: 665 + $signature: 562 }; A.initializeEngineServices_closure1.prototype = { call$0() { @@ -137104,7 +137058,7 @@ if (t2 != null) A.invoke(t2, t1._onDrawFrameZone); }, - $signature: 587 + $signature: 684 }; A._addUrlStrategyListener_closure.prototype = { call$1(jsStrategy) { @@ -137199,13 +137153,13 @@ call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 81 + $signature: 82 }; A.Keyboard$__closure0.prototype = { call$1($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 81 + $signature: 82 }; A.Keyboard$__closure1.prototype = { call$0() { @@ -137231,55 +137185,55 @@ if (A._asBoolS(J.$index$asx(type$.Map_String_dynamic._as(B.C_JSONMessageCodec.decodeMessage$1(data)), "handled"))) this.event.preventDefault(); }, - $signature: 136 + $signature: 143 }; A._kLogicalKeyToModifierGetter_closure.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure0.prototype = { call$1($event) { return $event._event.altKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure1.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure2.prototype = { call$1($event) { return $event._event.ctrlKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure3.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure4.prototype = { call$1($event) { return $event._event.shiftKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure5.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 175 + $signature: 176 }; A._kLogicalKeyToModifierGetter_closure6.prototype = { call$1($event) { return $event._event.metaKey; }, - $signature: 175 + $signature: 176 }; A.KeyboardBinding.prototype = { __engine$_addEventListener$2(_, eventName, handler) { @@ -137311,25 +137265,25 @@ return this.handler.call$1($event); return null; }, - $signature: 200 + $signature: 223 }; A.KeyboardBinding__onKeyData_closure.prototype = { call$1(handled) { this._box_0.result = handled; }, - $signature: 78 + $signature: 77 }; A.KeyboardBinding__setup_closure.prototype = { call$1($event) { return A._lateReadCheck(this.$this.__KeyboardBinding__converter, "_converter").handleEvent$1(new A.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); }, - $signature: 69 + $signature: 73 }; A.KeyboardBinding__setup_closure0.prototype = { call$1($event) { return A._lateReadCheck(this.$this.__KeyboardBinding__converter, "_converter").handleEvent$1(new A.FlutterHtmlKeyboardEvent(type$.KeyboardEvent._as($event))); }, - $signature: 69 + $signature: 73 }; A.FlutterHtmlKeyboardEvent.prototype = {}; A.KeyboardConverter.prototype = { @@ -137473,7 +137427,7 @@ _this.$this.performDispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 86 + $signature: 88 }; A.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0() { @@ -137485,7 +137439,7 @@ call$0() { return new A.KeyData(new A.Duration(this.currentTimeStamp._duration + 2000000), B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 580 + $signature: 749 }; A.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0() { @@ -137535,13 +137489,13 @@ t1 = B.Map_0mogo.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 98784247808 : t1; }, - $signature: 159 + $signature: 170 }; A.KeyboardConverter__handleEvent_closure0.prototype = { call$0() { return new A.KeyData(this.timeStamp, B.KeyEventType_1, this.physicalKey, this.logicalKey, null, true); }, - $signature: 580 + $signature: 749 }; A.KeyboardConverter__handleEvent_closure1.prototype = { call$0() { @@ -137559,7 +137513,7 @@ if (t2.containsValue$1(0, testeeLogicalKey) && !getModifier.call$1(_this.event)) t2.removeWhere$1(t2, new A.KeyboardConverter__handleEvent__closure(t1, testeeLogicalKey, _this.timeStamp)); }, - $signature: 2287 + $signature: 2289 }; A.KeyboardConverter__handleEvent__closure.prototype = { call$2(physicalKey, logicalRecord) { @@ -137569,14 +137523,14 @@ this.$this._dispatchKeyData.call$1(new A.KeyData(this.timeStamp, B.KeyEventType_1, physicalKey, t1, null, true)); return true; }, - $signature: 2294 + $signature: 2297 }; A.KeyboardConverter_handleEvent_closure.prototype = { call$1(data) { this._box_0.sentAnyEvents = true; return this.$this.performDispatchKeyData.call$1(data); }, - $signature: 507 + $signature: 448 }; A.MouseCursor.prototype = {}; A.BrowserHistory.prototype = { @@ -137750,7 +137704,7 @@ A.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 136 + $signature: 143 }; A.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy(urlStrategy) { @@ -137844,12 +137798,12 @@ A.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1(_) { }, - $signature: 136 + $signature: 143 }; A.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1(_) { }, - $signature: 136 + $signature: 143 }; A.JsUrlStrategy.prototype = {}; A.UrlStrategy.prototype = {}; @@ -137917,7 +137871,7 @@ this.unsubscribe._readLocal$0().call$0(); this.completer.complete$0(0); }, - $signature: 81 + $signature: 82 }; A.CustomUrlStrategy.prototype = { addPopStateListener$1(_, fn) { @@ -138272,13 +138226,13 @@ call$1(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 136 + $signature: 143 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1(assetData) { this.$this.replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 2351 + $signature: 2352 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1(error) { @@ -138291,19 +138245,19 @@ call$1(_) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 86 + $signature: 88 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1(success) { this.$this.replyToPlatformMessage$2(this.callback, B.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 396 + $signature: 464 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1($content) { $._flutterViewEmbedder._glassPaneElement.appendChild($content); }, - $signature: 2354 + $signature: 2355 }; A.EnginePlatformDispatcher__sendPlatformMessage_closure4.prototype = { call$1(handled) { @@ -138313,7 +138267,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 396 + $signature: 464 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure.prototype = { call$2(mutations, _) { @@ -138334,7 +138288,7 @@ } } }, - $signature: 2355 + $signature: 2361 }; A.EnginePlatformDispatcher__addFontSizeObserver_closure0.prototype = { call$0() { @@ -138353,7 +138307,7 @@ t1 = t1 ? B.Brightness_0 : B.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 81 + $signature: 82 }; A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0.prototype = { call$0() { @@ -138370,7 +138324,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 86 + $signature: 88 }; A.invoke2_closure.prototype = { call$0() { @@ -138451,7 +138405,7 @@ wrapper.appendChild($content._readLocal$0()); return wrapper; }, - $signature: 2411 + $signature: 2412 }; A.PlatformViewMessageHandler.prototype = { _createPlatformView$2(methodCall, callback) { @@ -138538,7 +138492,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = A.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 200 + $signature: 223 }; A._WheelEventListenerMixin.prototype = { _addWheelEventListener$1(handler) { @@ -138620,7 +138574,7 @@ call$1($event) { return this.handler.call$1($event); }, - $signature: 200 + $signature: 223 }; A._SanitizedDetails.prototype = { toString$0(_) { @@ -138753,13 +138707,13 @@ call$0() { return new A._ButtonSanitizer(); }, - $signature: 2572 + $signature: 2576 }; A._PointerAdapter__addPointerEventListener_closure.prototype = { call$1($event) { return this.handler.call$1(type$.PointerEvent._as($event)); }, - $signature: 200 + $signature: 223 }; A._PointerAdapter_setup_closure.prototype = { call$1($event) { @@ -138779,7 +138733,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, sanitizer.sanitizeDownEvent$2$button$buttons(t2, t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 357 + $signature: 295 }; A._PointerAdapter_setup_closure0.prototype = { call$1($event) { @@ -138800,7 +138754,7 @@ } t1.__engine$_callback.call$1(pointerData); }, - $signature: 357 + $signature: 295 }; A._PointerAdapter_setup_closure1.prototype = { call$1($event) { @@ -138817,7 +138771,7 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 357 + $signature: 295 }; A._PointerAdapter_setup_closure2.prototype = { call$1($event) { @@ -138831,13 +138785,13 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, new A._SanitizedDetails(B.PointerChange_0, 0), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 357 + $signature: 295 }; A._PointerAdapter_setup_closure3.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 81 + $signature: 82 }; A._TouchAdapter.prototype = { _addTouchEventListener$2(eventName, handler) { @@ -138873,7 +138827,7 @@ call$1($event) { return this.handler.call$1(type$.TouchEvent._as($event)); }, - $signature: 200 + $signature: 223 }; A._TouchAdapter_setup_closure.prototype = { call$1($event) { @@ -138895,7 +138849,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 353 + $signature: 317 }; A._TouchAdapter_setup_closure0.prototype = { call$1($event) { @@ -138914,7 +138868,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 353 + $signature: 317 }; A._TouchAdapter_setup_closure1.prototype = { call$1($event) { @@ -138937,7 +138891,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 353 + $signature: 317 }; A._TouchAdapter_setup_closure2.prototype = { call$1($event) { @@ -138959,7 +138913,7 @@ } t3.__engine$_callback.call$1(pointerData); }, - $signature: 353 + $signature: 317 }; A._MouseAdapter.prototype = { _addMouseEventListener$3$acceptOutsideGlasspane(eventName, handler, acceptOutsideGlasspane) { @@ -139000,7 +138954,7 @@ call$1($event) { return this.handler.call$1(type$.MouseEvent._as($event)); }, - $signature: 200 + $signature: 223 }; A._MouseAdapter_setup_closure.prototype = { call$1($event) { @@ -139019,7 +138973,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, t4), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 420 + $signature: 435 }; A._MouseAdapter_setup_closure0.prototype = { call$1($event) { @@ -139037,7 +138991,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 420 + $signature: 435 }; A._MouseAdapter_setup_closure1.prototype = { call$1($event) { @@ -139049,13 +139003,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 420 + $signature: 435 }; A._MouseAdapter_setup_closure2.prototype = { call$1($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 81 + $signature: 82 }; A._PointerState.prototype = {}; A.PointerDataConverter.prototype = { @@ -139193,7 +139147,7 @@ call$0() { return new A._PointerState(this.x, this.y); }, - $signature: 2793 + $signature: 2800 }; A.Profiler.prototype = {}; A.JsPromise.prototype = {}; @@ -139545,13 +139499,13 @@ A.invoke3(t1._onSemanticsAction, t1._onSemanticsActionZone, this.semanticsObject.id, B.SemanticsAction_128, null); } }, - $signature: 81 + $signature: 82 }; A.Incrementable_closure0.prototype = { call$1(mode) { this.$this.update$0(0); }, - $signature: 532 + $signature: 577 }; A.LabelAndValue.prototype = { update$0(_) { @@ -139784,13 +139738,13 @@ call$1(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 532 + $signature: 577 }; A.Scrollable_update_closure1.prototype = { call$1(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 81 + $signature: 82 }; A.SemanticsUpdate.prototype = { dispose$0(_) { @@ -140462,7 +140416,7 @@ call$0() { return new A.DateTime(Date.now(), false); }, - $signature: 361 + $signature: 288 }; A.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0() { @@ -140541,7 +140495,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 81 + $signature: 82 }; A.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics() { @@ -140645,7 +140599,7 @@ call$1($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 81 + $signature: 82 }; A.Tappable.prototype = { update$0(_) { @@ -140693,7 +140647,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 81 + $signature: 82 }; A.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange(_, inputConfig, onAction, onChange) { @@ -140875,7 +140829,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); A.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, B.SemanticsAction_1, null); }, - $signature: 81 + $signature: 82 }; A.TextField__initializeForWebkit_closure.prototype = { call$1($event) { @@ -140894,7 +140848,7 @@ B.JSNumber_methods.round$0(t2.clientX); t1.lastTouchStartOffsetY = B.JSNumber_methods.round$0(t2.clientY); }, - $signature: 81 + $signature: 82 }; A.TextField__initializeForWebkit_closure0.prototype = { call$1($event) { @@ -140919,7 +140873,7 @@ } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; }, - $signature: 81 + $signature: 82 }; A.TextField_update_closure.prototype = { call$0() { @@ -142207,7 +142161,7 @@ call$1($name) { return A.S($name) + ": " + A.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 108 + $signature: 111 }; A.TextLayoutService.prototype = { performLayout$1(constraints) { @@ -143529,7 +143483,7 @@ call$1(e) { e.preventDefault(); }, - $signature: 81 + $signature: 82 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey.prototype = { call$1(key) { @@ -143538,7 +143492,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: 119 + $signature: 118 }; A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure.prototype = { call$1(e) { @@ -143554,7 +143508,7 @@ $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall(string$.TextInT, [0, A.LinkedHashMap_LinkedHashMap$_literal([t1.uniqueIdentifier, newEditingState.toFlutter$0()], type$.nullable_String, type$.dynamic)])), A._engine___emptyCallback$closure()); } }, - $signature: 69 + $signature: 73 }; A.AutofillInfo.prototype = { applyToDomElement$2$focusedElement(domElement, focusedElement) { @@ -143944,25 +143898,25 @@ call$1(_) { this.$this.domElement.focus(); }, - $signature: 69 + $signature: 73 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 352 + $signature: 346 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 352 + $signature: 346 }; A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1.prototype = { call$1(_) { _.preventDefault(); }, - $signature: 352 + $signature: 346 }; A.IOSTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -144057,7 +144011,7 @@ call$1(_) { this.$this._schedulePlacement$0(); }, - $signature: 69 + $signature: 73 }; A.IOSTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1(_) { @@ -144069,7 +144023,7 @@ else t2.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 69 + $signature: 73 }; A.IOSTextEditingStrategy__addTapListener_closure.prototype = { call$1(_) { @@ -144083,7 +144037,7 @@ t1._schedulePlacement$0(); } }, - $signature: 352 + $signature: 346 }; A.IOSTextEditingStrategy__schedulePlacement_closure.prototype = { call$0() { @@ -144159,7 +144113,7 @@ else t1.owner.sendTextConnectionClosedToFrameworkIfAny$0(); }, - $signature: 69 + $signature: 73 }; A.FirefoxTextEditingStrategy.prototype = { initializeTextEditing$3$onAction$onChange(inputConfig, onAction, onChange) { @@ -144229,7 +144183,7 @@ call$1(_) { this.$this._postponeFocus$0(); }, - $signature: 69 + $signature: 73 }; A.FirefoxTextEditingStrategy__postponeFocus_closure.prototype = { call$0() { @@ -144481,7 +144435,7 @@ t1 = t1.__engine$_clientId; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", B.C_JSONMethodCodec.encodeMethodCall$1(new A.MethodCall("TextInputClient.performAction", [t1, inputAction])), A._engine___emptyCallback$closure()); }, - $signature: 272 + $signature: 260 }; A.EditableTextStyle.prototype = { applyToDomElement$1(domElement) { @@ -144526,7 +144480,7 @@ call$1(byte) { return "0x" + B.JSString_methods.padLeft$2(J.toRadixString$1$n(byte, 16), 2, "0"); }, - $signature: 350 + $signature: 352 }; A.Matrix40.prototype = { Matrix4$identity$0() { @@ -145224,7 +145178,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A.EngineSingletonFlutterWindow.prototype = { get$devicePixelRatio(_) { @@ -145346,7 +145300,7 @@ } } }, - $signature: 748 + $signature: 686 }; A._HeaderValue__parse_done.prototype = { call$0() { @@ -145397,7 +145351,7 @@ throw A.wrapException(A.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 119 + $signature: 118 }; A._HeaderValue__parse_maybeExpect.prototype = { call$1(expected) { @@ -145407,7 +145361,7 @@ ++_this._box_0.index; return true; }, - $signature: 56 + $signature: 55 }; A._HeaderValue__parse_parseParameters.prototype = { call$0() { @@ -148177,7 +148131,7 @@ call$0() { return A.Future_Future$value(null, type$.Null); }, - $signature: 367 + $signature: 437 }; A.SentinelValue.prototype = { get$id() { @@ -149115,7 +149069,7 @@ call$1(o) { return this.T._is(o); }, - $signature: 106 + $signature: 113 }; A.Instantiation.prototype = { Instantiation$1(_genericClosure) { @@ -149184,7 +149138,7 @@ call$0() { return B.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 159 + $signature: 170 }; A.Primitives_functionNoSuchMethod_closure.prototype = { call$2($name, argument) { @@ -149194,7 +149148,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 145 + $signature: 130 }; A.TypeErrorDecoder.prototype = { matchTypeError$1(message) { @@ -150338,13 +150292,13 @@ call$1(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 83 + $signature: 87 }; A._awaitOnObject_closure0.prototype = { call$2(error, stackTrace) { this.bodyFunction.call$2(1, new A.ExceptionAndStackTrace(error, stackTrace)); }, - $signature: 384 + $signature: 440 }; A._wrapJsFunctionForAsync_closure.prototype = { call$2(errorCode, result) { @@ -150840,7 +150794,7 @@ } else if (t2 === 0 && !_this.eagerError) _this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0()); }, - $signature: 127 + $signature: 122 }; A.Future_wait_closure.prototype = { call$1(value) { @@ -151183,7 +151137,7 @@ call$2(error, stackTrace) { this.$this._completeError$2(error, stackTrace); }, - $signature: 126 + $signature: 128 }; A._Future__chainForeignFuture_closure1.prototype = { call$0() { @@ -151326,7 +151280,7 @@ this._future._completeError$2(e, s); } }, - $signature: 126 + $signature: 128 }; A._AsyncCallbackEntry.prototype = {}; A.Stream.prototype = { @@ -151399,7 +151353,7 @@ t1._addError$2(error, stackTrace); t1._closeUnchecked$0(); }, - $signature: 191 + $signature: 193 }; A.Stream_pipe_closure.prototype = { call$1(_) { @@ -151463,7 +151417,7 @@ A.Stream_forEach__closure0.prototype = { call$1(_) { }, - $signature: 86 + $signature: 88 }; A.Stream_length_closure.prototype = { call$1(_) { @@ -151813,7 +151767,7 @@ t1._addError$2(e, s); t1._async$_close$0(); }, - $signature: 126 + $signature: 128 }; A._AddStreamState_cancel_closure.prototype = { call$0() { @@ -152342,7 +152296,7 @@ call$2(error, stackTrace) { A._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 127 + $signature: 122 }; A._cancelAndValue_closure.prototype = { call$0() { @@ -154120,7 +154074,7 @@ t1._contents = t2 + ": "; t1._contents += A.S(v); }, - $signature: 271 + $signature: 254 }; A.MapMixin.prototype = { cast$2$0(receiver, RK, RV) { @@ -155571,7 +155525,7 @@ call$1(each) { return this.$this.$index(0, each); }, - $signature: 537 + $signature: 782 }; A._JsonMapKeyIterable.prototype = { get$length(_) { @@ -156170,7 +156124,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 271 + $signature: 254 }; A._JsonPrettyPrintMixin.prototype = { writeList$1(list) { @@ -156235,7 +156189,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 271 + $signature: 254 }; A._JsonStringStringifier.prototype = { get$_partialResult() { @@ -156551,7 +156505,7 @@ call$2(key, value) { this.result.$indexSet(0, key._name, value); }, - $signature: 540 + $signature: 512 }; A.NoSuchMethodError_toString_closure.prototype = { call$2(key, value) { @@ -156564,7 +156518,7 @@ t1._contents += A.Error_safeToString(value); t2.comma = ", "; }, - $signature: 540 + $signature: 512 }; A._BigIntImpl.prototype = { $negate(_) { @@ -156918,7 +156872,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 431 + $signature: 369 }; A._BigIntImpl_hashCode_finish.prototype = { call$1(hash) { @@ -156926,7 +156880,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 120 + $signature: 126 }; A._BigIntImpl_toDouble_readBits.prototype = { call$1(n) { @@ -156952,7 +156906,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 120 + $signature: 126 }; A._BigIntImpl_toDouble_roundUp.prototype = { call$0() { @@ -157051,7 +157005,7 @@ return 0; return A.int_parse(matched, null); }, - $signature: 545 + $signature: 525 }; A.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1(matched) { @@ -157065,7 +157019,7 @@ } return result; }, - $signature: 545 + $signature: 525 }; A.Duration.prototype = { $add(_, other) { @@ -157719,19 +157673,19 @@ } return map; }, - $signature: 2361 + $signature: 2362 }; A.Uri__parseIPv4Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 2362 + $signature: 2363 }; A.Uri_parseIPv6Address_error.prototype = { call$2(msg, position) { throw A.wrapException(A.FormatException$("Illegal IPv6 address, " + msg, this.host, position)); }, - $signature: 2363 + $signature: 2371 }; A.Uri_parseIPv6Address_parseHex.prototype = { call$2(start, end) { @@ -157743,7 +157697,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 431 + $signature: 369 }; A._Uri.prototype = { get$_text() { @@ -158034,7 +157988,7 @@ call$1(s) { return A._Uri__uriEncode(B.List_qg40, s, B.C_Utf8Codec, false); }, - $signature: 108 + $signature: 111 }; A._Uri__makeQuery_writeParameter.prototype = { call$2(key, value) { @@ -158048,7 +158002,7 @@ t1._contents += A.S(A._Uri__uriEncode(B.List_nxB, value, B.C_Utf8Codec, true)); } }, - $signature: 748 + $signature: 686 }; A._Uri__makeQuery_closure.prototype = { call$2(key, value) { @@ -158059,7 +158013,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 145 + $signature: 130 }; A.UriData.prototype = { get$uri() { @@ -158090,7 +158044,7 @@ B.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2410 + $signature: 2411 }; A._createTables_setChars.prototype = { call$3(target, chars, transition) { @@ -158098,7 +158052,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[B.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 552 + $signature: 540 }; A._createTables_setRange.prototype = { call$3(target, range, transition) { @@ -158106,7 +158060,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: 552 + $signature: 540 }; A._SimpleUri.prototype = { get$hasScheme() { @@ -158493,7 +158447,7 @@ call$1(value) { this.completer.complete$1(0, value); }, - $signature: 2412 + $signature: 2413 }; A.CanvasRenderingContext2D.prototype = { fillText$3(receiver, text, x, y) { @@ -158926,7 +158880,7 @@ call$1(e) { return !this.test.call$1(e); }, - $signature: 2426 + $signature: 2427 }; A._FrozenElementList.prototype = { get$length(_) { @@ -159052,7 +159006,7 @@ call$1(e) { return type$.Element._is(e); }, - $signature: 561 + $signature: 656 }; A.EmbedElement.prototype = { get$name(receiver) { @@ -159083,7 +159037,7 @@ call$1(error) { this.completer.completeError$1(error); }, - $signature: 2557 + $signature: 2561 }; A.ErrorEvent.prototype = { get$message(receiver) { @@ -159314,7 +159268,7 @@ else t3.completeError$1(e); }, - $signature: 181 + $signature: 197 }; A.HttpRequestEventTarget.prototype = {}; A.IFrameElement.prototype = { @@ -159466,13 +159420,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 145 + $signature: 130 }; A.MidiInputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 145 + $signature: 130 }; A.MidiOutputMap.prototype = { containsKey$1(receiver, key) { @@ -159525,13 +159479,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 145 + $signature: 130 }; A.MidiOutputMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 145 + $signature: 130 }; A.MidiPort.prototype = { get$id(receiver) { @@ -159622,7 +159576,7 @@ if (value != null) this.parsedOptions[key] = value; }, - $signature: 191 + $signature: 193 }; A.MutationRecord.prototype = {$isMutationRecord: 1}; A.Navigator0.prototype = { @@ -160068,13 +160022,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 145 + $signature: 130 }; A.RtcStatsReport_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 145 + $signature: 130 }; A.ScreenOrientation.prototype = { unlock$0(receiver) { @@ -160253,13 +160207,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 174 + $signature: 166 }; A.Storage_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 174 + $signature: 166 }; A.StyleElement.prototype = {}; A.StyleSheet.prototype = {$isStyleSheet: 1}; @@ -160954,21 +160908,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: 174 + $signature: 166 }; 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: 174 + $signature: 166 }; A._DataAttributeMap_values_closure.prototype = { call$2(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 174 + $signature: 166 }; A.EventStreamProvider.prototype = {}; A._EventStream.prototype = { @@ -161037,13 +160991,13 @@ call$1(e) { return this.onData.call$1(e); }, - $signature: 69 + $signature: 73 }; A._EventStreamSubscription_onData_closure.prototype = { call$1(e) { return this.handleData.call$1(e); }, - $signature: 69 + $signature: 73 }; A._Html5NodeValidator.prototype = { _Html5NodeValidator$1$uriPolicy(uriPolicy) { @@ -161128,13 +161082,13 @@ call$1(v) { return v.allowsElement$1(this.element); }, - $signature: 618 + $signature: 531 }; A.NodeValidatorBuilder_allowsAttribute_closure.prototype = { call$1(v) { return v.allowsAttribute$3(this.element, this.attributeName, this.value); }, - $signature: 618 + $signature: 531 }; A._SimpleNodeValidator.prototype = { _SimpleNodeValidator$4$allowedAttributes$allowedElements$allowedUriAttributes(uriPolicy, allowedAttributes, allowedElements, allowedUriAttributes) { @@ -161181,13 +161135,13 @@ call$1(x) { return !B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 56 + $signature: 55 }; A._SimpleNodeValidator_closure0.prototype = { call$1(x) { return B.JSArray_methods.contains$1(B.List_yrN, x); }, - $signature: 56 + $signature: 55 }; A._TemplatingNodeValidator.prototype = { allowsAttribute$3(element, attributeName, value) { @@ -161204,7 +161158,7 @@ call$1(attr) { return "TEMPLATE::" + A.S(attr); }, - $signature: 108 + $signature: 111 }; A._SvgNodeValidator.prototype = { allowsElement$1(element) { @@ -161416,7 +161370,7 @@ child = nextChild; } }, - $signature: 2594 + $signature: 2602 }; A._CssStyleDeclaration_JavaScriptObject_CssStyleDeclarationBase.prototype = {}; A._DomRectList_JavaScriptObject_ListMixin.prototype = {}; @@ -161547,7 +161501,7 @@ call$2(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 191 + $signature: 193 }; A._AcceptStructuredClone.prototype = { findSlot$1(value) { @@ -161619,13 +161573,13 @@ J.$indexSet$ax(t1, key, t2); return t2; }, - $signature: 2621 + $signature: 2625 }; A._convertDartToNative_Value_closure.prototype = { call$1(element) { this.array.push(A._convertDartToNative_Value(element)); }, - $signature: 83 + $signature: 87 }; A.convertDartToNative_Dictionary_closure.prototype = { call$2(key, value) { @@ -161766,19 +161720,19 @@ call$1(n) { return type$.Element._is(n); }, - $signature: 561 + $signature: 656 }; A.FilteredElementList__iterable_closure0.prototype = { call$1(n) { return type$.Element._as(n); }, - $signature: 2647 + $signature: 2663 }; A.FilteredElementList_removeRange_closure0.prototype = { call$1(el) { return J.remove$0$ax(el); }, - $signature: 83 + $signature: 87 }; A.Cursor.prototype = {}; A.CursorWithValue.prototype = { @@ -161926,7 +161880,7 @@ t1._unsubscribed = true; return t1._closeFile$0(); }, - $signature: 2673 + $signature: 2682 }; A._FileStream__closeFile_done.prototype = { call$0() { @@ -161966,7 +161920,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 640 + $signature: 541 }; A._FileStream__readBlock_closure0.prototype = { call$2(e, s) { @@ -161977,7 +161931,7 @@ t1._unsubscribed = true; } }, - $signature: 191 + $signature: 193 }; A._FileStream__start_onReady.prototype = { call$1(file) { @@ -161986,7 +161940,7 @@ t1._readInProgress = false; t1._readBlock$0(); }, - $signature: 641 + $signature: 636 }; A._FileStream__start_onOpenFile.prototype = { call$1(file) { @@ -161998,7 +161952,7 @@ else t3.call$1(file); }, - $signature: 641 + $signature: 636 }; A._FileStream__start_onOpenFile_closure.prototype = { call$2(e, s) { @@ -162007,7 +161961,7 @@ t1._readInProgress = false; t1._closeFile$0(); }, - $signature: 191 + $signature: 193 }; A._FileStream__start_openFailed.prototype = { call$2(error, stackTrace) { @@ -162052,7 +162006,7 @@ t1 = A._exceptionFromResponse(response, "Cannot open file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2824 + $signature: 2829 }; A._File_length_closure.prototype = { call$1(response) { @@ -162061,7 +162015,7 @@ t1 = A._exceptionFromResponse(response, "Cannot retrieve length of file", this.$this._path); throw A.wrapException(t1); }, - $signature: 2880 + $signature: 2884 }; A._File_readAsBytes_readDataChunked.prototype = { call$1(file) { @@ -162070,7 +162024,7 @@ new A._File_readAsBytes_readDataChunked_read(file, new A._BytesBuilder(t1), new A._AsyncCompleter(t2, type$._AsyncCompleter_Uint8List)).call$0(); return t2; }, - $signature: 650 + $signature: 652 }; A._File_readAsBytes_readDataChunked_read.prototype = { call$0() { @@ -162089,13 +162043,13 @@ } else this.completer.complete$1(0, t1.takeBytes$0()); }, - $signature: 640 + $signature: 541 }; 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: 650 + $signature: 652 }; A._File_readAsBytes__closure.prototype = { call$1($length) { @@ -162103,7 +162057,7 @@ return this.readDataChunked.call$1(this.file); return this.file.read$1(0, $length); }, - $signature: 3308 + $signature: 3353 }; A.FileSystemEntityType.prototype = { toString$0(_) { @@ -162142,7 +162096,7 @@ } else return A._convertToJS(o); }, - $signature: 537 + $signature: 782 }; A._convertToJS_closure.prototype = { call$1(o) { @@ -162166,7 +162120,7 @@ call$1(o) { return new A.JsFunction(o); }, - $signature: 3434 + $signature: 3562 }; A._wrapToDart_closure0.prototype = { call$1(o) { @@ -162326,7 +162280,7 @@ } else return o; }, - $signature: 461 + $signature: 400 }; A.NullRejectionException.prototype = { toString$0(_) { @@ -162338,7 +162292,7 @@ call$1(r) { return this.completer.complete$1(0, r); }, - $signature: 83 + $signature: 87 }; A.promiseToFuture_closure0.prototype = { call$1(e) { @@ -162346,7 +162300,7 @@ return this.completer.completeError$1(new A.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 83 + $signature: 87 }; A._JSRandom.prototype = { nextInt$1(max) { @@ -162831,13 +162785,13 @@ call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 661 + $signature: 769 }; A.ChannelBuffers_setListener_closure.prototype = { call$0() { return new A._Channel(A.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 661 + $signature: 769 }; A.OffsetBase.prototype = { $lt(_, other) { @@ -163273,7 +163227,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 367 + $signature: 437 }; A.webOnlyWarmupEngine_closure0.prototype = { call$0() { @@ -163299,7 +163253,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 367 + $signature: 437 }; A.PlatformViewRegistry.prototype = {}; A.KeyEventType.prototype = { @@ -163368,7 +163322,7 @@ call$1(code) { return B.JSString_methods.padLeft$2(J.toRadixString$1$n(code, 16), 2, "0"); }, - $signature: 350 + $signature: 352 }; A.Color.prototype = { get$red() { @@ -163470,7 +163424,7 @@ call$1(codec) { codec.getNextFrame$0().then$1$1(0, new A.decodeImageFromPixels_executeCallback_closure(this.callback), type$.Null); }, - $signature: 463 + $signature: 411 }; A.decodeImageFromPixels_executeCallback_closure.prototype = { call$1(frameInfo) { @@ -164030,13 +163984,13 @@ call$2(k, v) { return this.keys.push(k); }, - $signature: 145 + $signature: 130 }; A.AudioParamMap_values_closure.prototype = { call$2(k, v) { return this.values.push(v); }, - $signature: 145 + $signature: 130 }; A.AudioTrack.prototype = { get$id(receiver) { @@ -165902,13 +165856,13 @@ t1 = true; return t1; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getStartingMarkerAtOrBefore_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset <= this.offset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure.prototype = { call$1(marker) { @@ -165921,73 +165875,73 @@ t1 = true; return t1; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getEndingMarkerAtOrAfter_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset >= this.offset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_addAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.newAttribution); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_addAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset > this.start; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_addAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_addAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure.prototype = { call$1(attribution) { return J.$eq$(attribution.attribution, this.attributionToRemove); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure0.prototype = { call$1(attribution) { return attribution.offset >= this.start; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure1.prototype = { call$1(attribution) { return attribution.offset <= this.end; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure2.prototype = { call$1(element) { return B.JSArray_methods.contains$1(this.markersToDelete, element); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure3.prototype = { call$1(element) { return J.$eq$(element.attribution, this.attributionToRemove); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_removeAttribution_closure4.prototype = { call$1(element) { $.$get$_log1().log$4(B.Level_FINER_400, " - " + A.S(element), null, null); }, - $signature: 270 + $signature: 247 }; A.AttributedSpans__isContinuousAttribution_closure.prototype = { call$1(marker) { @@ -165995,70 +165949,70 @@ $.$get$_log1().log$4(B.Level_FINEST_300, "Comparing start marker " + t1.toString$0(0) + " to another marker " + A.S(marker), null, null); return J.$eq$(marker.attribution, this.attribution) && marker.offset >= t1.offset && !marker.$eq(0, t1); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure.prototype = { call$1(marker) { var t1 = this.attribution; return t1 == null || J.$eq$(marker.attribution, t1); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getNearestMarkerAtOrBefore_closure0.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getMarkerAt_closure.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.attribution); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getMarkerAt_closure0.prototype = { call$1(marker) { return marker.offset === this.offset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__getMarkerAt_closure1.prototype = { call$1(marker) { var t1 = marker.markerType; return t1 === this.type; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__insertMarker_closure.prototype = { call$1(existingMarker) { return existingMarker.compareTo$1(0, this.newMarker) > 0; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__mergeBackToBackAttributions_closure.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_1 && marker.offset === this.mergePoint - 1; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__mergeBackToBackAttributions_closure0.prototype = { call$1(marker) { return marker.markerType === B.SpanMarkerType_0 && marker.offset === this.mergePoint; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans__mergeBackToBackAttributions_closure1.prototype = { call$1(marker) { return J.$eq$(marker.attribution, this.startMarker.attribution); }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_copyAttributionRegion_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_copyAttributionRegion_closure0.prototype = { call$1(marker) { @@ -166082,19 +166036,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 270 + $signature: 247 }; A.AttributedSpans_copyAttributionRegion__closure1.prototype = { call$0() { return 0; }, - $signature: 159 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion__closure2.prototype = { call$0() { return 0; }, - $signature: 159 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion_closure1.prototype = { call$2(markerAttribution, count) { @@ -166104,14 +166058,14 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers before offset: " + this.startOffset + " - " + A.S(this.$this.markers))); }, - $signature: 692 + $signature: 569 }; A.AttributedSpans_copyAttributionRegion_closure2.prototype = { call$1(marker) { var t1 = marker.offset; return this.startOffset <= t1 && t1 <= this._box_0.endOffset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_copyAttributionRegion_closure3.prototype = { call$1(marker) { @@ -166121,13 +166075,13 @@ t1.log$4(B.Level_FINE_500, 'copying "' + t2 + '" at ' + t3 + " from original AttributionSpans to copy region.", null, null); this.cutAttributions.push(marker.copyWith$1$offset(t3 - this.startOffset)); }, - $signature: 270 + $signature: 247 }; A.AttributedSpans_copyAttributionRegion_closure4.prototype = { call$1(marker) { return marker.offset > this._box_0.endOffset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_copyAttributionRegion_closure5.prototype = { call$1(marker) { @@ -166151,19 +166105,19 @@ t3.$indexSet(0, t4, t1 - 1); } }, - $signature: 270 + $signature: 247 }; A.AttributedSpans_copyAttributionRegion__closure.prototype = { call$0() { return 0; }, - $signature: 159 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion__closure0.prototype = { call$0() { return 0; }, - $signature: 159 + $signature: 170 }; A.AttributedSpans_copyAttributionRegion_closure6.prototype = { call$2(markerAttribution, count) { @@ -166174,19 +166128,19 @@ } else if (count < 0 || count > 1) throw A.wrapException(A.Exception_Exception("Found an unbalanced number of `start` and `end` markers after offset: " + _this._box_0.endOffset + " - " + A.S(_this.$this.markers))); }, - $signature: 692 + $signature: 569 }; A.AttributedSpans_pushAttributionsBack_closure.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset + this.offset); }, - $signature: 737 + $signature: 575 }; A.AttributedSpans_contractAttributions_closure.prototype = { call$1(marker) { return marker.offset < this.startOffset; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_contractAttributions_closure0.prototype = { call$1(marker) { @@ -166194,7 +166148,7 @@ t2 = marker.offset; return t1 <= t2 && t2 < t1 + this.count; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_contractAttributions_closure1.prototype = { call$1(marker) { @@ -166218,19 +166172,19 @@ _this.needToEndAttributions.add$1(0, t2); } }, - $signature: 270 + $signature: 247 }; A.AttributedSpans_contractAttributions_closure2.prototype = { call$1(marker) { return marker.offset >= this.startOffset + this.count; }, - $signature: 44 + $signature: 45 }; A.AttributedSpans_contractAttributions_closure3.prototype = { call$1(marker) { return marker.copyWith$1$offset(marker.offset - this.count); }, - $signature: 737 + $signature: 575 }; A.SpanMarker.prototype = { copyWith$1$offset(offset) { @@ -166792,7 +166746,7 @@ else return t1; }, - $signature: 161 + $signature: 167 }; A._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0() { @@ -167658,7 +167612,7 @@ else return temp; }, - $signature: 161 + $signature: 167 }; A.BoardViewState_build_closure1.prototype = { call$0() { @@ -167766,7 +167720,7 @@ if (t1._framework$_element != null) t1.setState$1(new A.BoardViewState_build__closure1()); }, - $signature: 268 + $signature: 241 }; A.BoardViewState_build__closure1.prototype = { call$0() { @@ -168075,7 +168029,7 @@ call$2(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 674 + $signature: 649 }; A.BuiltList.prototype = { rebuild$1(updates) { @@ -169656,13 +169610,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 163 + $signature: 168 }; A.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 461 + $signature: 400 }; A.BuiltListSerializer.prototype = { serialize$3$specifiedType(serializers, builtList, specifiedType) { @@ -169701,13 +169655,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 163 + $signature: 168 }; A.BuiltListSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 163 + $signature: 168 }; A.BuiltMapSerializer.prototype = { serialize$3$specifiedType(serializers, builtMap, specifiedType) { @@ -169839,13 +169793,13 @@ call$1(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 163 + $signature: 168 }; A.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 163 + $signature: 168 }; A.BuiltSetSerializer.prototype = { serialize$3$specifiedType(serializers, builtSet, specifiedType) { @@ -169884,13 +169838,13 @@ call$1(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 163 + $signature: 168 }; A.BuiltSetSerializer_deserialize_closure.prototype = { call$1(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 163 + $signature: 168 }; A.DateTimeSerializer.prototype = { serialize$3$specifiedType(serializers, dateTime, specifiedType) { @@ -170551,7 +170505,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 362 + $signature: 281 }; A.ImageRenderMethodForWeb.prototype = { toString$0(_) { @@ -170720,19 +170674,19 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 463 + $signature: 411 }; 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: 384 + $signature: 440 }; 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: 384 + $signature: 440 }; A.StringCharacters.prototype = { get$iterator(_) { @@ -171549,7 +171503,7 @@ call$1(_) { return null; }, - $signature: 579 + $signature: 665 }; A.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0() { @@ -171605,7 +171559,7 @@ call$2(a, b) { return a + b; }, - $signature: 337 + $signature: 349 }; A.BaseBarRenderer_update_closure.prototype = { call$1(series) { @@ -171707,7 +171661,7 @@ call$0() { return A.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 380 + $signature: 508 }; A.BaseBarRenderer_update_closure0.prototype = { call$2(key, barStackList) { @@ -171824,7 +171778,7 @@ t1.toString; B.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 119 + $signature: 118 }; A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1(bar) { @@ -171890,7 +171844,7 @@ call$0() { return A._setArrayType([], type$.JSArray_int); }, - $signature: 776 + $signature: 678 }; A._ReversedSeriesIterator_closure0.prototype = { call$2(_, indices) { @@ -173774,7 +173728,7 @@ call$1(value) { return value == null ? "" : this.numberFormat.format$1(0, value); }, - $signature: 792 + $signature: 681 }; A.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -174318,7 +174272,7 @@ axis.context = t1; axis.tickDrawStrategy = A.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 266 + $signature: 239 }; A.CartesianChart_makeSeries_closure.prototype = { call$1(_) { @@ -174330,20 +174284,20 @@ call$2(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 266 + $signature: 239 }; A.CartesianChart_preprocessSeries_closure0.prototype = { call$2(axisId, axis) { axis.resetDomains$0(); }, - $signature: 266 + $signature: 239 }; 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: 266 + $signature: 239 }; A.CartesianChart_preprocessSeries_closure2.prototype = { call$2(rendererId, seriesList) { @@ -174359,7 +174313,7 @@ call$2(axisId, axis) { axis.updateTicks$0(); }, - $signature: 266 + $signature: 239 }; A.BaseCartesianRenderer.prototype = { onAttach$1(chart) { @@ -174768,7 +174722,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 148 + $signature: 157 }; A.BaseChart_getSelectionModel_closure.prototype = { call$0() { @@ -174786,14 +174740,14 @@ call$1(rendererId) { return this.$this.getSeriesRenderer$1(rendererId)._drawAreaBounds.containsPoint$1(0, this.chartPosition); }, - $signature: 56 + $signature: 55 }; 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: 119 + $signature: 118 }; A.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2(a, b) { @@ -174919,7 +174873,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 119 + $signature: 118 }; A.BaseChart_preprocessSeries_closure1.prototype = { call$2(rendererId, seriesList) { @@ -174946,7 +174900,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 148 + $signature: 157 }; A.BaseChart_fireOnDraw_closure.prototype = { call$1(listener) { @@ -175065,7 +175019,7 @@ else return origColor; }, - $signature: 192 + $signature: 187 }; A.Legend.prototype = { defaultLegendMeasureFormatter$1(value) { @@ -175404,7 +175358,7 @@ call$1(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 56 + $signature: 55 }; A.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1(series) { @@ -175418,7 +175372,7 @@ call$1(id) { return id === this.seriesId; }, - $signature: 56 + $signature: 55 }; A.LinePointHighlighter0.prototype = { attachTo$1(chart) { @@ -176113,7 +176067,7 @@ t1.toString; return t1; }, - $signature: 192 + $signature: 187 }; A.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1(series) { @@ -176143,7 +176097,7 @@ call$1(_) { return this.color; }, - $signature: 192 + $signature: 187 }; A.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1(category) { @@ -176154,7 +176108,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 119 + $signature: 118 }; A.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1(series) { @@ -176178,13 +176132,13 @@ call$1(_) { return this.color; }, - $signature: 192 + $signature: 187 }; A.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 192 + $signature: 187 }; A.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1(series) { @@ -176199,7 +176153,7 @@ call$1(index) { return this.series.colorFn.call$1(index); }, - $signature: 192 + $signature: 187 }; A.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1(series) { @@ -176381,7 +176335,7 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 539 + $signature: 697 }; A.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2(v1, v2) { @@ -176392,13 +176346,13 @@ t2.toString; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 539 + $signature: 697 }; A.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1(view) { return view.get$isSeriesRenderer(); }, - $signature: 543 + $signature: 704 }; A.LayoutManagerImpl_layout_closure.prototype = { call$1(view) { @@ -176406,7 +176360,7 @@ t1 = this.$this; return view.layout$2(0, A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_), A._lateReadCheck(t1.__LayoutManagerImpl__drawAreaBounds, _s15_)); }, - $signature: 148 + $signature: 157 }; A.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1(view) { @@ -176418,7 +176372,7 @@ t1 = true; return t1; }, - $signature: 543 + $signature: 704 }; A._MeasuredSizes.prototype = {}; A.SizeList.prototype = { @@ -176488,7 +176442,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 148 + $signature: 157 }; A.LeftMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -176511,7 +176465,7 @@ view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 148 + $signature: 157 }; A.RightMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -176534,7 +176488,7 @@ view.layout$2(0, A.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 148 + $signature: 157 }; A.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width(_, views, fullWidth, maxHeight, width) { @@ -176565,7 +176519,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 148 + $signature: 157 }; A.TopMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -176588,7 +176542,7 @@ view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 148 + $signature: 157 }; A.BottomMarginLayoutStrategy.prototype = { layout$4(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -176611,7 +176565,7 @@ view.layout$2(0, A.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 148 + $signature: 157 }; A.LayoutPosition.prototype = { toString$0(_) { @@ -176990,7 +176944,7 @@ call$1(_) { return null; }, - $signature: 579 + $signature: 665 }; A.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1(series) { @@ -177874,73 +177828,73 @@ call$1(_) { return false; }, - $signature: 386 + $signature: 474 }; A.MaterialPalette__orderedPalettes_closure.prototype = { call$0() { return B.C_MaterialBlue; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure0.prototype = { call$0() { return B.C_MaterialRed; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure1.prototype = { call$0() { return B.C_MaterialYellow; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure2.prototype = { call$0() { return B.C_MaterialGreen; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure3.prototype = { call$0() { return B.C_MaterialPurple; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure4.prototype = { call$0() { return B.C_MaterialCyan; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure5.prototype = { call$0() { return B.C_MaterialDeepOrange; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure6.prototype = { call$0() { return B.C_MaterialLime; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure7.prototype = { call$0() { return B.C_MaterialIndigo; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure8.prototype = { call$0() { return B.C_MaterialPink; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure9.prototype = { call$0() { return B.C_MaterialTeal; }, - $signature: 124 + $signature: 127 }; A.MaterialPalette__orderedPalettes_closure10.prototype = { call$1(f) { @@ -178055,12 +178009,12 @@ A.Performance_time_closure.prototype = { call$1(_) { }, - $signature: 119 + $signature: 118 }; A.Performance_timeEnd_closure.prototype = { call$1(_) { }, - $signature: 119 + $signature: 118 }; A.ProxyGestureListener.prototype = { onLongPress$1(localPosition) { @@ -178116,7 +178070,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 265 + $signature: 237 }; A.ProxyGestureListener_onTap_closure.prototype = { call$1(listener) { @@ -178124,7 +178078,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 265 + $signature: 237 }; A.ProxyGestureListener_onDragStart_closure.prototype = { call$1(listener) { @@ -178132,7 +178086,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 265 + $signature: 237 }; A.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1(listener) { @@ -178140,7 +178094,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 265 + $signature: 237 }; A.ProxyGestureListener_onDragEnd_closure.prototype = { call$1(listener) { @@ -178148,14 +178102,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 265 + $signature: 237 }; A.ProxyGestureListener__cancel_closure.prototype = { call$1(listener) { if (!B.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 704 + $signature: 624 }; A.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1(listener) { @@ -178168,7 +178122,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 704 + $signature: 624 }; A.MaterialStyle.prototype = {}; A.StyleFactory.prototype = {}; @@ -178319,21 +178273,21 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 707 + $signature: 566 }; A.Series_Series_closure2.prototype = { call$1(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 192 + $signature: 187 }; A.Series_Series_closure.prototype = { call$1(index) { index.toString; return this.strokeWidthPxFn.call$2(this.data[index], index); }, - $signature: 707 + $signature: 566 }; A.AttributeKey.prototype = {}; A.SeriesAttributes.prototype = {}; @@ -178491,7 +178445,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 722 + $signature: 638 }; A.BaseChart__updateSelectionModel_closure.prototype = { call$1(model) { @@ -178531,13 +178485,13 @@ call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 767 + $signature: 642 }; A.BaseChart_getDesiredGestures_closure0.prototype = { call$1(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 767 + $signature: 642 }; A.BaseChartState.prototype = { initState$0() { @@ -178854,7 +178808,7 @@ call$2(max, current) { return current > max ? current : max; }, - $signature: 431 + $signature: 369 }; A.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1(_) { @@ -179335,13 +179289,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: 83 + $signature: 87 }; A.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1(_) { A._lateReadCheck(this.$this.__ChartContainerRenderObject__chartState, "_chartState").requestRebuild$0(); }, - $signature: 83 + $signature: 87 }; A.ChartContainerCustomPaint.prototype = { paint$2(canvas, size) { @@ -181916,14 +181870,14 @@ call$1(data) { return this.$this._addData$1(data); }, - $signature: 521 + $signature: 552 }; A._FileSink_addStream_closure0.prototype = { call$2(error, stackTrace) { this.$this._memory_file$_completer.completeError$2(error, stackTrace); this.finish.call$0(); }, - $signature: 126 + $signature: 128 }; A._FileSink_close_closure.prototype = { call$1(_) { @@ -181935,7 +181889,7 @@ call$2(error, stackTrace) { return this.$this._memory_file$_completer.completeError$2(error, stackTrace); }, - $signature: 127 + $signature: 122 }; A._FileSink__addData_closure.prototype = { call$1(node) { @@ -182024,7 +181978,7 @@ call$3($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 522 + $signature: 557 }; A.MemoryFileSystemEntity.prototype = { get$backingOrNull() { @@ -182277,44 +182231,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 522 + $signature: 557 }; A.DirectoryAddOnsMixin.prototype = {}; A.ErrorCodes_EINVAL_closure.prototype = { call$1(codes) { return 22; }, - $signature: 228 + $signature: 201 }; A.ErrorCodes_EISDIR_closure.prototype = { call$1(codes) { return 21; }, - $signature: 228 + $signature: 201 }; A.ErrorCodes_ELOOP_closure.prototype = { call$1(codes) { return 40; }, - $signature: 228 + $signature: 201 }; A.ErrorCodes_ENOENT_closure.prototype = { call$1(codes) { return 2; }, - $signature: 228 + $signature: 201 }; A.ErrorCodes_ENOTDIR_closure.prototype = { call$1(codes) { return 20; }, - $signature: 228 + $signature: 201 }; A.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1(codes) { return 39; }, - $signature: 228 + $signature: 201 }; A._LinuxCodes.prototype = {$is_Codes: 1}; A.FileSystem0.prototype = { @@ -182404,7 +182358,7 @@ reader.readAsArrayBuffer(file); } }, - $signature: 83 + $signature: 87 }; A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4(file, bytes, path, readStream) { @@ -182420,20 +182374,20 @@ call$1(e) { this.addPickedFile.call$4(this.file, null, A._asStringQ(B.FileReader_methods.get$result(this.reader)), null); }, - $signature: 181 + $signature: 197 }; 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: 181 + $signature: 197 }; 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: 83 + $signature: 87 }; A.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1(value) { @@ -182449,7 +182403,7 @@ call$2(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + A.S(next); }, - $signature: 702 + $signature: 625 }; A.FileType.prototype = { toString$0(_) { @@ -182641,13 +182595,13 @@ call$1(path) { return J.trim$0$s(path); }, - $signature: 108 + $signature: 111 }; A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = { call$1(path) { return path.length !== 0; }, - $signature: 56 + $signature: 55 }; A.FilePickerMacOS_resultStringToFilePaths_closure1.prototype = { call$1(path) { @@ -182658,13 +182612,13 @@ B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1)); return B.JSArray_methods.join$1(t1, "/"); }, - $signature: 108 + $signature: 111 }; A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = { call$1(e) { return e.length !== 0; }, - $signature: 56 + $signature: 55 }; A.FilePickerResult.prototype = { $eq(_, other) { @@ -182885,13 +182839,13 @@ call$1(ext) { return ext.toUpperCase(); }, - $signature: 108 + $signature: 111 }; A.KDialogHandler_resultStringToFilePaths_closure.prototype = { call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 108 + $signature: 111 }; A.QarmaAndZenityHandler.prototype = { generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) { @@ -182932,7 +182886,7 @@ call$1(path) { return J.startsWith$1$s(path, "/") ? path : "/" + path; }, - $signature: 108 + $signature: 111 }; A.PlatformFile.prototype = { $eq(_, other) { @@ -182967,7 +182921,7 @@ call$1(filePath) { return filePath.length !== 0; }, - $signature: 56 + $signature: 55 }; A.filePathsToPlatformFiles_closure0.prototype = { call$1(filePath) { @@ -183008,7 +182962,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2244 + $signature: 2245 }; A.Int64.prototype = { $add(_, other) { @@ -184333,7 +184287,7 @@ if (t1._framework$_element != null && this.wasHeldDown !== t1._buttonHeldDown) t1._animate$0(0); }, - $signature: 86 + $signature: 88 }; A.__CupertinoButtonState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -184464,7 +184418,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 2297 + $signature: 2303 }; A._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; A._CupertinoDesktopTextSelectionControls.prototype = { @@ -184660,7 +184614,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this.animationStatusCallback._readLocal$0()); }, - $signature: 43 + $signature: 42 }; A._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2(a, t) { @@ -184713,7 +184667,7 @@ t1.toString; return t1; }, - $signature: 332 + $signature: 278 }; A._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1(color) { @@ -184721,7 +184675,7 @@ t1.toString; return t1; }, - $signature: 332 + $signature: 278 }; A._CupertinoEdgeShadowPainter.prototype = { paint$3(canvas, offset, configuration) { @@ -184860,7 +184814,7 @@ call$1(_) { return A.HapticFeedback_mediumImpact(); }, - $signature: 550 + $signature: 612 }; A.CupertinoSwitch.prototype = { createState$0() { @@ -185190,7 +185144,7 @@ call$2(innerContext, offset) { this.$this._thumbPainter.paint$2(innerContext.get$canvas(innerContext), this.thumbBounds); }, - $signature: 96 + $signature: 95 }; A.__CupertinoSwitchState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -185333,7 +185287,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 554 + $signature: 640 }; A.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1(context) { @@ -185369,7 +185323,7 @@ call$1(color) { return A.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 554 + $signature: 640 }; A._CupertinoThemeDefaults.prototype = { resolveFrom$2(context, resolveTextTheme) { @@ -185394,7 +185348,7 @@ call$1(color) { return color instanceof A.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 332 + $signature: 278 }; A._CupertinoTextThemeDefaults.prototype = {}; A._DefaultCupertinoTextThemeData.prototype = { @@ -185426,7 +185380,7 @@ call$0() { return null; }, - $signature: 2371 + $signature: 2376 }; A._browserPlatform_closure.prototype = { call$0() { @@ -185446,7 +185400,7 @@ return B.TargetPlatform_3; return B.TargetPlatform_0; }, - $signature: 2377 + $signature: 2378 }; A._ErrorDiagnostic.prototype = { get$value(_) { @@ -185589,7 +185543,7 @@ call$1(node) { return node.get$level(node) === B.DiagnosticLevel_6; }, - $signature: 2378 + $signature: 2382 }; A.FlutterErrorDetails_summary_closure0.prototype = { call$0() { @@ -185601,7 +185555,7 @@ call$1(frame) { return frame.packageScheme === "dart"; }, - $signature: 2382 + $signature: 2383 }; A.FlutterError.prototype = { get$message(_) { @@ -185621,31 +185575,31 @@ call$1(line) { return A.ErrorDescription$(line); }, - $signature: 2383 + $signature: 2408 }; A.FlutterError_defaultStackFilter_closure.prototype = { call$1(value) { return value + 1; }, - $signature: 120 + $signature: 126 }; A.FlutterError_defaultStackFilter_closure0.prototype = { call$1(value) { return value + 1; }, - $signature: 120 + $signature: 126 }; A.FlutterError_toString_closure.prototype = { call$1(node) { return B.JSString_methods.trimRight$0(this.renderer.render$1(0, node)); }, - $signature: 2408 + $signature: 2410 }; A.debugPrintStack_closure.prototype = { call$1(line) { return J.contains$1$asx(line, "StackTrace.current") || B.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || B.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 56 + $signature: 55 }; A.DiagnosticsStackTrace.prototype = { get$allowTruncate() { @@ -185754,7 +185708,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 557 + $signature: 653 }; A.BindingBase_initServiceExtensions_closure0.prototype = { call$1(uri) { @@ -185777,7 +185731,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 558 + $signature: 808 }; A.BindingBase_initServiceExtensions_closure1.prototype = { call$0() { @@ -185803,7 +185757,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 557 + $signature: 653 }; A.BindingBase_initServiceExtensions_closure2.prototype = { call$1(serverAddress) { @@ -185826,7 +185780,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 558 + $signature: 808 }; A.BindingBase_lockEvents_closure.prototype = { call$0() { @@ -185888,7 +185842,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 261 + $signature: 273 }; A.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1(parameters) { @@ -185945,7 +185899,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 261 + $signature: 273 }; A.BindingBase_registerStringServiceExtension_closure.prototype = { call$1(parameters) { @@ -185998,7 +185952,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 261 + $signature: 273 }; A.BindingBase_registerServiceExtension_closure.prototype = { call$2(method, parameters) { @@ -186075,13 +186029,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 665 + $signature: 562 }; A.BindingBase_registerServiceExtension__closure.prototype = { call$0() { return A.Future_Future$delayed(B.Duration_0, null, type$.void); }, - $signature: 104 + $signature: 102 }; A.DebugReassembleConfig.prototype = {}; A.Listenable.prototype = {}; @@ -186389,7 +186343,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 197 + $signature: 184 }; A._NoDefaultValue.prototype = {}; A.TextTreeRenderer.prototype = { @@ -186630,14 +186584,14 @@ ++t3.lines; } }, - $signature: 598 + $signature: 682 }; A.TextTreeRenderer__debugRender_closure.prototype = { call$1(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 2443 + $signature: 2445 }; A.DiagnosticsNode.prototype = { get$level(_) { @@ -187072,7 +187026,7 @@ B.JSArray_methods.set$length(t1, 0); return new A.LicenseParagraph(t2, t3); }, - $signature: 2445 + $signature: 2449 }; A.LicenseRegistry_licenses_closure.prototype = { call$0() { @@ -187120,7 +187074,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 102 }; A.AbstractNode.prototype = { redepthChild$1(child) { @@ -187345,7 +187299,7 @@ call$1(line) { return line.length !== 0; }, - $signature: 56 + $signature: 55 }; A.SynchronousFuture.prototype = { asStream$0() { @@ -187426,7 +187380,7 @@ return A.S(member) + " (eager winner)"; return A.S(member); }, - $signature: 2457 + $signature: 2458 }; A.GestureArenaManager.prototype = { add$2(_, pointer, member) { @@ -187521,7 +187475,7 @@ call$0() { return new A._GestureArena(A._setArrayType([], type$.JSArray_GestureArenaMember)); }, - $signature: 2458 + $signature: 2461 }; A.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0() { @@ -187657,7 +187611,7 @@ call$1(datum) { return datum.signalKind !== B.PointerSignalKind_2; }, - $signature: 2565 + $signature: 2571 }; A.PointerEventConverter_expand_closure0.prototype = { call$1(datum) { @@ -187752,7 +187706,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2571 + $signature: 2575 }; A.Drag.prototype = { update$1(_, details) { @@ -189099,13 +189053,13 @@ call$1(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 633 + $signature: 688 }; A.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 2575 + $signature: 2579 }; A._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0() { @@ -189384,14 +189338,14 @@ call$0() { return A.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 2579 + $signature: 2583 }; 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: 2580 + $signature: 2584 }; A.PointerSignalResolver.prototype = { register$2(_, $event, callback) { @@ -190217,7 +190171,7 @@ call$0() { return new A._CombiningGestureArenaMember(this.$this, A._setArrayType([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 2583 + $signature: 2587 }; A.Velocity.prototype = { $sub(_, other) { @@ -190367,7 +190321,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 2584 + $signature: 2591 }; A.LicensePage.prototype = { createState$0() { @@ -190453,20 +190407,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 2598 + $signature: 2603 }; A._PackagesViewState_licenses_closure0.prototype = { call$1(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 2602 + $signature: 2606 }; 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: 2603 + $signature: 2609 }; A._PackagesViewState_build__closure.prototype = { call$2(context, constraints) { @@ -190488,7 +190442,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2609 + $signature: 2616 }; A._PackagesViewState_build___closure.prototype = { call$3(context, selectedId, _) { @@ -190500,13 +190454,13 @@ t4.toString; return A.Center$(A.Material$(B.Duration_200000, true, _null, A.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), B.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), B.Clip_0, t1, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null, _null); }, - $signature: 2612 + $signature: 2619 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1(i) { return this.data.licenses[i]; }, - $signature: 812 + $signature: 810 }; A._PackagesViewState__packagesList_closure.prototype = { call$1(entry) { @@ -190524,7 +190478,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: 2627 + $signature: 2644 }; A._PackagesViewState__packagesList__closure.prototype = { call$0() { @@ -190542,7 +190496,7 @@ call$1(i) { return this.data.licenses[i]; }, - $signature: 812 + $signature: 810 }; A._PackageListTile.prototype = { build$1(_, context) { @@ -190583,7 +190537,7 @@ return 1; return B.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 2635 + $signature: 2648 }; A._DetailArguments.prototype = { $eq(_, other) { @@ -190721,7 +190675,7 @@ call$2(context, index) { return A.Localizations_Localizations$override(this.listWidgets[index], context, B.Locale_en_US); }, - $signature: 2643 + $signature: 2653 }; A._PackageLicensePageTitle.prototype = { build$1(_, context) { @@ -190810,7 +190764,7 @@ else return t1._nestedUI$1(context); }, - $signature: 259 + $signature: 233 }; A._MasterDetailFlowState__nestedUI_closure1.prototype = { call$0() { @@ -190839,7 +190793,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2($navigator, initialRoute) { @@ -190853,7 +190807,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2652 + $signature: 2665 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1(settings) { @@ -190873,7 +190827,7 @@ throw A.wrapException(A.Exception_Exception("Unknown route " + A.S(t1))); } }, - $signature: 2662 + $signature: 2666 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1(c) { @@ -190887,7 +190841,7 @@ t3 = t1.title; return A.BlockSemantics$(new A._MasterPage(t1.masterViewBuilder, t3, t2, true, null)); }, - $signature: 2664 + $signature: 2667 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0() { @@ -190900,7 +190854,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: 2665 + $signature: 2672 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0() { @@ -190927,13 +190881,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2(_, __) { return B.List_empty12; }, - $signature: 2666 + $signature: 2674 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3(context, args, scrollController) { @@ -190944,13 +190898,13 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 634 + $signature: 690 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2(context, isLateral) { return this.$this._widget.masterViewBuilder$2(context, isLateral); }, - $signature: 638 + $signature: 718 }; A._MasterPage.prototype = { build$1(_, context) { @@ -191031,13 +190985,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: 2671 + $signature: 2680 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2(child, animation) { return A._FadeUpwardsPageTransition$(child, animation); }, - $signature: 643 + $signature: 783 }; A._DetailView.prototype = { build$1(_, context) { @@ -191056,7 +191010,7 @@ t2 = this.$this; return A.MouseRegion$(A.Card$(t2._builder.call$3(context, t2._about$_arguments, controller), B.Clip_2, t1, 4, B.EdgeInsets_4_0_4_0, true, B.RoundedRectangleBorder_LkV2), B.C__DeferringMouseCursor, _null, _null, _null, _null); }, - $signature: 2679 + $signature: 2698 }; A.ThemeMode.prototype = { toString$0(_) { @@ -191072,7 +191026,7 @@ call$2(begin, end) { return new A.MaterialRectArcTween(begin, end); }, - $signature: 2681 + $signature: 2700 }; A.MaterialScrollBehavior.prototype = { getPlatform$1(context) { @@ -191235,7 +191189,7 @@ call$2(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 2703 + $signature: 2709 }; A._MaterialAppState_build_closure.prototype = { call$2(node, $event) { @@ -191243,7 +191197,7 @@ return B.KeyEventResult_1; return A.Tooltip_dismissAllToolTips() ? B.KeyEventResult_0 : B.KeyEventResult_1; }, - $signature: 319 + $signature: 283 }; A._ToolbarContainerLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -191924,7 +191878,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 458 + $signature: 367 }; A._CornerId.prototype = { toString$0(_) { @@ -192029,7 +191983,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 2818 + $signature: 2824 }; A.BackButtonIcon.prototype = { build$1(_, context) { @@ -192496,7 +192450,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 70 + $signature: 69 }; A.__RawMaterialButtonState_State_MaterialStateMixin.prototype = {}; A.ButtonBarThemeData.prototype = { @@ -192793,7 +192747,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 2891 + $signature: 2897 }; A._ButtonStyleState_build_resolve.prototype = { call$1$1(getProperty, $T) { @@ -192802,7 +192756,7 @@ call$1(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 3069 + $signature: 3130 }; A._ButtonStyleState_build_resolve_closure.prototype = { call$1(style) { @@ -192817,79 +192771,79 @@ call$1(style) { return style == null ? null : style.get$elevation(style); }, - $signature: 3087 + $signature: 3151 }; A._ButtonStyleState_build_closure0.prototype = { call$1(style) { return style == null ? null : style.get$textStyle(style); }, - $signature: 3129 + $signature: 3170 }; A._ButtonStyleState_build_closure1.prototype = { call$1(style) { return style == null ? null : style.get$backgroundColor(style); }, - $signature: 363 + $signature: 287 }; A._ButtonStyleState_build_closure2.prototype = { call$1(style) { return style == null ? null : style.get$foregroundColor(style); }, - $signature: 363 + $signature: 287 }; A._ButtonStyleState_build_closure3.prototype = { call$1(style) { return style == null ? null : style.get$shadowColor(style); }, - $signature: 363 + $signature: 287 }; A._ButtonStyleState_build_closure4.prototype = { call$1(style) { return style == null ? null : style.get$surfaceTintColor(); }, - $signature: 363 + $signature: 287 }; A._ButtonStyleState_build_closure5.prototype = { call$1(style) { return style == null ? null : style.get$padding(style); }, - $signature: 3169 + $signature: 3309 }; A._ButtonStyleState_build_closure6.prototype = { call$1(style) { return style == null ? null : style.get$minimumSize(); }, - $signature: 462 + $signature: 372 }; A._ButtonStyleState_build_closure7.prototype = { call$1(style) { return style == null ? null : style.fixedSize; }, - $signature: 462 + $signature: 372 }; A._ButtonStyleState_build_closure8.prototype = { call$1(style) { return style == null ? null : style.get$maximumSize(); }, - $signature: 462 + $signature: 372 }; A._ButtonStyleState_build_closure9.prototype = { call$1(style) { return style == null ? null : style.get$side(); }, - $signature: 3326 + $signature: 3373 }; A._ButtonStyleState_build_closure10.prototype = { call$1(style) { return style == null ? null : style.get$shape(style); }, - $signature: 3352 + $signature: 3390 }; A._ButtonStyleState_build_closure18.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 3372 + $signature: 3409 }; A._ButtonStyleState_build__closure0.prototype = { call$1(style) { @@ -192902,13 +192856,13 @@ } return t1; }, - $signature: 3408 + $signature: 3459 }; A._ButtonStyleState_build_closure19.prototype = { call$1(states) { return this.effectiveValue.call$1$1(new A._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 217 + $signature: 229 }; A._ButtonStyleState_build__closure.prototype = { call$1(style) { @@ -192921,13 +192875,13 @@ } return t1; }, - $signature: 3561 + $signature: 812 }; A._ButtonStyleState_build_closure11.prototype = { call$1(style) { return style == null ? null : style.get$visualDensity(); }, - $signature: 3566 + $signature: 813 }; A._ButtonStyleState_build_closure12.prototype = { call$1(style) { @@ -192964,7 +192918,7 @@ if ($status === B.AnimationStatus_3) this.$this.setState$1(new A._ButtonStyleState_build__closure1()); }, - $signature: 43 + $signature: 42 }; A._ButtonStyleState_build__closure1.prototype = { call$0() { @@ -193081,7 +193035,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 70 + $signature: 69 }; A.__ButtonStyleState_State_MaterialStateMixin.prototype = {}; A.__ButtonStyleState_State_MaterialStateMixin_TickerProviderStateMixin.prototype = { @@ -194246,7 +194200,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 217 + $signature: 229 }; A._CheckboxState__defaultFillColor_closure.prototype = { call$1(states) { @@ -194256,7 +194210,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 118 + $signature: 116 }; A._CheckboxState_build_closure.prototype = { call$1(states) { @@ -194267,7 +194221,7 @@ t1 = null; return t1 == null ? B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(0, states) : t1; }, - $signature: 464 + $signature: 373 }; A._CheckboxPainter.prototype = { set$checkColor(value) { @@ -195103,28 +195057,28 @@ } return null; }, - $signature: 217 + $signature: 229 }; A.DataTable_build_closure.prototype = { call$1(row) { row.toString; return false; }, - $signature: 465 + $signature: 374 }; A.DataTable_build_closure0.prototype = { call$1(row) { row.toString; return false; }, - $signature: 465 + $signature: 374 }; A.DataTable_build_closure1.prototype = { call$1(row) { row.toString; return false; }, - $signature: 465 + $signature: 374 }; A.DataTable_build_closure2.prototype = { call$1(index) { @@ -195174,7 +195128,7 @@ call$1(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 469 + $signature: 375 }; A.DataTable_build_closure5.prototype = { call$0() { @@ -195224,7 +195178,7 @@ } return B.Rect_0_0_0_0; }, - $signature: 471 + $signature: 378 }; A._SortArrow.prototype = { createState$0() { @@ -195735,7 +195689,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -196537,7 +196491,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 458 + $signature: 367 }; A._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1(constraints) { @@ -196643,13 +196597,13 @@ call$2(total, height) { return total + height; }, - $signature: 337 + $signature: 349 }; A._DropdownRoute_getMenuLimits_closure.prototype = { call$2(total, height) { return total + height; }, - $signature: 337 + $signature: 349 }; A._DropdownRoutePage.prototype = { build$1(_, context) { @@ -196665,7 +196619,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: 716 + $signature: 703 }; A._MenuItem.prototype = { createRenderObject$1(context) { @@ -197083,7 +197037,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 718 + $signature: 514 }; A._DropdownButtonState__handleTap_closure0.prototype = { call$1(newValue) { @@ -197472,7 +197426,7 @@ call$1(isExpanded) { return this.$this._expansion_panel$_handlePressed$2(isExpanded, this.index); }, - $signature: 78 + $signature: 77 }; A.ExpansionTileThemeData.prototype = { get$hashCode(_) { @@ -197645,7 +197599,7 @@ var childSize, t2, t3, t4, t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { - childSize = t1.getDryLayout$1(B.BoxConstraints_mlX6); + childSize = t1.getDryLayout$1(B.BoxConstraints_mlX5); t1 = constraints.minWidth; t2 = constraints.maxWidth; t3 = childSize._dx; @@ -197664,7 +197618,7 @@ constraints = type$.BoxConstraints._as(A.RenderObject.prototype.get$constraints.call(_this)), t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX6, true); + t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX5, true); t1 = constraints.minWidth; t2 = constraints.maxWidth; t3 = _this.RenderObjectWithChildMixin__child._box$_size; @@ -198066,7 +198020,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 471 + $signature: 378 }; 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) { @@ -198191,7 +198145,7 @@ var t1 = this.referenceBox._box$_size; return new A.Rect(0, 0, 0 + t1._dx, 0 + t1._dy); }, - $signature: 471 + $signature: 378 }; 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) { @@ -200482,7 +200436,7 @@ t1.offset = new A.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 211 + $signature: 208 }; A._RenderDecoration_performLayout_baselineLayout.prototype = { call$2(box, x) { @@ -200497,7 +200451,7 @@ t1.offset = new A.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 211 + $signature: 208 }; A._RenderDecoration_paint_doPaint.prototype = { call$1(child) { @@ -200508,13 +200462,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 751 + $signature: 542 }; A._RenderDecoration_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A._Decorator.prototype = { get$slots() { @@ -200982,7 +200936,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 118 + $signature: 116 }; A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle.prototype = { call$0() { @@ -201886,13 +201840,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 751 + $signature: 542 }; A._RenderListTile_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.__ListTile_RenderObjectWidget_SlottedMultiChildRenderObjectWidgetMixin.prototype = { updateRenderObject$2(context, renderObject) { @@ -202249,19 +202203,19 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 504 + $signature: 385 }; A._MaterialInteriorState_forEachTween_closure0.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 315 + $signature: 297 }; A._MaterialInteriorState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 315 + $signature: 297 }; A._MaterialInteriorState_forEachTween_closure2.prototype = { call$1(value) { @@ -202691,7 +202645,7 @@ else t1.removeMaterialState$1(t2); }, - $signature: 78 + $signature: 77 }; A.MaterialStateMixin_addMaterialState_closure.prototype = { call$0() { @@ -203111,13 +203065,13 @@ call$1(child) { return child.key; }, - $signature: 785 + $signature: 556 }; A._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1(child) { return child.key; }, - $signature: 785 + $signature: 556 }; A._MergeableMaterialSliceKey.prototype = { $eq(_, other) { @@ -203407,7 +203361,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 793 + $signature: 582 }; A._ZoomPageTransition_build_closure0.prototype = { call$3(context, animation, child) { @@ -203415,7 +203369,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 795 + $signature: 588 }; A._ZoomPageTransition_build_closure1.prototype = { call$3(context, animation, child) { @@ -203423,7 +203377,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 793 + $signature: 582 }; A._ZoomPageTransition_build_closure2.prototype = { call$3(context, animation, child) { @@ -203431,7 +203385,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 795 + $signature: 588 }; A._ZoomEnterTransition.prototype = { build$1(_, context) { @@ -203720,7 +203674,7 @@ call$1(column) { return B.DataCell_AHF; }, - $signature: 514 + $signature: 720 }; A.PaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -203730,7 +203684,7 @@ } return B.DataCell_AHF; }, - $signature: 514 + $signature: 720 }; A.PaginatedDataTableState__getRows_closure.prototype = { call$0() { @@ -203902,7 +203856,7 @@ call$1(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 718 + $signature: 514 }; A._PopupMenu_build_closure0.prototype = { call$2(context, child) { @@ -204058,7 +204012,7 @@ t5 = A.DisplayFeatureSubScreen_avoidBounds(t4); return new A.CustomSingleChildLayout(new A._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, t4.padding, A.LinkedHashSet_LinkedHashSet$of(t5, t5.$ti._eval$1("Iterable.E"))), new A._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 716 + $signature: 703 }; A.PopupMenuButton.prototype = { createState$0() { @@ -204400,7 +204354,7 @@ var t1 = this.$this; return t1._buildIndicator$3(context, A._lateReadCheck(A._lateReadCheck(t1.___LinearProgressIndicatorState__controller, "_controller").__AnimationController__value, "_value"), this.textDirection); }, - $signature: 220 + $signature: 228 }; A._CircularProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -204520,7 +204474,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 220 + $signature: 228 }; A._RefreshProgressIndicatorPainter.prototype = { paint$2(canvas, size) { @@ -204637,7 +204591,7 @@ t2.toString; return t1._buildMaterialIndicator$5(context, 1.05 * t3, t4, t5, t2.transform$1(0, t6.get$value(t6))); }, - $signature: 220 + $signature: 228 }; A.__CircularProgressIndicatorState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -204846,7 +204800,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 217 + $signature: 229 }; A._RadioState__defaultFillColor_closure.prototype = { call$1(states) { @@ -204856,7 +204810,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 118 + $signature: 116 }; A._RadioState_build_closure.prototype = { call$1(states) { @@ -204867,7 +204821,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 464 + $signature: 373 }; A._RadioPainter.prototype = { paint$2(canvas, size) { @@ -205397,7 +205351,7 @@ refreshResult.whenComplete$1(new A.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 86 + $signature: 88 }; A.RefreshIndicatorState__show__closure.prototype = { call$0() { @@ -205468,7 +205422,7 @@ call$2(context, index) { return this.children[index]; }, - $signature: 161 + $signature: 167 }; A._ReorderableListViewState.prototype = { _wrapWithSemantics$2(child, index) { @@ -205554,7 +205508,7 @@ if (startIndex != endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 362 + $signature: 281 }; A._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0() { @@ -205680,7 +205634,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 86 + $signature: 88 }; A._ScaffoldMessengerScope.prototype = { updateShouldNotify$1(old) { @@ -206464,7 +206418,7 @@ if ((t1.future._state & 30) === 0) t1.complete$1(0, this.reason); }, - $signature: 86 + $signature: 88 }; A.ScaffoldState__updateSnackBar_closure.prototype = { call$0() { @@ -206707,7 +206661,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -207035,7 +206989,7 @@ t1.toString; return t1; }, - $signature: 118 + $signature: 116 }; A._MaterialScrollbarState__trackColor_closure.prototype = { call$1(states) { @@ -207057,7 +207011,7 @@ } return B.Color_0; }, - $signature: 118 + $signature: 116 }; A._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1(states) { @@ -207080,7 +207034,7 @@ } return B.Color_0; }, - $signature: 118 + $signature: 116 }; A._MaterialScrollbarState__thickness_closure.prototype = { call$1(states) { @@ -207875,7 +207829,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 217 + $signature: 229 }; A._MaterialSwitchState__defaultThumbColor_closure.prototype = { call$1(states) { @@ -207885,7 +207839,7 @@ return this.theme.toggleableActiveColor; return this.isDark ? B.Color_4290624957 : B.Color_4294638330; }, - $signature: 118 + $signature: 116 }; A._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1(states) { @@ -207895,7 +207849,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 217 + $signature: 229 }; A._MaterialSwitchState__defaultTrackColor_closure.prototype = { call$1(states) { @@ -207912,7 +207866,7 @@ } return this.isDark ? B.Color_1308622847 : B.Color_1375731712; }, - $signature: 118 + $signature: 116 }; A._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0() { @@ -207927,7 +207881,7 @@ t1 = null; return t1 == null ? A.MaterialStateProperty_resolveAs(B._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 464 + $signature: 373 }; A._SwitchPainter.prototype = { set$activeThumbImage(value) { @@ -210067,13 +210021,13 @@ call$1($event) { return this.$this._handleHover$1(true); }, - $signature: 254 + $signature: 231 }; A._TextFieldState_build_closure4.prototype = { call$1($event) { return this.$this._handleHover$1(false); }, - $signature: 213 + $signature: 214 }; A._TextFieldState_build_closure2.prototype = { call$2(context, child) { @@ -210104,7 +210058,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -210181,7 +210135,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 119 + $signature: 118 }; A._TextFormFieldState.prototype = { get$_effectiveController() { @@ -211528,7 +211482,7 @@ return "0" + A.S(value); return B.JSInt_methods.toString$0(value); }, - $signature: 350 + $signature: 352 }; A.RestorableTimeOfDay.prototype = { createDefaultValue$0() { @@ -211662,7 +211616,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, B.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 118 + $signature: 116 }; A._HourMinuteControl_build_closure0.prototype = { call$1(states) { @@ -211679,7 +211633,7 @@ } return t1; }, - $signature: 118 + $signature: 116 }; A._HourControl.prototype = { build$1(_, context) { @@ -211923,7 +211877,7 @@ } return t1; }, - $signature: 118 + $signature: 116 }; A._DayPeriodControl_build_closure0.prototype = { call$1(states) { @@ -211937,7 +211891,7 @@ t1 = B.Color_0; return t1; }, - $signature: 118 + $signature: 116 }; A._DayPeriodControl_build_closure1.prototype = { call$0() { @@ -212091,7 +212045,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 70 + $signature: 69 }; A._TappableLabel.prototype = { get$value(receiver) { @@ -213255,21 +213209,21 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__TimePickerDialogState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__TimePickerInputState_State_RestorationMixin_dispose_closure.prototype = { call$2(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -214307,7 +214261,7 @@ call$2(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.center); }, - $signature: 70 + $signature: 69 }; A.__DefaultFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; A.__ResolveFillColor_MaterialStateProperty_Diagnosticable.prototype = {}; @@ -215027,13 +214981,13 @@ t1._showTooltip$0(); return null; }, - $signature: 254 + $signature: 231 }; A.TooltipState__createNewEntry_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 213 + $signature: 214 }; A.TooltipState__createNewEntry_closure1.prototype = { call$1(context) { @@ -215048,13 +215002,13 @@ t1._showTooltip$0(); return null; }, - $signature: 254 + $signature: 231 }; A.TooltipState_build_closure0.prototype = { call$1(_) { return this.$this._handleMouseExit$0(); }, - $signature: 213 + $signature: 214 }; A._TooltipPositionDelegate.prototype = { getConstraintsForChild$1(constraints) { @@ -215228,7 +215182,7 @@ call$2(bytes, total) { this.chunkEvents.add$1(0, new A.ImageChunkEvent(bytes, total)); }, - $signature: 362 + $signature: 281 }; A.AlignmentGeometry.prototype = { toString$0(_) { @@ -216436,21 +216390,21 @@ var t1 = this.$this; return t1.get$canvas(t1).clipPath$2$doAntiAlias(0, this.path, doAntiAlias); }, - $signature: 78 + $signature: 77 }; A.ClipContext_clipRRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRRect$2$doAntiAlias(0, this.rrect, doAntiAlias); }, - $signature: 78 + $signature: 77 }; A.ClipContext_clipRectAndPaint_closure.prototype = { call$1(doAntiAlias) { var t1 = this.$this; return t1.get$canvas(t1).clipRect$2$doAntiAlias(0, this.rect, doAntiAlias); }, - $signature: 78 + $signature: 77 }; A.ColorSwatch.prototype = { $index(_, index) { @@ -216938,7 +216892,7 @@ t1.toString; return t1; }, - $signature: 332 + $signature: 278 }; A.ImageCache.prototype = { clear$0(_) { @@ -217411,13 +217365,13 @@ t1.toString; return t1; }, - $signature: 516 + $signature: 735 }; A.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0() { return this.$this.load$2(0, this.key, $.PaintingBinding__instance.get$instantiateImageCodec()); }, - $signature: 516 + $signature: 735 }; A.AssetBundleImageKey.prototype = { $eq(_, other) { @@ -217609,7 +217563,7 @@ call$2(error, stack) { this._box_0.completer.completeError$2(error, stack); }, - $signature: 126 + $signature: 128 }; A.ImageInfo.prototype = { clone$0(_) { @@ -217845,7 +217799,7 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving a single-frame image stream"), error, this.informationCollector, true, stack); }, - $signature: 126 + $signature: 128 }; A.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -218030,13 +217984,13 @@ call$2(error, stack) { this.$this.reportError$5$context$exception$informationCollector$silent$stack(A.ErrorDescription$("resolving an image codec"), error, this.informationCollector, true, stack); }, - $signature: 126 + $signature: 128 }; 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: 126 + $signature: 128 }; A.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0() { @@ -218111,7 +218065,7 @@ this._box_0.result = result; return result == null; }, - $signature: 208 + $signature: 210 }; A.InlineSpan_codeUnitAt_closure.prototype = { call$1(span) { @@ -218119,7 +218073,7 @@ this._box_0.result = result; return result == null; }, - $signature: 208 + $signature: 210 }; A.NotchedShape.prototype = {}; A.CircularNotchedRectangle.prototype = { @@ -219902,7 +219856,7 @@ call$1(str) { return "packages/" + A.S(this.$this._package) + "/" + A.S(str); }, - $signature: 108 + $signature: 111 }; A._TextStyle_Object_Diagnosticable.prototype = {}; A.FrictionSimulation.prototype = { @@ -220768,7 +220722,7 @@ call$0() { return this.computer.call$1(this.argument); }, - $signature: 458 + $signature: 367 }; A.RenderBox_getDryLayout_closure.prototype = { call$0() { @@ -220856,7 +220810,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0(_) { @@ -222693,7 +222647,7 @@ J.add$1$ax(A._lateReadCheck(this.$this.__RenderEditable__placeholderSpans, "_placeholderSpans"), span); return true; }, - $signature: 208 + $signature: 210 }; A.RenderEditable_getBoxesForSelection_closure.prototype = { call$1(textBox) { @@ -222705,7 +222659,7 @@ call$1(info) { return info.recognizer != null; }, - $signature: 531 + $signature: 790 }; A.RenderEditable__createShowOnScreenFor_closure.prototype = { call$0() { @@ -222727,7 +222681,7 @@ call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.RenderEditable__paintContents_closure.prototype = { call$2(context, offset) { @@ -222735,7 +222689,7 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 96 + $signature: 95 }; A._RenderEditableCustomPaint.prototype = { get$parent(_) { @@ -223632,25 +223586,25 @@ call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 211 + $signature: 208 }; A.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 211 + $signature: 208 }; A.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 211 + $signature: 208 }; A.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2(child, extent) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 211 + $signature: 208 }; A._LayoutSizes.prototype = {}; A._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -224698,49 +224652,49 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -225257,25 +225211,25 @@ call$2(a, b) { return a._depth - b._depth; }, - $signature: 312 + $signature: 313 }; A.PipelineOwner_flushCompositingBits_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 312 + $signature: 313 }; A.PipelineOwner_flushPaint_closure.prototype = { call$2(a, b) { return b._depth - a._depth; }, - $signature: 312 + $signature: 313 }; A.PipelineOwner_flushSemantics_closure.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 312 + $signature: 313 }; A.RenderObject.prototype = { reassemble$0() { @@ -225809,7 +225763,7 @@ call$1(child) { child.reassemble$0(); }, - $signature: 112 + $signature: 114 }; A.RenderObject__debugReportException_closure.prototype = { call$0() { @@ -225833,13 +225787,13 @@ if (A._lateReadCheck(child.__RenderObject__needsCompositing, "_needsCompositing")) this.$this.__RenderObject__needsCompositing = true; }, - $signature: 112 + $signature: 114 }; A.RenderObject_clearSemantics_closure.prototype = { call$1(child) { child.clearSemantics$0(); }, - $signature: 112 + $signature: 114 }; A.RenderObject__getSemanticsForParent_closure.prototype = { call$1(renderChild) { @@ -225876,7 +225830,7 @@ } } }, - $signature: 112 + $signature: 114 }; A.RenderObjectWithChildMixin.prototype = { set$child(value) { @@ -227026,13 +226980,13 @@ J.add$1$ax(A._lateReadCheck(this.$this.__RenderParagraph__placeholderSpans, "_placeholderSpans"), span); return true; }, - $signature: 208 + $signature: 210 }; A.RenderParagraph_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.RenderParagraph_paint_closure.prototype = { call$2(context, offset) { @@ -227040,13 +226994,13 @@ t1.toString; context.paintChild$2(t1, offset); }, - $signature: 96 + $signature: 95 }; A.RenderParagraph_describeSemanticsConfiguration_closure.prototype = { call$1(info) { return info.recognizer != null; }, - $signature: 531 + $signature: 790 }; A.RenderParagraph__createShowOnScreenFor_closure.prototype = { call$0() { @@ -228434,7 +228388,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 70 + $signature: 69 }; A.RenderFittedBox.prototype = { _proxy_box$_resolve$0() { @@ -228490,7 +228444,7 @@ var childSize, t1 = this.RenderObjectWithChildMixin__child; if (t1 != null) { - childSize = t1.getDryLayout$1(B.BoxConstraints_mlX6); + childSize = t1.getDryLayout$1(B.BoxConstraints_mlX5); switch (this._proxy_box$_fit.index) { case 6: return constraints.constrain$1(new A.BoxConstraints(0, constraints.maxWidth, 0, constraints.maxHeight).constrainSizeAndAttemptToPreserveAspectRatio$1(childSize)); @@ -228511,7 +228465,7 @@ var t2, t3, t4, unconstrainedSize, _this = this, t1 = _this.RenderObjectWithChildMixin__child; if (t1 != null) { - t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX6, true); + t1.layout$2$parentUsesSize(0, B.BoxConstraints_mlX5, true); switch (_this._proxy_box$_fit.index) { case 6: t1 = type$.BoxConstraints; @@ -228663,7 +228617,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 70 + $signature: 69 }; A.RenderFractionalTranslation.prototype = { set$translation(value) { @@ -228709,7 +228663,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 70 + $signature: 69 }; A.RenderPointerListener.prototype = { computeSizeForNoChild$1(constraints) { @@ -229699,7 +229653,7 @@ call$2(result, position) { return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 70 + $signature: 69 }; A.RenderAnnotatedRegion.prototype = { get$value(_) { @@ -229845,7 +229799,7 @@ call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.RenderPadding.prototype = { _shifted_box$_resolve$0() { @@ -230553,7 +230507,7 @@ call$1(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 583 + $signature: 520 }; A._SliverGeometry_Object_Diagnosticable.prototype = {}; A._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -231548,7 +231502,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 373 + $signature: 416 }; A.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1(constraints) { @@ -231570,7 +231524,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: 373 + $signature: 416 }; A.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1(child) { @@ -231929,7 +231883,7 @@ call$1(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 373 + $signature: 416 }; A.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0() { @@ -232233,25 +232187,25 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A.RenderIndexedStack.prototype = { visitChildrenForSemantics$1(visitor) { @@ -232320,7 +232274,7 @@ call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -233008,13 +232962,13 @@ call$2(a, b) { return a + b; }, - $signature: 337 + $signature: 349 }; A.RenderTable_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.AlignmentGeometryTween.prototype = { lerp$1(t) { @@ -233626,7 +233580,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 583 + $signature: 520 }; A.RenderViewport.prototype = { setupParentData$1(child) { @@ -234974,7 +234928,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 102 }; A.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1(timeStamp) { @@ -235175,7 +235129,7 @@ call$1(value) { this.callback.call$0(); }, - $signature: 83 + $signature: 87 }; A.TickerCanceled.prototype = { toString$0(_) { @@ -235764,7 +235718,7 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 375 + $signature: 420 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1(sortNode) { @@ -235871,7 +235825,7 @@ call$1(group) { return group.sortedWithinKnot$0(); }, - $signature: 676 + $signature: 537 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2(a, b) { @@ -235885,7 +235839,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 376 + $signature: 425 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1(id) { @@ -235902,7 +235856,7 @@ } _this.sortedIds.push(id); }, - $signature: 84 + $signature: 89 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1(node) { @@ -235922,7 +235876,7 @@ call$1(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 676 + $signature: 537 }; A._TraversalSortNode.prototype = { compareTo$1(_, other) { @@ -236031,19 +235985,19 @@ call$1(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 375 + $signature: 420 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 376 + $signature: 425 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2(a, b) { return a._depth - b._depth; }, - $signature: 376 + $signature: 425 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1(node) { @@ -236053,7 +236007,7 @@ } return true; }, - $signature: 375 + $signature: 420 }; A.SemanticsConfiguration.prototype = { _addAction$2(action, handler) { @@ -236751,7 +236705,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 102 }; A._DefaultBinaryMessenger.prototype = { send$2(_, channel, message) { @@ -236782,7 +236736,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "services library", t1, null, null, false)); } }, - $signature: 136 + $signature: 143 }; A._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2(data, callback) { @@ -237402,7 +237356,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 271 + $signature: 254 }; A.StandardMethodCodec0.prototype = { encodeMethodCall$1(methodCall) { @@ -237642,7 +237596,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 723 + $signature: 543 }; A.MethodChannel.prototype = { _invokeMethod$1$3$arguments$missingOk(method, $arguments, missingOk, $T) { @@ -237851,7 +237805,7 @@ call$1(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 723 + $signature: 543 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2(method, $arguments, $T) { @@ -238456,14 +238410,14 @@ var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 775 + $signature: 550 }; A.RestorationBucket__rawValues_closure.prototype = { call$0() { var t1 = type$.nullable_Object; return A.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 775 + $signature: 550 }; A.RestorationBucket__addChildData_closure.prototype = { call$0() { @@ -238713,7 +238667,7 @@ replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length; return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1); }, - $signature: 120 + $signature: 126 }; A.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2(oldValue, newValue) { @@ -238888,7 +238842,7 @@ replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length; return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2); }, - $signature: 120 + $signature: 126 }; A.SelectionChangedCause.prototype = { toString$0(_) { @@ -239188,7 +239142,7 @@ t1 = true; return !t1; }, - $signature: 56 + $signature: 55 }; A.TextInput__handleTextInputInvocation_closure1.prototype = { call$1(elementIdentifier) { @@ -239217,7 +239171,7 @@ this.parent.set$finalLocalValue(ancestor); return false; }, - $signature: 251 + $signature: 256 }; A.Intent.prototype = {}; A.Action.prototype = { @@ -239281,7 +239235,7 @@ type$._ActionsMarker._as(t1); return false; }, - $signature: 307 + $signature: 328 }; A.Actions_maybeFind_closure.prototype = { call$1(element) { @@ -239298,7 +239252,7 @@ } return false; }, - $signature: 307 + $signature: 328 }; A.Actions__maybeFindWithoutDependingOn_closure.prototype = { call$1(element) { @@ -239312,7 +239266,7 @@ } return false; }, - $signature: 307 + $signature: 328 }; A.Actions_invoke_closure.prototype = { call$1(element) { @@ -239326,7 +239280,7 @@ _this._box_0.returnValue = A.Actions__findDispatcher(element).invokeAction$3(result, t2, _this.context); return t1; }, - $signature: 307 + $signature: 328 }; A._ActionsState.prototype = { initState$0() { @@ -239560,7 +239514,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 381 + $signature: 438 }; A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1(target) { @@ -239578,14 +239532,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 381 + $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: 381 + $signature: 438 }; A._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1(duration) { @@ -239870,7 +239824,7 @@ call$1($status) { this.$this.setState$1(new A._AnimatedCrossFadeState_initState__closure()); }, - $signature: 43 + $signature: 42 }; A._AnimatedCrossFadeState_initState__closure.prototype = { call$0() { @@ -240090,7 +240044,7 @@ this.controller.dispose$0(0); } }, - $signature: 43 + $signature: 42 }; A._AnimatedSwitcherState__newEntry__closure.prototype = { call$0() { @@ -240453,7 +240407,7 @@ var t1 = this.$this; t1.setState$1(new A._StreamBuilderBaseState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 126 + $signature: 128 }; A._StreamBuilderBaseState__subscribe__closure.prototype = { call$0() { @@ -240578,7 +240532,7 @@ if (t1._activeCallbackIdentity === this.callbackIdentity) t1.setState$1(new A._FutureBuilderState__subscribe__closure(t1, error, stackTrace)); }, - $signature: 126 + $signature: 128 }; A._FutureBuilderState__subscribe__closure.prototype = { call$0() { @@ -241043,7 +240997,7 @@ call$1(child) { this._box_0.childElement = child; }, - $signature: 99 + $signature: 104 }; A._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0() { @@ -241765,8 +241719,9 @@ A.Expanded.prototype = {}; A.Wrap.prototype = { createRenderObject$1(context) { - var t1 = A.Directionality_maybeOf(context); - t1 = new A.RenderWrap(B.Axis_0, this.alignment, this.spacing, B.WrapAlignment_0, 0, this.crossAxisAlignment, t1, B.VerticalDirection_1, B.Clip_0, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); + var _this = this, + t1 = A.Directionality_maybeOf(context); + t1 = new A.RenderWrap(B.Axis_0, _this.alignment, _this.spacing, B.WrapAlignment_0, 0, _this.crossAxisAlignment, t1, B.VerticalDirection_1, _this.clipBehavior, A.LayerHandle$(type$.ClipRectLayer), 0, null, null, A.LayerHandle$(type$.ContainerLayer_2)); t1.get$isRepaintBoundary(); t1.get$alwaysNeedsCompositing(); t1.__RenderObject__needsCompositing = false; @@ -241774,13 +241729,13 @@ return t1; }, updateRenderObject$2(context, renderObject) { - var t1; + var t1, _this = this; renderObject.set$direction(0, B.Axis_0); - renderObject.set$alignment(this.alignment); - renderObject.set$spacing(0, this.spacing); + renderObject.set$alignment(_this.alignment); + renderObject.set$spacing(0, _this.spacing); renderObject.set$runAlignment(B.WrapAlignment_0); renderObject.set$runSpacing(0); - renderObject.set$crossAxisAlignment(this.crossAxisAlignment); + renderObject.set$crossAxisAlignment(_this.crossAxisAlignment); t1 = A.Directionality_maybeOf(context); if (renderObject._wrap$_textDirection != t1) { renderObject._wrap$_textDirection = t1; @@ -241790,8 +241745,9 @@ renderObject._wrap$_verticalDirection = B.VerticalDirection_1; renderObject.markNeedsLayout$0(); } - if (B.Clip_0 !== renderObject._wrap$_clipBehavior) { - renderObject._wrap$_clipBehavior = B.Clip_0; + t1 = _this.clipBehavior; + if (t1 !== renderObject._wrap$_clipBehavior) { + renderObject._wrap$_clipBehavior = t1; renderObject.markNeedsPaint$0(); renderObject.markNeedsSemanticsUpdate$0(); } @@ -241840,7 +241796,7 @@ } return true; }, - $signature: 208 + $signature: 210 }; A.RawImage.prototype = { createRenderObject$1(context) { @@ -242195,7 +242151,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 306 + $signature: 330 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1(parameters) { @@ -242225,7 +242181,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 306 + $signature: 330 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1(parameters) { @@ -242255,7 +242211,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 306 + $signature: 330 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2.prototype = { call$0() { @@ -242280,7 +242236,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3.prototype = { call$1(value) { @@ -242304,7 +242260,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 439 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4.prototype = { call$0() { @@ -242329,7 +242285,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5.prototype = { call$1(value) { @@ -242353,7 +242309,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 439 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0() { @@ -242376,7 +242332,7 @@ call$1(timings) { J.forEach$1$ax(timings, this.$this.get$_profileFramePostEvent()); }, - $signature: 374 + $signature: 418 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0() { @@ -242656,7 +242612,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 306 + $signature: 330 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1(_) { @@ -242684,7 +242640,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 261 + $signature: 273 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1(_) { @@ -242712,7 +242668,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 261 + $signature: 273 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1(params) { @@ -242796,7 +242752,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 221 + $signature: 227 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1(value) { @@ -242820,7 +242776,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 385 + $signature: 439 }; A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1(timings) { @@ -242840,7 +242796,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 374 + $signature: 418 }; A.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0() { @@ -243355,7 +243311,7 @@ t1 = true; return t1; }, - $signature: 534 + $signature: 573 }; A.DisplayFeatureSubScreen_avoidBounds_closure0.prototype = { call$1(d) { @@ -243512,7 +243468,7 @@ t1._widget.toString; return sheet; }, - $signature: 259 + $signature: 233 }; A._DraggableScrollableSheetScrollController.prototype = { createScrollPosition$3(physics, context, oldPosition) { @@ -245926,7 +245882,7 @@ this.result.push(span.child); return true; }, - $signature: 208 + $signature: 210 }; A._ScribbleFocusable.prototype = { createState$0() { @@ -246967,7 +246923,7 @@ call$1(node) { return !node.get$skipTraversal() && node.get$canRequestFocus(); }, - $signature: 142 + $signature: 133 }; A.FocusNode_debugDescribeChildren_closure.prototype = { call$1(child) { @@ -247490,7 +247446,7 @@ } return true; }, - $signature: 251 + $signature: 256 }; A._FocusTraversalGroupInfo.prototype = {}; A.TraversalDirection.prototype = { @@ -247668,7 +247624,7 @@ call$1(node) { return !node.get$canRequestFocus() || node.get$skipTraversal(); }, - $signature: 142 + $signature: 133 }; A._DirectionalPolicyDataEntry.prototype = {}; A._DirectionalPolicyData.prototype = {}; @@ -247924,47 +247880,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 250 + $signature: 262 }; 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: 250 + $signature: 262 }; 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: 142 + $signature: 133 }; 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: 142 + $signature: 133 }; 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: 250 + $signature: 262 }; 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: 142 + $signature: 133 }; 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: 142 + $signature: 133 }; A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1(direction) { @@ -248005,21 +247961,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 142 + $signature: 133 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 142 + $signature: 133 }; 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: 250 + $signature: 262 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1(node) { @@ -248027,21 +247983,21 @@ t1.toString; return A.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 142 + $signature: 133 }; A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 142 + $signature: 133 }; 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: 250 + $signature: 262 }; A._ReadingOrderSortData.prototype = { get$directionalAncestors() { @@ -248074,7 +248030,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 547 + $signature: 585 }; A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1(context) { @@ -248217,7 +248173,7 @@ call$2(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 547 + $signature: 585 }; A.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2(current, candidates) { @@ -248480,7 +248436,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A._FormFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -248706,7 +248662,7 @@ call$1(child) { this.$this._unmount$1(child); }, - $signature: 99 + $signature: 104 }; A.BuildOwner.prototype = { scheduleBuildFor$1(element) { @@ -249240,7 +249196,7 @@ child._debugReassembleConfig = this.$this._debugReassembleConfig; child.reassemble$0(); }, - $signature: 99 + $signature: 104 }; A.Element_renderObject_visit.prototype = { call$1(element) { @@ -249251,7 +249207,7 @@ else element.visitChildren$1(this); }, - $signature: 99 + $signature: 104 }; A.Element_updateSlotForChild_visit.prototype = { call$1(element) { @@ -249259,31 +249215,31 @@ if (!(element instanceof A.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 99 + $signature: 104 }; A.Element__updateDepth_closure.prototype = { call$1(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 99 + $signature: 104 }; A.Element_detachRenderObject_closure.prototype = { call$1(child) { child.detachRenderObject$0(); }, - $signature: 99 + $signature: 104 }; A.Element_attachRenderObject_closure.prototype = { call$1(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 99 + $signature: 104 }; A.Element_debugDescribeChildren_closure.prototype = { call$1(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 99 + $signature: 104 }; A._ElementDiagnosticableTreeNode.prototype = {}; A.ErrorWidget.prototype = { @@ -249481,7 +249437,7 @@ else child.visitChildren$1(this); }, - $signature: 99 + $signature: 104 }; A.InheritedElement.prototype = { _updateInheritance$0() { @@ -249883,7 +249839,7 @@ call$1(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 251 + $signature: 256 }; A.IndexedSlot.prototype = { $eq(_, other) { @@ -249965,7 +249921,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 555 + $signature: 586 }; A.GestureDetector_build_closure0.prototype = { call$1(instance) { @@ -249977,7 +249933,7 @@ instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = instance.onSecondaryTapUp = instance.onSecondaryTapDown = instance.onSecondaryTap = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 588 + $signature: 587 }; A.GestureDetector_build_closure1.prototype = { call$0() { @@ -250000,7 +249956,7 @@ var _null = null; return A.LongPressGestureRecognizer$(this.$this, _null, _null, _null, _null); }, - $signature: 562 + $signature: 590 }; A.GestureDetector_build_closure4.prototype = { call$1(instance) { @@ -250009,13 +249965,13 @@ instance.onTertiaryLongPressEnd = instance.onTertiaryLongPressUp = instance.onTertiaryLongPressMoveUpdate = instance.onTertiaryLongPressStart = instance.onTertiaryLongPress = instance.onTertiaryLongPressCancel = instance.onTertiaryLongPressDown = instance.onSecondaryLongPressEnd = instance.onSecondaryLongPressUp = instance.onSecondaryLongPressMoveUpdate = instance.onSecondaryLongPressStart = instance.onSecondaryLongPress = instance.onSecondaryLongPressCancel = instance.onSecondaryLongPressDown = instance.onLongPressEnd = instance.onLongPressUp = instance.onLongPressMoveUpdate = instance.onLongPressStart = null; instance.gestureSettings = this.gestureSettings; }, - $signature: 581 + $signature: 591 }; A.GestureDetector_build_closure5.prototype = { call$0() { return A.VerticalDragGestureRecognizer$(this.$this, null); }, - $signature: 584 + $signature: 593 }; A.GestureDetector_build_closure6.prototype = { call$1(instance) { @@ -250029,13 +249985,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 625 + $signature: 594 }; A.GestureDetector_build_closure7.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(this.$this, null); }, - $signature: 629 + $signature: 595 }; A.GestureDetector_build_closure8.prototype = { call$1(instance) { @@ -250048,13 +250004,13 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 632 + $signature: 596 }; A.GestureDetector_build_closure9.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, null); }, - $signature: 302 + $signature: 334 }; A.GestureDetector_build_closure10.prototype = { call$1(instance) { @@ -250067,7 +250023,7 @@ instance.dragStartBehavior = t1.dragStartBehavior; instance.gestureSettings = this.gestureSettings; }, - $signature: 301 + $signature: 335 }; A.GestureDetector_build_closure11.prototype = { call$0() { @@ -250289,7 +250245,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 72 + $signature: 70 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -250307,7 +250263,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 72 + $signature: 70 }; A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -250318,7 +250274,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 72 + $signature: 70 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1(details) { @@ -250336,7 +250292,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0)); }, - $signature: 72 + $signature: 70 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1(details) { @@ -250354,7 +250310,7 @@ if (t1 != null) t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null)); }, - $signature: 72 + $signature: 70 }; A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1(details) { @@ -250365,7 +250321,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 72 + $signature: 70 }; A.HeroFlightDirection.prototype = { toString$0(_) { @@ -250410,7 +250366,7 @@ } element.visitChildren$1(_this); }, - $signature: 99 + $signature: 104 }; A._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) { @@ -250667,7 +250623,7 @@ t4 = t2._dx; return A.Positioned$(t2._dy - t3.bottom, new A.IgnorePointer(true, _null, new A.RepaintBoundary(A.FadeTransition$(false, child, t1._heroOpacity), _null), _null), _null, _null, t3.left, t4 - t3.right, t3.top, _null); }, - $signature: 652 + $signature: 599 }; A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate.prototype = { call$0() { @@ -251445,14 +251401,14 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 43 + $signature: 42 }; A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3(tween, targetValue, $constructor) { this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 660 + $signature: 600 }; A.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3(tween, targetValue, $constructor) { @@ -251467,7 +251423,7 @@ tween = null; return tween; }, - $signature: 660 + $signature: 600 }; A.AnimatedWidgetBaseState.prototype = { initState$0() { @@ -251541,25 +251497,25 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 667 + $signature: 601 }; A._AnimatedContainerState_forEachTween_closure0.prototype = { call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 401 + $signature: 451 }; A._AnimatedContainerState_forEachTween_closure1.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 687 + $signature: 618 }; A._AnimatedContainerState_forEachTween_closure2.prototype = { call$1(value) { return new A.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 687 + $signature: 618 }; A._AnimatedContainerState_forEachTween_closure3.prototype = { call$1(value) { @@ -251571,7 +251527,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 401 + $signature: 451 }; A._AnimatedContainerState_forEachTween_closure5.prototype = { call$1(value) { @@ -251583,7 +251539,7 @@ call$1(value) { return new A.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 667 + $signature: 601 }; A.AnimatedPadding.prototype = { createState$0() { @@ -251606,7 +251562,7 @@ call$1(value) { return new A.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 401 + $signature: 451 }; A.AnimatedOpacity.prototype = { createState$0() { @@ -251633,7 +251589,7 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 504 + $signature: 385 }; A.AnimatedDefaultTextStyle.prototype = { createState$0() { @@ -251709,19 +251665,19 @@ call$1(value) { return new A.Tween(A._asDoubleS(value), null, type$.Tween_double); }, - $signature: 504 + $signature: 385 }; A._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 315 + $signature: 297 }; A._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1(value) { return new A.ColorTween(type$.Color._as(value), null); }, - $signature: 315 + $signature: 297 }; A._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -251849,7 +251805,7 @@ } return true; }, - $signature: 251 + $signature: 256 }; A.CapturedThemes.prototype = {}; A._CaptureAll.prototype = { @@ -252793,7 +252749,7 @@ call$1(displayFeature) { return this.subScreen.overlaps$1(displayFeature.get$bounds(displayFeature)); }, - $signature: 534 + $signature: 573 }; A.MediaQuery.prototype = { updateShouldNotify$1(oldWidget) { @@ -253171,7 +253127,7 @@ if (t2 === true) t1.focusScopeNode.requestFocus$0(); }, - $signature: 86 + $signature: 88 }; A.Route_didAdd_closure.prototype = { call$1(_) { @@ -253179,13 +253135,13 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 86 + $signature: 88 }; A.Route_isCurrent_closure.prototype = { call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.Route_isCurrent_closure0.prototype = { call$0() { @@ -253197,7 +253153,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.Route_isFirst_closure0.prototype = { call$0() { @@ -253209,7 +253165,7 @@ call$1(e) { return e != null && A._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 199 + $signature: 179 }; A.Route_isActive_closure0.prototype = { call$0() { @@ -253392,7 +253348,7 @@ call$1(entry) { return entry.route === this.route; }, - $signature: 300 + $signature: 340 }; A._NavigatorObservation.prototype = {}; A._NavigatorPushObservation.prototype = { @@ -254058,7 +254014,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0() { @@ -254076,7 +254032,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.NavigatorState_maybePop_closure0.prototype = { call$0() { @@ -254088,7 +254044,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.NavigatorState_maybePop_closure2.prototype = { call$0() { @@ -254100,7 +254056,7 @@ call$1(e) { return e != null && e.get$isPresent(); }, - $signature: 199 + $signature: 179 }; A.NavigatorState_removeRoute_closure0.prototype = { call$0() { @@ -254288,7 +254244,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A._NavigatorState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -255174,31 +255130,31 @@ call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 90 + $signature: 91 }; A._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1(child) { return child._computeIntrinsicDimension$3(B._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 90 + $signature: 91 }; A._RenderTheatre_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A._OverlayState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -255936,7 +255892,7 @@ call$1(element) { return A.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 251 + $signature: 256 }; A.PageStorage.prototype = { build$1(_, context) { @@ -256289,7 +256245,7 @@ } return false; }, - $signature: 170 + $signature: 171 }; A._PageViewState_build_closure0.prototype = { call$2(context, position) { @@ -256416,7 +256372,7 @@ var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 86 + $signature: 88 }; A._HtmlElementViewController.prototype = { _platform_view$_initialize$0() { @@ -256581,7 +256537,7 @@ A._PlatformViewLinkState__initialize_closure.prototype = { call$1(_) { }, - $signature: 84 + $signature: 89 }; A.PlatformViewSurface.prototype = { createRenderObject$1(context) { @@ -257304,7 +257260,7 @@ t1._offsetAnimation = null; } }, - $signature: 43 + $signature: 42 }; A._ReorderableItemState_rebuild_closure.prototype = { call$0() { @@ -257335,7 +257291,7 @@ } return null; }, - $signature: 268 + $signature: 241 }; A.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0() { @@ -257402,7 +257358,7 @@ t1.onDropCompleted.call$0(); } }, - $signature: 43 + $signature: 42 }; A._DragItemProxy.prototype = { build$1(_, context) { @@ -257430,7 +257386,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: 652 + $signature: 599 }; A._ReorderableItemGlobalKey.prototype = { $eq(_, other) { @@ -257716,7 +257672,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1(oldWidget) { @@ -258056,7 +258012,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 43 + $signature: 42 }; A.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0() { @@ -258267,7 +258223,7 @@ t5 = new A.ValueNotifier(false, $.$get$ChangeNotifier__emptyListeners(), type$.ValueNotifier_bool); return t2.buildTransitions$4(context, t3, t4, A.AnimatedBuilder$(t5, new A._ModalScopeState_build___closure(t1), child)); }, - $signature: 220 + $signature: 228 }; A._ModalScopeState_build___closure.prototype = { call$2(context, child) { @@ -259136,7 +259092,7 @@ call$1($event) { return new A.VelocityTracker($event.get$kind($event), A.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 741 + $signature: 633 }; A._WrappedScrollBehavior.prototype = { get$dragDevices() { @@ -259506,7 +259462,7 @@ this.$this._scroll_notification_observer$_notifyListeners$1(notification); return false; }, - $signature: 170 + $signature: 171 }; A.ScrollPhysics.prototype = { buildParent$1(ancestor) { @@ -260566,7 +260522,7 @@ 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: 161 + $signature: 167 }; A.ListView$separated_closure0.prototype = { call$2(_, index) { @@ -260584,7 +260540,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 130 + $signature: 132 }; A.Scrollable.prototype = { createState$0() { @@ -260965,7 +260921,7 @@ call$0() { return A.VerticalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); }, - $signature: 584 + $signature: 593 }; A.ScrollableState_setCanDrag_closure0.prototype = { call$1(instance) { @@ -260990,13 +260946,13 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 625 + $signature: 594 }; A.ScrollableState_setCanDrag_closure1.prototype = { call$0() { return A.HorizontalDragGestureRecognizer$(null, A._lateReadCheck(this.$this.__ScrollableState__configuration, "_configuration").get$dragDevices()); }, - $signature: 629 + $signature: 595 }; A.ScrollableState_setCanDrag_closure2.prototype = { call$1(instance) { @@ -261021,7 +260977,7 @@ t1 = t1._mediaQueryData; instance.gestureSettings = t1 == null ? _null : t1.gestureSettings; }, - $signature: 632 + $signature: 596 }; A.ScrollableDetails.prototype = {}; A._ScrollSemantics.prototype = { @@ -262243,19 +262199,19 @@ call$1(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 252 + $signature: 248 }; A.RawScrollbarState__gestures__closure0.prototype = { call$1(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 253 + $signature: 238 }; A.RawScrollbarState__gestures__closure1.prototype = { call$1(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 409 + $signature: 456 }; A.RawScrollbarState__gestures_closure1.prototype = { call$0() { @@ -262289,7 +262245,7 @@ break; } }, - $signature: 213 + $signature: 214 }; A.RawScrollbarState_build_closure0.prototype = { call$1($event) { @@ -262923,13 +262879,13 @@ t1.toString; context.paintChild$2(t1, offset.$add(0, this.paintOffset)); }, - $signature: 96 + $signature: 95 }; A._RenderSingleChildViewport_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1(owner) { @@ -263327,7 +263283,7 @@ t2.remove$1(0, index); } }, - $signature: 84 + $signature: 89 }; A.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0() { @@ -263961,7 +263917,7 @@ call$1(row) { return row.children; }, - $signature: 2200 + $signature: 2202 }; A.TableCell.prototype = { applyParentData$1(renderObject) { @@ -265024,7 +264980,7 @@ call$0() { return A.TapGestureRecognizer$(this.$this); }, - $signature: 555 + $signature: 586 }; A._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1(instance) { @@ -265036,13 +264992,13 @@ instance.onTapUp = t1.get$_text_selection$_handleTapUp(); instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 588 + $signature: 587 }; A._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0() { return A.LongPressGestureRecognizer$(this.$this, null, B.PointerDeviceKind_0, null, null); }, - $signature: 562 + $signature: 590 }; A._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1(instance) { @@ -265051,13 +265007,13 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 581 + $signature: 591 }; A._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0() { return A.PanGestureRecognizer$(this.$this, A.LinkedHashSet_LinkedHashSet$_literal([B.PointerDeviceKind_1], type$.PointerDeviceKind)); }, - $signature: 302 + $signature: 334 }; A._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1(instance) { @@ -265068,13 +265024,13 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 301 + $signature: 335 }; A._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0() { return A.ForcePressGestureRecognizer$(this.$this); }, - $signature: 2204 + $signature: 2210 }; A._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1(instance) { @@ -265083,7 +265039,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 2210 + $signature: 2212 }; A.__SelectionHandleOverlayState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -266216,7 +266172,7 @@ call$1(value) { return this.config.repo; }, - $signature: 2212 + $signature: 2213 }; A.CacheStore_retrieveCacheData_closure.prototype = { call$1(cacheObject) { @@ -266248,7 +266204,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2213 + $signature: 2216 }; A.CacheStore__scheduleCleanup_closure.prototype = { call$0() { @@ -266873,7 +266829,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 86 + $signature: 88 }; A.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1(s) { @@ -266883,7 +266839,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 2216 + $signature: 2217 }; A.HttpExceptionWithStatus.prototype = {}; A.BlockPicker.prototype = { @@ -266934,7 +266890,7 @@ t3 = false; return t2.itemBuilder$3(color, t3, new A._BlockPickerState_build__closure(t1, color)); }, - $signature: 2217 + $signature: 2218 }; A._BlockPickerState_build__closure.prototype = { call$0() { @@ -267221,7 +267177,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 2218 + $signature: 2223 }; A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1(locale) { @@ -267235,7 +267191,7 @@ _this.singleDigitSecondFormat.__late_helper$_value = A.DateFormat$s(locale); _this.decimalFormat.__late_helper$_value = A.NumberFormat_NumberFormat$decimalPattern(locale); }, - $signature: 272 + $signature: 260 }; A.CupertinoLocalizationAf.prototype = {}; A.CupertinoLocalizationAm.prototype = {}; @@ -285689,7 +285645,7 @@ t1.toString; return new A.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2223 + $signature: 2225 }; A.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2(locale, data) { @@ -285710,7 +285666,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2225 + $signature: 2227 }; A.GlobalWidgetsLocalizations.prototype = { get$textDirection(_) { @@ -285916,7 +285872,7 @@ call$1(child) { return new A.Flexible(1, B.FlexFit_1, child, null); }, - $signature: 2230 + $signature: 2231 }; A.SlidableAutoCloseBehaviorInteractor.prototype = { build$1(_, context) { @@ -285942,7 +285898,7 @@ call$1(notification) { notification.get$groupTag(); }, - $signature: 2231 + $signature: 2234 }; A.SlidableAutoCloseNotificationSender.prototype = { build$1(_, context) { @@ -285957,7 +285913,7 @@ A.SlidableGroupNotification_dispatch(this.context, new A.SlidableAutoCloseNotification(t1.groupTag, t1.controller, false), false, type$.SlidableAutoCloseNotification); return null; }, - $signature: 43 + $signature: 42 }; A.SlidableAutoCloseBarrierNotification.prototype = {}; A.SlidableAutoCloseBarrierInteractor.prototype = { @@ -286028,7 +285984,7 @@ this.$this._widget.toString; notification.get$groupTag(); }, - $signature: 2234 + $signature: 2235 }; A._SlidableNotificationSender.prototype = { createState$0() { @@ -286271,7 +286227,7 @@ call$1(_) { this.resizeRequest.get$onDismissed().call$0(); }, - $signature: 86 + $signature: 88 }; A._SlidableDismissalState_handleResizeRequestChanged_closure0.prototype = { call$0() { @@ -286409,7 +286365,7 @@ t3.toString; t1.totalFlex = t2 + t3; }, - $signature: 112 + $signature: 114 }; A._RenderFlexEntranceTransition_performLayout_closure.prototype = { call$1(child) { @@ -286442,13 +286398,13 @@ t1.updateChildOffsets$1(child); t2.totalMainAxisExtent += mainAxisExtent; }, - $signature: 112 + $signature: 114 }; A._RenderFlexEntranceTransition_hitTestChildren_closure.prototype = { call$2(result, transformed) { return this._box_0.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A.__RenderFlexEntranceTransition_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -286994,7 +286950,7 @@ t1.toString; return new A.IgnorePointer(t2, _null, new A._StyledToastWidget(A.Directionality$(A.Material$(B.Duration_200000, true, _null, this.widget, B.Clip_0, B.Color_0, 0, _null, _null, _null, _null, _null, B.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), _null); }, - $signature: 2235 + $signature: 2236 }; A.StyledToast.prototype = { createState$0() { @@ -287723,7 +287679,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 104 + $signature: 102 }; A.StyledToastWidgetState_dismissToast_closure.prototype = { call$0() { @@ -287819,7 +287775,7 @@ call$1(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2236 + $signature: 2237 }; A.StyledToastTheme.prototype = { updateShouldNotify$1(oldWidget) { @@ -287924,7 +287880,7 @@ A.FlutterError_reportError(new A.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, null, false)); } }, - $signature: 136 + $signature: 143 }; A.PluginRegistry.prototype = {}; A.GoogleSignInAuthentication.prototype = { @@ -288155,7 +288111,7 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2243 + $signature: 2244 }; A.GoogleSignIn_signIn_isCanceled.prototype = { call$1(error) { @@ -288199,7 +288155,7 @@ t1 = J.getInterceptor$asx(result); return new A.GoogleSignInTokenData(A._asStringQ(t1.$index(result, "idToken")), A._asStringQ(t1.$index(result, "accessToken")), A._asStringQ(t1.$index(result, "serverAuthCode"))); }, - $signature: 2245 + $signature: 2250 }; A.SignInOption.prototype = { toString$0(_) { @@ -288494,20 +288450,20 @@ call$1(_) { return A.init(); }, - $signature: 550 + $signature: 612 }; A.GoogleSignInPlugin_init_closure.prototype = { call$1(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 2250 + $signature: 2254 }; 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: 2254 + $signature: 2258 }; A.LoadConfig.prototype = {}; A.GoogleAuthInitFailureError.prototype = {}; @@ -288808,7 +288764,7 @@ t2 = t1._contents += A.S(A.htmlSerializeEscape(v, true)); t1._contents = t2 + '"'; }, - $signature: 411 + $signature: 458 }; A.Comment.prototype = { get$nodeType(_) { @@ -288935,7 +288891,7 @@ call$1(n) { return !this.test.call$1(n); }, - $signature: 365 + $signature: 459 }; A.FilteredElementList.prototype = { forEach$1(_, f) { @@ -289144,7 +289100,7 @@ call$1(el) { return el.remove$0(0); }, - $signature: 2269 + $signature: 2270 }; A._ConcatTextVisitor.prototype = { toString$0(_) { @@ -289761,7 +289717,7 @@ call$2(attr, value) { this.$this.tree.openElements[0].attributes.putIfAbsent$2(0, attr, new A.Phase_startTagHtml__closure(value)); }, - $signature: 411 + $signature: 458 }; A.Phase_startTagHtml__closure.prototype = { call$0() { @@ -291276,7 +291232,7 @@ call$2(attr, value) { this.$this.tree.openElements[1].attributes.putIfAbsent$2(0, attr, new A.InBodyPhase_startTagBody__closure(value)); }, - $signature: 411 + $signature: 458 }; A.InBodyPhase_startTagBody__closure.prototype = { call$0() { @@ -291556,7 +291512,7 @@ call$1(t) { return t.get$data(t); }, - $signature: 2270 + $signature: 2271 }; A.InCaptionPhase.prototype = { processStartTag$1(token) { @@ -292634,7 +292590,7 @@ call$1(s) { return s.add$1(0, this.value); }, - $signature: 2271 + $signature: 2272 }; A.EncodingBytes.prototype = { set$_encoding_parser$_position(_, value) { @@ -293106,7 +293062,7 @@ t1 = true; return !t1; }, - $signature: 365 + $signature: 459 }; A.SelectorEvaluator_visitPseudoClassSelector_closure0.prototype = { call$1(n) { @@ -293122,19 +293078,19 @@ t1 = true; return !t1; }, - $signature: 365 + $signature: 459 }; A.SelectorEvaluator_visitPseudoClassSelector__closure.prototype = { call$1(r) { return !A.isWhitespaceCC(r); }, - $signature: 197 + $signature: 184 }; A.SelectorEvaluator_visitAttributeSelector_closure.prototype = { call$1(v) { return v.length !== 0 && v === this.select; }, - $signature: 56 + $signature: 55 }; A.Token0.prototype = {}; A.TagToken.prototype = { @@ -293209,13 +293165,13 @@ } return result; }, - $signature: 2273 + $signature: 2274 }; A.entitiesByFirstChar__closure.prototype = { call$0() { return A._setArrayType([], type$.JSArray_String); }, - $signature: 2274 + $signature: 2281 }; A.HtmlTokenizer.prototype = { get$state(_) { @@ -295148,7 +295104,7 @@ call$1(e) { return J.startsWith$1$s(e, this.name); }, - $signature: 56 + $signature: 55 }; A.HtmlTokenizer_emitCurrentToken_closure.prototype = { call$0() { @@ -295482,13 +295438,13 @@ call$1(match) { return "\\\\" + A.S(match.$index(0, 1)); }, - $signature: 113 + $signature: 109 }; A._escape_closure0.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 113 + $signature: 109 }; A._escape_closure1.prototype = { call$1(match) { @@ -295499,13 +295455,13 @@ t2.toString; return B.JSArray_methods.join$1(A._setArrayType(t1.split(t2), type$.JSArray_String), "\\" + A.S(match.$index(0, 1))); }, - $signature: 113 + $signature: 109 }; A._escape_closure2.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + A.S(match.$index(0, 2)) + "\\. "; }, - $signature: 113 + $signature: 109 }; A._escape_closure3.prototype = { call$1(match) { @@ -295513,19 +295469,19 @@ t1.toString; return A.stringReplaceAllFuncUnchecked(t1, A.RegExp_RegExp("([*+-])", true, false, false, false), new A._escape__closure(), null); }, - $signature: 113 + $signature: 109 }; A._escape__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 1)); }, - $signature: 113 + $signature: 109 }; A._escape_closure4.prototype = { call$1(match) { return A.S(match.$index(0, 1)) + "\\> "; }, - $signature: 113 + $signature: 109 }; A._escape_closure5.prototype = { call$1(match) { @@ -295535,7 +295491,7 @@ t2 = A.RegExp_RegExp("\\*", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\*"); }, - $signature: 113 + $signature: 109 }; A._escape_closure6.prototype = { call$1(match) { @@ -295545,7 +295501,7 @@ t2 = A.RegExp_RegExp("_", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\_"); }, - $signature: 113 + $signature: 109 }; A._escape_closure7.prototype = { call$1(match) { @@ -295555,20 +295511,20 @@ t2 = A.RegExp_RegExp("`", true, false, false, false); return A.stringReplaceAllUnchecked(t1, t2, "\\`"); }, - $signature: 113 + $signature: 109 }; A._escape_closure8.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 113 + $signature: 109 }; A._postProcess_closure.prototype = { call$1(rule) { var t1 = this._box_0; t1.input = A._join(t1.input, rule.append.call$0()); }, - $signature: 2282 + $signature: 2283 }; A._separatingNewlines_closure.prototype = { call$2(a, b) { @@ -295576,7 +295532,7 @@ b.toString; return B.JSString_methods.compareTo$1(a, b); }, - $signature: 2283 + $signature: 2287 }; A.Node.prototype = { Node$1(domNode) { @@ -295761,26 +295717,26 @@ var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 790 + $signature: 646 }; A.Rule_findRule_closure0.prototype = { call$1(rule) { var t1 = rule._realFilterFn; return t1 == null ? false : t1.call$1(this.node); }, - $signature: 790 + $signature: 646 }; A.Rule_findRule_closure1.prototype = { call$0() { return $.$get$_BaseRules_defaultRule(); }, - $signature: 2289 + $signature: 2294 }; A.Rule__buildFilterFn_closure.prototype = { call$1(node) { return B.JSArray_methods.contains$1(this.filters, node.get$nodeName(node).toLowerCase()); }, - $signature: 203 + $signature: 206 }; A._BaseRules_blankRule_closure.prototype = { call$2($content, node) { @@ -295888,7 +295844,7 @@ t1 = false; return t1; }, - $signature: 203 + $signature: 206 }; A._CommonRules_indentedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -295931,7 +295887,7 @@ t1 = false; return t1; }, - $signature: 203 + $signature: 206 }; A._CommonRules_fencedCodeBlock_closure0.prototype = { call$2($content, node) { @@ -295961,7 +295917,7 @@ call$1(node) { return A.getStyleOption("linkStyle") === "inlined" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 203 + $signature: 206 }; A._CommonRules_inlineLink_closure0.prototype = { call$2($content, node) { @@ -295980,7 +295936,7 @@ call$1(node) { return A.getStyleOption("linkStyle") === "referenced" && node.get$nodeName(node) === "a" && node._el.attributes.$index(0, "href") != null; }, - $signature: 203 + $signature: 206 }; A._CommonRules_referenceLink_closure1.prototype = { call$2($content, node) { @@ -296068,7 +296024,7 @@ isCodeBlock = false; return node.get$nodeName(node) === "code" && !isCodeBlock; }, - $signature: 203 + $signature: 206 }; A._CommonRules_code_closure0.prototype = { call$2($content, node) { @@ -296098,7 +296054,7 @@ call$1(match) { return match._match[0]; }, - $signature: 2303 + $signature: 2304 }; A._CommonRules_image_closure.prototype = { call$2($content, node) { @@ -296170,19 +296126,19 @@ if (node instanceof A.Element) ++this._box_0.count; }, - $signature: 2304 + $signature: 2305 }; A.get_closure.prototype = { call$1(client) { return client._sendUnstreamed$3("GET", this.url, this.headers); }, - $signature: 2305 + $signature: 2308 }; A.readBytes_closure.prototype = { call$1(client) { return client.readBytes$2$headers(this.url, this.headers); }, - $signature: 2308 + $signature: 2309 }; A.BaseClient.prototype = { readBytes$2$headers(url, headers) { @@ -296354,13 +296310,13 @@ call$2(key1, key2) { return key1.toLowerCase() === key2.toLowerCase(); }, - $signature: 2309 + $signature: 2310 }; A.BaseRequest_closure0.prototype = { call$1(key) { return B.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2310 + $signature: 2313 }; A.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -296464,13 +296420,13 @@ t3.toString; this.completer.complete$1(0, A.StreamedResponse$(new A.ByteStream(t2), t3, J.get$length$asx(body), B.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 512 + $signature: 650 }; A.BrowserClient_send_closure0.prototype = { call$1(_) { this.completer.completeError$2(new A.ClientException("XMLHttpRequest error."), A.StackTrace_current()); }, - $signature: 512 + $signature: 650 }; A.ByteStream.prototype = { toBytes$0() { @@ -296485,7 +296441,7 @@ call$1(bytes) { return this.completer.complete$1(0, new Uint8Array(A._ensureNativeList(bytes))); }, - $signature: 521 + $signature: 552 }; A.ClientException.prototype = { toString$0(_) { @@ -296718,14 +296674,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: 174 + $signature: 166 }; 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: 2320 + $signature: 2321 }; A.onDone_closure.prototype = { call$1(sink) { @@ -296744,7 +296700,7 @@ call$1(key) { return key.toLowerCase(); }, - $signature: 108 + $signature: 111 }; A.MediaType.prototype = { get$mimeType(_) { @@ -296828,7 +296784,7 @@ scanner.expectDone$0(); return A.MediaType$(t4, t5, parameters); }, - $signature: 2321 + $signature: 2324 }; A.MediaType_toString_closure.prototype = { call$2(attribute, value) { @@ -296849,13 +296805,13 @@ } else t1._contents = t3 + A.S(value); }, - $signature: 174 + $signature: 166 }; A.MediaType_toString__closure.prototype = { call$1(match) { return "\\" + A.S(match.$index(0, 0)); }, - $signature: 113 + $signature: 109 }; A.expectQuotedString_closure.prototype = { call$1(match) { @@ -296863,7 +296819,7 @@ t1.toString; return t1; }, - $signature: 113 + $signature: 109 }; A.ExifData.prototype = { ExifData$from$1(other) { @@ -297631,7 +297587,7 @@ call$1(i) { return i; }, - $signature: 120 + $signature: 126 }; A.Image0.prototype = { $add(_, other) { @@ -297996,7 +297952,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: 81 + $signature: 82 }; A.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1(file) { @@ -298006,7 +297962,7 @@ t4 = file.lastModified; return A.XFile$(t1, A.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 2324 + $signature: 2325 }; A.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1($event) { @@ -298014,7 +297970,7 @@ if ((t1.future._state & 30) === 0) t1.completeError$1($event); }, - $signature: 81 + $signature: 82 }; A.ImageResizer.prototype = { resizeImageIfNeeded$4(file, maxWidth, maxHeight, imageQuality) { @@ -298087,55 +298043,6 @@ return "ImageSource." + this._core$_name; } }; - A.InAppReview.prototype = {}; - A.InAppReviewPlatform.prototype = {}; - A.MethodChannelInAppReview.prototype = { - isAvailable$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.bool), - $async$returnValue; - var $async$isAvailable$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 = false; - // goto return - $async$goto = 1; - break; - case 1: - // return - return A._asyncReturn($async$returnValue, $async$completer); - } - }); - return A._asyncStartSync($async$isAvailable$0, $async$completer); - }, - openStoreListing$2$appStoreId$microsoftStoreId(appStoreId, microsoftStoreId) { - return this.openStoreListing$body$MethodChannelInAppReview(appStoreId, microsoftStoreId); - }, - openStoreListing$body$MethodChannelInAppReview(appStoreId, microsoftStoreId) { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.void), - t1; - var $async$openStoreListing$2$appStoreId$microsoftStoreId = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $.$get$Platform__operatingSystem(); - t1 = A.UnsupportedError$("Platform(" + A.S(t1) + ") not supported"); - throw A.wrapException(t1); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$openStoreListing$2$appStoreId$microsoftStoreId, $async$completer); - } - }; A.DateSymbols.prototype = { toString$0(_) { return this.NAME; @@ -298145,13 +298052,13 @@ call$1($name) { return A.List_List$from(J.$index$asx(this.map, $name), true, type$.String); }, - $signature: 2325 + $signature: 2330 }; A.Intl__pluralRule_closure.prototype = { call$1(locale) { return "default"; }, - $signature: 108 + $signature: 111 }; A.NumberSymbols.prototype = { toString$0(_) { @@ -298526,25 +298433,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 2339 + $signature: 2342 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1(each) { return each.get$forDate(); }, - $signature: 2342 + $signature: 2343 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1(i) { return i; }, - $signature: 120 + $signature: 126 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 120 + $signature: 126 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2(pattern, $parent) { @@ -298552,21 +298459,21 @@ B.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 2343 + $signature: 2344 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 2344 + $signature: 2347 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 2347 + $signature: 2351 }; A._DateFormatField.prototype = { get$forDate() { @@ -298961,13 +298868,13 @@ var t1 = this.possibilities; return B.JSInt_methods.compareTo$1(J.get$length$asx(t1[a]), J.get$length$asx(t1[b])); }, - $signature: 293 + $signature: 344 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1(x) { return x; }, - $signature: 84 + $signature: 89 }; A.IntlStream.prototype = { read$1(_, howMany) { @@ -299210,13 +299117,13 @@ call$1(x) { return this.newPattern; }, - $signature: 2352 + $signature: 2353 }; A.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1(x) { return x.DECIMAL_PATTERN; }, - $signature: 2353 + $signature: 2354 }; A.NumberFormatParseResult.prototype = {}; A.NumberFormatParser.prototype = { @@ -299755,7 +299662,7 @@ }; A._$AccountEntitySerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { - return A._setArrayType(["id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g), "trial_plan", serializers.serialize$2$specifiedType(object.trialPlan, B.FullType_h8g), "trial_started", serializers.serialize$2$specifiedType(object.trialStarted, B.FullType_h8g), "default_url", serializers.serialize$2$specifiedType(object.defaultUrl, B.FullType_h8g), "report_errors", serializers.serialize$2$specifiedType(object.reportErrors, B.FullType_MtR), "plan", serializers.serialize$2$specifiedType(object.plan, B.FullType_h8g), "plan_expires", serializers.serialize$2$specifiedType(object.planExpires, B.FullType_h8g), "latest_version", serializers.serialize$2$specifiedType(object.latestVersion, B.FullType_h8g), "current_version", serializers.serialize$2$specifiedType(object.currentVersion, B.FullType_h8g), "debug_enabled", serializers.serialize$2$specifiedType(object.debugEnabled, B.FullType_MtR), "is_docker", serializers.serialize$2$specifiedType(object.isDocker, B.FullType_MtR), "is_migrated", serializers.serialize$2$specifiedType(object.isMigrated, B.FullType_MtR), "is_hosted", serializers.serialize$2$specifiedType(object.isHosted, B.FullType_MtR), "is_scheduler_running", serializers.serialize$2$specifiedType(object.isSchedulerRunning, B.FullType_MtR), "disable_auto_update", serializers.serialize$2$specifiedType(object.disableAutoUpdate, B.FullType_MtR), "default_company_id", serializers.serialize$2$specifiedType(object.defaultCompanyId, B.FullType_h8g), "hosted_client_count", serializers.serialize$2$specifiedType(object.hostedClientCount, B.FullType_kjq), "hosted_company_count", serializers.serialize$2$specifiedType(object.hostedCompanyCount, B.FullType_kjq), "set_react_as_default_ap", serializers.serialize$2$specifiedType(object.setReactAsDefaultAP, B.FullType_MtR)], type$.JSArray_legacy_Object); + return A._setArrayType(["id", serializers.serialize$2$specifiedType(object.id, B.FullType_h8g), "trial_started", serializers.serialize$2$specifiedType(object.trialStarted, B.FullType_h8g), "default_url", serializers.serialize$2$specifiedType(object.defaultUrl, B.FullType_h8g), "report_errors", serializers.serialize$2$specifiedType(object.reportErrors, B.FullType_MtR), "plan", serializers.serialize$2$specifiedType(object.plan, B.FullType_h8g), "plan_expires", serializers.serialize$2$specifiedType(object.planExpires, B.FullType_h8g), "latest_version", serializers.serialize$2$specifiedType(object.latestVersion, B.FullType_h8g), "current_version", serializers.serialize$2$specifiedType(object.currentVersion, B.FullType_h8g), "debug_enabled", serializers.serialize$2$specifiedType(object.debugEnabled, B.FullType_MtR), "is_docker", serializers.serialize$2$specifiedType(object.isDocker, B.FullType_MtR), "is_migrated", serializers.serialize$2$specifiedType(object.isMigrated, B.FullType_MtR), "is_hosted", serializers.serialize$2$specifiedType(object.isHosted, B.FullType_MtR), "is_scheduler_running", serializers.serialize$2$specifiedType(object.isSchedulerRunning, B.FullType_MtR), "disable_auto_update", serializers.serialize$2$specifiedType(object.disableAutoUpdate, B.FullType_MtR), "default_company_id", serializers.serialize$2$specifiedType(object.defaultCompanyId, B.FullType_h8g), "hosted_client_count", serializers.serialize$2$specifiedType(object.hostedClientCount, B.FullType_kjq), "hosted_company_count", serializers.serialize$2$specifiedType(object.hostedCompanyCount, B.FullType_kjq), "set_react_as_default_ap", serializers.serialize$2$specifiedType(object.setReactAsDefaultAP, B.FullType_MtR), "trial_days_left", serializers.serialize$2$specifiedType(object.trialDaysLeft, B.FullType_kjq)], type$.JSArray_legacy_Object); }, serialize$2(serializers, object) { return this.serialize$3$specifiedType(serializers, object, B.FullType_null_List_empty_false); @@ -299774,10 +299681,6 @@ t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_account_model$_$this()._account_model$_id = t1; break; - case "trial_plan": - t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); - result.get$_account_model$_$this()._trialPlan = t1; - break; case "trial_started": t1 = A._asStringS(serializers.deserialize$2$specifiedType(value, B.FullType_h8g)); result.get$_account_model$_$this()._trialStarted = t1; @@ -299846,6 +299749,10 @@ t1 = A._asBoolS(serializers.deserialize$2$specifiedType(value, B.FullType_MtR)); result.get$_account_model$_$this()._setReactAsDefaultAP = t1; break; + case "trial_days_left": + t1 = A._asIntS(serializers.deserialize$2$specifiedType(value, B.FullType_kjq)); + result.get$_account_model$_$this()._trialDaysLeft = t1; + break; } } return result.build$0(0); @@ -299869,19 +299776,18 @@ return false; if (other === _this) return true; - return other instanceof A.AccountEntity && _this.id === other.id && _this.trialPlan === other.trialPlan && _this.trialStarted === other.trialStarted && _this.defaultUrl === other.defaultUrl && _this.reportErrors === other.reportErrors && _this.plan === other.plan && _this.planExpires === other.planExpires && _this.latestVersion === other.latestVersion && _this.currentVersion === other.currentVersion && _this.debugEnabled === other.debugEnabled && _this.isDocker === other.isDocker && _this.isMigrated === other.isMigrated && _this.isHosted === other.isHosted && _this.isSchedulerRunning === other.isSchedulerRunning && _this.disableAutoUpdate === other.disableAutoUpdate && _this.defaultCompanyId === other.defaultCompanyId && _this.hostedClientCount === other.hostedClientCount && _this.hostedCompanyCount === other.hostedCompanyCount && _this.setReactAsDefaultAP === other.setReactAsDefaultAP; + return other instanceof A.AccountEntity && _this.id === other.id && _this.trialStarted === other.trialStarted && _this.defaultUrl === other.defaultUrl && _this.reportErrors === other.reportErrors && _this.plan === other.plan && _this.planExpires === other.planExpires && _this.latestVersion === other.latestVersion && _this.currentVersion === other.currentVersion && _this.debugEnabled === other.debugEnabled && _this.isDocker === other.isDocker && _this.isMigrated === other.isMigrated && _this.isHosted === other.isHosted && _this.isSchedulerRunning === other.isSchedulerRunning && _this.disableAutoUpdate === other.disableAutoUpdate && _this.defaultCompanyId === other.defaultCompanyId && _this.hostedClientCount === other.hostedClientCount && _this.hostedCompanyCount === other.hostedCompanyCount && _this.setReactAsDefaultAP === other.setReactAsDefaultAP && _this.trialDaysLeft === other.trialDaysLeft; }, get$hashCode(_) { var _this = this, t1 = _this._account_model$__hashCode; - return t1 == null ? _this._account_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSString_methods.get$hashCode(_this.id)), B.JSString_methods.get$hashCode(_this.trialPlan)), B.JSString_methods.get$hashCode(_this.trialStarted)), B.JSString_methods.get$hashCode(_this.defaultUrl)), B.JSBool_methods.get$hashCode(_this.reportErrors)), B.JSString_methods.get$hashCode(_this.plan)), B.JSString_methods.get$hashCode(_this.planExpires)), B.JSString_methods.get$hashCode(_this.latestVersion)), B.JSString_methods.get$hashCode(_this.currentVersion)), B.JSBool_methods.get$hashCode(_this.debugEnabled)), B.JSBool_methods.get$hashCode(_this.isDocker)), B.JSBool_methods.get$hashCode(_this.isMigrated)), B.JSBool_methods.get$hashCode(_this.isHosted)), B.JSBool_methods.get$hashCode(_this.isSchedulerRunning)), B.JSBool_methods.get$hashCode(_this.disableAutoUpdate)), B.JSString_methods.get$hashCode(_this.defaultCompanyId)), B.JSInt_methods.get$hashCode(_this.hostedClientCount)), B.JSInt_methods.get$hashCode(_this.hostedCompanyCount)), B.JSBool_methods.get$hashCode(_this.setReactAsDefaultAP))) : t1; + return t1 == null ? _this._account_model$__hashCode = A.$jf(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(A.$jc(0, B.JSString_methods.get$hashCode(_this.id)), B.JSString_methods.get$hashCode(_this.trialStarted)), B.JSString_methods.get$hashCode(_this.defaultUrl)), B.JSBool_methods.get$hashCode(_this.reportErrors)), B.JSString_methods.get$hashCode(_this.plan)), B.JSString_methods.get$hashCode(_this.planExpires)), B.JSString_methods.get$hashCode(_this.latestVersion)), B.JSString_methods.get$hashCode(_this.currentVersion)), B.JSBool_methods.get$hashCode(_this.debugEnabled)), B.JSBool_methods.get$hashCode(_this.isDocker)), B.JSBool_methods.get$hashCode(_this.isMigrated)), B.JSBool_methods.get$hashCode(_this.isHosted)), B.JSBool_methods.get$hashCode(_this.isSchedulerRunning)), B.JSBool_methods.get$hashCode(_this.disableAutoUpdate)), B.JSString_methods.get$hashCode(_this.defaultCompanyId)), B.JSInt_methods.get$hashCode(_this.hostedClientCount)), B.JSInt_methods.get$hashCode(_this.hostedCompanyCount)), B.JSBool_methods.get$hashCode(_this.setReactAsDefaultAP)), B.JSInt_methods.get$hashCode(_this.trialDaysLeft))) : t1; }, toString$0(_) { var _this = this, t1 = $.$get$newBuiltValueToStringHelper().call$1("AccountEntity"), t2 = J.getInterceptor$ax(t1); t2.add$2(t1, "id", _this.id); - t2.add$2(t1, "trialPlan", _this.trialPlan); t2.add$2(t1, "trialStarted", _this.trialStarted); t2.add$2(t1, "defaultUrl", _this.defaultUrl); t2.add$2(t1, "reportErrors", _this.reportErrors); @@ -299899,6 +299805,7 @@ t2.add$2(t1, "hostedClientCount", _this.hostedClientCount); t2.add$2(t1, "hostedCompanyCount", _this.hostedCompanyCount); t2.add$2(t1, "setReactAsDefaultAP", _this.setReactAsDefaultAP); + t2.add$2(t1, "trialDaysLeft", _this.trialDaysLeft); return t2.toString$0(t1); }, get$id(receiver) { @@ -299914,7 +299821,6 @@ $$v = _this._account_model$_$v; if ($$v != null) { _this._account_model$_id = $$v.id; - _this._trialPlan = $$v.trialPlan; _this._trialStarted = $$v.trialStarted; _this._defaultUrl = $$v.defaultUrl; _this._reportErrors = $$v.reportErrors; @@ -299932,6 +299838,7 @@ _this._hostedClientCount = $$v.hostedClientCount; _this._hostedCompanyCount = $$v.hostedCompanyCount; _this._setReactAsDefaultAP = $$v.setReactAsDefaultAP; + _this._trialDaysLeft = $$v.trialDaysLeft; _this._account_model$_$v = null; } return _this; @@ -299944,61 +299851,61 @@ t1 = _this.get$_account_model$_$this()._account_model$_id; if (t1 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "id")); - t2 = _this.get$_account_model$_$this()._trialPlan; + t2 = _this.get$_account_model$_$this()._trialStarted; if (t2 == null) - A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "trialPlan")); - t3 = _this.get$_account_model$_$this()._trialStarted; - if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "trialStarted")); - t4 = _this.get$_account_model$_$this()._defaultUrl; - if (t4 == null) + t3 = _this.get$_account_model$_$this()._defaultUrl; + if (t3 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "defaultUrl")); - t5 = _this.get$_account_model$_$this()._reportErrors; - if (t5 == null) + t4 = _this.get$_account_model$_$this()._reportErrors; + if (t4 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "reportErrors")); - t6 = _this.get$_account_model$_$this()._plan; - if (t6 == null) + t5 = _this.get$_account_model$_$this()._plan; + if (t5 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "plan")); - t7 = _this.get$_account_model$_$this()._planExpires; - if (t7 == null) + t6 = _this.get$_account_model$_$this()._planExpires; + if (t6 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "planExpires")); - t8 = _this.get$_account_model$_$this()._latestVersion; - if (t8 == null) + t7 = _this.get$_account_model$_$this()._latestVersion; + if (t7 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "latestVersion")); - t9 = _this.get$_account_model$_$this()._currentVersion; - if (t9 == null) + t8 = _this.get$_account_model$_$this()._currentVersion; + if (t8 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "currentVersion")); - t10 = _this.get$_account_model$_$this()._debugEnabled; - if (t10 == null) + t9 = _this.get$_account_model$_$this()._debugEnabled; + if (t9 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "debugEnabled")); - t11 = _this.get$_account_model$_$this()._isDocker; - if (t11 == null) + t10 = _this.get$_account_model$_$this()._isDocker; + if (t10 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "isDocker")); - t12 = _this.get$_account_model$_$this()._isMigrated; - if (t12 == null) + t11 = _this.get$_account_model$_$this()._isMigrated; + if (t11 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "isMigrated")); - t13 = _this.get$_account_model$_$this()._isHosted; - if (t13 == null) + t12 = _this.get$_account_model$_$this()._isHosted; + if (t12 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "isHosted")); - t14 = _this.get$_account_model$_$this()._isSchedulerRunning; - if (t14 == null) + t13 = _this.get$_account_model$_$this()._isSchedulerRunning; + if (t13 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "isSchedulerRunning")); - t15 = _this.get$_account_model$_$this()._disableAutoUpdate; - if (t15 == null) + t14 = _this.get$_account_model$_$this()._disableAutoUpdate; + if (t14 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "disableAutoUpdate")); - t16 = _this.get$_account_model$_$this()._defaultCompanyId; - if (t16 == null) + t15 = _this.get$_account_model$_$this()._defaultCompanyId; + if (t15 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "defaultCompanyId")); - t17 = _this.get$_account_model$_$this()._hostedClientCount; - if (t17 == null) + t16 = _this.get$_account_model$_$this()._hostedClientCount; + if (t16 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "hostedClientCount")); - t18 = _this.get$_account_model$_$this()._hostedCompanyCount; - if (t18 == null) + t17 = _this.get$_account_model$_$this()._hostedCompanyCount; + if (t17 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "hostedCompanyCount")); - t19 = _this.get$_account_model$_$this()._setReactAsDefaultAP; - if (t19 == null) + t18 = _this.get$_account_model$_$this()._setReactAsDefaultAP; + if (t18 == null) A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "setReactAsDefaultAP")); - _$result = A._$AccountEntity$_(t9, t10, t16, t4, t15, t17, t18, t1, t11, t13, t12, t14, t8, t6, t7, t5, t19, t2, t3); + t19 = _this.get$_account_model$_$this()._trialDaysLeft; + if (t19 == null) + A.throwExpression(A.BuiltValueNullFieldError$(_s13_, "trialDaysLeft")); + _$result = A._$AccountEntity$_(t8, t9, t15, t3, t14, t16, t17, t1, t10, t12, t11, t13, t7, t5, t6, t4, t18, t19, t2); } A.ArgumentError_checkNotNull(_$result, "other"); return _this._account_model$_$v = _$result; @@ -300319,38 +300226,38 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 292 + $signature: 345 }; A.ClientEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 143 + $signature: 146 }; A.ClientEntity_primaryContact_closure0.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 419 + $signature: 463 }; A.ClientEntity_emailContacts_closure.prototype = { call$1(contact) { return contact.sendEmail; }, - $signature: 143 + $signature: 146 }; A.ClientEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 143 + $signature: 146 }; A.ClientEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 143 + $signature: 146 }; A.ClientEntity_getContact_closure0.prototype = { call$0() { @@ -302829,7 +302736,11 @@ }, getCustomFieldLabel$1(field) { var t1, - _s8_ = ".product"; + _s8_ = ".product", + _s7_ = "invoice", + _s17_ = "recurring_invoice", + _s14_ = "purchase_order", + _s17_0 = "recurring_expense"; field = J.replaceFirst$2$s(field, "$", ""); if (B.JSString_methods.contains$1(field, ".custom")) field = B.JSString_methods.replaceFirst$2(field, ".custom", ""); @@ -302838,9 +302749,15 @@ else if (B.JSString_methods.contains$1(field, ".task")) field = B.JSString_methods.replaceFirst$2(field, ".task", ""); if (B.JSString_methods.contains$1(field, "quote")) - field = B.JSString_methods.replaceFirst$2(field, "quote", "invoice"); + field = B.JSString_methods.replaceFirst$2(field, "quote", _s7_); else if (B.JSString_methods.contains$1(field, "credit")) - field = B.JSString_methods.replaceFirst$2(field, "credit", "invoice"); + field = B.JSString_methods.replaceFirst$2(field, "credit", _s7_); + else if (B.JSString_methods.contains$1(field, _s17_)) + field = B.JSString_methods.replaceFirst$2(field, _s17_, _s7_); + else if (B.JSString_methods.contains$1(field, _s14_)) + field = B.JSString_methods.replaceFirst$2(field, _s14_, _s7_); + if (B.JSString_methods.contains$1(field, _s17_0)) + field = B.JSString_methods.replaceFirst$2(field, _s17_0, "expense"); t1 = this.customFields._map$_map; if (t1.containsKey$1(0, field)) return B.JSArray_methods.get$first(J.split$1$s(t1.$index(0, field), "|")); @@ -303039,7 +302956,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: 2376 + $signature: 2377 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -303077,14 +302994,14 @@ b.$indexSet(0, "email", A.BuiltList_BuiltList$from(A._setArrayType(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 523 + $signature: 661 }; 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: 523 + $signature: 661 }; A.UserSettingsEntity.prototype = { getTableColumns$1(entityType) { @@ -306516,7 +306433,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 422 + $signature: 466 }; A._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -307952,7 +307869,7 @@ return false; return true; }, - $signature: 424 + $signature: 467 }; A.BelongsToClient.prototype = {}; A.BelongsToVendor.prototype = {}; @@ -313841,13 +313758,13 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 428 + $signature: 468 }; A.InvoiceEntity_moveLineItem_closure.prototype = { call$1(b) { @@ -313878,7 +313795,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 428 + $signature: 468 }; A.InvoiceEntity_recreateInvitations_closure.prototype = { call$1(b) { @@ -313891,7 +313808,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.InvoiceEntity_recreateInvitations_closure1.prototype = { call$1(b) { @@ -313939,13 +313856,13 @@ call$1(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEntity_clone__closure0.prototype = { call$1(invitation) { return A.InvitationEntity_InvitationEntity(invitation.clientContactId, invitation.vendorContactId); }, - $signature: 2413 + $signature: 2425 }; A.InvoiceEntity_applyClient_closure.prototype = { call$1(b) { @@ -314063,31 +313980,31 @@ t1 = false; return t1; }, - $signature: 424 + $signature: 467 }; A.InvoiceEntity_history_closure0.prototype = { call$1(activity) { return activity.history; }, - $signature: 2425 + $signature: 2426 }; A.InvoiceEntity_hasTasks_closure.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEntity_hasProducts_closure.prototype = { call$1(item) { return item.typeId !== "2"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEntity_hasExpenses_closure.prototype = { call$1(item) { return item.typeId === "6"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEntity_applyTax_closure.prototype = { call$1(b) { @@ -314126,13 +314043,13 @@ call$1(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 430 + $signature: 471 }; A.InvoiceEntity_getInvitationForClientContact_closure.prototype = { call$1(invitation) { return invitation.clientContactId === this.contact.id; }, - $signature: 430 + $signature: 471 }; A.InvoiceEntity_getInvitationForClientContact_closure0.prototype = { call$0() { @@ -314144,7 +314061,7 @@ call$1(invitation) { return invitation.vendorContactId === this.contact.id; }, - $signature: 430 + $signature: 471 }; A.InvoiceEntity_getInvitationForVendorContact_closure0.prototype = { call$0() { @@ -314160,13 +314077,13 @@ else return A.round(taxable * t1, 2); }, - $signature: 2427 + $signature: 2428 }; 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: 2428 + $signature: 2437 }; A.InvoiceItemEntity.prototype = { taxAmount$2(invoice, precision) { @@ -314241,7 +314158,7 @@ lineTotal = this.$this.total$2(0, t1, t2); return A.round(t1.usesInclusiveTaxes ? lineTotal - lineTotal / (1 + rate / 100) : lineTotal * rate / 100, t2); }, - $signature: 193 + $signature: 177 }; A.InvoiceItemEntity_applyTax_closure.prototype = { call$1(b) { @@ -316456,79 +316373,79 @@ t1.update$3$ifAbsent(t1, item.taxName3, new A.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new A.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 248 + $signature: 266 }; A.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes__closure0.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes__closure2.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes__closure4.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes_closure1.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes_closure3.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1(value) { return value + this._box_0.taxAmount; }, - $signature: 193 + $signature: 177 }; A.CalculateInvoiceTotal_calculateTaxes_closure5.prototype = { call$0() { return this._box_0.taxAmount; }, - $signature: 206 + $signature: 204 }; A.CalculateInvoiceTotal_getTaxable_closure.prototype = { call$1(invoiceItem) { @@ -316538,7 +316455,7 @@ lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - lineTotal * t1 / 100; this._box_0.total += lineTotal; }, - $signature: 248 + $signature: 266 }; A.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1(item) { @@ -316573,7 +316490,7 @@ t1.itemTax = t1.itemTax + A.round(lineTotal * taxRate3 / 100, _this.precision); } }, - $signature: 248 + $signature: 266 }; A.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1(item) { @@ -316587,7 +316504,7 @@ t1 = _this._box_0; t1.total = t1.total + A.round(lineTotal, _this.precision); }, - $signature: 248 + $signature: 266 }; A.EntityAction.prototype = { toString$0(_) { @@ -316838,19 +316755,19 @@ call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 209 + $signature: 202 }; A.PaymentEntity_creditPaymentables_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_credit; }, - $signature: 209 + $signature: 202 }; A.PaymentEntity_invoiceId_closure.prototype = { call$1(p) { return p.get$entityType() === B.EntityType_invoice; }, - $signature: 209 + $signature: 202 }; A.PaymentEntity_invoiceId_closure0.prototype = { call$0() { @@ -318476,7 +318393,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 167 + $signature: 165 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -319342,7 +319259,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 166 + $signature: 164 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -319967,1166 +319884,1166 @@ call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientContactEntity); }, - $signature: 2556 + $signature: 2557 }; A._$serializers_closure0.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 289 + $signature: 359 }; A._$serializers_closure1.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LedgerEntity); }, - $signature: 2561 + $signature: 2565 }; A._$serializers_closure2.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 560 + $signature: 732 }; A._$serializers_closure3.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure4.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 441 + $signature: 494 }; A._$serializers_closure5.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 565 + $signature: 738 }; A._$serializers_closure6.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 566 + $signature: 746 }; A._$serializers_closure7.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 567 + $signature: 675 }; A._$serializers_closure8.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 677 + $signature: 773 }; A._$serializers_closure9.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CurrencyEntity); }, - $signature: 677 + $signature: 773 }; A._$serializers_closure10.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 570 + $signature: 784 }; A._$serializers_closure11.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 572 + $signature: 791 }; A._$serializers_closure12.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 573 + $signature: 793 }; A._$serializers_closure13.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayEntity); }, - $signature: 2591 + $signature: 2598 }; A._$serializers_closure14.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 574 + $signature: 623 }; A._$serializers_closure15.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 575 + $signature: 516 }; A._$serializers_closure16.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 577 + $signature: 554 }; A._$serializers_closure17.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 578 + $signature: 607 }; A._$serializers_closure18.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CountryEntity); }, - $signature: 567 + $signature: 675 }; A._$serializers_closure19.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceStatusEntity); }, - $signature: 2606 + $signature: 2612 }; A._$serializers_closure20.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 585 + $signature: 651 }; A._$serializers_closure21.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DateFormatEntity); }, - $signature: 574 + $signature: 623 }; A._$serializers_closure22.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DatetimeFormatEntity); }, - $signature: 575 + $signature: 516 }; A._$serializers_closure23.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 586 + $signature: 655 }; A._$serializers_closure24.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure25.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure26.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure27.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure28.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure29.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure30.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseScheduleEntity); }, - $signature: 2615 + $signature: 2620 }; A._$serializers_closure31.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityState); }, - $signature: 2618 + $signature: 2622 }; A._$serializers_closure32.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityStatus); }, - $signature: 2619 + $signature: 2623 }; A._$serializers_closure33.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure34.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure35.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure36.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure37.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure38.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_EntityType); }, - $signature: 2622 + $signature: 2628 }; A._$serializers_closure39.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BaseEntity); }, - $signature: 2624 + $signature: 2636 }; A._$serializers_closure40.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 589 + $signature: 716 }; A._$serializers_closure41.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 448 + $signature: 366 }; A._$serializers_closure42.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GatewayTokenEntity); }, - $signature: 560 + $signature: 732 }; A._$serializers_closure43.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 591 + $signature: 641 }; A._$serializers_closure44.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_GroupEntity); }, - $signature: 591 + $signature: 641 }; A._$serializers_closure45.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 289 + $signature: 359 }; A._$serializers_closure46.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 593 + $signature: 549 }; A._$serializers_closure47.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 594 + $signature: 584 }; A._$serializers_closure48.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 595 + $signature: 654 }; A._$serializers_closure49.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_CompanyGatewayEntity); }, - $signature: 566 + $signature: 746 }; A._$serializers_closure50.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseCategoryEntity); }, - $signature: 589 + $signature: 716 }; A._$serializers_closure51.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 596 + $signature: 518 }; A._$serializers_closure52.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ClientEntity); }, - $signature: 565 + $signature: 738 }; A._$serializers_closure53.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 597 + $signature: 583 }; A._$serializers_closure54.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure55.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure56.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 448 + $signature: 366 }; A._$serializers_closure57.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 599 + $signature: 677 }; A._$serializers_closure58.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure59.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure60.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure61.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 600 + $signature: 763 }; A._$serializers_closure62.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 601 + $signature: 774 }; A._$serializers_closure63.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ExpenseEntity); }, - $signature: 448 + $signature: 366 }; A._$serializers_closure64.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 602 + $signature: 517 }; A._$serializers_closure65.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DesignEntity); }, - $signature: 586 + $signature: 655 }; A._$serializers_closure66.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure67.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 604 + $signature: 524 }; A._$serializers_closure68.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 607 + $signature: 527 }; A._$serializers_closure69.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 612 + $signature: 547 }; A._$serializers_closure70.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 615 + $signature: 553 }; A._$serializers_closure71.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 441 + $signature: 494 }; A._$serializers_closure72.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_RegistrationFieldEntity); }, - $signature: 2708 + $signature: 2718 }; A._$serializers_closure73.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure74.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_HistoryRecord); }, - $signature: 2717 + $signature: 2723 }; A._$serializers_closure75.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_IndustryEntity); }, - $signature: 572 + $signature: 791 }; A._$serializers_closure76.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure77.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceEntity); }, - $signature: 190 + $signature: 180 }; A._$serializers_closure78.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceScheduleEntity); }, - $signature: 2719 + $signature: 2731 }; A._$serializers_closure79.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvoiceItemEntity); }, - $signature: 2722 + $signature: 2794 }; A._$serializers_closure80.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_InvitationEntity); }, - $signature: 2730 + $signature: 2798 }; A._$serializers_closure81.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure82.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 289 + $signature: 359 }; A._$serializers_closure83.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_LanguageEntity); }, - $signature: 577 + $signature: 554 }; A._$serializers_closure84.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentEntity); }, - $signature: 599 + $signature: 677 }; A._$serializers_closure85.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTermEntity); }, - $signature: 615 + $signature: 553 }; A._$serializers_closure86.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentTypeEntity); }, - $signature: 578 + $signature: 607 }; A._$serializers_closure87.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 453 + $signature: 389 }; A._$serializers_closure88.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 453 + $signature: 389 }; A._$serializers_closure89.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_PaymentableEntity); }, - $signature: 453 + $signature: 389 }; A._$serializers_closure90.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProductEntity); }, - $signature: 597 + $signature: 583 }; A._$serializers_closure91.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ProjectEntity); }, - $signature: 601 + $signature: 774 }; A._$serializers_closure92.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SizeEntity); }, - $signature: 570 + $signature: 784 }; A._$serializers_closure93.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure94.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure95.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure96.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_BuiltList_legacy_String); }, - $signature: 2797 + $signature: 2801 }; A._$serializers_closure97.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SubscriptionEntity); }, - $signature: 612 + $signature: 547 }; A._$serializers_closure98.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskEntity); }, - $signature: 600 + $signature: 763 }; A._$serializers_closure99.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaskStatusEntity); }, - $signature: 594 + $signature: 584 }; A._$serializers_closure100.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TaxRateEntity); }, - $signature: 593 + $signature: 549 }; A._$serializers_closure101.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TimezoneEntity); }, - $signature: 573 + $signature: 793 }; A._$serializers_closure102.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_TokenEntity); }, - $signature: 604 + $signature: 524 }; A._$serializers_closure103.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyEntity); }, - $signature: 2799 + $signature: 2809 }; A._$serializers_closure104.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserCompanyState); }, - $signature: 2800 + $signature: 2817 }; A._$serializers_closure105.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_UserEntity); }, - $signature: 596 + $signature: 518 }; A._$serializers_closure106.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorContactEntity); }, - $signature: 2808 + $signature: 2819 }; A._$serializers_closure107.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_ActivityEntity); }, - $signature: 289 + $signature: 359 }; A._$serializers_closure108.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_DocumentEntity); }, - $signature: 146 + $signature: 144 }; A._$serializers_closure109.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_VendorEntity); }, - $signature: 602 + $signature: 517 }; A._$serializers_closure110.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_WebhookEntity); }, - $signature: 607 + $signature: 527 }; A._$serializers_closure111.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_BuiltList_legacy_String); }, - $signature: 2816 + $signature: 2820 }; A._$serializers_closure112.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 626 + $signature: 579 }; A._$serializers_closure113.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_bool); }, - $signature: 626 + $signature: 579 }; A._$serializers_closure114.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure115.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_EntityType, type$.legacy_PrefStateSortField); }, - $signature: 2819 + $signature: 2825 }; A._$serializers_closure116.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyPrefState); }, - $signature: 2823 + $signature: 2827 }; A._$serializers_closure117.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 454 + $signature: 395 }; A._$serializers_closure118.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 454 + $signature: 395 }; A._$serializers_closure119.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ReportSettingsEntity); }, - $signature: 2826 + $signature: 2837 }; A._$serializers_closure120.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ClientEntity); }, - $signature: 2828 + $signature: 2838 }; A._$serializers_closure121.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure122.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CompanyGatewayEntity); }, - $signature: 2836 + $signature: 2839 }; A._$serializers_closure123.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure124.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CurrencyEntity); }, - $signature: 2837 + $signature: 2840 }; A._$serializers_closure125.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SizeEntity); }, - $signature: 2838 + $signature: 2848 }; A._$serializers_closure126.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayEntity); }, - $signature: 2839 + $signature: 2855 }; A._$serializers_closure127.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_IndustryEntity); }, - $signature: 2847 + $signature: 2866 }; A._$serializers_closure128.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TimezoneEntity); }, - $signature: 2854 + $signature: 2869 }; A._$serializers_closure129.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DateFormatEntity); }, - $signature: 2865 + $signature: 2870 }; A._$serializers_closure130.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_LanguageEntity); }, - $signature: 2868 + $signature: 2871 }; A._$serializers_closure131.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTypeEntity); }, - $signature: 2869 + $signature: 2877 }; A._$serializers_closure132.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_CountryEntity); }, - $signature: 2870 + $signature: 2878 }; A._$serializers_closure133.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TemplateEntity); }, - $signature: 585 + $signature: 651 }; A._$serializers_closure134.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DesignEntity); }, - $signature: 2876 + $signature: 2880 }; A._$serializers_closure135.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure136.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_DocumentEntity); }, - $signature: 2877 + $signature: 2881 }; A._$serializers_closure137.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure138.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseCategoryEntity); }, - $signature: 2879 + $signature: 2882 }; A._$serializers_closure139.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure140.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 631 + $signature: 637 }; A._$serializers_closure141.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure142.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ExpenseEntity); }, - $signature: 631 + $signature: 637 }; A._$serializers_closure143.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure144.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_FeesAndLimitsSettings); }, - $signature: 2881 + $signature: 2885 }; A._$serializers_closure145.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_SystemLogEntity); }, - $signature: 441 + $signature: 494 }; A._$serializers_closure146.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GatewayOptionsEntity); }, - $signature: 2883 + $signature: 2891 }; A._$serializers_closure147.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_GroupEntity); }, - $signature: 2884 + $signature: 2892 }; A._$serializers_closure148.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure149.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ImportRequestMapping); }, - $signature: 2890 + $signature: 2896 }; A._$serializers_closure150.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 247 + $signature: 265 }; A._$serializers_closure151.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure152.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 247 + $signature: 265 }; A._$serializers_closure153.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure154.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 247 + $signature: 265 }; A._$serializers_closure155.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure156.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 247 + $signature: 265 }; A._$serializers_closure157.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure158.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_InvoiceEntity); }, - $signature: 247 + $signature: 265 }; A._$serializers_closure159.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure160.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentEntity); }, - $signature: 2895 + $signature: 2901 }; A._$serializers_closure161.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure162.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PaymentTermEntity); }, - $signature: 2896 + $signature: 2902 }; A._$serializers_closure163.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure164.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_PreImportResponseEntityDetails); }, - $signature: 2900 + $signature: 2903 }; A._$serializers_closure165.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProductEntity); }, - $signature: 2901 + $signature: 2905 }; A._$serializers_closure166.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure167.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_ProjectEntity); }, - $signature: 2902 + $signature: 2908 }; A._$serializers_closure168.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure169.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure170.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure171.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure172.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure173.prototype = { call$0() { var t1 = type$.legacy_String; return A.MapBuilder_MapBuilder(t1, t1); }, - $signature: 188 + $signature: 182 }; A._$serializers_closure174.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_BuiltList_legacy_String); }, - $signature: 454 + $signature: 395 }; A._$serializers_closure175.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_SubscriptionEntity); }, - $signature: 2904 + $signature: 2936 }; A._$serializers_closure176.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure177.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskEntity); }, - $signature: 2907 + $signature: 2938 }; A._$serializers_closure178.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure179.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaskStatusEntity); }, - $signature: 595 + $signature: 654 }; A._$serializers_closure180.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure181.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TaxRateEntity); }, - $signature: 2935 + $signature: 2971 }; A._$serializers_closure182.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure183.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_TokenEntity); }, - $signature: 2937 + $signature: 2989 }; A._$serializers_closure184.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure185.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_UserEntity); }, - $signature: 2970 + $signature: 3012 }; A._$serializers_closure186.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure187.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_VendorEntity); }, - $signature: 2988 + $signature: 3048 }; A._$serializers_closure188.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure189.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_String, type$.legacy_WebhookEntity); }, - $signature: 3011 + $signature: 3070 }; A._$serializers_closure190.prototype = { call$0() { return A.ListBuilder_ListBuilder(B.List_empty, type$.legacy_String); }, - $signature: 38 + $signature: 41 }; A._$serializers_closure191.prototype = { call$0() { return A.MapBuilder_MapBuilder(type$.legacy_int, type$.legacy_String); }, - $signature: 3047 + $signature: 3088 }; A.SettingsEntity.prototype = { getFieldsForSection$1(section) { @@ -329519,7 +329436,7 @@ b.get$_task_model$_$this()._endDate = t1; return b; }, - $signature: 636 + $signature: 657 }; A.TaskEntity.prototype = { get$clone(_) { @@ -329914,7 +329831,7 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 179 + $signature: 183 }; A.TaskEntity_getInvalidTimeIndices_closure.prototype = { call$1(time) { @@ -329940,13 +329857,13 @@ } ++t1.counter; }, - $signature: 179 + $signature: 183 }; A.TaskEntity_isRunning_closure.prototype = { call$1(taskTime) { return taskTime.endDate == null; }, - $signature: 219 + $signature: 226 }; A.TaskEntity_getTaskTimes_closure.prototype = { call$1(detail) { @@ -329968,7 +329885,7 @@ t2 = timeB.startDate; return B.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 3190 + $signature: 3327 }; A.TaskEntity_addTaskTime_closure.prototype = { call$1(b) { @@ -330005,7 +329922,7 @@ var t1 = this._box_0; t1.seconds = t1.seconds + B.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); }, - $signature: 179 + $signature: 183 }; A._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType(serializers, object, specifiedType) { @@ -333497,38 +333414,38 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 642 + $signature: 753 }; A.VendorEntity_emailContacts_closure.prototype = { call$1(contact) { return true; }, - $signature: 196 + $signature: 178 }; A.VendorEntity_primaryContact_closure.prototype = { call$1(contact) { return contact.isPrimary; }, - $signature: 196 + $signature: 178 }; A.VendorEntity_primaryContact_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 644 + $signature: 510 }; A.VendorEntity_hasEmailAddress_closure.prototype = { call$1(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 196 + $signature: 178 }; A.VendorEntity_getContact_closure.prototype = { call$1(contact) { return contact.id === this.contactId; }, - $signature: 196 + $signature: 178 }; A.VendorEntity_getContact_closure0.prototype = { call$0() { @@ -335784,7 +335701,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 47 + $signature: 48 }; A.CompanyGatewayRepository.prototype = { loadItem$2(credentials, entityId) { @@ -337994,7 +337911,7 @@ B.JSArray_methods.set$length(b.get$documents().get$_safeList(), 0); return b; }, - $signature: 167 + $signature: 165 }; A.ProjectRepository.prototype = { loadItem$2(credentials, entityId) { @@ -340830,7 +340747,7 @@ call$2(field, errors) { J.forEach$1$ax(type$.legacy_List_dynamic._as(errors), new A._parseError__closure(this._box_0)); }, - $signature: 3389 + $signature: 3435 }; A._parseError__closure.prototype = { call$1(error) { @@ -340845,7 +340762,7 @@ b.get$useSidebarEditor().$indexSet(0, B.EntityType_task, true); return b; }, - $signature: 648 + $signature: 513 }; A.InvoiceNinjaApp.prototype = { createState$0() { @@ -340950,19 +340867,19 @@ if (t2 - t3._list[t1].lastUpdated > 300000) store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 459 + $signature: 415 }; A.InvoiceNinjaAppState_generateRoute_closure.prototype = { call$1(_) { return new A.LoginScreen(null); }, - $signature: 653 + $signature: 521 }; A.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1(_) { return new A.MainScreen(null); }, - $signature: 654 + $signature: 522 }; A.InvoiceNinjaAppState_build_closure.prototype = { call$1(context) { @@ -341081,7 +340998,7 @@ t1 = t1 == null ? null : t1.enableMilitaryTime; return new A.MediaQuery(data.copyWith$2$alwaysUse24HourFormat$textScaleFactor(t1 === true, t2), child, null); }, - $signature: 656 + $signature: 532 }; A.InvoiceNinjaAppState_build__closure.prototype = { call$1(locale) { @@ -341093,13 +341010,13 @@ call$1(context) { return new A.LoginScreen(null); }, - $signature: 653 + $signature: 521 }; A.InvoiceNinjaAppState_build__closure1.prototype = { call$1(context) { return new A.MainScreen(null); }, - $signature: 654 + $signature: 522 }; A.InvoiceNinjaAppState_build__closure2.prototype = { call$1(context) { @@ -341285,13 +341202,13 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 657 + $signature: 535 }; A.InvoiceNinjaAppState_build__closure33.prototype = { call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 658 + $signature: 536 }; A.InvoiceNinjaAppState_build__closure34.prototype = { call$1(context) { @@ -341755,7 +341672,6 @@ A.DismissNativeWarning.prototype = {$isPersistUI: 1}; A.DismissNativeWarningPermanently.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; A.DismissGatewayWarningPermanently.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; - A.DismissReviewAppPermanently.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; A.ViewMainScreen.prototype = {}; A.StartSaving.prototype = {}; A.StopSaving.prototype = {}; @@ -342081,7 +341997,7 @@ t2 = t1.userCompanyStates._list[t2].userCompany; return t2.can$2(B.UserPermission_view, entityType) || t2.can$2(B.UserPermission_create, entityType); }, - $signature: 246 + $signature: 272 }; A.createEntityByType_closure.prototype = { call$0() { @@ -342467,7 +342383,7 @@ t1 = ""; return new A.MessageDialog(t2, t1, null, null, new A.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 286 + $signature: 277 }; A.checkForChanges__closure.prototype = { call$0() { @@ -342670,7 +342586,7 @@ b.get$_ui_state$_$this()._currentRoute = t1; return b; }, - $signature: 811 + $signature: 560 }; A._createLoadState__closure0.prototype = { call$1(b) { @@ -342691,7 +342607,7 @@ b.get$userCompanyStates().replace$1(0, this.companyStates); return b; }, - $signature: 245 + $signature: 242 }; A._createLoadState__closure1.prototype = { call$1(value) { @@ -343120,7 +343036,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 669 + $signature: 578 }; A._createViewMainScreen_closure.prototype = { call$3(store, dynamicAction, next) { @@ -343174,7 +343090,7 @@ call$1(repo) { return repo.delete$0(0); }, - $signature: 669 + $signature: 578 }; A.appReducer_closure.prototype = { call$1(b) { @@ -343186,7 +343102,7 @@ b.get$_$this()._isTesting = t2.isTesting; return b; }, - $signature: 245 + $signature: 242 }; A.appReducer__closure.prototype = { call$1(b) { @@ -343194,7 +343110,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 149 + $signature: 152 }; A.appReducer_closure0.prototype = { call$1(b) { @@ -343202,7 +343118,7 @@ b.get$_$this()._isSaving = false; return b; }, - $signature: 245 + $signature: 242 }; A.appReducer_closure1.prototype = { call$1(b) { @@ -343214,7 +343130,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 245 + $signature: 242 }; A.appReducer_closure2.prototype = { call$1(b) { @@ -343256,7 +343172,7 @@ t4._pref_state$_$v = t5; return b; }, - $signature: 245 + $signature: 242 }; A.lastErrorReducer_closure.prototype = { call$2(state, action) { @@ -343394,7 +343310,7 @@ call$2(state, action) { return true; }, - $signature: 679 + $signature: 597 }; A.AppState.prototype = { get$company() { @@ -343953,7 +343869,7 @@ if (t1) { if (_this.get$isHosted()) { t1 = _this.uiState.selectedCompanyIndex; - t1 = _this.userCompanyStates._list[t1].userCompany.account.trialPlan.length !== 0; + t1 = _this.userCompanyStates._list[t1].userCompany.account.trialDaysLeft > 0; } else t1 = false; t1 = !t1; @@ -344119,7 +344035,7 @@ var t1 = company.id; return t1.length !== 0; }, - $signature: 680 + $signature: 598 }; A.AppState_historyList_closure.prototype = { call$1($history) { @@ -344133,7 +344049,7 @@ } return true; }, - $signature: 682 + $signature: 602 }; A.Credentials.prototype = { get$token() { @@ -344485,7 +344401,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._createUserLogoutAll_closure.prototype = { call$3(store, dynamicAction, next) { @@ -344539,7 +344455,7 @@ t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 222 + $signature: 209 }; A._createLoginRequest__closure0.prototype = { call$1(error) { @@ -344571,7 +344487,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 222 + $signature: 209 }; A._createSignUpRequest__closure0.prototype = { call$1(error) { @@ -344609,7 +344525,7 @@ t2.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(t1.completer, data)); t2.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 222 + $signature: 209 }; A._createOAuthLoginRequest__closure0.prototype = { call$1(error) { @@ -344649,7 +344565,7 @@ t1.get$_dispatchers()[0].call$1(new A.LoadAccountSuccess(this.action.completer, data)); t1.get$_dispatchers()[0].call$1(new A.UserVerifiedPassword()); }, - $signature: 222 + $signature: 209 }; A._createOAuthSignUpRequest__closure0.prototype = { call$1(error) { @@ -344778,13 +344694,13 @@ t1.toString; $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1).findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 222 + $signature: 209 }; 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: 686 + $signature: 615 }; A._createRefreshRequest____closure.prototype = { call$1(userCompanyState) { @@ -344834,7 +344750,7 @@ this.store.get$_dispatchers()[0].call$1(new A.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 222 + $signature: 209 }; A._createRecoverRequest__closure0.prototype = { call$1(error) { @@ -344932,7 +344848,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, true)); this.action.completer.complete$0(0); }, - $signature: 86 + $signature: 88 }; A._setDefaultCompany__closure0.prototype = { call$1(error) { @@ -345096,7 +345012,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 149 + $signature: 152 }; A.userSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -345104,7 +345020,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 149 + $signature: 152 }; A.userLoginRequestReducer_closure.prototype = { call$1(b) { @@ -345115,7 +345031,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 149 + $signature: 152 }; A.oauthLoginRequestReducer_closure.prototype = { call$1(b) { @@ -345123,7 +345039,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 149 + $signature: 152 }; A.oauthSignUpRequestReducer_closure.prototype = { call$1(b) { @@ -345131,14 +345047,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 149 + $signature: 152 }; A.userLoginSuccessReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 149 + $signature: 152 }; A.userVerifiedPasswordReducer_closure.prototype = { call$1(b) { @@ -345146,14 +345062,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 149 + $signature: 152 }; A.userUnverifiedPasswordReducer_closure.prototype = { call$1(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 149 + $signature: 152 }; A.AuthState.prototype = { get$isHosted() { @@ -345400,13 +345316,13 @@ call$1(client) { return client.get$id(client); }, - $signature: 40 + $signature: 39 }; A.handleClientAction_closure0.prototype = { call$1(contact) { return contact.link.length !== 0; }, - $signature: 143 + $signature: 146 }; A.handleClientAction_closure1.prototype = { call$1(b) { @@ -345421,20 +345337,20 @@ var t1 = this.client.id; return b.get$_payment_model$_$this()._payment_model$_clientId = t1; }, - $signature: 689 + $signature: 630 }; A.handleClientAction_closure3.prototype = { call$1(b) { var t1 = this.client.id; return b.get$_project_model$_$this()._project_model$_clientId = t1; }, - $signature: 691 + $signature: 639 }; A.handleClientAction_closure4.prototype = { call$1(_) { var _this = this, t1 = _this.context; - A.passwordCallback(true, new A.handleClientAction__closure(_this.store, t1, _this.localization, _this.client), t1); + A.passwordCallback(true, new A.handleClientAction__closure(_this.store, t1, _this.localization, _this.client), t1, false); }, $signature: 11 }; @@ -345449,7 +345365,7 @@ t2 = _this.client.id; _this.store.get$_dispatchers()[0].call$1(new A.PurgeClientRequest(t1, t2, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.StartClientMultiselect.prototype = {}; A.AddToClientMultiselect.prototype = {}; @@ -345519,7 +345435,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveClient_closure.prototype = { call$3(store, dynamicAction, next) { @@ -345542,14 +345458,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 284 + $signature: 279 }; 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: 476 + $signature: 461 }; A._archiveClient__closure1.prototype = { call$1(error) { @@ -345580,14 +345496,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 284 + $signature: 279 }; 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: 476 + $signature: 461 }; A._deleteClient__closure1.prototype = { call$1(error) { @@ -345657,14 +345573,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].clientState.map._map$_map.$index(0, id); }, - $signature: 284 + $signature: 279 }; 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: 476 + $signature: 461 }; A._restoreClient__closure1.prototype = { call$1(error) { @@ -345697,7 +345613,7 @@ if (t1 != null) t1.complete$1(0, client); }, - $signature: 283 + $signature: 280 }; A._saveClient__closure0.prototype = { call$1(error) { @@ -345726,7 +345642,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 283 + $signature: 280 }; A._loadClient__closure0.prototype = { call$1(error) { @@ -345804,7 +345720,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveClientSuccess(client)); this.action.completer.complete$1(0, null); }, - $signature: 283 + $signature: 280 }; A._saveDocument__closure24.prototype = { call$1(error) { @@ -345931,19 +345847,19 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.saveCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 730 + $signature: 668 }; A.cancelCompleterReducer_closure1.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 730 + $signature: 668 }; A.editingContactReducer_closure.prototype = { call$2(contact, action) { @@ -345977,7 +345893,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_client ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure357.prototype = { call$2(selectedId, action) { @@ -346001,7 +345917,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure361.prototype = { call$2(selectedId, action) { @@ -346068,7 +345984,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure125.prototype = { call$2(client, action) { @@ -346117,7 +346033,7 @@ b.get$_client_model$_$this()._client_model$_isChanged = true; return b; }, - $signature: 47 + $signature: 48 }; A.editingReducer_closure132.prototype = { call$2(client, action) { @@ -346133,7 +346049,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 47 + $signature: 48 }; A.editingReducer_closure133.prototype = { call$2(client, action) { @@ -346148,7 +346064,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 47 + $signature: 48 }; A.editingReducer_closure134.prototype = { call$2(client, action) { @@ -346166,7 +346082,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 47 + $signature: 48 }; A.editingReducer_closure135.prototype = { call$2(client, action) { @@ -346379,7 +346295,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 503 + $signature: 484 }; A._deleteClientSuccess_closure.prototype = { call$1(b) { @@ -346401,7 +346317,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 503 + $signature: 484 }; A._restoreClientSuccess_closure.prototype = { call$1(b) { @@ -346423,7 +346339,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 503 + $signature: 484 }; A._addClient_closure.prototype = { call$1(b) { @@ -346436,7 +346352,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 281 + $signature: 282 }; A._addClient__closure.prototype = { call$1(b) { @@ -346444,7 +346360,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 47 + $signature: 48 }; A._updateClient_closure.prototype = { call$1(b) { @@ -346453,7 +346369,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateClient__closure())); return b; }, - $signature: 281 + $signature: 282 }; A._updateClient__closure.prototype = { call$1(b) { @@ -346461,7 +346377,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 47 + $signature: 48 }; A._setLoadedClient_closure.prototype = { call$1(b) { @@ -346470,7 +346386,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedClient__closure())); return b; }, - $signature: 281 + $signature: 282 }; A._setLoadedClient__closure.prototype = { call$1(b) { @@ -346478,7 +346394,7 @@ b.get$_client_model$_$this()._loadedAt = t1; return b; }, - $signature: 47 + $signature: 48 }; A.memoizedDropdownClientList_closure.prototype = { call$4(clientMap, clientList, userMap, staticState) { @@ -346504,7 +346420,7 @@ call$2(userId, clientMap) { return A.clientStatsForUser(userId, clientMap); }, - $signature: 784 + $signature: 728 }; A.clientStatsForUser_closure.prototype = { call$2(clientId, client) { @@ -346514,7 +346430,7 @@ else if (client.isDeleted) ++this._box_0.countArchived; }, - $signature: 230 + $signature: 258 }; A.memoizedFilteredClientList_closure.prototype = { call$7(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { @@ -346565,7 +346481,7 @@ call$1(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 786 + $signature: 779 }; A.filteredClientsSelector_closure0.prototype = { call$2(clientAId, clientBId) { @@ -346616,7 +346532,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 281 + $signature: 282 }; A.ClientUIState.prototype = { get$isCreatingNew() { @@ -347196,7 +347112,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new A.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer___closure.prototype = { call$1(b) { @@ -347233,7 +347149,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 797 + $signature: 809 }; A.userCompanyEntityReducer__closure6.prototype = { call$1(b) { @@ -347241,7 +347157,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure0.prototype = { call$2(userCompany, action) { @@ -347261,7 +347177,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure1.prototype = { call$2(userCompany, action) { @@ -347277,7 +347193,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure2.prototype = { call$2(userCompany, action) { @@ -347293,7 +347209,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure3.prototype = { call$2(userCompany, action) { @@ -347306,7 +347222,7 @@ b.get$user(b).get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure4.prototype = { call$2(userCompany, action) { @@ -347322,7 +347238,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.userCompanyEntityReducer_closure5.prototype = { call$2(userCompany, action) { @@ -347337,7 +347253,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 107 + $signature: 110 }; A.loadCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -347348,7 +347264,7 @@ b.get$user(b).get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(B.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 107 + $signature: 110 }; A.loadCompanySuccessReducer_closure0.prototype = { call$1(b) { @@ -347368,7 +347284,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.saveCompanySuccessReducer_closure.prototype = { call$1(b) { @@ -347390,7 +347306,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.lastUpdatedReducer_closure.prototype = { call$2(state, action) { @@ -347450,7 +347366,7 @@ this.currencyIds.push(currencyId); } }, - $signature: 230 + $signature: 258 }; A.memoizedFilteredSelector_closure.prototype = { call$2(filter, state) { @@ -347462,19 +347378,19 @@ call$1(productId) { return this.state.productState.map._map$_map.$index(0, productId); }, - $signature: 243 + $signature: 267 }; A.filteredSelector_closure0.prototype = { call$1(product) { return product.matchesFilter$1(this.filter); }, - $signature: 536 + $signature: 559 }; A.filteredSelector_closure1.prototype = { call$1(clientId) { return this.state.clientState.map._map$_map.$index(0, clientId); }, - $signature: 284 + $signature: 279 }; A.filteredSelector_closure2.prototype = { call$1(client) { @@ -347486,31 +347402,31 @@ call$1(quoteId) { return this.state.quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 66 + $signature: 68 }; A.filteredSelector_closure4.prototype = { call$1(quote) { return quote.matchesFilter$1(this.filter); }, - $signature: 176 + $signature: 161 }; A.filteredSelector_closure5.prototype = { call$1(paymentId) { return this.state.paymentState.map._map$_map.$index(0, paymentId); }, - $signature: 218 + $signature: 205 }; A.filteredSelector_closure6.prototype = { call$1(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 366 + $signature: 368 }; A.filteredSelector_closure7.prototype = { call$1(projectId) { return this.state.projectState.map._map$_map.$index(0, projectId); }, - $signature: 277 + $signature: 284 }; A.filteredSelector_closure8.prototype = { call$1(project) { @@ -347522,7 +347438,7 @@ call$1(taskId) { return this.state.taskState.map._map$_map.$index(0, taskId); }, - $signature: 182 + $signature: 196 }; A.filteredSelector_closure10.prototype = { call$1(task) { @@ -347534,19 +347450,19 @@ call$1(invoiceId) { return this.state.invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 66 + $signature: 68 }; A.filteredSelector_closure12.prototype = { call$1(invoice) { return invoice.matchesFilter$1(this.filter); }, - $signature: 176 + $signature: 161 }; A.filteredSelector_closure13.prototype = { call$2(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 651 + $signature: 544 }; A.UserCompanyState.prototype = { get$company() { @@ -348947,7 +348863,7 @@ call$1(companyGateway) { return companyGateway.get$id(companyGateway); }, - $signature: 40 + $signature: 39 }; A.handleCompanyGatewayAction_closure0.prototype = { call$1(value) { @@ -348958,7 +348874,7 @@ A.handleCompanyGatewayAction_closure1.prototype = { call$1(_) { var _this = this; - A.passwordCallback(false, new A.handleCompanyGatewayAction__closure(_this.store, _this.completer, _this.companyGateway), _this.context); + A.passwordCallback(false, new A.handleCompanyGatewayAction__closure(_this.store, _this.completer, _this.companyGateway), _this.context, false); }, $signature: 11 }; @@ -348968,7 +348884,7 @@ t1 = t1.get$id(t1); this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewayRequest(this.completer, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.StartCompanyGatewayMultiselect.prototype = {}; A.AddToCompanyGatewayMultiselect.prototype = {}; @@ -349036,7 +348952,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveCompanyGateway_closure.prototype = { call$3(store, dynamicAction, next) { @@ -349059,14 +348975,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 276 + $signature: 285 }; 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: 368 + $signature: 370 }; A._archiveCompanyGateway__closure1.prototype = { call$1(error) { @@ -349097,14 +349013,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 276 + $signature: 285 }; 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: 368 + $signature: 370 }; A._deleteCompanyGateway__closure1.prototype = { call$1(error) { @@ -349135,14 +349051,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].companyGatewayState.map._map$_map.$index(0, id); }, - $signature: 276 + $signature: 285 }; 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: 368 + $signature: 370 }; A._restoreCompanyGateway__closure1.prototype = { call$1(error) { @@ -349167,7 +349083,7 @@ this.store.get$_dispatchers()[0].call$1(new A.DisconnectCompanyGatewaySuccess()); this.action.completer.complete$1(0, null); }, - $signature: 86 + $signature: 88 }; A._disconnectCompanyGateway__closure0.prototype = { call$1(error) { @@ -349197,7 +349113,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveCompanyGatewaySuccess(companyGateway)); t1.completer.complete$1(0, companyGateway); }, - $signature: 275 + $signature: 286 }; A._saveCompanyGateway__closure0.prototype = { call$1(error) { @@ -349226,7 +349142,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadCompanyGatewaySuccess(companyGateway)); this.action.completer.complete$1(0, null); }, - $signature: 275 + $signature: 286 }; A._loadCompanyGateway__closure0.prototype = { call$1(error) { @@ -349354,7 +349270,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_companyGateway ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure122.prototype = { call$2(selectedId, action) { @@ -349372,7 +349288,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure125.prototype = { call$2(selectedId, action) { @@ -349433,7 +349349,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure37.prototype = { call$2(companyGateways, action) { @@ -349604,7 +349520,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 369 + $signature: 371 }; A._deleteCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -349626,7 +349542,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 369 + $signature: 371 }; A._restoreCompanyGatewaySuccess_closure.prototype = { call$1(b) { @@ -349648,7 +349564,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 369 + $signature: 371 }; A._addCompanyGateway_closure.prototype = { call$1(b) { @@ -349661,7 +349577,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 184 + $signature: 198 }; A._addCompanyGateway__closure.prototype = { call$1(b) { @@ -349678,7 +349594,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateCompanyGateway__closure())); return b; }, - $signature: 184 + $signature: 198 }; A._updateCompanyGateway__closure.prototype = { call$1(b) { @@ -349695,7 +349611,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedCompanyGateway__closure())); return b; }, - $signature: 184 + $signature: 198 }; A._setLoadedCompanyGateway__closure.prototype = { call$1(b) { @@ -349710,7 +349626,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: 184 + $signature: 198 }; A._setLoadedCompany__closure1.prototype = { call$1(item) { @@ -349722,7 +349638,7 @@ call$1(item) { return item; }, - $signature: 777 + $signature: 717 }; A._setLoadedCompany_closure2.prototype = { call$1(b) { @@ -349731,14 +349647,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 184 + $signature: 198 }; 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: 184 + $signature: 198 }; A._setLoadedCompanyGateways__closure.prototype = { call$1(item) { @@ -349750,7 +349666,7 @@ call$1(item) { return item; }, - $signature: 777 + $signature: 717 }; A._setLoadedCompanyGateways_closure0.prototype = { call$1(b) { @@ -349759,7 +349675,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 184 + $signature: 198 }; A.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { @@ -349809,13 +349725,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 212 + $signature: 225 }; A.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, clientMap) { return A.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 784 + $signature: 728 }; A.clientStatsForCompanyGateway_closure.prototype = { call$2(clientId, client) { @@ -349827,13 +349743,13 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 230 + $signature: 258 }; A.clientStatsForCompanyGateway__closure.prototype = { call$1(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 786 + $signature: 779 }; A.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2(companyGatewayId, paymentMap) { @@ -349849,7 +349765,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 212 + $signature: 225 }; A.getUnconnectedStripeAccount_closure.prototype = { call$2(id, gateway) { @@ -350399,7 +350315,7 @@ call$1(credit) { return credit.get$id(credit); }, - $signature: 40 + $signature: 39 }; A.handleCreditAction_closure0.prototype = { call$1(credit) { @@ -350409,7 +350325,7 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(credit).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 132 + $signature: 145 }; A.handleCreditAction_closure1.prototype = { call$0() { @@ -350480,7 +350396,7 @@ b.get$credits().addAll$1(0, J.map$1$1$ax(this.credits, new A.handleCreditAction__closure(), type$.legacy_PaymentableEntity).toList$0(0)); return b; }, - $signature: 45 + $signature: 46 }; A.handleCreditAction__closure.prototype = { call$1(credit) { @@ -350490,13 +350406,13 @@ t2 = credit.statusId !== "1" ? credit.balance : credit.amount; return A.PaymentableEntity_PaymentableEntity(t2, t1, null); }, - $signature: 524 + $signature: 530 }; A.handleCreditAction_closure8.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 249 + $signature: 263 }; A.StartCreditMultiselect.prototype = {}; A.AddToCreditMultiselect.prototype = {}; @@ -350560,7 +350476,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._editCredit_closure.prototype = { call$3(store, dynamicAction, next) { @@ -350666,7 +350582,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._archiveCredit__closure0.prototype = { call$1(credits) { @@ -350704,7 +350620,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._deleteCredit__closure0.prototype = { call$1(credits) { @@ -350742,7 +350658,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].creditState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._restoreCredit__closure0.prototype = { call$1(credits) { @@ -350833,7 +350749,7 @@ this.store.get$_dispatchers()[0].call$1(new A.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 86 + $signature: 88 }; A._emailCredit__closure0.prototype = { call$1(error) { @@ -350868,7 +350784,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._saveCredit__closure0.prototype = { call$1(credit) { @@ -350942,7 +350858,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadProjects()); }, - $signature: 237 + $signature: 234 }; A._loadCredits__closure0.prototype = { call$1(error) { @@ -351124,13 +351040,13 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.historyActivityIdReducer_closure0.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 549 + $signature: 561 }; A.editingItemReducer_closure1.prototype = { call$2(index, action) { @@ -351161,7 +351077,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_credit ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure163.prototype = { call$2(selectedId, action) { @@ -351185,13 +351101,13 @@ call$2(selectedId, action) { return action.credit.id; }, - $signature: 549 + $signature: 561 }; A.selectedIdReducer_closure167.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure168.prototype = { call$2(selectedId, action) { @@ -351264,7 +351180,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure49.prototype = { call$2(credit, action) { @@ -351283,7 +351199,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure21()); }, - $signature: 553 + $signature: 572 }; A.editingReducer__closure21.prototype = { call$1(b) { @@ -351302,7 +351218,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure20()); }, - $signature: 556 + $signature: 574 }; A.editingReducer__closure20.prototype = { call$1(b) { @@ -351315,7 +351231,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure19()); }, - $signature: 559 + $signature: 580 }; A.editingReducer__closure19.prototype = { call$1(b) { @@ -351354,7 +351270,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.editingReducer_closure55.prototype = { call$2(credits, action) { @@ -351635,14 +351551,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._markSentCreditSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.creditMap); return b; }, - $signature: 354 + $signature: 289 }; A._archiveCreditSuccess_closure.prototype = { call$1(b) { @@ -351664,7 +351580,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 376 }; A._deleteCreditSuccess_closure.prototype = { call$1(b) { @@ -351686,7 +351602,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 376 }; A._restoreCreditSuccess_closure.prototype = { call$1(b) { @@ -351708,7 +351624,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 371 + $signature: 376 }; A._addCredit_closure.prototype = { call$1(b) { @@ -351721,7 +351637,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 354 + $signature: 289 }; A._addCredit__closure.prototype = { call$1(b) { @@ -351737,7 +351653,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateCredit__closure())); return b; }, - $signature: 354 + $signature: 289 }; A._updateCredit__closure.prototype = { call$1(b) { @@ -351751,13 +351667,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 351 + $signature: 290 }; A.creditContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 143 + $signature: 146 }; A.memoizedDropdownCreditList_closure.prototype = { call$7(creditMap, clientMap, vendorMap, creditList, clientId, userMap, excludedIds) { @@ -351802,7 +351718,7 @@ call$7(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap) { return A.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, vendorMap, creditListState, userMap); }, - $signature: 372 + $signature: 377 }; A.filteredCreditsSelector_closure.prototype = { call$1(creditId) { @@ -351875,7 +351791,7 @@ call$2(designId, creditMap) { return A.creditStatsForDesign(designId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForDesign_closure.prototype = { call$2(creditId, credit) { @@ -351891,7 +351807,7 @@ call$2(clientId, creditMap) { return A.creditStatsForClient(clientId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForClient_closure.prototype = { call$2(creditId, credit) { @@ -351907,7 +351823,7 @@ call$2(userId, creditMap) { return A.creditStatsForUser(userId, creditMap); }, - $signature: 88 + $signature: 83 }; A.creditStatsForUser_closure.prototype = { call$2(creditId, credit) { @@ -351945,7 +351861,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A.CreditState_loadCredits_closure.prototype = { call$1(b) { @@ -351960,7 +351876,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 354 + $signature: 289 }; A.CreditUIState.prototype = { get$isCreatingNew() { @@ -352403,7 +352319,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A.dashboardUIReducer_closure.prototype = { call$1(b) { @@ -352438,7 +352354,7 @@ b.$indexSet(0, t2, A.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 664 + $signature: 662 }; A.selectedEntitiesReducer_closure0.prototype = { call$2(state, action) { @@ -352451,7 +352367,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 664 + $signature: 662 }; A.selectedEntityTypeReducer_closure.prototype = { call$2(state, action) { @@ -352485,14 +352401,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = 0; return b; }, - $signature: 150 + $signature: 154 }; A.dashboardSettingsReducer_closure0.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 150 + $signature: 154 }; A.dashboardSettingsReducer_closure1.prototype = { call$1(b) { @@ -352500,14 +352416,14 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + this.action.offset; return b; }, - $signature: 150 + $signature: 154 }; A.dashboardSettingsReducer_closure2.prototype = { call$1(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 150 + $signature: 154 }; A.ChartDataGroup.prototype = { get$name(receiver) { @@ -352526,13 +352442,13 @@ call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 349 + $signature: 291 }; A.memoizedPreviousChartInvoices_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, clientMap) { return A._chartInvoices(clientMap, company, currencyMap, invoiceMap, settings); }, - $signature: 349 + $signature: 291 }; A._chartInvoices_closure.prototype = { call$2(int, invoice) { @@ -352602,13 +352518,13 @@ call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 349 + $signature: 291 }; A.memoizedPreviousChartQuotes_closure.prototype = { call$5(currencyMap, company, settings, quoteMap, clientMap) { return A.chartQuotes(clientMap, company, currencyMap, quoteMap, settings); }, - $signature: 349 + $signature: 291 }; A.chartQuotes_closure.prototype = { call$2(int, quote) { @@ -352685,13 +352601,13 @@ call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 684 + $signature: 683 }; A.memoizedPreviousChartPayments_closure.prototype = { call$6(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return A.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 684 + $signature: 683 }; A.chartPayments_closure.prototype = { call$2(int, payment) { @@ -352755,19 +352671,19 @@ } } }, - $signature: 212 + $signature: 225 }; 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: 690 + $signature: 691 }; 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: 690 + $signature: 691 }; A.chartTasks_closure.prototype = { call$2(int, task) { @@ -352815,14 +352731,14 @@ } } }, - $signature: 137 + $signature: 139 }; A.chartTasks__closure.prototype = { call$1(taskTime) { var _this = this; taskTime.getParts$0().forEach$1(0, new A.chartTasks___closure(_this.totals, _this.loggedData, _this.invoicedData, _this.paidData, _this.company, _this.project, _this.client, _this.task, _this.group, _this.settings, _this.invoice, _this.currencyMap, _this.invoiceMap)); }, - $signature: 179 + $signature: 183 }; A.chartTasks___closure.prototype = { call$2(date, duration) { @@ -352976,19 +352892,19 @@ } } }, - $signature: 110 + $signature: 107 }; A.memoizedChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 706 + $signature: 733 }; A.memoizedPreviousChartExpenses_closure.prototype = { call$5(currencyMap, company, settings, invoiceMap, expenseMap) { return A.chartExpenses(currencyMap, company, settings, invoiceMap, expenseMap); }, - $signature: 706 + $signature: 733 }; A.memoizedRunningTasks_closure0.prototype = { call$2(taskMap, userId) { @@ -353010,13 +352926,13 @@ if (t1) this.tasks.push(task); }, - $signature: 137 + $signature: 139 }; A.memoizedUpcomingInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._upcomingInvoices(clientMap, invoiceMap); }, - $signature: 344 + $signature: 292 }; A._upcomingInvoices_closure.prototype = { call$2(index, invoice) { @@ -353034,13 +352950,13 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 343 + $signature: 293 }; A.memoizedPastDueInvoices_closure.prototype = { call$2(invoiceMap, clientMap) { return A._pastDueInvoices(clientMap, invoiceMap); }, - $signature: 344 + $signature: 292 }; A._pastDueInvoices_closure.prototype = { call$2(index, invoice) { @@ -353058,7 +352974,7 @@ call$2(invoiceA, invoiceB) { return J.compareTo$1$ns(invoiceA.get$primaryDate(), invoiceB.get$primaryDate()); }, - $signature: 343 + $signature: 293 }; A.memoizedRecentPayments_closure.prototype = { call$2(paymentMap, clientMap) { @@ -353076,7 +352992,7 @@ if (!payment.get$isArchived() && !payment.isDeleted && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 212 + $signature: 225 }; A._recentPayments_closure0.prototype = { call$2(paymentA, paymentB) { @@ -353093,7 +353009,7 @@ call$2(quoteMap, clientMap) { return A._upcomingQuotes(clientMap, quoteMap); }, - $signature: 344 + $signature: 292 }; A._upcomingQuotes_closure.prototype = { call$2(index, quote) { @@ -353111,13 +353027,13 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 343 + $signature: 293 }; A.memoizedExpiredQuotes_closure.prototype = { call$2(quoteMap, clientMap) { return A._expiredQuotes(clientMap, quoteMap); }, - $signature: 344 + $signature: 292 }; A._expiredQuotes_closure.prototype = { call$2(index, quote) { @@ -353135,13 +353051,13 @@ call$2(quoteA, quoteB) { return J.compareTo$1$ns(quoteA.get$primaryDate(), quoteB.get$primaryDate()); }, - $signature: 343 + $signature: 293 }; A.memoizedRunningTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 765 + $signature: 775 }; A._runningTasks_closure.prototype = { call$2(index, task) { @@ -353153,7 +353069,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 137 + $signature: 139 }; A._runningTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -353161,13 +353077,13 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 378 + $signature: 380 }; A.memoizedRecentTasks_closure.prototype = { call$2(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 765 + $signature: 775 }; A._recentTasks_closure.prototype = { call$2(index, task) { @@ -353179,7 +353095,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 137 + $signature: 139 }; A._recentTasks_closure0.prototype = { call$2(taskA, taskB) { @@ -353187,7 +353103,7 @@ t2 = taskA.updatedAt; return B.JSInt_methods.compareTo$1(t1, t2); }, - $signature: 378 + $signature: 380 }; A.memoizedRecentExpenses_closure.prototype = { call$2(expenseMap, clientMap) { @@ -353212,7 +353128,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 110 + $signature: 107 }; A._recentExpenses_closure0.prototype = { call$2(expenseA, expenseB) { @@ -353228,7 +353144,7 @@ else return B.JSString_methods.compareTo$1(expenseBdate, expenseAdate); }, - $signature: 774 + $signature: 511 }; A.DashboardUIState.prototype = {}; A.DashboardUISettings.prototype = { @@ -353675,35 +353591,35 @@ call$1(design) { return design.get$id(design); }, - $signature: 40 + $signature: 39 }; A.handleDesignAction_closure0.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 131 + $signature: 134 }; A.handleDesignAction_closure1.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 131 + $signature: 134 }; A.handleDesignAction_closure2.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 131 + $signature: 134 }; A.handleDesignAction_closure3.prototype = { call$1(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 131 + $signature: 134 }; A.StartDesignMultiselect.prototype = {}; A.AddToDesignMultiselect.prototype = {}; @@ -353771,7 +353687,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveDesign_closure.prototype = { call$3(store, dynamicAction, next) { @@ -353794,14 +353710,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 331 + $signature: 294 }; 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: 379 + $signature: 381 }; A._archiveDesign__closure1.prototype = { call$1(error) { @@ -353832,14 +353748,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 331 + $signature: 294 }; 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: 379 + $signature: 381 }; A._deleteDesign__closure1.prototype = { call$1(error) { @@ -353870,14 +353786,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].designState.map._map$_map.$index(0, id); }, - $signature: 331 + $signature: 294 }; 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: 379 + $signature: 381 }; A._restoreDesign__closure1.prototype = { call$1(error) { @@ -353907,7 +353823,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveDesignSuccess(design)); t1.completer.complete$1(0, design); }, - $signature: 153 + $signature: 150 }; A._saveDesign__closure0.prototype = { call$1(error) { @@ -353935,7 +353851,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 153 + $signature: 150 }; A._loadDesign__closure0.prototype = { call$1(error) { @@ -354063,25 +353979,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_design ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure182.prototype = { call$2(selectedId, action) { return action.get$designId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure183.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$design()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure184.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure185.prototype = { call$2(selectedId, action) { @@ -354099,7 +354015,7 @@ call$2(selectedId, action) { return ""; }, - $signature: 813 + $signature: 811 }; A.selectedIdReducer_closure188.prototype = { call$2(selectedId, action) { @@ -354160,7 +354076,7 @@ b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 422 + $signature: 466 }; A._viewDesignList_closure.prototype = { call$1(b) { @@ -354364,7 +354280,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 328 + $signature: 296 }; A._updateDesign_closure.prototype = { call$1(b) { @@ -354373,7 +354289,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 328 + $signature: 296 }; A._setLoadedDesign_closure.prototype = { call$1(b) { @@ -354382,7 +354298,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 328 + $signature: 296 }; A.memoizedFilteredDesignList_closure.prototype = { call$3(designMap, designList, designListState) { @@ -354454,7 +354370,7 @@ call$1(designId) { return this.$this.map._map$_map.$index(0, designId); }, - $signature: 331 + $signature: 294 }; A.DesignState_loadDesigns_closure0.prototype = { call$1(item) { @@ -354481,7 +354397,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 328 + $signature: 296 }; A.DesignUIState.prototype = { get$isCreatingNew() { @@ -354952,7 +354868,7 @@ call$1($document) { return $document.get$id($document); }, - $signature: 40 + $signature: 39 }; A.StartDocumentMultiselect.prototype = {}; A.AddToDocumentMultiselect.prototype = {}; @@ -355018,7 +354934,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveDocument_closure.prototype = { call$3(store, dynamicAction, next) { @@ -355041,7 +354957,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 520 + $signature: 528 }; A._archiveDocument__closure0.prototype = { call$1(documents) { @@ -355129,7 +355045,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].documentState.map._map$_map.$index(0, id); }, - $signature: 520 + $signature: 528 }; A._restoreDocument__closure0.prototype = { call$1(documents) { @@ -355162,7 +355078,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadDocumentSuccess($document)); this.action.completer.complete$1(0, null); }, - $signature: 71 + $signature: 72 }; A._loadDocument__closure0.prototype = { call$1(error) { @@ -355288,7 +355204,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_document ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure97.prototype = { call$2(selectedId, action) { @@ -355300,7 +355216,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure99.prototype = { call$2(selectedId, action) { @@ -355361,7 +355277,7 @@ b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 527 + $signature: 534 }; A._viewDocumentList_closure.prototype = { call$1(b) { @@ -355508,7 +355424,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 528 + $signature: 539 }; A._deleteDocumentSuccess_closure.prototype = { call$1(b) { @@ -355517,7 +355433,7 @@ t1.get$_safeMap().remove$1(0, null); return b; }, - $signature: 239 + $signature: 250 }; A._restoreDocumentSuccess_closure.prototype = { call$1(b) { @@ -355539,7 +355455,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 528 + $signature: 539 }; A._updateDocument_closure.prototype = { call$1(b) { @@ -355549,7 +355465,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 239 + $signature: 250 }; A._setLoadedDocument_closure.prototype = { call$1(b) { @@ -355558,14 +355474,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 239 + $signature: 250 }; 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: 239 + $signature: 250 }; A._setLoadedDocuments__closure.prototype = { call$1(item) { @@ -355586,7 +355502,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 239 + $signature: 250 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3(documentMap, documentList, documentListState) { @@ -356095,7 +356011,7 @@ call$1(expense) { return expense.get$id(expense); }, - $signature: 40 + $signature: 39 }; A.handleExpenseAction_closure0.prototype = { call$1(b) { @@ -356122,7 +356038,7 @@ t1 = false; return t1; }, - $signature: 158 + $signature: 159 }; A.handleExpenseAction_closure3.prototype = { call$1(expense) { @@ -356216,7 +356132,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -356239,14 +356155,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._archiveExpense__closure1.prototype = { call$1(error) { @@ -356277,14 +356193,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._deleteExpense__closure1.prototype = { call$1(error) { @@ -356315,14 +356231,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._restoreExpense__closure1.prototype = { call$1(error) { @@ -356352,7 +356268,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); t1.completer.complete$1(0, expense); }, - $signature: 133 + $signature: 142 }; A._saveExpense__closure0.prototype = { call$1(error) { @@ -356381,7 +356297,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 133 + $signature: 142 }; A._loadExpense__closure0.prototype = { call$1(error) { @@ -356414,7 +356330,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadRecurringExpenses()); }, - $signature: 541 + $signature: 548 }; A._loadExpenses__closure0.prototype = { call$1(error) { @@ -356452,7 +356368,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 133 + $signature: 142 }; A._saveDocument__closure20.prototype = { call$1(error) { @@ -356542,7 +356458,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.selectedIdReducer_closure79.prototype = { call$2(completer, action) { @@ -356560,7 +356476,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expense ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure82.prototype = { call$2(selectedId, action) { @@ -356578,7 +356494,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure85.prototype = { call$2(selectedId, action) { @@ -356867,7 +356783,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 387 + $signature: 386 }; A._deleteExpenseSuccess_closure.prototype = { call$1(b) { @@ -356889,7 +356805,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 387 + $signature: 386 }; A._restoreExpenseSuccess_closure.prototype = { call$1(b) { @@ -356911,7 +356827,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 387 + $signature: 386 }; A._addExpense_closure.prototype = { call$1(b) { @@ -356924,7 +356840,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 323 + $signature: 298 }; A._updateExpense_closure.prototype = { call$1(b) { @@ -356933,7 +356849,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 323 + $signature: 298 }; A._setLoadedExpense_closure.prototype = { call$1(b) { @@ -356942,7 +356858,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 323 + $signature: 298 }; A.memoizedExpensePurchaseOrderSelector_closure.prototype = { call$2(expense, purchaseOrderMap) { @@ -357014,7 +356930,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: 544 + $signature: 555 }; A.filteredExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -357109,7 +357025,7 @@ call$2(vendorId, expenseMap) { return A.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.expenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -357119,13 +357035,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedExpenseStatsForClient_closure.prototype = { call$2(clientId, expenseMap) { return A.expenseStatsForClient(clientId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.expenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -357135,7 +357051,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedClientExpenseList_closure.prototype = { call$2(expenseMap, clientId) { @@ -357177,7 +357093,7 @@ call$2(projectId, expenseMap) { return A.expenseStatsForProject(projectId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.expenseStatsForProject_closure.prototype = { call$2(expenseId, expense) { @@ -357187,13 +357103,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.expenseStatsForUser(userId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.expenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -357203,7 +357119,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.ExpenseState.prototype = { $get$1(_, expenseId) { @@ -357231,7 +357147,7 @@ call$1(item) { return item; }, - $signature: 548 + $signature: 558 }; A.ExpenseState_loadExpenses_closure.prototype = { call$1(b) { @@ -357246,7 +357162,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 323 + $signature: 298 }; A.ExpenseUIState.prototype = { get$isCreatingNew() { @@ -357749,7 +357665,7 @@ call$1(expenseCategory) { return expenseCategory.get$id(expenseCategory); }, - $signature: 40 + $signature: 39 }; A.handleExpenseCategoryAction_closure0.prototype = { call$1(b) { @@ -357817,7 +357733,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveExpenseCategory_closure.prototype = { call$3(store, dynamicAction, next) { @@ -357840,14 +357756,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 387 }; 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: 389 + $signature: 388 }; A._archiveExpenseCategory__closure1.prototype = { call$1(error) { @@ -357878,14 +357794,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 387 }; 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: 389 + $signature: 388 }; A._deleteExpenseCategory__closure1.prototype = { call$1(error) { @@ -357916,14 +357832,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].expenseCategoryState.map._map$_map.$index(0, id); }, - $signature: 388 + $signature: 387 }; 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: 389 + $signature: 388 }; A._restoreExpenseCategory__closure1.prototype = { call$1(error) { @@ -357953,7 +357869,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveExpenseCategorySuccess(expenseCategory)); t1.completer.complete$1(0, expenseCategory); }, - $signature: 321 + $signature: 299 }; A._saveExpenseCategory__closure0.prototype = { call$1(error) { @@ -357981,7 +357897,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 321 + $signature: 299 }; A._loadExpenseCategory__closure0.prototype = { call$1(error) { @@ -358109,25 +358025,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_expenseCategory ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure259.prototype = { call$2(selectedId, action) { return action.get$expenseCategoryId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure260.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$expenseCategory()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure261.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure262.prototype = { call$2(selectedId, action) { @@ -358188,7 +358104,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure87.prototype = { call$2(expenseCategories, action) { @@ -358219,7 +358135,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 316 + $signature: 300 }; A._filterExpenseCategoriesByCustom1_closure.prototype = { call$1(b) { @@ -358355,7 +358271,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 390 }; A._deleteExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -358377,7 +358293,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 390 }; A._restoreExpenseCategorySuccess_closure.prototype = { call$1(b) { @@ -358399,7 +358315,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 391 + $signature: 390 }; A._addExpenseCategory_closure.prototype = { call$1(b) { @@ -358412,7 +358328,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 304 + $signature: 301 }; A._updateExpenseCategory_closure.prototype = { call$1(b) { @@ -358421,7 +358337,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 301 }; A._setLoadedExpenseCategory_closure.prototype = { call$1(b) { @@ -358430,7 +358346,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 304 + $signature: 301 }; A.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { @@ -358477,13 +358393,13 @@ t1.total = t1.total + expense.get$grossAmount(); } }, - $signature: 110 + $signature: 107 }; A.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2(companyGatewayId, expenseMap) { return A.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.expenseStatsForExpenseCategory_closure.prototype = { call$2(expenseId, expense) { @@ -358493,7 +358409,7 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.ExpenseCategoryState.prototype = { $get$1(_, categoryId) { @@ -358535,7 +358451,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 304 + $signature: 301 }; A.ExpenseCategoryUIState.prototype = { get$isCreatingNew() { @@ -359007,7 +358923,7 @@ call$1(group) { return group.get$id(group); }, - $signature: 40 + $signature: 39 }; A.handleGroupAction_closure0.prototype = { call$1(b) { @@ -359016,7 +358932,7 @@ b.get$_client_model$_$this()._groupId = t1; return b; }, - $signature: 47 + $signature: 48 }; A.StartGroupMultiselect.prototype = {}; A.AddToGroupMultiselect.prototype = {}; @@ -359090,7 +359006,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveGroup_closure.prototype = { call$3(store, dynamicAction, next) { @@ -359113,14 +359029,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 392 + $signature: 391 }; 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: 393 + $signature: 392 }; A._archiveGroup__closure1.prototype = { call$1(error) { @@ -359151,14 +359067,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 392 + $signature: 391 }; 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: 393 + $signature: 392 }; A._deleteGroup__closure1.prototype = { call$1(error) { @@ -359189,14 +359105,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].groupState.map._map$_map.$index(0, id); }, - $signature: 392 + $signature: 391 }; 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: 393 + $signature: 392 }; A._restoreGroup__closure1.prototype = { call$1(error) { @@ -359402,7 +359318,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_group ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure110.prototype = { call$2(selectedId, action) { @@ -359420,7 +359336,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure113.prototype = { call$2(selectedId, action) { @@ -359463,7 +359379,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure33.prototype = { call$2(groups, action) { @@ -359494,7 +359410,7 @@ b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 394 + $signature: 393 }; A._viewGroupList_closure.prototype = { call$1(b) { @@ -359603,7 +359519,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 394 }; A._deleteGroupSuccess_closure.prototype = { call$1(b) { @@ -359625,7 +359541,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 394 }; A._restoreGroupSuccess_closure.prototype = { call$1(b) { @@ -359647,7 +359563,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 395 + $signature: 394 }; A._addGroup_closure.prototype = { call$1(b) { @@ -359660,7 +359576,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 183 + $signature: 194 }; A._updateGroup_closure.prototype = { call$1(b) { @@ -359669,7 +359585,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 183 + $signature: 194 }; A._setLoadedGroup_closure.prototype = { call$1(b) { @@ -359678,14 +359594,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 183 + $signature: 194 }; A._setLoadedGroups_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new A._setLoadedGroups__closure(), new A._setLoadedGroups__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 183 + $signature: 194 }; A._setLoadedGroups__closure.prototype = { call$1(item) { @@ -359697,7 +359613,7 @@ call$1(item) { return item; }, - $signature: 590 + $signature: 589 }; A._setLoadedGroups_closure0.prototype = { call$1(b) { @@ -359706,14 +359622,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 183 + $signature: 194 }; A._setLoadedCompany_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new A._setLoadedCompany__closure(), new A._setLoadedCompany__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 183 + $signature: 194 }; A._setLoadedCompany__closure.prototype = { call$1(item) { @@ -359725,7 +359641,7 @@ call$1(item) { return item; }, - $signature: 590 + $signature: 589 }; A._setLoadedCompany_closure0.prototype = { call$1(b) { @@ -359734,7 +359650,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 183 + $signature: 194 }; A.memoizedFilteredGroupList_closure.prototype = { call$4(selectionState, groupMap, groupList, groupListState) { @@ -359799,7 +359715,7 @@ else if (client.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 230 + $signature: 258 }; A.GroupState.prototype = { $get$1(_, groupId) { @@ -360382,7 +360298,7 @@ call$1(invoice) { return invoice.get$id(invoice); }, - $signature: 40 + $signature: 39 }; A.handleInvoiceAction_closure0.prototype = { call$1(b) { @@ -360420,7 +360336,7 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(invoice).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 132 + $signature: 145 }; A.handleInvoiceAction_closure3.prototype = { call$0() { @@ -360493,14 +360409,14 @@ t1.addAll$1(0, A.List_List$of(new A.MappedIterable(t2, new A.handleInvoiceAction__closure0(), t3), true, t3._eval$1("Iterable.E"))); return b; }, - $signature: 45 + $signature: 46 }; A.handleInvoiceAction__closure.prototype = { call$1(invoice) { type$.legacy_InvoiceEntity._as(invoice); return !(invoice.entityType === B.EntityType_invoice && invoice.statusId === "4"); }, - $signature: 158 + $signature: 159 }; A.handleInvoiceAction__closure0.prototype = { call$1(invoice) { @@ -360510,13 +360426,13 @@ t2 = invoice.statusId !== "1" ? invoice.balance : invoice.amount; return A.PaymentableEntity_PaymentableEntity(t2, null, t1); }, - $signature: 524 + $signature: 530 }; A.handleInvoiceAction_closure10.prototype = { call$1(_) { return this.response.bodyBytes; }, - $signature: 249 + $signature: 263 }; A._viewInvoiceList_closure0.prototype = { call$3(store, dynamicAction, next) { @@ -360540,7 +360456,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._viewInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -360709,7 +360625,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._archiveInvoice__closure0.prototype = { call$1(invoices) { @@ -360747,7 +360663,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._deleteInvoice__closure0.prototype = { call$1(invoices) { @@ -360787,7 +360703,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].invoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._restoreInvoice__closure0.prototype = { call$1(invoices) { @@ -360969,7 +360885,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._saveInvoice__closure0.prototype = { call$1(invoice) { @@ -361054,7 +360970,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.LoadRecurringInvoices()); }, - $signature: 237 + $signature: 234 }; A._loadInvoices__closure0.prototype = { call$1(error) { @@ -361185,7 +361101,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.historyActivityIdReducer_closure3.prototype = { call$2(index, action) { @@ -361221,7 +361137,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_invoice ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure338.prototype = { call$2(selectedId, action) { @@ -361251,7 +361167,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure343.prototype = { call$2(selectedId, action) { @@ -361324,7 +361240,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure114.prototype = { call$2(invoice, action) { @@ -361362,7 +361278,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure49()); }, - $signature: 616 + $signature: 604 }; A.editingReducer__closure49.prototype = { call$1(b) { @@ -361375,7 +361291,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure48()); }, - $signature: 624 + $signature: 616 }; A.editingReducer__closure48.prototype = { call$1(b) { @@ -361414,7 +361330,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.editingReducer_closure120.prototype = { call$2(invoices, action) { @@ -361702,7 +361618,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._markInvoicesPaidSuccess_closure.prototype = { call$1(b) { @@ -361724,7 +361640,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._cancelInvoicesSuccess_closure.prototype = { call$1(b) { @@ -361746,7 +361662,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._archiveInvoiceSuccess_closure.prototype = { call$1(b) { @@ -361768,7 +361684,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._deleteInvoiceSuccess_closure.prototype = { call$1(b) { @@ -361790,7 +361706,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._emailInvoiceSuccess_closure.prototype = { call$1(b) { @@ -361799,7 +361715,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 285 + $signature: 302 }; A._restoreInvoiceSuccess_closure.prototype = { call$1(b) { @@ -361821,7 +361737,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 215 + $signature: 220 }; A._addInvoice_closure.prototype = { call$1(b) { @@ -361834,7 +361750,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 285 + $signature: 302 }; A._addInvoice__closure.prototype = { call$1(b) { @@ -361849,7 +361765,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new A._updateInvoice__closure())); return b; }, - $signature: 285 + $signature: 302 }; A._updateInvoice__closure.prototype = { call$1(b) { @@ -361876,13 +361792,13 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 351 + $signature: 290 }; A.invoiceContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 143 + $signature: 146 }; A.memoizedDropdownInvoiceList_closure.prototype = { call$8(invoiceMap, clientMap, vendorMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { @@ -361931,7 +361847,7 @@ call$2(paymentId, payment) { B.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 212 + $signature: 225 }; A.filteredInvoicesSelector__closure0.prototype = { call$1(invoicePaymentable) { @@ -361943,7 +361859,7 @@ paymentIds.push(this.payment.id); t1.$indexSet(0, t2, paymentIds); }, - $signature: 233 + $signature: 243 }; A.filteredInvoicesSelector_closure0.prototype = { call$1(invoiceId) { @@ -362040,7 +361956,7 @@ call$2(clientId, invoiceMap) { return A.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -362056,7 +361972,7 @@ call$2(designId, invoiceMap) { return A.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -362072,7 +361988,7 @@ call$2(subscriptionId, invoiceMap) { return A.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -362088,7 +362004,7 @@ call$2(projectId, invoiceMap) { return A.invoiceStatsForProject(projectId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForProject_closure.prototype = { call$2(invoiceId, invoice) { @@ -362104,7 +362020,7 @@ call$2(userId, invoiceMap) { return A.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.invoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -362142,7 +362058,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A.InvoiceState_loadInvoices_closure.prototype = { call$1(b) { @@ -362157,7 +362073,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 285 + $signature: 302 }; A.InvoiceUIState.prototype = { get$isCreatingNew() { @@ -362684,7 +362600,7 @@ call$1(payment) { return payment.get$id(payment); }, - $signature: 40 + $signature: 39 }; A.handlePaymentAction_closure0.prototype = { call$1(duration) { @@ -362697,7 +362613,7 @@ b.get$_payment_model$_$this()._isApplying = true; return b; }, - $signature: 45 + $signature: 46 }; A.handlePaymentAction_closure1.prototype = { call$1(duration) { @@ -362719,7 +362635,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t3); return b; }, - $signature: 45 + $signature: 46 }; A.handlePaymentAction__closure0.prototype = { call$1(b) { @@ -362727,7 +362643,7 @@ b.get$_payment_model$_$this()._sendEmail = t1; return b; }, - $signature: 45 + $signature: 46 }; A._editPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -362753,7 +362669,7 @@ call$1(context) { return new A.PaymentEditScreen(null); }, - $signature: 657 + $signature: 535 }; A._viewRefundPayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -362777,7 +362693,7 @@ call$1(context) { return new A.PaymentRefundScreen(null); }, - $signature: 658 + $signature: 536 }; A._viewPayment_closure.prototype = { call$3(store, action, next) { @@ -362829,7 +362745,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archivePayment_closure.prototype = { call$3(store, dynamicAction, next) { @@ -362852,14 +362768,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 218 + $signature: 205 }; 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: 327 + $signature: 303 }; A._archivePayment__closure1.prototype = { call$1(error) { @@ -362890,7 +362806,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 218 + $signature: 205 }; A._deletePayment__closure0.prototype = { call$1(payments) { @@ -362899,7 +362815,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 303 }; A._deletePayment__closure1.prototype = { call$1(error) { @@ -362930,7 +362846,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentState.map._map$_map.$index(0, id); }, - $signature: 218 + $signature: 205 }; A._restorePayment__closure0.prototype = { call$1(payments) { @@ -362939,7 +362855,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 303 }; A._restorePayment__closure1.prototype = { call$1(error) { @@ -362973,7 +362889,7 @@ t2.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 152 + $signature: 148 }; A._savePayment__closure0.prototype = { call$1(error) { @@ -363001,7 +362917,7 @@ t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 152 + $signature: 148 }; A._refundPayment__closure0.prototype = { call$1(error) { @@ -363026,7 +362942,7 @@ this.store.get$_dispatchers()[0].call$1(new A.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 327 + $signature: 303 }; A._emailPayment__closure0.prototype = { call$1(error) { @@ -363052,7 +362968,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 152 + $signature: 148 }; A._loadPayment__closure0.prototype = { call$1(error) { @@ -363181,7 +363097,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.selectedIdReducer_closure18.prototype = { call$2(completer, action) { @@ -363199,7 +363115,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_payment ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure21.prototype = { call$2(selectedId, action) { @@ -363217,7 +363133,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure24.prototype = { call$2(selectedId, action) { @@ -363284,7 +363200,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure10.prototype = { call$2(payments, action) { @@ -363315,7 +363231,7 @@ b.get$_payment_model$_$this()._payment_model$_isChanged = true; return b; }, - $signature: 45 + $signature: 46 }; A._viewPaymentList_closure.prototype = { call$1(b) { @@ -363500,7 +363416,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 397 + $signature: 396 }; A._deletePaymentSuccess_closure.prototype = { call$1(b) { @@ -363522,7 +363438,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 397 + $signature: 396 }; A._restorePaymentSuccess_closure.prototype = { call$1(b) { @@ -363544,7 +363460,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 397 + $signature: 396 }; A._addPayment_closure.prototype = { call$1(b) { @@ -363557,7 +363473,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 313 + $signature: 275 }; A._updatePayment_closure.prototype = { call$1(b) { @@ -363566,7 +363482,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 313 + $signature: 275 }; A._setLoadedPayment_closure.prototype = { call$1(b) { @@ -363575,57 +363491,57 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 313 + $signature: 275 }; A.memoizedPaymentsByInvoice_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByInvoiceSelector(invoiceId, paymentMap, paymentList); }, - $signature: 655 + $signature: 647 }; A.paymentsByInvoiceSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 218 + $signature: 205 }; 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: 366 + $signature: 368 }; A.paymentsByInvoiceSelector__closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 199 }; A.memoizedPaymentsByCredit_closure.prototype = { call$3(invoiceId, paymentMap, paymentList) { return A.paymentsByCreditSelector(invoiceId, paymentMap, paymentList); }, - $signature: 655 + $signature: 647 }; A.paymentsByCreditSelector_closure.prototype = { call$1(paymentId) { return this.paymentMap._map$_map.$index(0, paymentId); }, - $signature: 218 + $signature: 205 }; 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: 366 + $signature: 368 }; A.paymentsByCreditSelector__closure.prototype = { call$1(p) { return p.creditId; }, - $signature: 195 + $signature: 199 }; A.memoizedFilteredPaymentList_closure.prototype = { call$8(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentTypeMap, paymentListState) { @@ -363674,7 +363590,7 @@ call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 199 }; A.filteredPaymentsSelector_closure0.prototype = { call$2(paymentAId, paymentBId) { @@ -363699,7 +363615,7 @@ else if (payment.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 212 + $signature: 225 }; A.PaymentState.prototype = { loadPayments$1(clients) { @@ -363734,7 +363650,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 313 + $signature: 275 }; A.PaymentUIState.prototype = { get$isCreatingNew() { @@ -364215,7 +364131,7 @@ call$1(paymentTerm) { return paymentTerm.get$id(paymentTerm); }, - $signature: 40 + $signature: 39 }; A.StartPaymentTermMultiselect.prototype = {}; A.AddToPaymentTermMultiselect.prototype = {}; @@ -364283,7 +364199,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archivePaymentTerm_closure.prototype = { call$3(store, dynamicAction, next) { @@ -364306,14 +364222,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 398 + $signature: 397 }; 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: 399 + $signature: 398 }; A._archivePaymentTerm__closure1.prototype = { call$1(error) { @@ -364344,14 +364260,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 398 + $signature: 397 }; 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: 399 + $signature: 398 }; A._deletePaymentTerm__closure1.prototype = { call$1(error) { @@ -364382,14 +364298,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].paymentTermState.map._map$_map.$index(0, id); }, - $signature: 398 + $signature: 397 }; 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: 399 + $signature: 398 }; A._restorePaymentTerm__closure1.prototype = { call$1(error) { @@ -364419,7 +364335,7 @@ t2.get$_dispatchers()[0].call$1(new A.SavePaymentTermSuccess(paymentTerm)); t1.completer.complete$1(0, paymentTerm); }, - $signature: 290 + $signature: 306 }; A._savePaymentTerm__closure0.prototype = { call$1(error) { @@ -364447,7 +364363,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 290 + $signature: 306 }; A._loadPaymentTerm__closure0.prototype = { call$1(error) { @@ -364575,25 +364491,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_paymentTerm ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure196.prototype = { call$2(selectedId, action) { return action.get$paymentTermId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure197.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$paymentTerm()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure198.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure199.prototype = { call$2(selectedId, action) { @@ -364672,7 +364588,7 @@ b.get$_payment_term_model$_$this()._payment_term_model$_isChanged = true; return b; }, - $signature: 671 + $signature: 659 }; A._viewPaymentTermList_closure.prototype = { call$1(b) { @@ -364819,7 +364735,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 400 + $signature: 399 }; A._deletePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -364841,7 +364757,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 400 + $signature: 399 }; A._restorePaymentTermSuccess_closure.prototype = { call$1(b) { @@ -364863,7 +364779,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 400 + $signature: 399 }; A._addPaymentTerm_closure.prototype = { call$1(b) { @@ -364876,7 +364792,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 223 + $signature: 219 }; A._updatePaymentTerm_closure.prototype = { call$1(b) { @@ -364885,7 +364801,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 219 }; A._setLoadedPaymentTerm_closure.prototype = { call$1(b) { @@ -364894,14 +364810,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 223 + $signature: 219 }; 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: 223 + $signature: 219 }; A._setLoadedCompany__closure7.prototype = { call$1(item) { @@ -364913,7 +364829,7 @@ call$1(item) { return item; }, - $signature: 678 + $signature: 666 }; A._setLoadedCompany_closure8.prototype = { call$1(b) { @@ -364922,7 +364838,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 223 + $signature: 219 }; A.memoizedDropdownPaymentTermList_closure.prototype = { call$2(paymentTermMap, paymentTermList) { @@ -364999,7 +364915,7 @@ call$1(item) { return item; }, - $signature: 678 + $signature: 666 }; A.PaymentTermState_loadPaymentTerms_closure.prototype = { call$1(b) { @@ -365014,7 +364930,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 223 + $signature: 219 }; A.PaymentTermUIState.prototype = { get$isCreatingNew() { @@ -365493,7 +365409,7 @@ call$1(product) { return product.get$id(product); }, - $signature: 40 + $signature: 39 }; A.handleProductAction_closure0.prototype = { call$1(b) { @@ -365513,7 +365429,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 683 + $signature: 673 }; A.handleProductAction_closure1.prototype = { call$1(b) { @@ -365533,7 +365449,7 @@ t3 = t3.productState.map._map$_map.$index(0, productId); return A.convertProductToInvoiceItem(null, t2, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 683 + $signature: 673 }; A.StartProductMultiselect.prototype = {}; A.AddToProductMultiselect.prototype = {}; @@ -365608,7 +365524,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveProduct_closure.prototype = { call$3(store, dynamicAction, next) { @@ -365631,14 +365547,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 243 + $signature: 267 }; A._archiveProduct__closure0.prototype = { call$1(products) { this.store.get$_dispatchers()[0].call$1(new A.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 401 }; A._archiveProduct__closure1.prototype = { call$1(error) { @@ -365669,14 +365585,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 243 + $signature: 267 }; A._deleteProduct__closure0.prototype = { call$1(products) { this.store.get$_dispatchers()[0].call$1(new A.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 401 }; A._deleteProduct__closure1.prototype = { call$1(error) { @@ -365707,14 +365623,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].productState.map._map$_map.$index(0, id); }, - $signature: 243 + $signature: 267 }; A._restoreProduct__closure0.prototype = { call$1(products) { this.store.get$_dispatchers()[0].call$1(new A.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 402 + $signature: 401 }; A._restoreProduct__closure1.prototype = { call$1(error) { @@ -365752,7 +365668,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); t1.completer.complete$1(0, product); }, - $signature: 224 + $signature: 213 }; A._saveProduct__closure0.prototype = { call$1(error) { @@ -365781,7 +365697,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 224 + $signature: 213 }; A._loadProduct__closure0.prototype = { call$1(error) { @@ -365859,7 +365775,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 224 + $signature: 213 }; A._saveDocument__closure26.prototype = { call$1(error) { @@ -365949,7 +365865,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.editingReducer_closure139.prototype = { call$2(product, action) { @@ -365962,7 +365878,7 @@ b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 167 + $signature: 165 }; A.editingReducer_closure140.prototype = { call$2(products, action) { @@ -365998,7 +365914,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_product ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure374.prototype = { call$2(selectedId, action) { @@ -366016,7 +365932,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure377.prototype = { call$2(selectedId, action) { @@ -366249,7 +366165,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 402 }; A._deleteProductSuccess_closure.prototype = { call$1(b) { @@ -366271,7 +366187,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 402 }; A._restoreProductSuccess_closure.prototype = { call$1(b) { @@ -366293,7 +366209,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 403 + $signature: 402 }; A._addProduct_closure.prototype = { call$1(b) { @@ -366306,7 +366222,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 280 + $signature: 307 }; A._updateProduct_closure.prototype = { call$1(b) { @@ -366315,7 +366231,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 280 + $signature: 307 }; A._setLoadedProduct_closure.prototype = { call$1(b) { @@ -366324,7 +366240,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 280 + $signature: 307 }; A.convertProductToInvoiceItem_closure.prototype = { call$1(b) { @@ -366490,7 +366406,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 280 + $signature: 307 }; A.ProductUIState.prototype = { get$isCreatingNew() { @@ -366985,7 +366901,7 @@ call$1(project) { return project.get$id(project); }, - $signature: 40 + $signature: 39 }; A.handleProjectAction_closure0.prototype = { call$1(b) { @@ -367008,13 +366924,13 @@ t1.lastClientId = clientId; } }, - $signature: 132 + $signature: 145 }; A.handleProjectAction_closure2.prototype = { call$1(project) { B.JSArray_methods.addAll$1(this.items, A.convertProjectToInvoiceItem(this.context, project)); }, - $signature: 132 + $signature: 145 }; A.handleProjectAction_closure3.prototype = { call$1(b) { @@ -367104,7 +367020,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveProject_closure.prototype = { call$3(store, dynamicAction, next) { @@ -367127,14 +367043,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 284 }; 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: 405 + $signature: 403 }; A._archiveProject__closure1.prototype = { call$1(error) { @@ -367165,14 +367081,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 284 }; 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: 405 + $signature: 403 }; A._deleteProject__closure1.prototype = { call$1(error) { @@ -367203,14 +367119,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].projectState.map._map$_map.$index(0, id); }, - $signature: 277 + $signature: 284 }; 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: 405 + $signature: 403 }; A._restoreProject__closure1.prototype = { call$1(error) { @@ -367243,7 +367159,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 231 + $signature: 268 }; A._saveProject__closure0.prototype = { call$1(error) { @@ -367272,7 +367188,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 231 + $signature: 268 }; A._loadProject__closure0.prototype = { call$1(error) { @@ -367343,7 +367259,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 231 + $signature: 268 }; A._saveDocument__closure14.prototype = { call$1(error) { @@ -367437,19 +367353,19 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.saveCompleterReducer_closure.prototype = { call$2(completer, action) { return action.completer; }, - $signature: 705 + $signature: 701 }; A.cancelCompleterReducer_closure.prototype = { call$2(completer, action) { return action.cancelCompleter; }, - $signature: 705 + $signature: 701 }; A.selectedIdReducer_closure34.prototype = { call$2(completer, action) { @@ -367467,7 +367383,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_project ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure37.prototype = { call$2(selectedId, action) { @@ -367485,7 +367401,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure40.prototype = { call$2(selectedId, action) { @@ -367546,7 +367462,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure14.prototype = { call$2(projects, action) { @@ -367577,7 +367493,7 @@ b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 166 + $signature: 164 }; A._viewProjectList_closure.prototype = { call$1(b) { @@ -367762,7 +367678,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 404 }; A._deleteProjectSuccess_closure.prototype = { call$1(b) { @@ -367784,7 +367700,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 404 }; A._restoreProjectSuccess_closure.prototype = { call$1(b) { @@ -367806,7 +367722,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 406 + $signature: 404 }; A._addProject_closure.prototype = { call$1(b) { @@ -367819,7 +367735,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 318 + $signature: 308 }; A._updateProject_closure.prototype = { call$1(b) { @@ -367828,7 +367744,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 318 + $signature: 308 }; A._setLoadedProject_closure.prototype = { call$1(b) { @@ -367837,7 +367753,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 318 + $signature: 308 }; A.convertProjectToInvoiceItem_closure.prototype = { call$2(index, task) { @@ -367853,14 +367769,14 @@ if (t1) this.tasks.push(task); }, - $signature: 137 + $signature: 139 }; 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: 110 + $signature: 107 }; A.convertProjectToInvoiceItem_closure1.prototype = { call$2(taskA, taskB) { @@ -367874,27 +367790,27 @@ return -1; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 378 + $signature: 380 }; A.convertProjectToInvoiceItem_closure2.prototype = { call$2(expenseA, expenseB) { return J.compareTo$1$ns(expenseA.date, expenseB.date); }, - $signature: 774 + $signature: 511 }; A.convertProjectToInvoiceItem_closure3.prototype = { call$1(b) { var t1 = this._box_0.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 708 + $signature: 706 }; A.convertProjectToInvoiceItem_closure4.prototype = { call$1(b) { var t1 = this._box_1.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 708 + $signature: 706 }; A.memoizedDropdownProjectList_closure.prototype = { call$5(projectMap, projectList, clientMap, userMap, clientId) { @@ -368018,13 +367934,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 137 + $signature: 139 }; A.memoizedProjectStatsForClient_closure.prototype = { call$2(clientId, projectMap) { return A.projectStatsForClient(clientId, projectMap); }, - $signature: 710 + $signature: 707 }; A.projectStatsForClient_closure.prototype = { call$2(projectId, project) { @@ -368040,7 +367956,7 @@ call$2(userId, projectMap) { return A.projectStatsForClient(userId, projectMap); }, - $signature: 710 + $signature: 707 }; A.ProjectState.prototype = { $get$1(_, projectId) { @@ -368082,7 +367998,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 318 + $signature: 308 }; A.ProjectUIState.prototype = { get$isCreatingNew() { @@ -368629,7 +368545,7 @@ call$1(purchaseOrder) { return purchaseOrder.get$id(purchaseOrder); }, - $signature: 40 + $signature: 39 }; A.handlePurchaseOrderAction_closure0.prototype = { call$1(purchaseOrder) { @@ -368639,7 +368555,7 @@ if (!t2._list[t1].vendorState.$get$1(0, type$.legacy_InvoiceEntity._as(purchaseOrder).vendorId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 132 + $signature: 145 }; A.handlePurchaseOrderAction_closure1.prototype = { call$0() { @@ -368761,7 +368677,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._editPurchaseOrder_closure.prototype = { call$3(store, dynamicAction, next) { @@ -368867,7 +368783,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._archivePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -368905,7 +368821,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._deletePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -368943,7 +368859,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].purchaseOrderState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._restorePurchaseOrder__closure0.prototype = { call$1(purchaseOrders) { @@ -369024,7 +368940,9 @@ }; A._convertPurchaseOrdersToExpense__closure.prototype = { call$1(purchaseOrders) { - this.store.get$_dispatchers()[0].call$1(new A.ConvertPurchaseOrdersToExpensesSuccess(purchaseOrders)); + var t1 = this.store; + t1.get$_dispatchers()[0].call$1(new A.ConvertPurchaseOrdersToExpensesSuccess(purchaseOrders)); + t1.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, $signature: 32 @@ -369171,7 +369089,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._savePurchaseOrder__closure0.prototype = { call$1(purchaseOrder) { @@ -369306,7 +369224,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.LoadExpenses()); }, - $signature: 237 + $signature: 234 }; A._loadPurchaseOrders__closure0.prototype = { call$1(error) { @@ -369437,13 +369355,13 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.historyActivityIdReducer_closure2.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 712 + $signature: 708 }; A.editingItemReducer_closure3.prototype = { call$2(index, action) { @@ -369474,7 +369392,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_purchaseOrder ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure319.prototype = { call$2(selectedId, action) { @@ -369498,13 +369416,13 @@ call$2(selectedId, action) { return action.purchaseOrder.id; }, - $signature: 712 + $signature: 708 }; A.selectedIdReducer_closure323.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure324.prototype = { call$2(selectedId, action) { @@ -369577,7 +369495,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure103.prototype = { call$2(purchaseOrder, action) { @@ -369596,7 +369514,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure43()); }, - $signature: 714 + $signature: 710 }; A.editingReducer__closure43.prototype = { call$1(b) { @@ -369615,7 +369533,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure42()); }, - $signature: 717 + $signature: 712 }; A.editingReducer__closure42.prototype = { call$1(b) { @@ -369628,7 +369546,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure41()); }, - $signature: 719 + $signature: 714 }; A.editingReducer__closure41.prototype = { call$1(b) { @@ -369667,7 +369585,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(null, contact.id); }, - $signature: 428 + $signature: 468 }; A.editingReducer_closure109.prototype = { call$2(purchaseOrders, action) { @@ -369946,14 +369864,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._markSentPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._convertPurchaseOrdersToExpenses_closure0.prototype = { call$1(item) { @@ -369965,14 +369883,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._convertPurchaseOrdersToExpenses_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._addPurchaseOrdersToInventorySuccess_closure0.prototype = { call$1(item) { @@ -369984,14 +369902,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._addPurchaseOrdersToInventorySuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._acceptPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -370003,14 +369921,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._acceptPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._cancelPurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -370022,14 +369940,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._cancelPurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._archivePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -370051,7 +369969,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 405 }; A._deletePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -370073,7 +369991,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 405 }; A._restorePurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -370095,7 +370013,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 407 + $signature: 405 }; A._emailPurchaseOrderSuccess_closure.prototype = { call$1(b) { @@ -370104,7 +370022,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 135 + $signature: 138 }; A._approvePurchaseOrderSuccess_closure0.prototype = { call$1(item) { @@ -370116,14 +370034,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._approvePurchaseOrderSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.purchaseOrderMap); return b; }, - $signature: 135 + $signature: 138 }; A._addPurchaseOrder_closure.prototype = { call$1(b) { @@ -370136,7 +370054,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 135 + $signature: 138 }; A._addPurchaseOrder__closure.prototype = { call$1(b) { @@ -370152,7 +370070,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updatePurchaseOrder__closure())); return b; }, - $signature: 135 + $signature: 138 }; A._updatePurchaseOrder__closure.prototype = { call$1(b) { @@ -370166,19 +370084,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 351 + $signature: 290 }; A.purchaseOrderContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 196 + $signature: 178 }; A.memoizedFilteredPurchaseOrderList_closure.prototype = { call$7(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap) { return A.filteredPurchaseOrdersSelector(selectionState, invoiceMap, invoiceList, clientMap, vendorMap, invoiceListState, userMap); }, - $signature: 372 + $signature: 377 }; A.filteredPurchaseOrdersSelector_closure.prototype = { call$1(invoiceId) { @@ -370261,7 +370179,7 @@ call$2(vendorId, purchaseOrderMap) { return A.purchaseOrderStatsForVendor(vendorId, purchaseOrderMap); }, - $signature: 88 + $signature: 83 }; A.purchaseOrderStatsForVendor_closure.prototype = { call$2(purchaseOrderId, purchaseOrder) { @@ -370299,7 +370217,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A.PurchaseOrderState_loadPurchaseOrders_closure.prototype = { call$1(b) { @@ -370314,7 +370232,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 135 + $signature: 138 }; A.PurchaseOrderUIState.prototype = { get$isCreatingNew() { @@ -370875,7 +370793,7 @@ call$1(quote) { return quote.get$id(quote); }, - $signature: 40 + $signature: 39 }; A.handleQuoteAction_closure0.prototype = { call$1(quote) { @@ -370885,7 +370803,7 @@ if (!t2._list[t1].clientState.$get$1(0, type$.legacy_InvoiceEntity._as(quote).clientId).get$hasEmailAddress()) this._box_0.emailValid = false; }, - $signature: 132 + $signature: 145 }; A.handleQuoteAction_closure1.prototype = { call$0() { @@ -370951,7 +370869,7 @@ call$1(_) { return this.response.bodyBytes; }, - $signature: 249 + $signature: 263 }; A.StartQuoteMultiselect.prototype = {}; A.AddToQuoteMultiselect.prototype = {}; @@ -371015,7 +370933,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._editQuote_closure.prototype = { call$3(store, dynamicAction, next) { @@ -371121,7 +371039,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._archiveQuote__closure0.prototype = { call$1(quotes) { @@ -371159,7 +371077,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._deleteQuote__closure0.prototype = { call$1(quotes) { @@ -371197,7 +371115,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].quoteState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._restoreQuote__closure0.prototype = { call$1(quotes) { @@ -371350,7 +371268,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._saveQuote__closure0.prototype = { call$1(quote) { @@ -371486,7 +371404,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.LoadCredits()); }, - $signature: 237 + $signature: 234 }; A._loadQuotes__closure0.prototype = { call$1(error) { @@ -371617,13 +371535,13 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.historyActivityIdReducer_closure.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 724 + $signature: 721 }; A.editingItemReducer_closure.prototype = { call$2(index, action) { @@ -371653,7 +371571,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_quote ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure2.prototype = { call$2(selectedId, action) { @@ -371677,13 +371595,13 @@ call$2(selectedId, action) { return action.quote.id; }, - $signature: 724 + $signature: 721 }; A.selectedIdReducer_closure6.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure7.prototype = { call$2(selectedId, action) { @@ -371756,7 +371674,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure.prototype = { call$2(quote, action) { @@ -371775,7 +371693,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure4()); }, - $signature: 725 + $signature: 722 }; A.editingReducer__closure4.prototype = { call$1(b) { @@ -371794,7 +371712,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure3()); }, - $signature: 726 + $signature: 723 }; A.editingReducer__closure3.prototype = { call$1(b) { @@ -371807,7 +371725,7 @@ call$2(invoice, action) { return invoice.rebuild$1(new A.editingReducer__closure2()); }, - $signature: 733 + $signature: 724 }; A.editingReducer__closure2.prototype = { call$1(b) { @@ -371846,7 +371764,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.editingReducer_closure5.prototype = { call$2(quotes, action) { @@ -372125,14 +372043,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._markSentQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 227 + $signature: 200 }; A._archiveQuoteSuccess_closure.prototype = { call$1(b) { @@ -372154,7 +372072,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 408 + $signature: 406 }; A._deleteQuoteSuccess_closure.prototype = { call$1(b) { @@ -372176,7 +372094,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 408 + $signature: 406 }; A._restoreQuoteSuccess_closure.prototype = { call$1(b) { @@ -372198,7 +372116,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 408 + $signature: 406 }; A._emailQuoteSuccess_closure.prototype = { call$1(b) { @@ -372207,7 +372125,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 227 + $signature: 200 }; A._convertQuoteSuccess_closure0.prototype = { call$1(item) { @@ -372219,14 +372137,14 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A._convertQuoteSuccess_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 227 + $signature: 200 }; A._addQuote_closure.prototype = { call$1(b) { @@ -372239,7 +372157,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 227 + $signature: 200 }; A._addQuote__closure.prototype = { call$1(b) { @@ -372255,7 +372173,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new A._updateQuote__closure())); return b; }, - $signature: 227 + $signature: 200 }; A._updateQuote__closure.prototype = { call$1(b) { @@ -372269,19 +372187,19 @@ call$1(invitation) { return invitation.clientContactId; }, - $signature: 351 + $signature: 290 }; A.quoteContactSelector_closure0.prototype = { call$1(contact) { return B.JSArray_methods.contains$1(this._box_0.contactIds, contact.id); }, - $signature: 143 + $signature: 146 }; A.memoizedFilteredQuoteList_closure.prototype = { call$7(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap) { return A.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, vendorMap, quoteListState, userMap); }, - $signature: 372 + $signature: 377 }; A.filteredQuotesSelector_closure.prototype = { call$1(quoteId) { @@ -372358,7 +372276,7 @@ call$2(clientId, quoteMap) { return A.quoteStatsForClient(clientId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForClient_closure.prototype = { call$2(quoteId, quote) { @@ -372374,7 +372292,7 @@ call$2(designId, quoteMap) { return A.quoteStatsForDesign(designId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForDesign_closure.prototype = { call$2(quoteId, quote) { @@ -372390,7 +372308,7 @@ call$2(userId, quoteMap) { return A.quoteStatsForUser(userId, quoteMap); }, - $signature: 88 + $signature: 83 }; A.quoteStatsForUser_closure.prototype = { call$2(quoteId, quote) { @@ -372428,7 +372346,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A.QuoteState_loadQuotes_closure.prototype = { call$1(b) { @@ -372443,7 +372361,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 227 + $signature: 200 }; A.QuoteUIState.prototype = { get$isCreatingNew() { @@ -372973,7 +372891,7 @@ call$1(recurringExpense) { return recurringExpense.get$id(recurringExpense); }, - $signature: 40 + $signature: 39 }; A.handleRecurringExpenseAction_closure0.prototype = { call$1(b) { @@ -373047,7 +372965,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveRecurringExpense_closure.prototype = { call$3(store, dynamicAction, next) { @@ -373070,14 +372988,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._archiveRecurringExpense__closure1.prototype = { call$1(error) { @@ -373108,14 +373026,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._deleteRecurringExpense__closure1.prototype = { call$1(error) { @@ -373146,14 +373064,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringExpenseState.map._map$_map.$index(0, id); }, - $signature: 205 + $signature: 212 }; 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: 173 + $signature: 160 }; A._restoreRecurringExpense__closure1.prototype = { call$1(error) { @@ -373183,7 +373101,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(recurringExpense)); t1.completer.complete$1(0, recurringExpense); }, - $signature: 133 + $signature: 142 }; A._saveRecurringExpense__closure0.prototype = { call$1(error) { @@ -373214,7 +373132,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 133 + $signature: 142 }; A._loadRecurringExpense__closure0.prototype = { call$1(error) { @@ -373247,7 +373165,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.PersistData()); }, - $signature: 541 + $signature: 548 }; A._loadRecurringExpenses__closure0.prototype = { call$1(error) { @@ -373272,7 +373190,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StartRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 160 }; A._startRecurringExpense__closure0.prototype = { call$1(error) { @@ -373297,7 +373215,7 @@ this.store.get$_dispatchers()[0].call$1(new A.StopRecurringExpensesSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 173 + $signature: 160 }; A._stopRecurringExpense__closure0.prototype = { call$1(error) { @@ -373335,7 +373253,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveRecurringExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 133 + $signature: 142 }; A._saveDocument__closure6.prototype = { call$1(error) { @@ -373425,7 +373343,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.selectedIdReducer_closure301.prototype = { call$2(completer, action) { @@ -373443,25 +373361,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringExpense ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure304.prototype = { call$2(selectedId, action) { return action.get$recurringExpenseId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure305.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$recurringExpense()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure306.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure307.prototype = { call$2(selectedId, action) { @@ -373522,7 +373440,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure99.prototype = { call$2(recurringExpenses, action) { @@ -373700,7 +373618,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 242 + $signature: 264 }; A._deleteRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -373722,7 +373640,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 242 + $signature: 264 }; A._restoreRecurringExpenseSuccess_closure.prototype = { call$1(b) { @@ -373744,7 +373662,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 242 + $signature: 264 }; A._addRecurringExpense_closure.prototype = { call$1(b) { @@ -373757,7 +373675,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 324 + $signature: 309 }; A._addRecurringExpense__closure.prototype = { call$1(b) { @@ -373774,7 +373692,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._updateRecurringExpense__closure())); return b; }, - $signature: 324 + $signature: 309 }; A._updateRecurringExpense__closure.prototype = { call$1(b) { @@ -373804,7 +373722,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 242 + $signature: 264 }; A._stopRecurringExpensesSuccess_closure.prototype = { call$1(b) { @@ -373826,7 +373744,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 242 + $signature: 264 }; A._setLoadedRecurringExpense_closure.prototype = { call$1(b) { @@ -373835,7 +373753,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new A._setLoadedRecurringExpense__closure())); return b; }, - $signature: 324 + $signature: 309 }; A._setLoadedRecurringExpense__closure.prototype = { call$1(b) { @@ -373849,7 +373767,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: 544 + $signature: 555 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1(expenseId) { @@ -373942,7 +373860,7 @@ call$2(clientId, expenseMap) { return A.recurringExpenseStatsForClient(clientId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.recurringExpenseStatsForClient_closure.prototype = { call$2(expenseId, expense) { @@ -373952,13 +373870,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { call$2(vendorId, expenseMap) { return A.recurringExpenseStatsForVendor(vendorId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.recurringExpenseStatsForVendor_closure.prototype = { call$2(expenseId, expense) { @@ -373968,13 +373886,13 @@ else if (expense.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedRecurringExpenseStatsForUser_closure.prototype = { call$2(userId, expenseMap) { return A.recurringExpenseStatsForUser(userId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.recurringExpenseStatsForUser_closure.prototype = { call$2(expenseId, expense) { @@ -373984,13 +373902,13 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expenseMap) { return A.recurringExpenseStatsForExpense(expenseId, expenseMap); }, - $signature: 154 + $signature: 156 }; A.recurringExpenseStatsForExpense_closure.prototype = { call$2(expenseId, expense) { @@ -374000,7 +373918,7 @@ else if (expense.isDeleted) ++this._box_0.countArchived; }, - $signature: 110 + $signature: 107 }; A.RecurringExpenseState.prototype = { $get$1(_, recurringExpenseId) { @@ -374028,7 +373946,7 @@ call$1(item) { return item; }, - $signature: 548 + $signature: 558 }; A.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1(b) { @@ -374043,7 +373961,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 324 + $signature: 309 }; A.RecurringExpenseUIState.prototype = { get$isCreatingNew() { @@ -374574,7 +374492,7 @@ call$1(recurringInvoice) { return recurringInvoice.get$id(recurringInvoice); }, - $signature: 40 + $signature: 39 }; A.handleRecurringInvoiceAction_closure0.prototype = { call$1(b) { @@ -374670,7 +374588,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._showPdfRecurringInvoice_closure.prototype = { call$3(store, dynamicAction, next) { @@ -374796,7 +374714,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._archiveRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -374834,7 +374752,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._deleteRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -374872,7 +374790,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].recurringInvoiceState.map._map$_map.$index(0, id); }, - $signature: 66 + $signature: 68 }; A._restoreRecurringInvoice__closure0.prototype = { call$1(recurringInvoices) { @@ -374914,7 +374832,7 @@ call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._saveRecurringInvoice__closure0.prototype = { call$1(recurringInvoice) { @@ -374990,7 +374908,7 @@ this.action.toString; t1.get$_dispatchers()[0].call$1(new A.LoadPayments(null, 1)); }, - $signature: 237 + $signature: 234 }; A._loadRecurringInvoices__closure0.prototype = { call$1(error) { @@ -375122,13 +375040,13 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.historyActivityIdReducer_closure1.prototype = { call$2(index, action) { return action.activityId; }, - $signature: 746 + $signature: 739 }; A.editingItemIndexReducer_closure.prototype = { call$2(index, action) { @@ -375159,7 +375077,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_recurringInvoice ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure240.prototype = { call$2(selectedId, action) { @@ -375184,13 +375102,13 @@ call$2(selectedId, action) { return action.invoice.id; }, - $signature: 746 + $signature: 739 }; A.selectedIdReducer_closure244.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure245.prototype = { call$2(selectedId, action) { @@ -375263,7 +375181,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure76.prototype = { call$2(recurringInvoice, action) { @@ -375282,7 +375200,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure32()); }, - $signature: 747 + $signature: 742 }; A.editingReducer__closure32.prototype = { call$1(b) { @@ -375301,7 +375219,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure31()); }, - $signature: 754 + $signature: 744 }; A.editingReducer__closure31.prototype = { call$1(b) { @@ -375314,7 +375232,7 @@ call$2(recurringInvoice, action) { return recurringInvoice.rebuild$1(new A.editingReducer__closure30()); }, - $signature: 755 + $signature: 745 }; A.editingReducer__closure30.prototype = { call$1(b) { @@ -375353,7 +375271,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.editingReducer_closure82.prototype = { call$2(recurringInvoices, action) { @@ -375630,7 +375548,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -375652,7 +375570,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -375662,7 +375580,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 339 + $signature: 310 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -375684,7 +375602,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._sendNowRecurringInvoiceSuccess_closure.prototype = { call$1(b) { @@ -375706,7 +375624,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -375728,7 +375646,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1(b) { @@ -375750,7 +375668,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 226 + $signature: 207 }; A._addRecurringInvoice_closure.prototype = { call$1(b) { @@ -375763,7 +375681,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 339 + $signature: 310 }; A._addRecurringInvoice__closure.prototype = { call$1(b) { @@ -375778,7 +375696,7 @@ b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 339 + $signature: 310 }; A._updateRecurringInvoice__closure.prototype = { call$1(b) { @@ -375867,7 +375785,7 @@ call$2(clientId, invoiceMap) { return A.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForClient_closure.prototype = { call$2(invoiceId, invoice) { @@ -375883,7 +375801,7 @@ call$2(userId, invoiceMap) { return A.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForUser_closure.prototype = { call$2(invoiceId, invoice) { @@ -375899,7 +375817,7 @@ call$2(invoiceId, invoiceMap) { return A.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForInvoice_closure.prototype = { call$2(invoiceId, invoice) { @@ -375915,7 +375833,7 @@ call$2(designId, recurringInvoiceMap) { return A.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForDesign_closure.prototype = { call$2(invoiceId, invoice) { @@ -375931,7 +375849,7 @@ call$2(subscriptionId, invoiceMap) { return A.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 88 + $signature: 83 }; A.recurringInvoiceStatsForSubscription_closure.prototype = { call$2(invoiceId, invoice) { @@ -375969,7 +375887,7 @@ call$1(item) { return item; }, - $signature: 98 + $signature: 105 }; A.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1(b) { @@ -375984,7 +375902,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 339 + $signature: 310 }; A.RecurringInvoiceUIState.prototype = { get$isCreatingNew() { @@ -376424,7 +376342,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A.reportsUIReducer_closure.prototype = { call$1(b) { @@ -376434,14 +376352,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 410 + $signature: 407 }; A.reportsUIReducer_closure0.prototype = { call$1(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 410 + $signature: 407 }; A.reportsUIReducer_closure1.prototype = { call$1(b) { @@ -376477,7 +376395,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 410 + $signature: 407 }; A.ReportsUIState.prototype = { get$isGroupByFiltered() { @@ -376789,7 +376707,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._saveCompany_closure.prototype = { call$3(store, dynamicAction, next) { @@ -376806,7 +376724,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$0(0); }, - $signature: 773 + $signature: 765 }; A._saveCompany__closure0.prototype = { call$1(error) { @@ -376834,7 +376752,7 @@ if (t1 != null) t1.complete$0(0); }, - $signature: 177 + $signature: 190 }; A._saveAuthUser__closure0.prototype = { call$1(error) { @@ -376865,7 +376783,7 @@ this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 177 + $signature: 190 }; A._connectOAuthUser__closure0.prototype = { call$1(error) { @@ -376897,7 +376815,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 177 + $signature: 190 }; A._connectGmailUser__closure0.prototype = { call$1(error) { @@ -376957,7 +376875,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 686 + $signature: 615 }; A._saveSettings__closure0.prototype = { call$1(error) { @@ -377008,7 +376926,7 @@ } t1.completer.complete$0(0); }, - $signature: 132 + $signature: 145 }; A._uploadLogo__closure0.prototype = { call$1(error) { @@ -377050,7 +376968,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveCompanySuccess(company)); this.action.completer.complete$1(0, null); }, - $signature: 773 + $signature: 765 }; A._saveDocument__closure10.prototype = { call$1(error) { @@ -377137,7 +377055,7 @@ b.get$_company_state$_$this()._entityType = t1; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure0.prototype = { call$2(state, action) { @@ -377154,7 +377072,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure1.prototype = { call$2(state, action) { @@ -377178,7 +377096,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer__closure11.prototype = { call$1(b) { @@ -377189,7 +377107,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer__closure12.prototype = { call$1(b) { @@ -377200,7 +377118,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure2.prototype = { call$2(state, action) { @@ -377217,7 +377135,7 @@ b.get$_company_state$_$this()._isChanged = true; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure3.prototype = { call$2(state, action) { @@ -377250,7 +377168,7 @@ b.get$_company_state$_$this()._updatedAt = t2; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure4.prototype = { call$2(state, action) { @@ -377272,7 +377190,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure5.prototype = { call$2(state, action) { @@ -377294,7 +377212,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure6.prototype = { call$2(state, action) { @@ -377316,7 +377234,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure7.prototype = { call$2(state, action) { @@ -377336,7 +377254,7 @@ b.get$_company_state$_$this()._isChanged = false; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure8.prototype = { call$2(state, action) { @@ -377352,7 +377270,7 @@ b.get$_company_state$_$this()._company_state$_filterClearedAt = t1; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure9.prototype = { call$2(state, action) { @@ -377374,7 +377292,7 @@ b.get$_company_state$_$this()._tabIndex = 0; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure10.prototype = { call$2(state, action) { @@ -377388,7 +377306,7 @@ b.get$_company_state$_$this()._tabIndex = t1; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure11.prototype = { call$2(state, action) { @@ -377402,7 +377320,7 @@ b.get$_company_state$_$this()._selectedTemplate = t1; return b; }, - $signature: 92 + $signature: 90 }; A.settingsUIReducer_closure12.prototype = { call$2(state, action) { @@ -377416,7 +377334,7 @@ b.get$_company_state$_$this()._updatedAt = t1; return b; }, - $signature: 92 + $signature: 90 }; A.staticLoadedReducer_closure.prototype = { call$1(b) { @@ -378182,7 +378100,7 @@ call$1(subscription) { return subscription.get$id(subscription); }, - $signature: 40 + $signature: 39 }; A._editSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -378242,7 +378160,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveSubscription_closure.prototype = { call$3(store, dynamicAction, next) { @@ -378265,14 +378183,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 413 + $signature: 408 }; 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: 414 + $signature: 409 }; A._archiveSubscription__closure1.prototype = { call$1(error) { @@ -378303,14 +378221,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 413 + $signature: 408 }; 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: 414 + $signature: 409 }; A._deleteSubscription__closure1.prototype = { call$1(error) { @@ -378341,14 +378259,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].subscriptionState.map._map$_map.$index(0, id); }, - $signature: 413 + $signature: 408 }; 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: 414 + $signature: 409 }; A._restoreSubscription__closure1.prototype = { call$1(error) { @@ -378378,7 +378296,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveSubscriptionSuccess(subscription)); t1.completer.complete$1(0, subscription); }, - $signature: 303 + $signature: 311 }; A._saveSubscription__closure0.prototype = { call$1(error) { @@ -378406,7 +378324,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 303 + $signature: 311 }; A._loadSubscription__closure0.prototype = { call$1(error) { @@ -378530,7 +378448,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.selectedIdReducer_closure286.prototype = { call$2(completer, action) { @@ -378548,25 +378466,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_subscription ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure289.prototype = { call$2(selectedId, action) { return action.get$subscriptionId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure290.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$subscription()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure291.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure292.prototype = { call$2(selectedId, action) { @@ -378627,7 +378545,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure95.prototype = { call$2(subscriptions, action) { @@ -378658,7 +378576,7 @@ b.get$_subscription_model$_$this()._subscription_model$_isChanged = true; return b; }, - $signature: 74 + $signature: 75 }; A._filterSubscriptionsByCustom1_closure.prototype = { call$1(b) { @@ -378794,7 +378712,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 415 + $signature: 410 }; A._deleteSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -378816,7 +378734,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 415 + $signature: 410 }; A._restoreSubscriptionSuccess_closure.prototype = { call$1(b) { @@ -378838,7 +378756,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 415 + $signature: 410 }; A._addSubscription_closure.prototype = { call$1(b) { @@ -378851,7 +378769,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 322 + $signature: 312 }; A._updateSubscription_closure.prototype = { call$1(b) { @@ -378860,7 +378778,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 322 + $signature: 312 }; A._setLoadedSubscription_closure.prototype = { call$1(b) { @@ -378869,7 +378787,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 322 + $signature: 312 }; A.memoizedFilteredSubscriptionList_closure.prototype = { call$4(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { @@ -378936,7 +378854,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 322 + $signature: 312 }; A.SubscriptionUIState.prototype = { get$isCreatingNew() { @@ -379430,7 +379348,7 @@ call$1(task) { return task.get$id(task); }, - $signature: 40 + $signature: 39 }; A.handleTaskAction_closure0.prototype = { call$1(task) { @@ -379444,7 +379362,7 @@ t1.lastClientId = clientId; } }, - $signature: 132 + $signature: 145 }; A.handleTaskAction_closure1.prototype = { call$2(taskA, taskB) { @@ -379462,7 +379380,7 @@ taskBDate = taskBTimes.length === 0 ? A.convertTimestampToDate(taskB.createdAt) : B.JSArray_methods.get$first(taskBTimes).startDate; return B.JSInt_methods.compareTo$1(taskADate._value, taskBDate._value); }, - $signature: 651 + $signature: 544 }; A.handleTaskAction_closure2.prototype = { call$1(entity) { @@ -379477,7 +379395,7 @@ t1 = false; return t1; }, - $signature: 158 + $signature: 159 }; A.handleTaskAction_closure3.prototype = { call$1(task) { @@ -379497,7 +379415,7 @@ _this.items.push(A.convertTaskToInvoiceItem(_this.context, t2, task)); t1.lastTask = task; }, - $signature: 132 + $signature: 145 }; A.handleTaskAction_closure4.prototype = { call$1(b) { @@ -379581,7 +379499,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveTask_closure.prototype = { call$3(store, dynamicAction, next) { @@ -379604,14 +379522,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 182 + $signature: 196 }; 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: 232 + $signature: 235 }; A._archiveTask__closure1.prototype = { call$1(error) { @@ -379642,14 +379560,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 182 + $signature: 196 }; A._startTask__closure0.prototype = { call$1(tasks) { this.store.get$_dispatchers()[0].call$1(new A.StartTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 235 }; A._startTask__closure1.prototype = { call$1(error) { @@ -379680,14 +379598,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 182 + $signature: 196 }; A._stopTask__closure0.prototype = { call$1(tasks) { this.store.get$_dispatchers()[0].call$1(new A.StopTasksSuccess(tasks)); this.action.completer.complete$1(0, null); }, - $signature: 232 + $signature: 235 }; A._stopTask__closure1.prototype = { call$1(error) { @@ -379718,14 +379636,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 182 + $signature: 196 }; 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: 232 + $signature: 235 }; A._deleteTask__closure1.prototype = { call$1(error) { @@ -379756,14 +379674,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.map._map$_map.$index(0, id); }, - $signature: 182 + $signature: 196 }; 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: 232 + $signature: 235 }; A._restoreTask__closure1.prototype = { call$1(error) { @@ -379793,7 +379711,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); t1.completer.complete$1(0, task); }, - $signature: 180 + $signature: 188 }; A._saveTask__closure0.prototype = { call$1(error) { @@ -379824,7 +379742,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 180 + $signature: 188 }; A._loadTask__closure0.prototype = { call$1(error) { @@ -379895,7 +379813,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 180 + $signature: 188 }; A._saveDocument__closure16.prototype = { call$1(error) { @@ -380015,7 +379933,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.kanbanLastUpdatedReducer_closure.prototype = { call$2(completer, action) { @@ -380052,7 +379970,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_task ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure52.prototype = { call$2(selectedId, action) { @@ -380070,7 +379988,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure55.prototype = { call$2(selectedId, action) { @@ -380341,7 +380259,7 @@ } } }, - $signature: 229 + $signature: 216 }; A._sortTasksSuccess__closure.prototype = { call$1(b) { @@ -380373,7 +380291,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 229 + $signature: 216 }; A._startTaskSuccess_closure.prototype = { call$1(b) { @@ -380395,7 +380313,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 229 + $signature: 216 }; A._stopTaskSuccess_closure.prototype = { call$1(b) { @@ -380417,7 +380335,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 229 + $signature: 216 }; A._deleteTaskSuccess_closure.prototype = { call$1(b) { @@ -380439,7 +380357,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 229 + $signature: 216 }; A._restoreTaskSuccess_closure.prototype = { call$1(b) { @@ -380461,7 +380379,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 229 + $signature: 216 }; A._addTask_closure.prototype = { call$1(b) { @@ -380474,7 +380392,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 356 + $signature: 315 }; A._updateTask_closure.prototype = { call$1(b) { @@ -380483,7 +380401,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 356 + $signature: 315 }; A._setLoadedTask_closure.prototype = { call$1(b) { @@ -380492,13 +380410,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 356 + $signature: 315 }; A.convertTaskToInvoiceItem_closure.prototype = { call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 219 + $signature: 226 }; A.convertTaskToInvoiceItem_closure0.prototype = { call$1(time) { @@ -380525,7 +380443,7 @@ } } }, - $signature: 179 + $signature: 183 }; A.convertTaskToInvoiceItem_closure1.prototype = { call$1(b) { @@ -380717,7 +380635,7 @@ call$2(clientId, taskMap) { return A.taskStatsForClient(clientId, taskMap); }, - $signature: 279 + $signature: 316 }; A.taskStatsForClient_closure.prototype = { call$2(taskId, task) { @@ -380727,13 +380645,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 137 + $signature: 139 }; A.memoizedTaskStatsForProject_closure.prototype = { call$2(projectId, taskMap) { return A.taskStatsForProject(projectId, taskMap); }, - $signature: 279 + $signature: 316 }; A.taskStatsForProject_closure.prototype = { call$2(taskId, task) { @@ -380743,13 +380661,13 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 137 + $signature: 139 }; A.memoizedTaskStatsForUser_closure.prototype = { call$2(userId, taskMap) { return A.taskStatsForProject(userId, taskMap); }, - $signature: 279 + $signature: 316 }; A.TaskState.prototype = { $get$1(_, taskId) { @@ -380792,7 +380710,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 356 + $signature: 315 }; A.TaskUIState.prototype = { get$isCreatingNew() { @@ -381298,7 +381216,7 @@ call$1(taskStatus) { return taskStatus.get$id(taskStatus); }, - $signature: 40 + $signature: 39 }; A.handleTaskStatusAction_closure0.prototype = { call$1(b) { @@ -381366,7 +381284,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveTaskStatus_closure.prototype = { call$3(store, dynamicAction, next) { @@ -381389,14 +381307,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 413 }; 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: 418 + $signature: 414 }; A._archiveTaskStatus__closure1.prototype = { call$1(error) { @@ -381427,14 +381345,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 413 }; 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: 418 + $signature: 414 }; A._deleteTaskStatus__closure1.prototype = { call$1(error) { @@ -381465,14 +381383,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskStatusState.map._map$_map.$index(0, id); }, - $signature: 417 + $signature: 413 }; 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: 418 + $signature: 414 }; A._restoreTaskStatus__closure1.prototype = { call$1(error) { @@ -381502,7 +381420,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaskStatusSuccess(taskStatus)); t1.completer.complete$1(0, taskStatus); }, - $signature: 234 + $signature: 232 }; A._saveTaskStatus__closure0.prototype = { call$1(error) { @@ -381530,7 +381448,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 234 + $signature: 232 }; A._loadTaskStatus__closure0.prototype = { call$1(error) { @@ -381658,25 +381576,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taskStatus ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure274.prototype = { call$2(selectedId, action) { return action.get$taskStatusId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure275.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$taskStatus()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure276.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure277.prototype = { call$2(selectedId, action) { @@ -381737,7 +381655,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure91.prototype = { call$2(taskStatuses, action) { @@ -381768,7 +381686,7 @@ b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 169 + $signature: 163 }; A._viewTaskStatusList_closure.prototype = { call$1(b) { @@ -381921,7 +381839,7 @@ t6.get$_safeMap().$indexSet(0, t5, t7); } }, - $signature: 287 + $signature: 318 }; A._sortTaskStatusSuccess__closure.prototype = { call$1(b) { @@ -381929,7 +381847,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 169 + $signature: 163 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -381951,7 +381869,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 287 + $signature: 318 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -381973,7 +381891,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 287 + $signature: 318 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1(b) { @@ -381995,7 +381913,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 287 + $signature: 318 }; A._addTaskStatus_closure.prototype = { call$1(b) { @@ -382008,7 +381926,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 288 + $signature: 319 }; A._updateTaskStatus_closure.prototype = { call$1(b) { @@ -382017,7 +381935,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 288 + $signature: 319 }; A._setLoadedTaskStatus_closure.prototype = { call$1(b) { @@ -382026,7 +381944,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 288 + $signature: 319 }; A.memoizedSortedActiveTaskStatusIds_closure.prototype = { call$2(taskStatusList, taskStatusMap) { @@ -382130,13 +382048,13 @@ t1.total = t1.total + B.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 137 + $signature: 139 }; A.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2(companyGatewayId, taskMap) { return A.taskStatsForTaskStatus(companyGatewayId, taskMap); }, - $signature: 279 + $signature: 316 }; A.taskStatsForTaskStatus_closure.prototype = { call$2(taskId, task) { @@ -382146,7 +382064,7 @@ else if (task.get$isArchived()) ++this._box_0.countArchived; }, - $signature: 137 + $signature: 139 }; A.defaultTaskStatusId_closure.prototype = { call$1(statusId) { @@ -382209,7 +382127,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 288 + $signature: 319 }; A.TaskStatusUIState.prototype = { get$isCreatingNew() { @@ -382680,7 +382598,7 @@ call$1(taxRate) { return taxRate.get$id(taxRate); }, - $signature: 40 + $signature: 39 }; A.StartTaxRateMultiselect.prototype = {}; A.AddToTaxRateMultiselect.prototype = {}; @@ -382748,7 +382666,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveTaxRate_closure.prototype = { call$3(store, dynamicAction, next) { @@ -382771,14 +382689,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 235 + $signature: 240 }; 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: 421 + $signature: 417 }; A._archiveTaxRate__closure1.prototype = { call$1(error) { @@ -382809,14 +382727,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 235 + $signature: 240 }; 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: 421 + $signature: 417 }; A._deleteTaxRate__closure1.prototype = { call$1(error) { @@ -382847,14 +382765,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taxRateState.map._map$_map.$index(0, id); }, - $signature: 235 + $signature: 240 }; 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: 421 + $signature: 417 }; A._restoreTaxRate__closure1.prototype = { call$1(error) { @@ -382884,7 +382802,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTaxRateSuccess(taxRate)); t1.completer.complete$1(0, taxRate); }, - $signature: 141 + $signature: 135 }; A._saveTaxRate__closure0.prototype = { call$1(error) { @@ -382912,7 +382830,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 141 + $signature: 135 }; A._loadTaxRate__closure0.prototype = { call$1(error) { @@ -383016,7 +382934,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_taxRate ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure137.prototype = { call$2(selectedId, action) { @@ -383034,7 +382952,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure140.prototype = { call$2(selectedId, action) { @@ -383198,7 +383116,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 423 + $signature: 419 }; A._deleteTaxRateSuccess_closure.prototype = { call$1(b) { @@ -383220,7 +383138,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 423 + $signature: 419 }; A._restoreTaxRateSuccess_closure.prototype = { call$1(b) { @@ -383242,7 +383160,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 423 + $signature: 419 }; A._addTaxRate_closure.prototype = { call$1(b) { @@ -383867,7 +383785,7 @@ call$1(token) { return token.get$id(token); }, - $signature: 40 + $signature: 39 }; A.StartTokenMultiselect.prototype = {}; A.AddToTokenMultiselect.prototype = {}; @@ -383935,7 +383853,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveToken_closure.prototype = { call$3(store, dynamicAction, next) { @@ -383958,14 +383876,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 425 + $signature: 421 }; 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: 426 + $signature: 422 }; A._archiveToken__closure1.prototype = { call$1(error) { @@ -383996,14 +383914,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 425 + $signature: 421 }; 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: 426 + $signature: 422 }; A._deleteToken__closure1.prototype = { call$1(error) { @@ -384034,14 +383952,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].tokenState.map._map$_map.$index(0, id); }, - $signature: 425 + $signature: 421 }; 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: 426 + $signature: 422 }; A._restoreToken__closure1.prototype = { call$1(error) { @@ -384071,7 +383989,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveTokenSuccess(token)); t1.completer.complete$1(0, token); }, - $signature: 308 + $signature: 320 }; A._saveToken__closure0.prototype = { call$1(error) { @@ -384103,7 +384021,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 308 + $signature: 320 }; A._loadToken__closure0.prototype = { call$1(error) { @@ -384231,25 +384149,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_token ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure210.prototype = { call$2(selectedId, action) { return action.get$tokenId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure211.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$token()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure212.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure213.prototype = { call$2(selectedId, action) { @@ -384310,7 +384228,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure68.prototype = { call$2(tokens, action) { @@ -384488,7 +384406,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 423 }; A._deleteTokenSuccess_closure.prototype = { call$1(b) { @@ -384510,7 +384428,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 423 }; A._restoreTokenSuccess_closure.prototype = { call$1(b) { @@ -384532,7 +384450,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 427 + $signature: 423 }; A._addToken_closure.prototype = { call$1(b) { @@ -384545,7 +384463,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 274 + $signature: 321 }; A._updateToken_closure.prototype = { call$1(b) { @@ -384554,7 +384472,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 274 + $signature: 321 }; A._setLoadedToken_closure.prototype = { call$1(b) { @@ -384563,7 +384481,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 274 + $signature: 321 }; A.memoizedFilteredTokenList_closure.prototype = { call$4(selectionState, tokenMap, tokenList, tokenListState) { @@ -384649,7 +384567,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 274 + $signature: 321 }; A.TokenUIState.prototype = { get$isCreatingNew() { @@ -385481,7 +385399,7 @@ b.get$_pref_state$_$this()._showPdfPreview = t3; return b; }, - $signature: 648 + $signature: 513 }; A._resortFields_closure.prototype = { call$1(b) { @@ -385649,14 +385567,14 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 314 + $signature: 322 }; A.sidebarEditorReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 314 + $signature: 322 }; A.sidebarViewerReducer_closure.prototype = { call$2(value, action) { @@ -385674,20 +385592,20 @@ b.$indexSet(0, t1, !this.value._map$_map.$index(0, t1)); return b; }, - $signature: 314 + $signature: 322 }; A.sidebarViewerReducer__closure0.prototype = { call$1(b) { b.$indexSet(0, this.entityType, true); return b; }, - $signature: 314 + $signature: 322 }; A.menuVisibleReducer_closure.prototype = { call$2(value, action) { return action.sidebar === B.AppSidebar_menu ? !value : value; }, - $signature: 75 + $signature: 78 }; A.menuVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -385701,7 +385619,7 @@ return value; } }, - $signature: 75 + $signature: 78 }; A.textScaleFactorReducer_closure.prototype = { call$2(value, action) { @@ -385714,7 +385632,7 @@ call$2(value, action) { return action.sidebar === B.AppSidebar_history ? !value : value; }, - $signature: 75 + $signature: 78 }; A.historyVisibleReducer_closure0.prototype = { call$2(value, action) { @@ -385725,13 +385643,13 @@ t1 = t1 === B.AppSidebarMode_float ? false : value; return t1; }, - $signature: 75 + $signature: 78 }; A.hideDesktopWarningReducer_closure.prototype = { call$2(filter, action) { return true; }, - $signature: 679 + $signature: 597 }; A.hideGatewayWarningReducer_closure.prototype = { call$2(filter, action) { @@ -385801,70 +385719,70 @@ var t1 = action.enableDarkMode; return t1 == null ? enableDarkMode : t1; }, - $signature: 75 + $signature: 78 }; A.enableJspdfReducer_closure.prototype = { call$2(enableJSPDF, action) { var t1 = action.enableJSPDF; return t1 == null ? enableJSPDF : t1; }, - $signature: 75 + $signature: 78 }; A.enableTooltipsReducer_closure.prototype = { call$2(enableTooltips, action) { var t1 = action.enableTooltips; return t1 == null ? enableTooltips : t1; }, - $signature: 75 + $signature: 78 }; A.enableFlexibleSearchReducer_closure.prototype = { call$2(enableFlexibleSearch, action) { var t1 = action.flexibleSearch; return t1 == null ? enableFlexibleSearch : t1; }, - $signature: 75 + $signature: 78 }; A.persistDataReducer_closure.prototype = { call$2(persistData, action) { var t1 = action.persistData; return t1 == null ? persistData : t1; }, - $signature: 75 + $signature: 78 }; A.persistUIReducer_closure.prototype = { call$2(persistUI, action) { action.toString; return persistUI; }, - $signature: 75 + $signature: 78 }; A.showKanbanReducer_closure.prototype = { call$2(showKanban, action) { var t1 = action.showKanban; return t1 == null ? showKanban : t1; }, - $signature: 75 + $signature: 78 }; A.isFilterVisibleReducer_closure.prototype = { call$2(value, action) { var t1 = action.isFilterVisible; return t1 == null ? value : t1; }, - $signature: 75 + $signature: 78 }; A.longPressReducer_closure.prototype = { call$2(longPressSelectionIsDefault, action) { var t1 = action.longPressSelectionIsDefault; return t1 == null ? longPressSelectionIsDefault : t1; }, - $signature: 75 + $signature: 78 }; A.tapSelectedToEditReducer_closure.prototype = { call$2(tapSelectedToEdit, action) { var t1 = action.tapSelectedToEdit; return t1 == null ? tapSelectedToEdit : t1; }, - $signature: 75 + $signature: 78 }; A.isPreviewVisibleReducer_closure.prototype = { call$2(value, action) { @@ -385877,14 +385795,14 @@ var t1 = action.isPreviewVisible; return t1 == null ? isPreviewEnabled : t1; }, - $signature: 75 + $signature: 78 }; A.requireAuthenticationReducer_closure.prototype = { call$2(requireAuthentication, action) { var t1 = action.requireAuthentication; return t1 == null ? requireAuthentication : t1; }, - $signature: 75 + $signature: 78 }; A.colorThemeReducer_closure.prototype = { call$2(currentColorTheme, action) { @@ -385898,21 +385816,21 @@ var t1 = action.showPdfPreview; return t1 == null ? value : t1; }, - $signature: 75 + $signature: 78 }; A.editAfterSavingReducer_closure.prototype = { call$2(value, action) { var t1 = action.editAfterSaving; return t1 == null ? value : t1; }, - $signature: 75 + $signature: 78 }; A.enableTouchEventsReducer_closure.prototype = { call$2(value, action) { var t1 = action.enableTouchEvents; return t1 == null ? value : t1; }, - $signature: 75 + $signature: 78 }; A.customColorsReducer_closure.prototype = { call$2(customColors, action) { @@ -385942,7 +385860,7 @@ B.JSArray_methods.removeAt$1(b.get$_safeList(), 0); return b; }, - $signature: 429 + $signature: 424 }; A.historyReducer_closure0.prototype = { call$2(historyList, action) { @@ -386248,7 +386166,7 @@ var t1 = this.record; return t1.entityType == item.entityType && t1.id == item.id; }, - $signature: 682 + $signature: 602 }; A._addToHistory_closure0.prototype = { call$0() { @@ -386263,7 +386181,7 @@ B.JSArray_methods.insert$2(b.get$_safeList(), 0, this.record); return b; }, - $signature: 429 + $signature: 424 }; A._addToHistory_closure2.prototype = { call$1(b) { @@ -386275,7 +386193,7 @@ b._listOwner = null; return b; }, - $signature: 429 + $signature: 424 }; A.PrefState.prototype = { get$colorThemeModel() { @@ -387326,7 +387244,7 @@ t3._company_state$_$v = t2; return b; }, - $signature: 811 + $signature: 560 }; A.lastActivityReducer_closure.prototype = { call$2(state, action) { @@ -387474,7 +387392,7 @@ call$1(entityType) { return entityType != this.action.entityType; }, - $signature: 246 + $signature: 272 }; A.previewStackReducer_closure0.prototype = { call$2(previewStack, action) { @@ -387516,7 +387434,7 @@ call$1(entity) { return entity.get$entityType() != this.action.entity.get$entityType(); }, - $signature: 158 + $signature: 159 }; A.filterStackReducer_closure1.prototype = { call$2(filterStack, action) { @@ -388618,7 +388536,7 @@ call$1(user) { return user.get$id(user); }, - $signature: 40 + $signature: 39 }; A.handleUserAction_closure0.prototype = { call$1(b) { @@ -388632,28 +388550,28 @@ var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 131 + $signature: 134 }; A.handleUserAction_closure2.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 131 + $signature: 134 }; A.handleUserAction_closure3.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 131 + $signature: 134 }; A.handleUserAction_closure4.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 131 + $signature: 134 }; A.handleUserAction_closure5.prototype = { call$1(b) { @@ -388667,14 +388585,14 @@ var t1 = this.user.id; return b.get$_payment_model$_$this()._payment_model$_assignedUserId = t1; }, - $signature: 689 + $signature: 630 }; A.handleUserAction_closure7.prototype = { call$1(b) { var t1 = this.user.id; return b.get$_project_model$_$this()._project_model$_assignedUserId = t1; }, - $signature: 691 + $signature: 639 }; A.handleUserAction_closure8.prototype = { call$1(b) { @@ -388702,13 +388620,13 @@ call$0() { return this.call$2(null, null); }, - $signature: 317 + $signature: 274 }; A.handleUserAction_closure10.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 41 + $signature: 40 }; A.handleUserAction_closure13.prototype = { call$2(password, idToken) { @@ -388722,13 +388640,13 @@ call$0() { return this.call$2(null, null); }, - $signature: 317 + $signature: 274 }; A.handleUserAction_closure12.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 41 + $signature: 40 }; A.handleUserAction_closure15.prototype = { call$2(password, idToken) { @@ -388742,13 +388660,13 @@ call$0() { return this.call$2(null, null); }, - $signature: 317 + $signature: 274 }; A.handleUserAction_closure14.prototype = { call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 41 + $signature: 40 }; A.handleUserAction_closure17.prototype = { call$2(password, idToken) { @@ -388763,11 +388681,11 @@ call$0() { return this.call$2(null, null); }, - $signature: 317 + $signature: 274 }; A.handleUserAction_closure16.prototype = { call$1(_) { - A.passwordCallback(false, new A.handleUserAction__closure(this.dispatch), this.context); + A.passwordCallback(false, new A.handleUserAction__closure(this.dispatch), this.context, false); }, $signature: 11 }; @@ -388775,7 +388693,7 @@ call$2(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 41 + $signature: 40 }; A.handleUserAction_closure18.prototype = { call$2(password, idToken) { @@ -388784,7 +388702,7 @@ t2 = A.snackBarCompleter(_this.context, _this.localization.get$emailSentToConfirmEmail(), false, type$.Null); _this.store.get$_dispatchers()[0].call$1(new A.ResendInviteRequest(t2, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.StartUserMultiselect.prototype = {}; A.AddToUserMultiselect.prototype = {}; @@ -388852,7 +388770,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveUser_closure.prototype = { call$3(store, dynamicAction, next) { @@ -388875,14 +388793,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 364 + $signature: 426 }; 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: 238 + $signature: 255 }; A._archiveUser__closure1.prototype = { call$1(error) { @@ -388917,14 +388835,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 364 + $signature: 426 }; 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: 238 + $signature: 255 }; A._deleteUser__closure1.prototype = { call$1(error) { @@ -388959,14 +388877,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].userState.map._map$_map.$index(0, id); }, - $signature: 364 + $signature: 426 }; 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: 238 + $signature: 255 }; A._restoreUser__closure1.prototype = { call$1(error) { @@ -388996,7 +388914,7 @@ this.store.get$_dispatchers()[0].call$1(new A.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 238 + $signature: 255 }; A._removeUser__closure0.prototype = { call$1(error) { @@ -389021,7 +388939,7 @@ this.store.get$_dispatchers()[0].call$1(new A.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 238 + $signature: 255 }; A._resendInvite__closure0.prototype = { call$1(error) { @@ -389051,7 +388969,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveUserSuccess(user)); t1.completer.complete$1(0, user); }, - $signature: 177 + $signature: 190 }; A._saveUser__closure0.prototype = { call$1(error) { @@ -389083,7 +389001,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 177 + $signature: 190 }; A._loadUser__closure0.prototype = { call$1(error) { @@ -389211,7 +389129,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_user ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure147.prototype = { call$2(selectedId, action) { @@ -389229,7 +389147,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure150.prototype = { call$2(selectedId, action) { @@ -389296,7 +389214,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure45.prototype = { call$2(users, action) { @@ -389327,7 +389245,7 @@ b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 77 + $signature: 74 }; A._viewUserList_closure.prototype = { call$1(b) { @@ -389512,7 +389430,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 428 }; A._deleteUserSuccess_closure.prototype = { call$1(b) { @@ -389534,7 +389452,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 428 }; A._restoreUserSuccess_closure.prototype = { call$1(b) { @@ -389556,7 +389474,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 433 + $signature: 428 }; A._removeUserSuccess_closure.prototype = { call$1(b) { @@ -389566,7 +389484,7 @@ B.JSArray_methods.remove$1(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 122 + $signature: 124 }; A._addUser_closure.prototype = { call$1(b) { @@ -389579,7 +389497,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 122 + $signature: 124 }; A._updateUser_closure.prototype = { call$1(b) { @@ -389588,7 +389506,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 122 + $signature: 124 }; A._updateAuthUser_closure.prototype = { call$1(b) { @@ -389597,7 +389515,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 122 + $signature: 124 }; A._connectOAuthUser_closure.prototype = { call$1(b) { @@ -389606,7 +389524,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 122 + $signature: 124 }; A._connectGmailUser_closure.prototype = { call$1(b) { @@ -389615,7 +389533,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 122 + $signature: 124 }; A._setLoadedUser_closure.prototype = { call$1(b) { @@ -389624,14 +389542,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 122 + $signature: 124 }; A._setLoadedUsers_closure.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new A._setLoadedUsers__closure(), new A._setLoadedUsers__closure0(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 122 + $signature: 124 }; A._setLoadedUsers__closure.prototype = { call$1(item) { @@ -389652,14 +389570,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 122 + $signature: 124 }; A._setLoadedCompany_closure5.prototype = { call$1(b) { b.get$map(b).addAll$1(0, A.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new A._setLoadedCompany__closure5(), new A._setLoadedCompany__closure6(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 122 + $signature: 124 }; A._setLoadedCompany__closure5.prototype = { call$1(item) { @@ -389680,7 +389598,7 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 122 + $signature: 124 }; A.memoizedFilteredUserList_closure.prototype = { call$5(selectionState, userMap, userList, userListState, authUserId) { @@ -389743,7 +389661,7 @@ call$1(userMap) { return A.userList(userMap); }, - $signature: 434 + $signature: 429 }; A.userList_closure.prototype = { call$1(userId) { @@ -389763,7 +389681,7 @@ call$1(userMap) { return A.gmailUserList(userMap); }, - $signature: 434 + $signature: 429 }; A.gmailUserList_closure.prototype = { call$1(userId) { @@ -389785,7 +389703,7 @@ call$1(userMap) { return A.microsoftUserList(userMap); }, - $signature: 434 + $signature: 429 }; A.microsoftUserList_closure.prototype = { call$1(userId) { @@ -390323,7 +390241,7 @@ call$1(vendor) { return vendor.get$id(vendor); }, - $signature: 40 + $signature: 39 }; A.StartVendorMultiselect.prototype = {}; A.AddToVendorMultiselect.prototype = {}; @@ -390397,7 +390315,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveVendor_closure.prototype = { call$3(store, dynamicAction, next) { @@ -390420,14 +390338,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 435 + $signature: 430 }; 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: 436 + $signature: 431 }; A._archiveVendor__closure1.prototype = { call$1(error) { @@ -390458,14 +390376,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 435 + $signature: 430 }; 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: 436 + $signature: 431 }; A._deleteVendor__closure1.prototype = { call$1(error) { @@ -390496,14 +390414,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].vendorState.map._map$_map.$index(0, id); }, - $signature: 435 + $signature: 430 }; 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: 436 + $signature: 431 }; A._restoreVendor__closure1.prototype = { call$1(error) { @@ -390536,7 +390454,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 240 + $signature: 257 }; A._saveVendor__closure0.prototype = { call$1(error) { @@ -390565,7 +390483,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 240 + $signature: 257 }; A._loadVendor__closure0.prototype = { call$1(error) { @@ -390634,7 +390552,7 @@ this.store.get$_dispatchers()[0].call$1(new A.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 240 + $signature: 257 }; A._saveDocument__closure18.prototype = { call$1(error) { @@ -390733,7 +390651,7 @@ call$2(completer, action) { return 0; }, - $signature: 100 + $signature: 101 }; A.saveCompleterReducer_closure0.prototype = { call$2(completer, action) { @@ -390763,7 +390681,7 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_vendor ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure67.prototype = { call$2(selectedId, action) { @@ -390781,7 +390699,7 @@ call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure70.prototype = { call$2(selectedId, action) { @@ -390842,7 +390760,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure24.prototype = { call$2(vendors, action) { @@ -390873,7 +390791,7 @@ b.get$_vendor_model$_$this()._vendor_model$_isChanged = true; return b; }, - $signature: 97 + $signature: 99 }; A._addContact_closure.prototype = { call$1(b) { @@ -390883,7 +390801,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 97 + $signature: 99 }; A._removeContact_closure.prototype = { call$1(b) { @@ -390892,7 +390810,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 97 + $signature: 99 }; A._updateContact_closure.prototype = { call$1(b) { @@ -390904,7 +390822,7 @@ t1.get$_safeList()[t3] = t2; return b; }, - $signature: 97 + $signature: 99 }; A._viewVendorList_closure.prototype = { call$1(b) { @@ -391089,7 +391007,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 432 }; A._deleteVendorSuccess_closure.prototype = { call$1(b) { @@ -391111,7 +391029,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 432 }; A._restoreVendorSuccess_closure.prototype = { call$1(b) { @@ -391133,7 +391051,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 437 + $signature: 432 }; A._addVendor_closure.prototype = { call$1(b) { @@ -391146,7 +391064,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 329 + $signature: 324 }; A._updateVendor_closure.prototype = { call$1(b) { @@ -391155,7 +391073,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 329 + $signature: 324 }; A._setLoadedVendor_closure.prototype = { call$1(b) { @@ -391164,7 +391082,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 329 + $signature: 324 }; A.memoizedDropdownVendorList_closure.prototype = { call$4(vendorMap, vendorList, userMap, staticState) { @@ -391315,7 +391233,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 329 + $signature: 324 }; A.VendorUIState.prototype = { get$isCreatingNew() { @@ -391844,7 +391762,7 @@ call$1(webhook) { return webhook.get$id(webhook); }, - $signature: 40 + $signature: 39 }; A.StartWebhookMultiselect.prototype = {}; A.AddToWebhookMultiselect.prototype = {}; @@ -391912,7 +391830,7 @@ call$1(route) { return false; }, - $signature: 46 + $signature: 44 }; A._archiveWebhook_closure.prototype = { call$3(store, dynamicAction, next) { @@ -391935,14 +391853,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 433 }; 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: 439 + $signature: 434 }; A._archiveWebhook__closure1.prototype = { call$1(error) { @@ -391973,14 +391891,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 433 }; 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: 439 + $signature: 434 }; A._deleteWebhook__closure1.prototype = { call$1(error) { @@ -392011,14 +391929,14 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].webhookState.map._map$_map.$index(0, id); }, - $signature: 438 + $signature: 433 }; 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: 439 + $signature: 434 }; A._restoreWebhook__closure1.prototype = { call$1(error) { @@ -392048,7 +391966,7 @@ t2.get$_dispatchers()[0].call$1(new A.SaveWebhookSuccess(webhook)); t1.completer.complete$1(0, webhook); }, - $signature: 330 + $signature: 325 }; A._saveWebhook__closure0.prototype = { call$1(error) { @@ -392076,7 +391994,7 @@ this.store.get$_dispatchers()[0].call$1(new A.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 330 + $signature: 325 }; A._loadWebhook__closure0.prototype = { call$1(error) { @@ -392204,25 +392122,25 @@ call$2(selectedId, action) { return action.entityType === B.EntityType_webhook ? action.entityId : selectedId; }, - $signature: 52 + $signature: 54 }; A.selectedIdReducer_closure225.prototype = { call$2(selectedId, action) { return action.get$webhookId(); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure226.prototype = { call$2(selectedId, action) { return J.get$id$x(action.get$webhook()); }, - $signature: 91 + $signature: 92 }; A.selectedIdReducer_closure227.prototype = { call$2(selectedId, action) { return action.clearSelection ? "" : selectedId; }, - $signature: 51 + $signature: 53 }; A.selectedIdReducer_closure228.prototype = { call$2(selectedId, action) { @@ -392283,7 +392201,7 @@ } return t1; }, - $signature: 79 + $signature: 80 }; A.editingReducer_closure72.prototype = { call$2(webhooks, action) { @@ -392314,7 +392232,7 @@ b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 202 + $signature: 217 }; A._viewWebhookList_closure.prototype = { call$1(b) { @@ -392461,7 +392379,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 436 }; A._deleteWebhookSuccess_closure.prototype = { call$1(b) { @@ -392483,7 +392401,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 436 }; A._restoreWebhookSuccess_closure.prototype = { call$1(b) { @@ -392505,7 +392423,7 @@ t4.get$_safeMap().$indexSet(0, t5, t3); } }, - $signature: 440 + $signature: 436 }; A._addWebhook_closure.prototype = { call$1(b) { @@ -392518,7 +392436,7 @@ B.JSArray_methods.add$1(t2.get$_safeList(), t3); return b; }, - $signature: 335 + $signature: 326 }; A._updateWebhook_closure.prototype = { call$1(b) { @@ -392527,7 +392445,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 335 + $signature: 326 }; A._setLoadedWebhook_closure.prototype = { call$1(b) { @@ -392536,7 +392454,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 335 + $signature: 326 }; A.memoizedFilteredWebhookList_closure.prototype = { call$4(selectionState, webhookMap, webhookList, webhookListState) { @@ -392620,7 +392538,7 @@ t2.replace$1(0, A.List_List$of(t4, true, A._instanceType(t4)._eval$1("SetMixin.E"))); return b; }, - $signature: 335 + $signature: 326 }; A.WebhookUIState.prototype = { get$isCreatingNew() { @@ -393054,13 +392972,13 @@ } } }, - $signature: 41 + $signature: 40 }; 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: 336 + $signature: 327 }; A.ActionMenuButton.prototype = { build$1(_, context) { @@ -393094,7 +393012,7 @@ 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: 241 + $signature: 271 }; A.ActionMenuButton_build_closure0.prototype = { call$1(context) { @@ -393106,7 +393024,7 @@ call$1(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 241 + $signature: 271 }; A.ViewActionMenuButton.prototype = { build$1(_, context) { @@ -393440,7 +393358,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: 340 + $signature: 329 }; A._AppBottomBarState_build___closure4.prototype = { call$1(field) { @@ -393473,7 +393391,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: 340 + $signature: 329 }; A._AppBottomBarState_build___closure3.prototype = { call$1(field) { @@ -393506,7 +393424,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: 340 + $signature: 329 }; A._AppBottomBarState_build___closure2.prototype = { call$1(field) { @@ -393539,7 +393457,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: 340 + $signature: 329 }; A._AppBottomBarState_build___closure1.prototype = { call$1(field) { @@ -393698,7 +393616,7 @@ completer = A.snackBarCompleter(t4, A.Localizations_of(t4, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); t1.get$_dispatchers()[0].call$1(new A.SaveUserSettingsRequest(completer, user)); }, - $signature: 105 + $signature: 98 }; A._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1(b) { @@ -393715,7 +393633,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1(b) { @@ -393725,7 +393643,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 74 }; A._AppBottomBarState_build__closure.prototype = { call$0() { @@ -393836,7 +393754,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: 128 + $signature: 123 }; A.AppHeader_build__value2.prototype = { call$0() { @@ -393849,7 +393767,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: 128 + $signature: 123 }; A.AppTitleBar.prototype = { build$1(_, context) { @@ -394076,7 +393994,7 @@ t6 = A.TextButton$(false, A.Text$(t1.get$refreshData().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t6, _null); t2 = t2.onLogoutPressed; t10 = type$.JSArray_legacy_Widget; - t10 = new A.Padding(B.EdgeInsets_20_20_20_20, A.Column$(A._setArrayType([t4, new A.SizedBox(_null, 60, _null, _null), t7, new A.Padding(B.EdgeInsets_0_16_0_80, new A.HelpText(t9, _null), _null), A.Wrap$(B.WrapAlignment_2, A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_16, t8, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t5, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t6, _null), new A.Padding(B.EdgeInsets_0_0_0_16, A.TextButton$(false, A.Text$(t1.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, _null), _null)], t10), B.WrapCrossAlignment_0, 0)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null); + t10 = new A.Padding(B.EdgeInsets_20_20_20_20, A.Column$(A._setArrayType([t4, new A.SizedBox(_null, 60, _null, _null), t7, new A.Padding(B.EdgeInsets_0_16_0_80, new A.HelpText(t9, _null), _null), A.Wrap$(B.WrapAlignment_2, A._setArrayType([new A.Padding(B.EdgeInsets_0_0_0_16, t8, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t5, _null), new A.Padding(B.EdgeInsets_0_0_0_16, t6, _null), new A.Padding(B.EdgeInsets_0_0_0_16, A.TextButton$(false, A.Text$(t1.get$logout().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, _null), _null)], t10), B.Clip_0, B.WrapCrossAlignment_0, 0)], t10), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null); t1 = t10; } return A.Material$(B.Duration_200000, true, _null, t1, B.Clip_0, t3, 0, _null, _null, _null, _null, _null, B.MaterialType_0); @@ -394085,7 +394003,7 @@ A.ConfirmEmail_build_closure.prototype = { call$0() { var t1 = this.context; - A.passwordCallback(false, new A.ConfirmEmail_build__closure(this.$this, t1, this.localization), t1); + A.passwordCallback(false, new A.ConfirmEmail_build__closure(this.$this, t1, this.localization), t1, false); }, $signature: 1 }; @@ -394095,7 +394013,7 @@ t2 = this.localization; A.fieldCallback(new A.ConfirmEmail_build___closure(this.$this, t1, password, idToken), t1, t2.get$email(t2), null, null, t2.get$changeEmail()); }, - $signature: 41 + $signature: 40 }; A.ConfirmEmail_build___closure.prototype = { call$1(value) { @@ -394153,7 +394071,7 @@ b.get$_user_model$_$this()._user_model$_email = this.email; return b; }, - $signature: 77 + $signature: 74 }; A.CopyToClipboard.prototype = { build$1(_, context) { @@ -394251,7 +394169,7 @@ else if (sessionLength > sessionTimeout - 120000) t1.setState$1(new A._DesktopSessionTimeoutState_initState__closure(t1)); }, - $signature: 459 + $signature: 415 }; A._DesktopSessionTimeoutState_initState__closure.prototype = { call$0() { @@ -394653,7 +394571,7 @@ call$1(values) { return this.onSelected.call$1(values); }, - $signature: 210 + $signature: 203 }; A.MultiSelectList.prototype = { createState$0() { @@ -394752,7 +394670,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.MultiSelectListState_build_closure3.prototype = { call$1(value) { @@ -394822,7 +394740,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 134 + $signature: 141 }; A.MultiSelectListState_build__closure1.prototype = { call$0() { @@ -395065,7 +394983,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A.DocumentGrid_build_closure0.prototype = { call$0() { @@ -395092,7 +395010,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A.DocumentGrid_build_closure1.prototype = { call$2(context, constraints) { @@ -395101,7 +395019,7 @@ 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: 336 + $signature: 327 }; A.DocumentGrid_build__closure.prototype = { call$1($document) { @@ -395168,11 +395086,11 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 278 + $signature: 332 }; A.DocumentTile_build__closure.prototype = { call$1(_) { - A.passwordCallback(false, new A.DocumentTile_build___closure(this.$this), this.context); + A.passwordCallback(false, new A.DocumentTile_build___closure(this.$this), this.context, false); }, $signature: 11 }; @@ -395181,7 +395099,7 @@ var t1 = this.$this; t1.onDeleteDocument.call$3(t1.document, password, idToken); }, - $signature: 41 + $signature: 40 }; A.DocumentTile_build_closure.prototype = { call$1(context) { @@ -395190,7 +395108,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: 442 + $signature: 441 }; A.DocumentPreview.prototype = { build$1(_, context) { @@ -395227,90 +395145,84 @@ }; A.EditScaffold.prototype = { build$1(_, context) { - var t2, isEnabled, t3, t4, t5, t6, t7, upgradeMessage, countDays, isCancelEnabled, showUpgradeBanner, textStyle, showOverflow, t8, t9, _this = this, _null = null, + var account, t4, t5, isEnabled, t6, t7, upgradeMessage, isCancelEnabled, showUpgradeBanner, textStyle, showOverflow, t8, t9, _this = this, _null = null, _s24_ = "start_free_trial_message", _s21_ = "free_trial_ends_today", _s23_ = "free_trial_ends_in_days", store = A.StoreProvider_of(context, type$.legacy_AppState), state = A._lateReadCheck(store.__Store__state, "_state"), - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); - if (A.getLayout(context) !== B.AppLayout_mobile) { - t2 = state.uiState; - t2 = !B.JSString_methods.startsWith$1(t2.currentRoute, "/settings") || t2.get$isEditing() || t2.settingsUIState.isChanged; - } else - t2 = true; - if (t2) + t1 = state.userCompanyStates, + t2 = state.uiState, + t3 = t2.selectedCompanyIndex; + t1 = t1._list; + account = t1[t3].userCompany.account; + t4 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + if (A.getLayout(context) === B.AppLayout_mobile || !B.JSString_methods.startsWith$1(t2.currentRoute, "/settings") || t2.get$isEditing() || t2.settingsUIState.isChanged) if (!state.isSaving) { - t2 = _this.entity; - t2 = t2 == null ? _null : t2.get$isEditable(); - t2 = t2 !== false; - isEnabled = t2; + t5 = _this.entity; + t5 = t5 == null ? _null : t5.get$isEditable(); + t5 = t5 !== false; + isEnabled = t5; } else isEnabled = false; else isEnabled = false; - t2 = state.userCompanyStates; - t3 = state.uiState; - t4 = t3.selectedCompanyIndex; - t2 = t2._list; - t5 = t2[t4].userCompany; + t5 = t1[t3].userCompany; if (t5.isOwner) if (t5.account.trialStarted.length === 0) { - t1.toString; + t4.toString; t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t1.localeCode; + t6 = t4.localeCode; t7 = J.$index$asx(t5.$index(0, t6), _s24_); if (t7 == null) t7 = J.$index$asx(t5.$index(0, "en"), _s24_); upgradeMessage = t7; } else { - t1.toString; + t4.toString; t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t1.localeCode; + t6 = t4.localeCode; t7 = J.$index$asx(t5.$index(0, t6), "upgrade_to_paid_plan"); if (t7 == null) t7 = ""; upgradeMessage = t7; } else { - t1.toString; + t4.toString; t5 = $.$get$LocalizationsProvider__localizedValues(); - t6 = t1.localeCode; + t6 = t4.localeCode; t7 = J.$index$asx(t5.$index(0, t6), "owner_upgrade_to_paid_plan"); upgradeMessage = t7 == null ? "" : t7; } - t7 = t2[t4].userCompany.account; - if (t7.trialPlan.length !== 0) { - countDays = B.JSInt_methods._tdivFast$1(A.Duration$(0, 0, 0, A.convertSqlDateToDateTime(t7.trialStarted).add$1(0, A.Duration$(14, 0, 0, 0, 0, 0))._value - Date.now(), 0, 0)._duration, 864e8); - if (countDays <= 1) { - t1.toString; + t7 = account.trialDaysLeft; + if (t7 > 0) + if (t7 <= 1) { + t4.toString; t6 = J.$index$asx(t5.$index(0, t6), _s21_); upgradeMessage = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s21_) : t6; } else { - t1.toString; + t4.toString; t6 = J.$index$asx(t5.$index(0, t6), _s23_); t5 = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s23_) : t6; - upgradeMessage = J.replaceFirst$2$s(t5, ":count", B.JSInt_methods.toString$0(countDays)); + upgradeMessage = J.replaceFirst$2$s(t5, ":count", B.JSInt_methods.toString$0(t7)); } - } - if (!(!state.get$isHosted() || t2[t4].userCompany.account.plan === "enterprise" || t2[t4].userCompany.account.plan === "pro") || t2[t4].userCompany.account.trialPlan.length !== 0) - if (B.JSArray_methods.contains$1(B.List_m5d, t3.get$baseSubRoute())) { - if (!(!state.get$isHosted() || t2[t4].userCompany.account.plan === "enterprise" || t2[t4].userCompany.account.plan === "pro") && t2[t4].userCompany.account.trialPlan.length === 0 && isEnabled) { + if (!(!state.get$isHosted() || t1[t3].userCompany.account.plan === "enterprise" || t1[t3].userCompany.account.plan === "pro") || t1[t3].userCompany.account.trialDaysLeft > 0) + if (B.JSArray_methods.contains$1(B.List_m5d, t2.get$baseSubRoute())) { + if (!(!state.get$isHosted() || t1[t3].userCompany.account.plan === "enterprise" || t1[t3].userCompany.account.plan === "pro") && t1[t3].userCompany.account.trialDaysLeft <= 0 && isEnabled) { isEnabled = false; isCancelEnabled = true; } else isCancelEnabled = false; showUpgradeBanner = true; } else { - showUpgradeBanner = t3.currentRoute === "/settings/account_management" && true; + showUpgradeBanner = t2.currentRoute === "/settings/account_management" && true; isCancelEnabled = false; } else { - isCancelEnabled = B.JSString_methods.contains$1("company_gateways/edit", t3.get$baseSubRoute()) && true; + isCancelEnabled = B.JSString_methods.contains$1("company_gateways/edit", t2.get$baseSubRoute()) && true; showUpgradeBanner = false; } - t3 = type$.JSArray_legacy_EntityAction; - t5 = A._setArrayType([], t3); + t2 = type$.JSArray_legacy_EntityAction; + t5 = A._setArrayType([], t2); if (A.getLayout(context) === B.AppLayout_desktop) t6 = isEnabled && _this.onSavePressed != null || isCancelEnabled; else @@ -395320,22 +395232,22 @@ t5.push(B.EntityAction_save); t6 = _this.actions; t7 = t6 == null; - t3 = t7 ? A._setArrayType([], t3) : t6; - B.JSArray_methods.addAll$1(t5, new A.WhereIterable(t3, new A.EditScaffold_build_closure(), A._arrayInstanceType(t3)._eval$1("WhereIterable<1>"))); + t2 = t7 ? A._setArrayType([], t2) : t6; + B.JSArray_methods.addAll$1(t5, new A.WhereIterable(t2, new A.EditScaffold_build_closure(), A._arrayInstanceType(t2)._eval$1("WhereIterable<1>"))); textStyle = A.Theme_of(context).textTheme.bodyMedium.copyWith$1$color(state.get$headerTextColor()); showOverflow = A.getLayout(context) === B.AppLayout_desktop && _this.isFullscreen && _this.onActionPressed != null; if (state.get$companies().length === 0) - t2 = new A.LoadingIndicator(_null, false, _null); + t1 = new A.LoadingIndicator(_null, false, _null); else if (showUpgradeBanner && !A.isApple()) { - t2 = t2[t4].userCompany.isOwner ? new A.EditScaffold_build_closure0(state) : _null; - t2 = A.Column$(A._setArrayType([A.InkWell$(false, _null, true, new A.IconMessage(upgradeMessage, _null, B.MaterialColor_Map_JNZaB_4294940672, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t2, _null, _null, _null, _null, _null, _null), A.Expanded$(_this.body, 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); + t1 = t1[t3].userCompany.isOwner ? new A.EditScaffold_build_closure0(state) : _null; + t1 = A.Column$(A._setArrayType([A.InkWell$(false, _null, true, new A.IconMessage(upgradeMessage, _null, B.MaterialColor_Map_JNZaB_4294940672, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1, _null, _null, _null, _null, _null, _null), A.Expanded$(_this.body, 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); } else { - t2 = state.isSaving && A.getLayout(context) === B.AppLayout_desktop; - t3 = _this.body; - t2 = t2 ? new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t3, A.LinearProgressIndicator$()], type$.JSArray_legacy_Widget), _null) : t3; + t1 = state.isSaving && A.getLayout(context) === B.AppLayout_desktop; + t2 = _this.body; + t1 = t1 ? new A.Stack(B.Alignment_0_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([t2, A.LinearProgressIndicator$()], type$.JSArray_legacy_Widget), _null) : t2; } - t3 = A.getLayout(context) === B.AppLayout_desktop ? new A.MenuDrawerBuilder(_null) : _null; - t4 = A.getLayout(context); + t2 = A.getLayout(context) === B.AppLayout_desktop ? new A.MenuDrawerBuilder(_null) : _null; + t3 = A.getLayout(context); t6 = type$.JSArray_legacy_Widget; t8 = A._setArrayType([], t6); t9 = _this.title; @@ -395358,27 +395270,27 @@ } if (showOverflow) { t9 = type$.MappedListIterable_of_legacy_EntityAction_and_legacy_OutlinedButton; - t8.push(A.Expanded$(new A.Align(B.Alignment_1_0, _null, _null, A.FocusTraversalGroup$(A.OverflowView$flexible(new A.EditScaffold_build_closure1(_this, t1, textStyle, state, t5), A.List_List$of(new A.MappedListIterable(t5, new A.EditScaffold_build_closure2(_this, t1, context, state, textStyle, store), t9), true, t9._eval$1("ListIterable.E")), 8), false, true, _null), _null), 1)); + t8.push(A.Expanded$(new A.Align(B.Alignment_1_0, _null, _null, A.FocusTraversalGroup$(A.OverflowView$flexible(new A.EditScaffold_build_closure1(_this, t4, textStyle, state, t5), A.List_List$of(new A.MappedListIterable(t5, new A.EditScaffold_build_closure2(_this, t4, context, state, textStyle, store), t9), true, t9._eval$1("ListIterable.E")), 8), false, true, _null), _null), 1)); } t5 = A.Row$(t8, B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); if (showOverflow) - t1 = A._setArrayType([], t6); + t4 = A._setArrayType([], t6); else { t6 = A._setArrayType([], t6); if (state.isSaving) t6.push(new A.Padding(B.EdgeInsets_0_0_20_0, A.Center$(new A.SizedBox(26, 26, A.CircularProgressIndicator$(_null, B.Color_4294967295, _null, _null, _null, 4, _null, _null), _null), _null, _null), _null)); else { t8 = isEnabled && _this.onSavePressed != null; - t1 = t1.get$cancel(t1); + t4 = t4.get$cancel(t4); t9 = A.getLayout(context) === B.AppLayout_mobile ? _null : new A.EditScaffold_build_closure3(_this, store); - t6.push(A.SaveCancelButtons$(t1, isCancelEnabled, t8, true, t9, new A.EditScaffold_build_closure4(_this), _this.saveLabel)); + t6.push(A.SaveCancelButtons$(t4, isCancelEnabled, t8, true, t9, new A.EditScaffold_build_closure4(_this), _this.saveLabel)); } if (!t7 && _this.onActionPressed != null) t6.push(A.PopupMenuButton$(_null, _null, isEnabled, A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _null, new A.EditScaffold_build_closure5(_this), new A.EditScaffold_build_closure6(_this, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction)); - t1 = t6; + t4 = t6; } t6 = _this.isFullscreen && A.getLayout(context) === B.AppLayout_desktop ? _null : _this.appBarBottom; - return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t1, _null, t4 === B.AppLayout_mobile, _null, _null, t6, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, 1, _null), _null, t2, _this.bottomNavigationBar, t3, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, true, _null), new A.EditScaffold_build_closure7(), _null); + return new A.WillPopScope(A.FocusTraversalGroup$(A.Scaffold$(A.AppBar$(t4, _null, t3 === B.AppLayout_mobile, _null, _null, t6, 1, _null, false, _null, false, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, t5, _null, _null, _null, 1, _null), _null, t1, _this.bottomNavigationBar, t2, _null, _this.floatingActionButton, B.C__EndDockedFabLocation), true, true, _null), new A.EditScaffold_build_closure7(), _null); }, get$body(receiver) { return this.body; @@ -395388,7 +395300,7 @@ call$1(action) { return action != null; }, - $signature: 443 + $signature: 442 }; A.EditScaffold_build_closure7.prototype = { call$0() { @@ -395436,7 +395348,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A.EditScaffold_build_closure2.prototype = { call$1(action) { @@ -395458,7 +395370,7 @@ t1 = t4.isSaving ? _null : new A.EditScaffold_build__closure0(_this.$this, action, t1, _this.store); return A.OutlinedButton$(new A.ConstrainedBox(new A.BoxConstraints(t2, 1 / 0, 0, 1 / 0), t3, _null), _null, t1, _null); }, - $signature: 444 + $signature: 443 }; A.EditScaffold_build__closure0.prototype = { call$0() { @@ -395487,13 +395399,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.getLayout(context) === B.AppLayout_desktop ? A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null) : A.Icon$(B.IconData_58372_MaterialIcons_null_false, _null, _null), _null), _null, true, _null, _null, new A.EditScaffold_build__closure1(_this.entityActions, remaining), new A.EditScaffold_build__closure2(_this.$this, context), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 445 + $signature: 444 }; A.EditScaffold_build__closure2.prototype = { call$1(action) { this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 241 + $signature: 271 }; A.EditScaffold_build__closure1.prototype = { call$1(context) { @@ -395503,7 +395415,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: 446 + $signature: 445 }; A.EditScaffold_build___closure.prototype = { call$1(action) { @@ -395513,7 +395425,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: 447 + $signature: 446 }; A.EditScaffold_build_closure4.prototype = { call$1(context) { @@ -395581,7 +395493,7 @@ call$1(dialogContext) { return A.SimpleDialog$(this.actions, null); }, - $signature: 160 + $signature: 162 }; A.EntityActionListTile.prototype = { build$1(_, context) { @@ -395766,7 +395678,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this._widget.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A._EntityListTileState_build_closure0.prototype = { call$0() { @@ -395781,7 +395693,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure0(t1)); }, - $signature: 390 + $signature: 447 }; A._EntityListTileState_build__closure0.prototype = { call$0() { @@ -395794,7 +395706,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntityListTileState_build__closure(t1)); }, - $signature: 282 + $signature: 363 }; A._EntityListTileState_build__closure.prototype = { call$0() { @@ -395887,7 +395799,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure0(t1)); }, - $signature: 390 + $signature: 447 }; A._EntitiesListTileState_build__closure0.prototype = { call$0() { @@ -395900,7 +395812,7 @@ var t1 = this.$this; return t1.setState$1(new A._EntitiesListTileState_build__closure(t1)); }, - $signature: 282 + $signature: 363 }; A._EntitiesListTileState_build__closure.prototype = { call$0() { @@ -396243,7 +396155,7 @@ call$1(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 35 + $signature: 34 }; A._EntityDropdownState_build_closure5.prototype = { call$1(textEditingValue) { @@ -396328,7 +396240,7 @@ } else t3.call$1(entity); }, - $signature: 35 + $signature: 34 }; A._EntityDropdownState_build_closure__wrapUp.prototype = { call$1(entity) { @@ -396337,7 +396249,7 @@ t1._entity_dropdown$_focusNode.requestFocus$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A._EntityDropdownState_build___wrapUp_closure(t1)); }, - $signature: 165 + $signature: 174 }; A._EntityDropdownState_build___wrapUp_closure.prototype = { call$1(duration) { @@ -396368,7 +396280,7 @@ t1 = this.$this; t1._entity_dropdown$_focusNode.addListener$1(0, t1.get$_onFocusChanged()); }, - $signature: 35 + $signature: 34 }; A._EntityDropdownState_build__closure3.prototype = { call$1(error) { @@ -396455,7 +396367,7 @@ call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 165 + $signature: 174 }; A._EntityDropdownState_build_closure6.prototype = { call$0() { @@ -396496,7 +396408,7 @@ this.$this._widget.onSelected$1(entity); A.Navigator_of(this.context, false).pop$1(0, null); }, - $signature: 165 + $signature: 174 }; A._EntityDropdownDialogState_build__headerRow.prototype = { call$0() { @@ -396510,7 +396422,7 @@ t2 = t2._widget.onAddPressed != null ? A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._EntityDropdownDialogState_build__headerRow_closure1(t2, t5), B.EdgeInsets_8_8_8_8, _null, t3.get$createNew(), _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.Row$(A._setArrayType([new A.Padding(B.EdgeInsets_10_0_10_0, t1, _null), t4, t6, t2], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 128 + $signature: 123 }; A._EntityDropdownDialogState_build__headerRow_closure.prototype = { call$1(value) { @@ -396548,7 +396460,7 @@ call$1(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 35 + $signature: 34 }; A._EntityDropdownDialogState_build__createList.prototype = { call$0() { @@ -396558,7 +396470,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: 128 + $signature: 123 }; A._EntityDropdownDialogState_build__createList_closure.prototype = { call$1(entityId) { @@ -396584,7 +396496,7 @@ call$1(entity) { return this._selectEntity.call$1(entity); }, - $signature: 165 + $signature: 174 }; A.EntityAutocompleteListTile.prototype = { build$1(_, context) { @@ -396683,7 +396595,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 128 + $signature: 123 }; A.EntityHeader_build__value2.prototype = { call$0() { @@ -396695,7 +396607,7 @@ t1 = (t2 == null ? "" : t2).length === 0 ? " " : t2; return new A.CopyToClipboard(A.Column$(A._setArrayType([t3, new A.SizedBox(_null, 8, _null, _null), A.FittedBox$(A.Text$(t1, _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, 30, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null))], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), t2, false, _null, _null, _null); }, - $signature: 128 + $signature: 123 }; A.EntityStateLabel.prototype = { build$1(_, context) { @@ -396800,7 +396712,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 246 + $signature: 272 }; A.EntityTopFilter_build_closure0.prototype = { call$0() { @@ -396854,7 +396766,7 @@ else A.viewEntitiesByType(value, t1); }, - $signature: 186 + $signature: 181 }; A.EntityTopFilter_build__closure.prototype = { call$1(context) { @@ -396873,7 +396785,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(element); }, - $signature: 246 + $signature: 272 }; A.EntityTopFilter_build___closure0.prototype = { call$1(type) { @@ -396940,7 +396852,7 @@ call$1(action) { return action != null; }, - $signature: 443 + $signature: 442 }; A.EntityTopFilterHeader_build_closure0.prototype = { call$0() { @@ -396980,7 +396892,7 @@ t2 = t2 ? _null : new A.EntityTopFilterHeader_build__closure(_this.filterEntity, action); return A.OutlinedButton$(new A.IconText(label, t1, t3, _null, _null), _null, t2, _null); }, - $signature: 444 + $signature: 443 }; A.EntityTopFilterHeader_build__closure.prototype = { call$0() { @@ -396993,13 +396905,13 @@ var _this = this, _null = null; return A.PopupMenuButton$(new A.Padding(B.EdgeInsets_8_0_8_0, A.Row$(A._setArrayType([A.Text$(_this.localization.get$more(), _null, _null, _null, _null, _null, _this.textStyle, _null, _null, _null), new A.SizedBox(4, _null, _null, _null), A.Icon$(B.IconData_57496_MaterialIcons_null_false, _this.state.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null, true, _null, _null, new A.EntityTopFilterHeader_build__closure0(_this.entityActions, remaining), new A.EntityTopFilterHeader_build__closure1(_this.filterEntity), B.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 445 + $signature: 444 }; A.EntityTopFilterHeader_build__closure1.prototype = { call$1(action) { A.handleEntitiesActions(A._setArrayType([this.filterEntity], type$.JSArray_legacy_BaseEntity), action, false); }, - $signature: 241 + $signature: 271 }; A.EntityTopFilterHeader_build__closure0.prototype = { call$1(context) { @@ -397009,7 +396921,7 @@ t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,PopupMenuItem*>"); return A.List_List$of(new A.MappedListIterable(t1, new A.EntityTopFilterHeader_build___closure(context), t2), true, t2._eval$1("ListIterable.E")); }, - $signature: 446 + $signature: 445 }; A.EntityTopFilterHeader_build___closure.prototype = { call$1(action) { @@ -397019,7 +396931,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: 447 + $signature: 446 }; A.EntityTopFilterHeader_build_closure5.prototype = { call$0() { @@ -397194,7 +397106,7 @@ call$1(index) { return this.$this.onTabChanged.call$1(index); }, - $signature: 189 + $signature: 191 }; A.BoolDropdownButton.prototype = { build$1(_, context) { @@ -397441,7 +397353,7 @@ 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: 164 + $signature: 173 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1(color) { @@ -397581,14 +397493,14 @@ if (t1.onChanged != null) t1.onChanged$1(date); }, - $signature: 53 + $signature: 51 }; A._CustomFieldState_build_closure1.prototype = { call$1(option) { var _null = null; return A.DropdownMenuItem$(A.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CustomFieldState_build_closure2.prototype = { call$1(value) { @@ -398031,7 +397943,7 @@ else if (this.enterShouldSubmit) t1._widget.onSavePressed$1(this.context); }, - $signature: 67 + $signature: 66 }; A.DesignPicker.prototype = { build$1(_, context) { @@ -398064,7 +397976,7 @@ if (t1.get$isHosted()) if (!t1.get$isPaidAccount()) { t2 = t1.uiState.selectedCompanyIndex; - t1 = t1.userCompanyStates._list[t2].userCompany.account.trialPlan.length === 0 && !design.isFree; + t1 = t1.userCompanyStates._list[t2].userCompany.account.trialDaysLeft <= 0 && !design.isFree; } else t1 = false; else @@ -398080,7 +397992,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), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.DiscountField.prototype = { build$1(_, context) { @@ -398213,7 +398125,7 @@ t1._duration_picker$_textController.set$text(0, A.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 109 + $signature: 112 }; A.DynamicSelector.prototype = { build$1(_, context) { @@ -398259,7 +398171,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, entityId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.DynamicSelector_build_closure1.prototype = { call$1(entity) { @@ -398599,7 +398511,7 @@ t1 = ""; this.$this.onChanged.call$1(t1); }, - $signature: 35 + $signature: 34 }; A.ProjectPicker_build_closure.prototype = { call$2(completer, $name) { @@ -398607,7 +398519,7 @@ t1 = A.ProjectEntity_ProjectEntity(_null, _null, _null, _null).rebuild$1(new A.ProjectPicker_build__closure(this.$this, $name)); this.store.get$_dispatchers()[0].call$1(new A.SaveProjectRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.ProjectPicker_build__closure.prototype = { call$1(b) { @@ -398615,7 +398527,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.$this.clientId; return b; }, - $signature: 166 + $signature: 164 }; A.SaveCancelButtons.prototype = { build$1(_, context) { @@ -398644,7 +398556,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: 336 }; A.SaveCancelButtons_build__closure0.prototype = { call$0() { @@ -398664,7 +398576,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: 336 }; A.SaveCancelButtons_build__closure.prototype = { call$0() { @@ -398797,7 +398709,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: 656 + $signature: 532 }; A._TimePickerState_build_closure.prototype = { call$0() { @@ -398929,14 +398841,14 @@ var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.VendorPicker_build__closure($name)); this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.VendorPicker_build__closure.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 97 + $signature: 99 }; A.TokenMeta.prototype = { build$1(_, context) { @@ -399053,7 +398965,7 @@ call$0() { return A.format(A.DateTime$fromMillisecondsSinceEpoch(this.history.timestamp, false), J.$add$ansx(A.localeSelector(this.state, true), "_short")); }, - $signature: 139 + $signature: 131 }; A._HistoryListTileState_build_closure0.prototype = { call$0() { @@ -399310,7 +399222,7 @@ if (state.get$isHosted()) { t2 = state.userCompanyStates; t3 = state.uiState.selectedCompanyIndex; - t3 = t2._list[t3].userCompany.account.trialPlan.length !== 0; + t3 = t2._list[t3].userCompany.account.trialDaysLeft > 0; t2 = t3; } else t2 = false; @@ -399459,7 +399371,7 @@ t2 = this.invitation; return t1 === (this.invoice.entityType === B.EntityType_purchaseOrder ? t2.vendorContactId : t2.clientContactId); }, - $signature: 158 + $signature: 159 }; A._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0() { @@ -399471,7 +399383,7 @@ call$1(contact) { return contact != null; }, - $signature: 158 + $signature: 159 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1(contact) { @@ -399488,7 +399400,7 @@ } return t1; }, - $signature: 40 + $signature: 39 }; A._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1(template) { @@ -399520,7 +399432,7 @@ call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 67 + $signature: 66 }; A._InvoiceEmailViewState__buildEdit_closure1.prototype = { call$1(value) { @@ -399537,13 +399449,13 @@ call$1(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 67 + $signature: 66 }; A._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities.elementAt$1(0, index), false, null); }, - $signature: 296 + $signature: 337 }; A._InvoiceEmailViewState_build_closure.prototype = { call$1(context) { @@ -399717,7 +399629,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 235 + $signature: 240 }; A._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1(taxRate) { @@ -399745,7 +399657,7 @@ call$1(id) { return this.taxState.map._map$_map.$index(0, id); }, - $signature: 235 + $signature: 240 }; A._TaxRateDropdownState_build_closure1.prototype = { call$1(taxRate) { @@ -400025,13 +399937,13 @@ call$1(e) { return !J.contains$1$asx(this.stateFilters._copy_on_write_list$_list, e); }, - $signature: 297 + $signature: 338 }; A._ListFilterState_build__closure3.prototype = { call$1(e) { return !J.contains$1$asx(this.selected._copy_on_write_list$_list, e); }, - $signature: 297 + $signature: 338 }; A._ListFilterState_build_closure2.prototype = { call$1(value) { @@ -400082,7 +399994,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 297 + $signature: 338 }; A._ListFilterState_build___closure0.prototype = { call$1(e) { @@ -400097,7 +400009,7 @@ type$.legacy_EntityStatus._as(e); return !B.JSArray_methods.contains$1(t1, e.get$id(e)); }, - $signature: 297 + $signature: 338 }; A._ListFilterState_build___closure.prototype = { call$1(e) { @@ -400204,7 +400116,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ListScaffold_build__closure0(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 298 + $signature: 339 }; A.ListScaffold_build__closure0.prototype = { call$0() { @@ -400266,7 +400178,7 @@ t1 = this.state; return A.InkWell$(false, _null, true, new A.Padding(B.EdgeInsets_12_0_12_0, A.Icon$(B.IconData_58132_MaterialIcons_null_false, t1.get$headerTextColor(), _null), _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A.ListScaffold_build__closure(context, t1, this.store), _null, _null, _null, _null, _null, _null); }, - $signature: 298 + $signature: 339 }; A.ListScaffold_build__closure.prototype = { call$0() { @@ -400576,7 +400488,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._LiveTextState_initState__closure()); }, - $signature: 451 + $signature: 452 }; A._LiveTextState_initState__closure.prototype = { call$0() { @@ -401514,7 +401426,7 @@ t2.push(A.PopupMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(2, _null, _null, _null), A.Icon$(B.IconData_58291_MaterialIcons_null_false, _null, 32), new A.SizedBox(15, _null, _null, _null), A.Text$(_this.localization.get$logout(), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), "logout", type$.legacy_String)); return t2; }, - $signature: 442 + $signature: 441 }; A.MenuDrawer_build__closure1.prototype = { call$1(company) { @@ -401561,7 +401473,7 @@ call$1(company) { return company.id === this.companyId; }, - $signature: 680 + $signature: 598 }; A.MenuDrawer_build_closure3.prototype = { call$1(context) { @@ -401838,7 +401750,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure0(t1)); }, - $signature: 390 + $signature: 447 }; A._DrawerTileState_build__closure0.prototype = { call$0() { @@ -401851,7 +401763,7 @@ var t1 = this.$this; return t1.setState$1(new A._DrawerTileState_build__closure(t1)); }, - $signature: 282 + $signature: 363 }; A._DrawerTileState_build__closure.prototype = { call$0() { @@ -401886,15 +401798,22 @@ } else if (state.get$credentials(state).token.length === 0) { t2 = prefState.enableTooltips ? t1.get$error(t1) : ""; t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNc9P_4294198070, _null), _null, new A.SidebarFooter_build_closure0(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - } else if (!state.get$isHosted() && !t2[t3].userCompany.account.disableAutoUpdate && state.get$isUpdateAvailable()) { - t2 = prefState.enableTooltips ? t1.get$updateAvailable() : ""; - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, new A.SidebarFooter_build_closure1(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); - } else if (state.get$isHosted() && A.getUnconnectedStripeAccount(state) != null) - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure2(context), B.EdgeInsets_8_8_8_8, _null, _null, _null)); - else { - t2 = !state.dismissedNativeWarning && !prefState.hideDesktopWarning; - if (t2) - t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58446_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure3(context, t1, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + } else { + if (!state.get$isHosted()) { + t2 = t2[t3].userCompany.account; + t2 = !t2.disableAutoUpdate && !t2.isDocker && state.get$isUpdateAvailable(); + } else + t2 = false; + if (t2) { + t2 = prefState.enableTooltips ? t1.get$updateAvailable() : ""; + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, A.Theme_of(context).colorScheme.secondary, _null), _null, new A.SidebarFooter_build_closure1(context), B.EdgeInsets_8_8_8_8, _null, t2, _null)); + } else if (state.get$isHosted() && A.getUnconnectedStripeAccount(state) != null) + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_59083_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure2(context), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + else { + t2 = !state.dismissedNativeWarning && !prefState.hideDesktopWarning; + if (t2) + t5.push(A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58446_MaterialIcons_null_false, B.MaterialColor_Map_JNZaB_4294940672, _null), _null, new A.SidebarFooter_build_closure3(context, t1, store), B.EdgeInsets_8_8_8_8, _null, _null, _null)); + } } t2 = A.Icon$(B.IconData_58307_MaterialIcons_null_false, _null, _null); t3 = prefState.enableTooltips; @@ -402160,7 +402079,7 @@ t1.push(A.PopupMenuItem$(A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58173_MaterialIcons_null_false, _null, _null), _null, _null, 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: 442 + $signature: 441 }; A.SidebarFooterCollapsed_build_closure1.prototype = { call$0() { @@ -402174,7 +402093,7 @@ call$1(context) { return new A.ContactUsDialog(null); }, - $signature: 619 + $signature: 2200 }; A._showUpdate_closure.prototype = { call$1(context) { @@ -402218,20 +402137,21 @@ t11 = J.$index$asx(t2.$index(0, t3), "app_platforms"); if (t11 == null) t11 = ""; - t11 = A._setArrayType([t8, new A.SizedBox(_null, 8, _null, _null), t10, new A.Padding(B.EdgeInsets_0_4_0_0, new A.AppButton(_null, B._MdiIconData_EuK, t11.toUpperCase(), new A._showAbout__closure3(context, t1), _null, _null), _null)], t7); + t11 = A._setArrayType([t8, new A.SizedBox(_null, 8, _null, _null), t10, new A.Padding(B.EdgeInsets_0_4_0_0, new A.AppButton(_null, B._MdiIconData_EuK, t11.toUpperCase(), new A._showAbout__closure3(context, t1), _null, _null), _null), new A.AppButton(B.MaterialColor_Map_JN94k_4278238420, B._MdiIconData_egL0, t1.get$releaseNotes().toUpperCase(), new A._showAbout__closure4(), _null, _null)], t7); t6.get$isHosted(); t8 = J.$index$asx(t2.$index(0, t3), "health_check"); if (t8 == null) t8 = ""; - t8 = A._setArrayType([new A.AppButton(B.MaterialColor_Map_JNEaM_4283215696, B._MdiIconData_2Nv, t8.toUpperCase(), new A._showAbout__closure4(context), _null, _null)], t7); - if (!t5[t9].userCompany.account.disableAutoUpdate) { + t8 = A._setArrayType([new A.AppButton(B.MaterialColor_Map_JNEaM_4283215696, B._MdiIconData_2Nv, t8.toUpperCase(), new A._showAbout__closure5(context), _null, _null)], t7); + t10 = t5[t9].userCompany.account; + if (!t10.disableAutoUpdate && !t10.isDocker) { if (t6.get$isUpdateAvailable()) { t1 = J.$index$asx(t2.$index(0, t3), "update_app"); if (t1 == null) t1 = ""; } else t1 = t1.get$forceUpdate(); - t8.push(new A.AppButton(B.MaterialColor_Map_JNZaB_4294940672, B._MdiIconData_egL0, t1.toUpperCase(), new A._showAbout__closure5(context), _null, _null)); + t8.push(new A.AppButton(B.MaterialColor_Map_JNZaB_4294940672, B._MdiIconData_egL1, t1.toUpperCase(), new A._showAbout__closure6(context), _null, _null)); } B.JSArray_methods.addAll$1(t11, t8); t1 = t5[t9].userCompany.company; @@ -402240,13 +402160,13 @@ t1 = J.$index$asx(t2.$index(0, t3), _s10_); if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s10_); - t11.push(new A.AppButton(B.MaterialColor_Map_JNNS7_4288423856, B.IconData_58873_MaterialIcons_null_false, t1.toUpperCase(), new A._showAbout__closure6(context), _null, _null)); + t11.push(new A.AppButton(B.MaterialColor_Map_JNNS7_4288423856, B.IconData_58873_MaterialIcons_null_false, t1.toUpperCase(), new A._showAbout__closure7(context), _null, _null)); } t11.push(new A.SizedBox(_null, 22, _null, _null)); - t11.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_SXh, _null, _null), _null, new A._showAbout__closure7(), B.EdgeInsets_8_8_8_8, _null, "Twitter", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_sUr, _null, _null), _null, new A._showAbout__closure8(), B.EdgeInsets_8_8_8_8, _null, "Facebook", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_aAu, _null, _null), _null, new A._showAbout__closure9(), B.EdgeInsets_8_8_8_8, _null, "GitHub", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_7vC, _null, _null), _null, new A._showAbout__closure10(), B.EdgeInsets_8_8_8_8, _null, "YouTube", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_AmO, _null, _null), _null, new A._showAbout__closure11(), B.EdgeInsets_8_8_8_8, _null, "Slack", _null)], t7), B.WrapCrossAlignment_0, 0)); + t11.push(A.Wrap$(B.WrapAlignment_2, A._setArrayType([A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_SXh, _null, _null), _null, new A._showAbout__closure8(), B.EdgeInsets_8_8_8_8, _null, "Twitter", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_sUr, _null, _null), _null, new A._showAbout__closure9(), B.EdgeInsets_8_8_8_8, _null, "Facebook", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_aAu, _null, _null), _null, new A._showAbout__closure10(), B.EdgeInsets_8_8_8_8, _null, "GitHub", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_7vC, _null, _null), _null, new A._showAbout__closure11(), B.EdgeInsets_8_8_8_8, _null, "YouTube", _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B._MdiIconData_AmO, _null, _null), _null, new A._showAbout__closure12(), B.EdgeInsets_8_8_8_8, _null, "Slack", _null)], t7), B.Clip_0, B.WrapCrossAlignment_0, 0)); return A.PointerInterceptor$(A.AlertDialog$(t4, B.EdgeInsets_0_0_0_0, _null, A.SingleChildScrollView$(A.Column$(t11, B.CrossAxisAlignment_3, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1), _null, B.DragStartBehavior_1, _null, _null, _null, false, B.Axis_1), B.EdgeInsets_24_20_24_24, _null, _null, _null)); }, - $signature: 620 + $signature: 619 }; A._showAbout__closure.prototype = { call$0() { @@ -402299,7 +402219,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: 164 + $signature: 173 }; A._showAbout____closure.prototype = { call$0() { @@ -402314,7 +402234,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: 164 + $signature: 173 }; A._showAbout______closure.prototype = { call$0() { @@ -402383,6 +402303,12 @@ $signature: 26 }; A._showAbout__closure4.prototype = { + call$0() { + return A.launch(string$.https_g, null, false); + }, + $signature: 26 + }; + A._showAbout__closure5.prototype = { call$0() { A.showDialog(null, true, new A._showAbout___closure(), this.context, null, true, type$.legacy_HealthCheckDialog); }, @@ -402394,43 +402320,43 @@ }, $signature: 2203 }; - A._showAbout__closure5.prototype = { + A._showAbout__closure6.prototype = { call$0() { return A._showUpdate(this.context); }, $signature: 0 }; - A._showAbout__closure6.prototype = { + A._showAbout__closure7.prototype = { call$0() { A.launch(A.getRateAppURL(this.context), null, false); }, $signature: 1 }; - A._showAbout__closure7.prototype = { + A._showAbout__closure8.prototype = { call$0() { return A.launch("https://twitter.com/invoiceninja", null, false); }, $signature: 26 }; - A._showAbout__closure8.prototype = { + A._showAbout__closure9.prototype = { call$0() { return A.launch("https://www.facebook.com/invoiceninja", null, false); }, $signature: 26 }; - A._showAbout__closure9.prototype = { + A._showAbout__closure10.prototype = { call$0() { return A.launch("https://github.com/invoiceninja", null, false); }, $signature: 26 }; - A._showAbout__closure10.prototype = { + A._showAbout__closure11.prototype = { call$0() { return A.launch("https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA/videos", null, false); }, $signature: 26 }; - A._showAbout__closure11.prototype = { + A._showAbout__closure12.prototype = { call$0() { return A.launch("http://slack.invoiceninja.com", null, false); }, @@ -402525,7 +402451,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 621 + $signature: 620 }; A._ContactUsDialogState__sendMessage__closure0.prototype = { call$0() { @@ -402541,7 +402467,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "your_message_has_been_received"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 286 + $signature: 277 }; A._ContactUsDialogState__sendMessage_closure1.prototype = { call$1(error) { @@ -402648,7 +402574,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 278 + $signature: 332 }; A.MenuDrawerVM_fromStore_closure.prototype = { call$3(context, index, company) { @@ -402775,7 +402701,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 278 + $signature: 332 }; A.MenuDrawerVM_fromStore___closure.prototype = { call$1(value) { @@ -402789,7 +402715,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 160 + $signature: 162 }; A._TheState.prototype = {}; A._theState_closure.prototype = { @@ -402875,7 +402801,7 @@ t1 = t1.childBuilder$1(t1.selectedValues); return t1; }, - $signature: 128 + $signature: 123 }; A._DropDownMultiSelectState_build__closure1.prototype = { call$1(x) { @@ -402897,7 +402823,7 @@ var _null = null; return A.DropdownMenuItem$(A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null, type$.dynamic); }, - $signature: 622 + $signature: 621 }; A._DropDownMultiSelectState_build__closure0.prototype = { call$1(x) { @@ -402906,7 +402832,7 @@ t1._widget.toString; return A.DropdownMenuItem$(t2, new A._DropDownMultiSelectState_build___closure1(t1, x), x, type$.dynamic); }, - $signature: 622 + $signature: 621 }; A._DropDownMultiSelectState_build___closure0.prototype = { call$0() { @@ -403098,196 +403024,12 @@ }; A._ReviewAppState.prototype = { build$1(_, context) { - var t2, t3, t4, t0, t5, _this = this, _null = null, - _s24_ = "are_you_enjoying_the_app", - _s2_ = "en", - _s17_ = "would_you_rate_it", - _s22_ = "would_you_tell_us_more", - _s13_ = "yes_its_great", - _s13_0 = "sure_happy_to", - _s11_ = "not_so_much", - _s10_ = "no_not_now", - t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - store = A.StoreProvider_of(context, type$.legacy_AppState); - if (!(A.isAndroid() || A.isIOS())) - return new A.SizedBox(_null, _null, _null, _null); - t2 = _this._likesTheApp; - if (t2 == null) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = t1.localeCode; - t4 = J.$index$asx(t2.$index(0, t3), _s24_); - if (t4 == null) - t4 = J.$index$asx(t2.$index(0, _s2_), _s24_); - t0 = t4; - t4 = t3; - t3 = t2; - t2 = t0; - } else if (t2) { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = t1.localeCode; - t4 = J.$index$asx(t2.$index(0, t3), _s17_); - if (t4 == null) - t4 = J.$index$asx(t2.$index(0, _s2_), _s17_); - t0 = t4; - t4 = t3; - t3 = t2; - t2 = t0; - } else { - t1.toString; - t2 = $.$get$LocalizationsProvider__localizedValues(); - t3 = t1.localeCode; - t4 = J.$index$asx(t2.$index(0, t3), _s22_); - if (t4 == null) - t4 = J.$index$asx(t2.$index(0, _s2_), _s22_); - t0 = t4; - t4 = t3; - t3 = t2; - t2 = t0; - } - t2 = A.Text$(t2, _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, B.TextAlign_2, _null, _null); - if (_this._likesTheApp == null) { - t1.toString; - t5 = J.$index$asx(t3.$index(0, t4), _s13_); - if (t5 == null) - t5 = J.$index$asx(t3.$index(0, _s2_), _s13_); - } else { - t1.toString; - t5 = J.$index$asx(t3.$index(0, t4), _s13_0); - if (t5 == null) - t5 = J.$index$asx(t3.$index(0, _s2_), _s13_0); - } - t5 = A.TextButton$(false, new A.ConstrainedBox(B.BoxConstraints_mlX5, new A.Padding(B.EdgeInsets_0_16_0_16, A.Text$(t5, _null, _null, _null, _null, _null, _null, B.TextAlign_2, _null, _null), _null), _null), _null, new A._ReviewAppState_build_closure(_this, context, store), _null); - if (_this._likesTheApp == null) { - t1.toString; - t1 = J.$index$asx(t3.$index(0, t4), _s11_); - if (t1 == null) - t1 = J.$index$asx(t3.$index(0, _s2_), _s11_); - } else { - t1.toString; - t1 = J.$index$asx(t3.$index(0, t4), _s10_); - if (t1 == null) - t1 = J.$index$asx(t3.$index(0, _s2_), _s10_); - } - t3 = type$.JSArray_legacy_Widget; - return new A.Padding(B.EdgeInsets_0_8_0_0, A.FormCard$(_null, A._setArrayType([new A.SizedBox(_null, 12, _null, _null), t2, new A.SizedBox(_null, 16, _null, _null), A.Wrap$(B.WrapAlignment_0, A._setArrayType([t5, A.TextButton$(false, new A.ConstrainedBox(B.BoxConstraints_mlX5, new A.Padding(B.EdgeInsets_0_16_0_16, A.Text$(t1, _null, _null, _null, _null, _null, _null, B.TextAlign_2, _null, _null), _null), _null), _null, new A._ReviewAppState_build_closure0(_this, store), _null)], t3), B.WrapCrossAlignment_0, 0)], t3), _null, B.CrossAxisAlignment_2, false, _null, false, _null), _null); + var _null = null; + A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); + A.StoreProvider_of(context, type$.legacy_AppState); + return new A.SizedBox(_null, _null, _null, _null); } }; - A._ReviewAppState_build_closure.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1, t2; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - t2 = t1._likesTheApp; - $async$goto = t2 == null ? 2 : 4; - break; - case 2: - // then - t1.setState$1(new A._ReviewAppState_build__closure0(t1)); - // goto join - $async$goto = 3; - break; - case 4: - // else - $async$goto = t2 ? 5 : 7; - break; - case 5: - // then - $async$goto = A.isAndroid() ? 8 : 10; - break; - case 8: - // then - t1 = $.$get$AppReview_inAppReview(); - t2 = A.isAndroid() ? "com.invoiceninja.app" : "id1503970375"; - t1.toString; - $.$get$InAppReviewPlatform__instance().openStoreListing$2$appStoreId$microsoftStoreId(t2, "9n3f2bbcfdr6"); - // goto join - $async$goto = 9; - break; - case 10: - // else - $async$goto = 11; - return A._asyncAwait(A.AppReview_isAvailable(), $async$call$0); - case 11: - // returning from await. - if ($async$result) { - $.$get$AppReview_inAppReview().toString; - $.$get$InAppReviewPlatform__instance()._method_channel_in_app_review$_channel._invokeMethod$1$3$arguments$missingOk("requestReview", null, false, type$.void); - } else - A.launch(A.getRateAppURL($async$self.context), null, false); - case 9: - // join - // goto join - $async$goto = 6; - break; - case 7: - // else - A.showDialog(null, true, new A._ReviewAppState_build__closure1(), $async$self.context, null, true, type$.void); - case 6: - // join - $async$self.store.get$_dispatchers()[0].call$1(new A.DismissReviewAppPermanently()); - case 3: - // join - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 33 - }; - A._ReviewAppState_build__closure0.prototype = { - call$0() { - this.$this._likesTheApp = true; - }, - $signature: 1 - }; - A._ReviewAppState_build__closure1.prototype = { - call$1(context) { - return new A.ContactUsDialog(null); - }, - $signature: 619 - }; - A._ReviewAppState_build_closure0.prototype = { - call$0() { - var $async$goto = 0, - $async$completer = A._makeAsyncAwaitCompleter(type$.Null), - $async$self = this, t1; - var $async$call$0 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) { - if ($async$errorCode === 1) - return A._asyncRethrow($async$result, $async$completer); - while (true) - switch ($async$goto) { - case 0: - // Function start - t1 = $async$self.$this; - if (t1._likesTheApp == null) - t1.setState$1(new A._ReviewAppState_build__closure(t1)); - else - $async$self.store.get$_dispatchers()[0].call$1(new A.DismissReviewAppPermanently()); - // implicit return - return A._asyncReturn(null, $async$completer); - } - }); - return A._asyncStartSync($async$call$0, $async$completer); - }, - $signature: 33 - }; - A._ReviewAppState_build__closure.prototype = { - call$0() { - this.$this._likesTheApp = false; - }, - $signature: 1 - }; A.ScrollableListView.prototype = { createState$0() { return new A._ScrollableListViewState(B._StateLifecycle_0); @@ -403361,14 +403103,14 @@ call$1(log) { return log.typeId !== 800; }, - $signature: 623 + $signature: 622 }; 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: 452 + $signature: 453 }; A._SystemLogViewerState_build__closure.prototype = { call$0() { @@ -403381,7 +403123,7 @@ call$1(systemLog) { return systemLog.eventId >= 20; }, - $signature: 623 + $signature: 622 }; A._SystemLogViewerState_build_closure1.prototype = { call$1(systemLog) { @@ -403559,19 +403301,19 @@ } return t1; }, - $signature: 201 + $signature: 215 }; A.AppDataTable_build_closure.prototype = { call$1(row) { return row.onSelectChanged != null; }, - $signature: 627 + $signature: 626 }; A.AppDataTable_build_closure0.prototype = { call$1(row) { return row.onSelectChanged != null && !row.selected; }, - $signature: 627 + $signature: 626 }; A.AppDataTable_build_closure1.prototype = { call$0() { @@ -403911,7 +403653,7 @@ call$1(column) { return B.DataCell_mS8; }, - $signature: 628 + $signature: 627 }; A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1(column) { @@ -403919,7 +403661,7 @@ this._box_0.haveProgressIndicator = true; return B.DataCell_R8h; }, - $signature: 628 + $signature: 627 }; A.AppPaginatedDataTableState__getRows_closure.prototype = { call$0() { @@ -403932,7 +403674,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A.AppPaginatedDataTableState_build_closure0.prototype = { call$2(context, constraints) { @@ -404022,7 +403764,7 @@ var _null = null; return new A.DataCell0(new A.SizedBox(_null, _null, _null, _null), _null, _null); }, - $signature: 630 + $signature: 629 }; A.EntityDataTableSource_getRow_closure0.prototype = { call$1(value) { @@ -404048,7 +403790,7 @@ A.handleEntitiesActions(A._setArrayType([this.entity], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.EntityDataTableSource_getRow_closure4.prototype = { call$0() { @@ -404065,7 +403807,7 @@ t4 = field === "description" ? 200 : 0; return new A.DataCell0(new A.ConstrainedBox(new A.BoxConstraints(t4, t3, 0, 1 / 0), t2, null), new A.EntityDataTableSource_getRow__closure(t1, _this.entity), _this._box_0.backgroundColor); }, - $signature: 630 + $signature: 629 }; A.EntityDataTableSource_getRow__closure.prototype = { call$0() { @@ -404326,7 +404068,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: 147 + $signature: 136 }; A._EntityListState_build__closure1.prototype = { call$2(context, index) { @@ -404339,7 +404081,7 @@ return t1.itemBuilder$2(context, index - 1); } }, - $signature: 147 + $signature: 136 }; A._EntityListState_build__closure3.prototype = { call$1(_) { @@ -404378,7 +404120,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 455 + $signature: 427 }; A._EntityListState_build___closure0.prototype = { call$1(invoice) { @@ -404387,7 +404129,7 @@ t1 = t2 != null && B.JSArray_methods.contains$1(t2._list, t1); return this.value !== t1; }, - $signature: 158 + $signature: 159 }; A._EntityListState_build__closure5.prototype = { call$1(field) { @@ -404407,7 +404149,7 @@ call$2(columnIndex, ascending) { this.$this._widget.onSortColumn$1(this.field); }, - $signature: 452 + $signature: 453 }; A._EntityListState_build__closure7.prototype = { call$1(row) { @@ -404421,19 +404163,19 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 109 + $signature: 112 }; A._EntityListState_build_closure0.prototype = { call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 455 + $signature: 427 }; A._EntityListState_build_closure1.prototype = { call$1(action) { return action != null; }, - $signature: 443 + $signature: 442 }; A._EntityListState_build_closure8.prototype = { call$0() { @@ -404454,7 +404196,7 @@ call$1(entityId) { return this.entityMap._map$_map.$index(0, entityId); }, - $signature: 455 + $signature: 427 }; A._EntityListState_build_closure4.prototype = { call$1(action) { @@ -404462,7 +404204,7 @@ t1 = A.getEntityActionIcon(action); return A.OutlinedButton$(new A.IconText(this.localization.lookup$1(A.S(action)), t1, _null, _null, _null), _null, new A._EntityListState_build__closure10(this.$this, this.entities, action), _null); }, - $signature: 444 + $signature: 443 }; A._EntityListState_build__closure10.prototype = { call$0() { @@ -404479,14 +404221,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: 445 + $signature: 444 }; A._EntityListState_build__closure12.prototype = { call$1(action) { A.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 241 + $signature: 271 }; A._EntityListState_build__closure11.prototype = { call$1(context) { @@ -404496,7 +404238,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: 446 + $signature: 445 }; A._EntityListState_build___closure2.prototype = { call$1(action) { @@ -404506,7 +404248,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: 447 + $signature: 446 }; A._EntityListState_build_closure6.prototype = { call$1(context) { @@ -404541,13 +404283,13 @@ call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 635 + $signature: 634 }; A._EntityListState_build_closure5.prototype = { call$1(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 55 + $signature: 52 }; A.VariablesHelp.prototype = { createState$0() { @@ -404670,7 +404412,7 @@ 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: 336 + $signature: 327 }; A._VariableGrid_build__closure.prototype = { call$1(field) { @@ -404854,7 +404596,7 @@ t1 = this.localization.get$edit(); return new A.AppTextButton(t1, isDisabled ? _null : new A.ViewScaffold_build__closure(this.$this), true, _null, _null); }, - $signature: 294 + $signature: 336 }; A.ViewScaffold_build__closure.prototype = { call$0() { @@ -404867,7 +404609,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.entity], type$.JSArray_legacy_BaseEntity), action, true); return null; }, - $signature: 61 + $signature: 59 }; A.WebSessionTimeout.prototype = { createState$0() { @@ -404906,7 +404648,7 @@ if (Date.now() - t1[t2].lastUpdated > sessionTimeout) store.get$_dispatchers()[0].call$1(new A.UserLogout()); }, - $signature: 459 + $signature: 415 }; A.WebSocketRefresh.prototype = { createState$0() { @@ -405395,7 +405137,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: 164 + $signature: 173 }; A._LoginState__submitSignUpForm__closure1.prototype = { call$0() { @@ -405473,7 +405215,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "recover_password_email_sent"); return new A.MessageDialog(t1 == null ? "" : t1, _null, _null, _null, _null, _null); }, - $signature: 286 + $signature: 277 }; A._LoginState__submitLoginForm_closure1.prototype = { call$1(error) { @@ -405523,7 +405265,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure4(t1, index)); }, - $signature: 109 + $signature: 112 }; A._LoginState_build__closure4.prototype = { call$0() { @@ -405542,7 +405284,7 @@ var t1 = this.$this; t1.setState$1(new A._LoginState_build__closure3(t1, index)); }, - $signature: 109 + $signature: 112 }; A._LoginState_build__closure3.prototype = { call$0() { @@ -405587,7 +405329,7 @@ var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure2(t1, value)); }, - $signature: 39 + $signature: 38 }; A._LoginState_build__closure2.prototype = { call$0() { @@ -405600,7 +405342,7 @@ var t1 = this.$this; return t1.setState$1(new A._LoginState_build__closure1(t1, value)); }, - $signature: 39 + $signature: 38 }; A._LoginState_build__closure1.prototype = { call$0() { @@ -405788,7 +405530,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 456 + $signature: 455 }; A.LoginVM_fromStore__closure6.prototype = { call$2(idToken, accessToken) { @@ -405807,13 +405549,13 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure2(_this._handleLogin, t3), type$.void); } }, - $signature: 41 + $signature: 40 }; A.LoginVM_fromStore___closure2.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure4.prototype = { call$3(context, completer, url) { @@ -405890,13 +405632,13 @@ t2.future.then$1$1(0, new A.LoginVM_fromStore___closure1(_this._handleLogin, t3), type$.void); } }, - $signature: 41 + $signature: 40 }; A.LoginVM_fromStore___closure1.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure5.prototype = { call$5$oneTimePassword$secret$url(context, completer, oneTimePassword, secret, url) { @@ -405929,7 +405671,7 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 456 + $signature: 455 }; A.LoginVM_fromStore__closure3.prototype = { call$2(idToken, accessToken) { @@ -405942,13 +405684,13 @@ _this.store.get$_dispatchers()[0].call$1(new A.OAuthLoginRequest(t1, null, idToken, accessToken, t2, t3, t5, "microsoft", null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure0(_this._handleLogin, t4), type$.void); }, - $signature: 41 + $signature: 40 }; A.LoginVM_fromStore___closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore__closure4.prototype = { call$1(error) { @@ -405993,13 +405735,13 @@ _this.store.get$_dispatchers()[0].call$1(new A.OAuthSignUpRequest(t1, idToken, _this.url, accessToken, "microsoft", _null, _null, _null, _null)); t1.future.then$1$1(0, new A.LoginVM_fromStore___closure(_this._handleLogin, _this.context), type$.void); }, - $signature: 41 + $signature: 40 }; A.LoginVM_fromStore___closure.prototype = { call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore__closure2.prototype = { call$1(error) { @@ -406073,13 +405815,13 @@ }); return A._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 456 + $signature: 455 }; A.LoginVM_fromStore__closure0.prototype = { call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure8.prototype = { call$3(context, completer, url) { @@ -406149,7 +405891,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure1.prototype = { call$4$email$password(context, completer, email, password) { @@ -406192,7 +405934,7 @@ call$1(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url(context, completer, email, secret, url) { @@ -406285,7 +406027,7 @@ call$1(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 156 + $signature: 155 }; A.LoginVM_fromStore_closure2.prototype = { call$3$token(context, completer, token) { @@ -406389,7 +406131,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.ClientListItem_build__closure2.prototype = { call$0() { @@ -406416,7 +406158,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.client], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.ClientListItem_build__closure5.prototype = { call$0() { @@ -406647,7 +406389,7 @@ t1 = A.Container$(_null, A.DatePicker$(false, _null, _null, t1.get$endDate(), _null, new A._ClientPdfViewState_build_closure8(_this), _this._client_pdf$_endDate, _null), B.Clip_0, _null, _null, _null, _null, _null, _null, _null, B.EdgeInsets_16_8_16_8, _null, _null, 180); t6 = J.$index$asx(t5.$index(0, t6), _s8_); t5 = t6 == null ? J.$index$asx(t5.$index(0, "en"), _s8_) : t6; - t4.push(A.Container$(_null, A.Wrap$(B.WrapAlignment_2, A._setArrayType([t8, t1, new A.Padding(B.EdgeInsets_16_0_16_0, new A.AppButton(_null, _null, t5, new A._ClientPdfViewState_build_closure9(_this), _null, _null), _null)], t3), B.WrapCrossAlignment_0, 0), B.Clip_0, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1 / 0)); + t4.push(A.Container$(_null, A.Wrap$(B.WrapAlignment_2, A._setArrayType([t8, t1, new A.Padding(B.EdgeInsets_16_0_16_0, new A.AppButton(_null, _null, t5, new A._ClientPdfViewState_build_closure9(_this), _null, _null), _null)], t3), B.Clip_0, B.WrapCrossAlignment_0, 0), B.Clip_0, t7, _null, _null, _null, _null, _null, _null, _null, _null, _null, 1 / 0)); } t4.push(A.Expanded$(_this._client_pdf$_isLoading || _this._client_pdf$_response == null ? new A.LoadingIndicator(_null, false, _null) : A.PdfPreview$(new A._ClientPdfViewState_build_closure10(_this), false, false, false, 800, _null), 1)); return A.Scaffold$(t2, B.Color_4292927712, A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), _null, _null, _null, _null, _null); @@ -406737,7 +406479,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 309 + $signature: 343 }; A._ClientPdfViewState_build_closure4.prototype = { call$1(value) { @@ -406758,7 +406500,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._ClientPdfViewState_build_closure5.prototype = { call$0() { @@ -406782,7 +406524,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._ClientPdfViewState_build_closure6.prototype = { call$0() { @@ -406795,7 +406537,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure0(t1, value)); }, - $signature: 53 + $signature: 51 }; A._ClientPdfViewState_build__closure0.prototype = { call$0() { @@ -406808,7 +406550,7 @@ var t1 = this.$this; t1.setState$1(new A._ClientPdfViewState_build__closure(t1, value)); }, - $signature: 53 + $signature: 51 }; A._ClientPdfViewState_build__closure.prototype = { call$0() { @@ -406826,7 +406568,7 @@ call$1(format) { return this.$this._client_pdf$_response.bodyBytes; }, - $signature: 249 + $signature: 263 }; A.ClientPdfScreen.prototype = { build$1(_, context) { @@ -407130,7 +406872,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._ClientEditState_build_closure0.prototype = { call$1(context) { @@ -407283,7 +407025,7 @@ b.get$_client_model$_$this()._client_model$_postalCode = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditBillingAddressState__onChanged_closure0.prototype = { call$0() { @@ -407306,7 +407048,7 @@ b.get$_client_model$_$this()._client_model$_countryId = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditBillingAddressState_build_closure0.prototype = { call$0() { @@ -407382,7 +407124,7 @@ call$1(c) { return c.id === this.contact.id; }, - $signature: 143 + $signature: 146 }; A._ClientEditContactsState_build_closure.prototype = { call$1(contact) { @@ -407570,7 +407312,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 292 + $signature: 345 }; A.ContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -407670,21 +407412,21 @@ var t1 = this.$this; return t1._contact = t1._contact.rebuild$1(new A.ContactEditDetailsState_build___closure(this.value)); }, - $signature: 419 + $signature: 463 }; A.ContactEditDetailsState_build___closure.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 292 + $signature: 345 }; A.ContactEditDetailsState_build__closure1.prototype = { call$1(b) { b.get$_client_model$_$this()._client_model$_sendEmail = this.value; return b; }, - $signature: 292 + $signature: 345 }; A.ContactEditDetailsState_build_closure13.prototype = { call$0() { @@ -407746,7 +407488,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteContact(index)); }, - $signature: 189 + $signature: 191 }; A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1.prototype = { call$1(_) { @@ -407893,7 +407635,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -407918,7 +407660,7 @@ b.get$_client_model$_$this()._groupId = this.groupId; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditDetailsState_build_closure1.prototype = { call$1(userId) { @@ -407931,7 +407673,7 @@ b.get$_client_model$_$this()._client_model$_assignedUserId = this.userId; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditFooter.prototype = { build$1(_, context) { @@ -408041,7 +407783,7 @@ b.get$_client_model$_$this()._privateNotes = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -408054,7 +407796,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ClientEditNotesState_build_closure0.prototype = { call$1(sizeId) { @@ -408067,7 +407809,7 @@ b.get$_client_model$_$this()._sizeId = this.sizeId; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditNotesState_build_closure1.prototype = { call$1(industry) { @@ -408084,7 +407826,7 @@ b.get$_client_model$_$this()._industryId = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettings.prototype = { createState$0() { @@ -408187,7 +407929,7 @@ t1.get$_settings_model$_$this()._defaultTaskRate = t2; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettingsState__onChanged_closure0.prototype = { call$0() { @@ -408211,7 +407953,7 @@ t1.get$_settings_model$_$this()._currencyId = t2; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettingsState_build_closure0.prototype = { call$1(language) { @@ -408229,7 +407971,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettingsState_build_closure1.prototype = { call$1(paymentTermId) { @@ -408240,7 +407982,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ClientEditSettingsState_build_closure2.prototype = { call$1(numDays) { @@ -408256,7 +407998,7 @@ t1.get$_settings_model$_$this()._defaultPaymentTerms = t2; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettingsState_build_closure3.prototype = { call$1(paymentTermId) { @@ -408267,7 +408009,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ClientEditSettingsState_build_closure4.prototype = { call$1(numDays) { @@ -408283,7 +408025,7 @@ t1.get$_settings_model$_$this()._defaultValidUntil = t2; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -408296,7 +408038,7 @@ b.get$settings().get$_settings_model$_$this()._sendReminders = this.value; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditShippingAddress.prototype = { createState$0() { @@ -408419,7 +408161,7 @@ b.get$_client_model$_$this()._shippingPostalCode = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditShippingAddressState__onChanged_closure0.prototype = { call$0() { @@ -408442,7 +408184,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditShippingAddressState_build_closure0.prototype = { call$0() { @@ -408505,7 +408247,7 @@ b.get$_client_model$_$this()._shippingCountryId = t1.countryId; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditVM_ClientEditVM$fromStore_closure2.prototype = { call$0() { @@ -408526,7 +408268,7 @@ b.get$_client_model$_$this()._client_model$_countryId = t1.shippingCountryId; return b; }, - $signature: 47 + $signature: 48 }; A.ClientEditVM_ClientEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -408571,7 +408313,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: 33 + $signature: 35 }; A.ClientEditVM_ClientEditVM$fromStore___closure.prototype = { call$1(context) { @@ -408616,7 +408358,7 @@ A.viewEntity(false, savedClient, null, true); } }, - $signature: 283 + $signature: 280 }; A.ClientEditVM_ClientEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -408707,7 +408449,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: 207 + $signature: 221 }; A._ClientViewState_build__closure.prototype = { call$0() { @@ -408763,7 +408505,7 @@ t6 = t1.can$2(B.UserPermission_view, B.EntityType_task) || t1.can$2(B.UserPermission_create, B.EntityType_task) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure3(context, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$task(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.SimpleDialog$(A._setArrayType([t2, t3, t4, t5, t6, t1.can$2(B.UserPermission_view, B.EntityType_expense) || t1.can$2(B.UserPermission_create, B.EntityType_expense) ? A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new A._ClientViewState_build___closure4(context, _this.store, _this.client), false, _null, _null, _null, _null, A.Text$(_this.localization.get$expense(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null) : A.Container$(_null, _null, B.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), _null); }, - $signature: 160 + $signature: 162 }; A._ClientViewState_build___closure.prototype = { call$0() { @@ -408859,13 +408601,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A._ClientViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 296 + $signature: 337 }; A.ClientViewDetails.prototype = { createState$0() { @@ -408959,7 +408701,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: 201 + $signature: 215 }; A._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -408978,7 +408720,7 @@ t1.push(A.AppListTile$(null, t2, B.IconData_58530_MaterialIcons_null_false, new A._ClientViewDetailsState_build__buildDetailsList__closure2(t5, t6, contact), t4.get$phone(t4), t3 + "\n" + t2)); } }, - $signature: 646 + $signature: 645 }; A._ClientViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -409070,13 +408812,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.ClientViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.ClientViewFullwidth.prototype = { createState$0() { @@ -409212,7 +408954,7 @@ } return A.Row$(t8, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 649 + $signature: 648 }; A._ClientViewFullwidthState_build__closure.prototype = { call$0() { @@ -409320,7 +409062,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A._ClientViewLedgerState_build_closure0.prototype = { call$2(context, index) { @@ -409357,7 +409099,7 @@ t3 = A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, t4, _null), new A.Padding(B.EdgeInsets_0_4_0_0, A.DecoratedBox$(new A.Padding(B.EdgeInsets_4_4_4_4, A.Text$(B.JSString_methods.$add(t8, A.formatNumber(t5, context, t2, _null, B.FormatNumberType_0, true, _null, false)), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, B.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null), B.TextAlign_5, _null, _null), _null), new A.BoxDecoration(t6, _null, _null, t7, _null, _null, B.BoxShape_0), B.DecorationPosition_0), _null)], t3), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(A.getEntityIcon(ledger.get$entityType()), _null, _null), new A._ClientViewLedgerState_build__closure(entity), new A._ClientViewLedgerState_build__closure0(entity), false, _null, _null, t3, _null, t1, _null, _null); }, - $signature: 147 + $signature: 136 }; A._ClientViewLedgerState_build__closure0.prototype = { call$0() { @@ -409651,7 +409393,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.ClientViewVM_ClientViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -409676,13 +409418,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.CompanyGatewayList.prototype = { createState$0() { @@ -409730,7 +409472,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 134 + $signature: 141 }; A._CompanyGatewayListState_build_closure.prototype = { call$1(companyGatewayId) { @@ -409876,7 +409618,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: 134 + $signature: 141 }; A.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1(b) { @@ -409977,19 +409719,19 @@ call$1(companyGatewayId) { return this.$this.viewModel.companyGatewayMap._map$_map.$index(0, companyGatewayId); }, - $signature: 276 + $signature: 285 }; A.CompanyGatewayScreen_build__closure1.prototype = { call$1(_) { return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 635 + $signature: 634 }; A.CompanyGatewayScreen_build_closure0.prototype = { call$1(context) { return this.store.get$_dispatchers()[0].call$1(new A.ClearCompanyGatewayMultiselect()); }, - $signature: 55 + $signature: 52 }; A.CompanyGatewayScreen_build_closure1.prototype = { call$0() { @@ -410311,7 +410053,7 @@ call$1(gateway) { this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new A._CompanyGatewayEditState_build__closure12(gateway))); }, - $signature: 35 + $signature: 34 }; A._CompanyGatewayEditState_build__closure12.prototype = { call$1(b) { @@ -410380,7 +410122,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyGatewayEditState_build_closure6.prototype = { call$1(value) { @@ -410402,7 +410144,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 178 + $signature: 189 }; A._CompanyGatewayEditState_build_closure7.prototype = { call$1(value) { @@ -410529,7 +410271,7 @@ t1 = ""; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, gatewayTypeId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyGatewayEditState_build_closure17.prototype = { call$1(value) { @@ -410689,7 +410431,7 @@ t1 = J.trim$0$s(value); return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._GatewayConfigFieldState_build_closure1.prototype = { call$1(value) { @@ -410707,7 +410449,7 @@ call$1(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 67 + $signature: 66 }; A.LimitEditor.prototype = { createState$0() { @@ -410823,7 +410565,7 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 178 + $signature: 189 }; A._LimitEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -411012,7 +410754,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 178 + $signature: 189 }; A._FeesEditorState__onChanged_closure0.prototype = { call$0() { @@ -411033,7 +410775,7 @@ var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 95 + $signature: 96 }; A._FeesEditorState_build__closure2.prototype = { call$1(b) { @@ -411051,14 +410793,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 178 + $signature: 189 }; A._FeesEditorState_build_closure0.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 95 + $signature: 96 }; A._FeesEditorState_build__closure1.prototype = { call$1(b) { @@ -411076,14 +410818,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 178 + $signature: 189 }; A._FeesEditorState_build_closure1.prototype = { call$1(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new A._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 95 + $signature: 96 }; A._FeesEditorState_build__closure0.prototype = { call$1(b) { @@ -411101,7 +410843,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 178 + $signature: 189 }; A._FeesEditorState_build_closure2.prototype = { call$1(value) { @@ -411122,7 +410864,7 @@ b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 178 + $signature: 189 }; A.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -411169,7 +410911,7 @@ call$1(companyGateway) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyGateway(companyGateway)); }, - $signature: 275 + $signature: 286 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -411204,7 +410946,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, t1, this.state, $navigator), type$.Null).catchError$1(new A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0()); }, - $signature: 33 + $signature: 35 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure.prototype = { call$1(savedCompanyGateway) { @@ -411246,7 +410988,7 @@ } else A.viewEntityById(false, savedCompanyGateway.id, B.EntityType_companyGateway, null, true, true); }, - $signature: 275 + $signature: 286 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0.prototype = { call$1(b) { @@ -411298,7 +411040,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 278 + $signature: 332 }; A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1(response) { @@ -411596,7 +411338,7 @@ var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.state, credentials = t2.get$credentials(t2); - A.passwordCallback(false, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure(this.store, new A.WebClient(), credentials.url + "/stripe/verify", credentials, t1, context), context); + A.passwordCallback(false, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure(this.store, new A.WebClient(), credentials.url + "/stripe/verify", credentials, t1, context), context, false); }, $signature: 14 }; @@ -411607,7 +411349,7 @@ t1.get$_dispatchers()[0].call$1(new A.StartSaving()); _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure(t1, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0(t1, _this.context)); }, - $signature: 41 + $signature: 40 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure.prototype = { call$1(response) { @@ -411633,7 +411375,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: 164 + $signature: 173 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0() { @@ -411653,7 +411395,7 @@ var t1 = A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization), t2 = this.state, credentials = t2.get$credentials(t2); - A.passwordCallback(false, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0(this.store, new A.WebClient(), credentials.url + "/stripe/import_customers", credentials, context, t1), context); + A.passwordCallback(false, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0(this.store, new A.WebClient(), credentials.url + "/stripe/import_customers", credentials, context, t1), context, false); }, $signature: 14 }; @@ -411665,7 +411407,7 @@ t2 = _this.context; _this.webClient.post$4$idToken$password(_this.url, _this.credentials.token, idToken, password).then$1$1(0, new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1(t1, t2, _this.localization), type$.Null).catchError$1(new A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2(t1, t2)); }, - $signature: 41 + $signature: 40 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1.prototype = { call$1(response) { @@ -411713,7 +411455,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 508 + $signature: 462 }; A.CreditEmailScreen_build_closure0.prototype = { call$1(store) { @@ -411741,7 +411483,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: 320 + $signature: 347 }; A.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1(value) { @@ -411847,7 +411589,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.CreditListItem_build__closure2.prototype = { call$0() { @@ -411874,7 +411616,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.credit], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.CreditListItem_build__closure5.prototype = { call$0() { @@ -412300,7 +412042,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._CreditEditState_build_closure2.prototype = { call$1(context) { @@ -412312,7 +412054,7 @@ call$2(context, action) { return this.$this._credit_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._CreditEditState_build_closure.prototype = { call$0() { @@ -412331,14 +412073,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: 256 + $signature: 244 }; A._CreditEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 61 }; A._CreditEditState_build___closure1.prototype = { call$1(item) { @@ -412357,7 +412099,7 @@ } return t1; }, - $signature: 257 + $signature: 245 }; A._CreditEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -412371,7 +412113,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 273 + $signature: 246 }; A.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -412414,7 +412156,7 @@ call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 138 + $signature: 147 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3(context, credit, client) { @@ -412425,7 +412167,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 325 + $signature: 348 }; A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -412450,7 +412192,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/credit/edit")); }, - $signature: 35 + $signature: 34 }; A.CreditEditItemsScreen.prototype = { build$1(_, context) { @@ -412480,7 +412222,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteCreditItem(index)); }, - $signature: 109 + $signature: 112 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -412498,7 +412240,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateCreditItem(index, creditItem)); }, - $signature: 260 + $signature: 249 }; A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -412512,7 +412254,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 134 + $signature: 141 }; A.CreditEditNotesScreen.prototype = { build$1(_, context) { @@ -412537,7 +412279,7 @@ call$1(credit) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCredit(credit)); }, - $signature: 138 + $signature: 147 }; A.CreditEditPDFScreen.prototype = { build$1(_, context) { @@ -412599,7 +412341,7 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 158 }; A.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$0() { @@ -412633,7 +412375,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: 33 + $signature: 35 }; A.CreditEditVM_CreditEditVM$fromStore___closure.prototype = { call$1(context) { @@ -412705,7 +412447,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddCreditItems(items)); }, - $signature: 262 + $signature: 251 }; A.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -412760,7 +412502,7 @@ $defaultValues() { return [null]; }, - $signature: 263 + $signature: 252 }; A.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -412780,7 +412522,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.CreditViewVM_CreditViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -412805,13 +412547,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3(context, credit, activityId) { @@ -412825,7 +412567,7 @@ $defaultValues() { return [null]; }, - $signature: 264 + $signature: 253 }; A.DashboardActivity.prototype = { build$1(_, context) { @@ -412841,13 +412583,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.DashboardActivity_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], true, null); }, - $signature: 296 + $signature: 337 }; A.DashboardChart.prototype = { createState$0() { @@ -413044,7 +412786,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, 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, 0)], 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.Clip_0, B.WrapCrossAlignment_2, 0)], 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); @@ -413089,14 +412831,14 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 309 + $signature: 343 }; A._DashboardDateRangePickerState_build_closure0.prototype = { call$1(dateRange) { var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure6(t1, dateRange)); }, - $signature: 668 + $signature: 667 }; A._DashboardDateRangePickerState_build__closure6.prototype = { call$0() { @@ -413122,7 +412864,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure4(t1, date)); }, - $signature: 53 + $signature: 51 }; A._DashboardDateRangePickerState_build__closure4.prototype = { call$0() { @@ -413135,7 +412877,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure3(t1, date)); }, - $signature: 53 + $signature: 51 }; A._DashboardDateRangePickerState_build__closure3.prototype = { call$0() { @@ -413168,7 +412910,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure1(t1, date)); }, - $signature: 53 + $signature: 51 }; A._DashboardDateRangePickerState_build__closure1.prototype = { call$0() { @@ -413181,7 +412923,7 @@ var t1 = this.$this; t1.setState$1(new A._DashboardDateRangePickerState_build__closure0(t1, date)); }, - $signature: 53 + $signature: 51 }; A._DashboardDateRangePickerState_build__closure0.prototype = { call$0() { @@ -413460,7 +413202,7 @@ t1.viewModel.onSettingsChanged.call$1(settings); } }, - $signature: 668 + $signature: 667 }; A.DashboardPanels__header___closure0.prototype = { call$1(duration) { @@ -413479,7 +413221,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, currencyId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.DashboardPanels__header__closure3.prototype = { call$1(currencyId) { @@ -413532,7 +413274,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.includeTaxes + "_" + t3.currencyId + "__", type$.ValueKey_legacy_String), _null, t2); }, - $signature: 164 + $signature: 173 }; A.DashboardPanels__header____closure.prototype = { call$0() { @@ -413552,13 +413294,13 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 150 + $signature: 154 }; 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: 89 + $signature: 86 }; A.DashboardPanels__quoteChart_closure.prototype = { call$1(b) { @@ -413566,13 +413308,13 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 150 + $signature: 154 }; 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: 89 + $signature: 86 }; A.DashboardPanels__taskChart_closure.prototype = { call$1(b) { @@ -413580,13 +413322,13 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 150 + $signature: 154 }; 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: 89 + $signature: 86 }; A.DashboardPanels__expenseChart_closure.prototype = { call$1(b) { @@ -413594,19 +413336,19 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 150 + $signature: 154 }; 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: 89 + $signature: 86 }; A.DashboardPanels_build__runningTasks.prototype = { call$0() { - return new A.Padding(B.EdgeInsets_12_20_0_0, A.Wrap$(B.WrapAlignment_0, J.map$1$1$ax(this.runningTasks, new A.DashboardPanels_build__runningTasks_closure(this.state, this.context), type$.legacy_Card).toList$0(0), B.WrapCrossAlignment_0, 8), null); + return new A.Padding(B.EdgeInsets_12_20_0_0, A.Wrap$(B.WrapAlignment_0, J.map$1$1$ax(this.runningTasks, new A.DashboardPanels_build__runningTasks_closure(this.state, this.context), type$.legacy_Card).toList$0(0), B.Clip_0, B.WrapCrossAlignment_0, 8), null); }, - $signature: 128 + $signature: 123 }; A.DashboardPanels_build__runningTasks_closure.prototype = { call$1(task) { @@ -413629,7 +413371,7 @@ call$0() { return A.formatDuration(this.task.calculateDuration$0(), true); }, - $signature: 139 + $signature: 131 }; A.DashboardPanels_build__runningTasks__closure1.prototype = { call$0() { @@ -413647,7 +413389,7 @@ call$2(context, action) { return A.handleTaskAction(context, A._setArrayType([this.task], type$.JSArray_legacy_BaseEntity), action); }, - $signature: 61 + $signature: 59 }; A.DashboardPanels_build_closure.prototype = { call$2(context, index) { @@ -413718,7 +413460,7 @@ } return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 147 + $signature: 136 }; A.DashboardPanels_build__closure.prototype = { call$0() { @@ -413742,31 +413484,31 @@ call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_invoice, entityIds); }, - $signature: 210 + $signature: 203 }; A.DashboardPanels_build__closure3.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_payment, entityIds); }, - $signature: 210 + $signature: 203 }; A.DashboardPanels_build__closure4.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_quote, entityIds); }, - $signature: 210 + $signature: 203 }; A.DashboardPanels_build__closure5.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_task, entityIds); }, - $signature: 210 + $signature: 203 }; A.DashboardPanels_build__closure6.prototype = { call$1(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(B.EntityType_expense, entityIds); }, - $signature: 210 + $signature: 203 }; A._DashboardPanel.prototype = { createState$0() { @@ -413844,49 +413586,49 @@ call$2(chartData, _) { return chartData.date; }, - $signature: 670 + $signature: 669 }; A.__DashboardPanelState_build__closure1.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 333 + $signature: 350 }; A.__DashboardPanelState_build__closure.prototype = { call$2(chartData, _) { return B.Color_ePM; }, - $signature: 672 + $signature: 671 }; A.__DashboardPanelState_build__closure2.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 333 + $signature: 350 }; A.__DashboardPanelState_build__closure4.prototype = { call$2(chartData, _) { return chartData.date; }, - $signature: 670 + $signature: 669 }; A.__DashboardPanelState_build__closure5.prototype = { call$2(chartData, _) { return chartData.amount; }, - $signature: 333 + $signature: 350 }; A.__DashboardPanelState_build__closure3.prototype = { call$2(chartData, _) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 672 + $signature: 671 }; A.__DashboardPanelState_build__closure6.prototype = { call$2(_a, _b) { return 2.5; }, - $signature: 333 + $signature: 350 }; A._InvoiceChart.prototype = { build$1(_, context) { @@ -413919,13 +413661,13 @@ b.get$_dashboard_state$_$this()._dashboard_state$_offset = t1 + 1; return b; }, - $signature: 150 + $signature: 154 }; 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: 89 + $signature: 86 }; A.DashboardScreen.prototype = { createState$0() { @@ -414087,7 +413829,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 186 + $signature: 181 }; A._DashboardScreenState_initState_closure0.prototype = { call$1(duration) { @@ -414111,7 +413853,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A._DashboardScreenState_build__closure3(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 298 + $signature: 339 }; A._DashboardScreenState_build__closure3.prototype = { call$0() { @@ -414158,7 +413900,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._DashboardScreenState_build__closure0.prototype = { call$1(b) { @@ -414281,7 +414023,7 @@ t4 = A.Icon$(B.IconData_58397_MaterialIcons_null_true, _null, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, t3, _null, new A._CustomTabBarView_build__closure(entity), false, _null, _null, A.Text$(subtitle != null ? subtitle : t1.lookup$1(A.S(entity.get$entityType())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t2, t4, _null); }, - $signature: 673 + $signature: 672 }; A._CustomTabBarView_build__closure.prototype = { call$0() { @@ -414364,7 +414106,7 @@ return; this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardEntityType(entityType)); }, - $signature: 186 + $signature: 181 }; A.DashboardVM_fromStore_closure0.prototype = { call$1(settings) { @@ -414388,7 +414130,7 @@ call$1(offset) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateDashboardSettings(null, offset, null, null)); }, - $signature: 189 + $signature: 191 }; A.DashboardVM_fromStore_closure4.prototype = { call$1(currencyId) { @@ -414497,25 +414239,25 @@ call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.upcomingInvoices, index), null, false, null); }, - $signature: 466 + $signature: 469 }; A.InvoiceSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.InvoiceSidebar_build_closure1.prototype = { call$2(context, index) { return new A.InvoiceListItem(J.$index$asx(this.pastDueInvoices, index), null, false, null); }, - $signature: 466 + $signature: 469 }; A.InvoiceSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.InvoiceSidebar_build_closure3.prototype = { call$2(context, index) { @@ -414527,13 +414269,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: 147 + $signature: 136 }; A.InvoiceSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.PaymentSidebar.prototype = { build$1(_, context) { @@ -414577,13 +414319,13 @@ call$2(context, index) { return new A.PaymentListItem(J.$index$asx(this.recentPayments, index), null, false, null); }, - $signature: 675 + $signature: 674 }; A.PaymentSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.PaymentSidebar_build_closure1.prototype = { call$2(context, index) { @@ -414595,13 +414337,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: 147 + $signature: 136 }; A.PaymentSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.QuoteSidebar.prototype = { build$1(_, context) { @@ -414655,25 +414397,25 @@ call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.upcomingQuotes, index), null, false, null); }, - $signature: 467 + $signature: 379 }; A.QuoteSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.QuoteSidebar_build_closure1.prototype = { call$2(context, index) { return new A.QuoteListItem(J.$index$asx(this.expriedQuotes, index), null, false, null); }, - $signature: 467 + $signature: 379 }; A.QuoteSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.QuoteSidebar_build_closure3.prototype = { call$2(context, index) { @@ -414685,13 +414427,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: 147 + $signature: 136 }; A.QuoteSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.TaskSidebar.prototype = { build$1(_, context) { @@ -414745,25 +414487,25 @@ call$2(context, index) { return A.TaskListItem$(null, false, true, null, null, false, J.$index$asx(this.runningTasks, index)); }, - $signature: 326 + $signature: 351 }; A.TaskSidebar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; 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: 326 + $signature: 351 }; A.TaskSidebar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.TaskSidebar_build_closure3.prototype = { call$2(context, index) { @@ -414775,13 +414517,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: 147 + $signature: 136 }; A.TaskSidebar_build_closure4.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.ExpenseSidbar.prototype = { build$1(_, context) { @@ -414825,13 +414567,13 @@ call$2(context, index) { return A.ExpenseListItem$(J.$index$asx(this.recentExpenses, index), null, false, true, null, null, false); }, - $signature: 468 + $signature: 470 }; A.ExpenseSidbar_build_closure0.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.ExpenseSidbar_build_closure1.prototype = { call$2(context, index) { @@ -414843,13 +414585,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: 147 + $signature: 136 }; A.ExpenseSidbar_build_closure2.prototype = { call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A._DashboardSidebar.prototype = { build$1(_, context) { @@ -415288,13 +415030,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DesignEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DesignEditState_dispose_closure.prototype = { call$1(controller) { @@ -415302,7 +415044,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._DesignEditState__onChanged_closure.prototype = { call$1(b) { @@ -415320,7 +415062,7 @@ t2.replace$1(0, A.BuiltMap_BuiltMap(A.LinkedHashMap_LinkedHashMap$_literal(["header", t3, "body", t4, "footer", t5, "product", t6, "task", t7, "includes", J.trim$0$s(t1._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 422 + $signature: 466 }; A._DesignEditState__onChanged_closure0.prototype = { call$0() { @@ -415352,13 +415094,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DesignEditState__loadDesign_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DesignEditState__loadPreview_closure.prototype = { call$0() { @@ -415389,7 +415131,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 681 + $signature: 680 }; A._DesignEditState__loadPreview__closure.prototype = { call$0() { @@ -415422,7 +415164,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._DesignEditState_build_closure.prototype = { call$1(context) { @@ -415436,13 +415178,13 @@ call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 39 + $signature: 38 }; A._DesignEditState_build_closure1.prototype = { call$1(value) { return this.$this._setDraftMode$1(value); }, - $signature: 39 + $signature: 38 }; A.DesignSection.prototype = { build$1(_, context) { @@ -415517,7 +415259,7 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 153 + $signature: 150 }; A._DesignSettingsState_build_closure0.prototype = { call$0() { @@ -415637,7 +415379,7 @@ call$1(design) { this.store.get$_dispatchers()[0].call$1(new A.UpdateDesign(design)); }, - $signature: 153 + $signature: 150 }; A.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -415729,13 +415471,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].invoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 66 + $signature: 68 }; A._DesignViewState_build_closure0.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 176 + $signature: 161 }; A._DesignViewState_build_closure1.prototype = { call$1(quoteId) { @@ -415743,13 +415485,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].quoteState.map._map$_map.$index(0, quoteId); }, - $signature: 66 + $signature: 68 }; A._DesignViewState_build_closure2.prototype = { call$1(quote) { return !quote.isDeleted && quote.designId === this.design.id; }, - $signature: 176 + $signature: 161 }; A._DesignViewState_build_closure3.prototype = { call$1(creditId) { @@ -415757,13 +415499,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].creditState.map._map$_map.$index(0, creditId); }, - $signature: 66 + $signature: 68 }; A._DesignViewState_build_closure4.prototype = { call$1(credit) { return !credit.isDeleted && credit.designId === this.design.id; }, - $signature: 176 + $signature: 161 }; A._DesignViewState_build_closure5.prototype = { call$1(invoiceId) { @@ -415771,13 +415513,13 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].recurringInvoiceState.map._map$_map.$index(0, invoiceId); }, - $signature: 66 + $signature: 68 }; A._DesignViewState_build_closure6.prototype = { call$1(invoice) { return !invoice.isDeleted && invoice.designId === this.design.id; }, - $signature: 176 + $signature: 161 }; A._DesignViewState_build_closure7.prototype = { call$0() { @@ -416080,13 +415822,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DocumentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._DocumentEditState_dispose_closure.prototype = { call$1(controller) { @@ -416094,13 +415836,13 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._DocumentEditState__onChanged_closure.prototype = { call$1(b) { return b; }, - $signature: 527 + $signature: 534 }; A._DocumentEditState__onChanged_closure0.prototype = { call$0() { @@ -416122,7 +415864,7 @@ t1 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([], t1), _null, _null, false, _null, false, _null)], t1), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A.DocumentEditScreen.prototype = { build$1(_, context) { @@ -416154,7 +415896,7 @@ call$1($document) { this.store.get$_dispatchers()[0].call$1(new A.UpdateDocument($document)); }, - $signature: 71 + $signature: 72 }; A.DocumentEditVM_DocumentEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -416293,7 +416035,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._ExpenseEditState_build_closure2.prototype = { call$1(context) { @@ -416305,7 +416047,7 @@ call$2(context, action) { return this.$this._expense_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._ExpenseEditState_build_closure.prototype = { call$0() { @@ -416530,7 +416272,7 @@ call$1(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure18(vendor))); }, - $signature: 35 + $signature: 34 }; A.ExpenseEditDetailsState_build__closure18.prototype = { call$1(b) { @@ -416545,21 +416287,21 @@ call$1(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A.ExpenseEditDetailsState_build_closure0.prototype = { call$2(completer, $name) { var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure19($name)); this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.ExpenseEditDetailsState_build__closure19.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 97 + $signature: 99 }; A.ExpenseEditDetailsState_build_closure3.prototype = { call$1(client) { @@ -416573,7 +416315,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure17(client, currencyId))); }, - $signature: 35 + $signature: 34 }; A.ExpenseEditDetailsState_build__closure17.prototype = { call$1(b) { @@ -416591,7 +416333,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A.ExpenseEditDetailsState_build_closure4.prototype = { call$1(selectedId) { @@ -416621,7 +416363,7 @@ call$1(category) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure14(category))); }, - $signature: 35 + $signature: 34 }; A.ExpenseEditDetailsState_build__closure14.prototype = { call$1(b) { @@ -416639,14 +416381,14 @@ var t1 = A.ExpenseCategoryEntity_ExpenseCategoryEntity(null, null).rebuild$1(new A.ExpenseEditDetailsState_build__closure15($name)); this.store.get$_dispatchers()[0].call$1(new A.SaveExpenseCategoryRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.ExpenseEditDetailsState_build__closure15.prototype = { call$1(b) { b.get$_expense_category_model$_$this()._expense_category_model$_name = this.name; return b; }, - $signature: 316 + $signature: 300 }; A.ExpenseEditDetailsState_build_closure7.prototype = { call$1(userId) { @@ -416678,7 +416420,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 470 + $signature: 472 }; A.ExpenseEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -416691,7 +416433,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 95 + $signature: 96 }; A.ExpenseEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -416721,7 +416463,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 470 + $signature: 472 }; A.ExpenseEditDetailsState_build__closure8.prototype = { call$1(b) { @@ -416734,7 +416476,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 95 + $signature: 96 }; A.ExpenseEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -416764,7 +416506,7 @@ call$1(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 470 + $signature: 472 }; A.ExpenseEditDetailsState_build__closure5.prototype = { call$1(b) { @@ -416777,7 +416519,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 95 + $signature: 96 }; A.ExpenseEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -416812,7 +416554,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure2(date))); }, - $signature: 53 + $signature: 51 }; A.ExpenseEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -416840,13 +416582,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 338 + $signature: 353 }; A.ExpenseEditDetailsState_build_closure21.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditDetailsState_build__closure0(date))); }, - $signature: 53 + $signature: 51 }; A.ExpenseEditDetailsState_build__closure0.prototype = { call$1(b) { @@ -416873,7 +416615,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A.ExpenseEditNotes.prototype = { createState$0() { @@ -417228,7 +416970,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new A.ExpenseEditSettingsState_build__closure5(date))); }, - $signature: 53 + $signature: 51 }; A.ExpenseEditSettingsState_build__closure5.prototype = { call$1(b) { @@ -417275,13 +417017,13 @@ call$1(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 165 + $signature: 174 }; A.ExpenseEditSettingsState_build_closure7.prototype = { call$1(hasFocus) { return this.$this._calculateExchangeRate$0(); }, - $signature: 39 + $signature: 38 }; A.ExpenseEditSettingsState_build_closure5.prototype = { call$1(value) { @@ -417370,7 +417112,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateExpense(expense)); }, - $signature: 133 + $signature: 142 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -417404,7 +417146,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 35 + $signature: 34 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -417428,7 +417170,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/expense/edit")); }, - $signature: 35 + $signature: 34 }; A.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$2(context, action) { @@ -417442,7 +417184,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 158 }; A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3.prototype = { call$0() { @@ -417472,7 +417214,7 @@ return t2.then$1$1(0, new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure(expense, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0()); } }, - $signature: 33 + $signature: 35 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure.prototype = { call$1(savedExpense) { @@ -417517,7 +417259,7 @@ A.viewEntity(false, savedExpense, _null, true); } }, - $signature: 133 + $signature: 142 }; A.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -417647,7 +417389,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.ExpenseListItem_build__closure2.prototype = { call$0() { @@ -417674,7 +417416,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.ExpenseListItem_build__closure5.prototype = { call$0() { @@ -417710,7 +417452,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: 3572 + $signature: 3573 }; A.ExpenseListBuilder_build__closure.prototype = { call$2(context, index) { @@ -417718,7 +417460,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: 468 + $signature: 470 }; A.ExpenseListVM.prototype = { get$user(receiver) { @@ -417809,6 +417551,12 @@ t2 = t1._list[t2].expenseCategoryState.map; t1 = expense.categoryId; return new A.LinkTextRelatedEntity(t2._map$_map.$index(0, t1), expense, _null); + case "project": + t1 = state.userCompanyStates; + t2 = state.uiState.selectedCompanyIndex; + t2 = t1._list[t2].projectState.map; + t1 = expense.projectId; + return new A.LinkTextRelatedEntity(t2._map$_map.$index(0, t1), expense, _null); case "payment_type": t1 = state.staticState.paymentTypeMap; t2 = expense.paymentTypeId; @@ -417892,6 +417640,7 @@ t7.push("should_be_invoiced"); t7.push("transaction_reference"); t7.push("category"); + t7.push("project"); t7.push("payment_date"); t7.push("payment_type"); t7.push("exchange_rate"); @@ -417922,7 +417671,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 267 + $signature: 259 }; A.ExpenseScreen_build_closure0.prototype = { call$1(b) { @@ -417933,7 +417682,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 267 + $signature: 259 }; A.ExpenseScreen_build_closure1.prototype = { call$1(b) { @@ -417943,7 +417692,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 267 + $signature: 259 }; A.ExpenseScreen_build_closure2.prototype = { call$1(b) { @@ -417953,7 +417702,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 267 + $signature: 259 }; A.ExpenseScreen_build_closure3.prototype = { call$1(b) { @@ -417963,7 +417712,7 @@ b.get$_expense_model$_$this()._expense_model$_name = t1; return b; }, - $signature: 267 + $signature: 259 }; A.ExpenseScreen_build_closure17.prototype = { call$0() { @@ -417987,7 +417736,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.ExpenseScreen_build_closure16.prototype = { call$0() { @@ -418039,7 +417788,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterExpensesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.ExpenseScreen_build_closure4.prototype = { call$0() { @@ -418173,7 +417922,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: 207 + $signature: 221 }; A._ExpenseViewState_build__closure.prototype = { call$0() { @@ -418221,13 +417970,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.ExpenseViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.ExpenseOverview.prototype = { build$1(_, context) { @@ -418364,7 +418113,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: 201 + $signature: 215 }; A.ExpenseViewSchedule.prototype = { createState$0() { @@ -418455,7 +418204,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -418482,13 +418231,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.ExpenseCategoryEdit.prototype = { createState$0() { @@ -418536,13 +418285,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._ExpenseCategoryEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._ExpenseCategoryEditState_dispose_closure.prototype = { call$1(controller) { @@ -418550,7 +418299,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1(b) { @@ -418558,7 +418307,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 316 + $signature: 300 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0() { @@ -418570,7 +418319,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1(context) { @@ -418599,7 +418348,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._autoValidate, t1._nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, B.TextAlign_4, _null), A.FormColorPicker$(t4.color, _null, new A._ExpenseCategoryEditState_build__closure0(t3, t4))], t5), _null, _null, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1(value) { @@ -418612,7 +418361,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 316 + $signature: 300 }; A.ExpenseCategoryEditScreen.prototype = { build$1(_, context) { @@ -418644,7 +418393,7 @@ call$1(expenseCategory) { this.store.get$_dispatchers()[0].call$1(new A.UpdateExpenseCategory(expenseCategory)); }, - $signature: 321 + $signature: 299 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -418679,7 +418428,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: 33 + $signature: 35 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure.prototype = { call$1(savedExpenseCategory) { @@ -418710,7 +418459,7 @@ } else A.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 321 + $signature: 299 }; A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -419072,13 +418821,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._GroupEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._GroupEditState_dispose_closure.prototype = { call$1(controller) { @@ -419086,7 +418835,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._GroupEditState__onChanged_closure.prototype = { call$1(b) { @@ -419094,7 +418843,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 394 + $signature: 393 }; A._GroupEditState__onChanged_closure0.prototype = { call$0() { @@ -419106,7 +418855,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._GroupEditState_build_closure1.prototype = { call$1(context) { @@ -419134,7 +418883,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t3.autoValidate, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, new A._GroupEditState_build__closure0(t1))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._GroupEditState_build__closure0.prototype = { call$1(val) { @@ -419207,7 +418956,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: 33 + $signature: 35 }; A.GroupEditVM_GroupEditVM$fromStore___closure.prototype = { call$1(savedGroup) { @@ -419512,13 +419261,13 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A._GroupViewState_build_closure1.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.SettingsViewer.prototype = { build$1(_, context) { @@ -420027,7 +419776,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.GroupViewVM_GroupViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -420052,13 +419801,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.InvoiceEdit.prototype = { createState$0() { @@ -420137,7 +419886,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._InvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -420149,7 +419898,7 @@ call$2(context, action) { return this.$this._invoice_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._InvoiceEditState_build_closure.prototype = { call$0() { @@ -420168,14 +419917,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: 256 + $signature: 244 }; A._InvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -420194,7 +419943,7 @@ } return t1; }, - $signature: 257 + $signature: 245 }; A._InvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -420208,7 +419957,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 273 + $signature: 246 }; A.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -420440,7 +420189,7 @@ else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 646 + $signature: 645 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0.prototype = { call$1(contact) { @@ -420457,7 +420206,7 @@ else A.print("ERROR: entityType " + A.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 688 + $signature: 687 }; A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1.prototype = { call$1(invitation) { @@ -420798,7 +420547,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -420849,37 +420598,37 @@ call$1(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure0.prototype = { call$1(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure1.prototype = { call$1(vendor) { this.viewModel.onVendorChanged.call$3(this.context, this.invoice, vendor); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditDesktopState_build_closure2.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 341 + $signature: 354 }; A.InvoiceEditDesktopState_build_closure3.prototype = { call$1(client) { this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditDesktopState_build_closure4.prototype = { call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 341 + $signature: 354 }; A.InvoiceEditDesktopState_build_closure6.prototype = { call$1(value) { @@ -420900,13 +420649,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 338 + $signature: 353 }; A.InvoiceEditDesktopState_build_closure7.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure16(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDesktopState_build__closure16.prototype = { call$1(b) { @@ -420933,7 +420682,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A.InvoiceEditDesktopState_build_closure11.prototype = { call$1(value) { @@ -420959,7 +420708,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 472 + $signature: 473 }; A.InvoiceEditDesktopState_build_closure13.prototype = { call$1(val) { @@ -420971,7 +420720,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure13(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDesktopState_build__closure13.prototype = { call$1(b) { @@ -420984,7 +420733,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure12(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDesktopState_build__closure12.prototype = { call$1(b) { @@ -421014,7 +420763,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build__closure11(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDesktopState_build__closure11.prototype = { call$1(b) { @@ -421060,20 +420809,20 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.InvoiceEditDesktopState_build_closure21.prototype = { call$1(item) { return item.typeId === "2"; }, - $signature: 59 + $signature: 61 }; A.InvoiceEditDesktopState_build_closure22.prototype = { call$1(index) { var t1 = this.$this; t1.setState$1(new A.InvoiceEditDesktopState_build__closure8(t1, index)); }, - $signature: 109 + $signature: 112 }; A.InvoiceEditDesktopState_build__closure8.prototype = { call$0() { @@ -421122,7 +420871,7 @@ } return A.GridView$count((t1 / 2 - 8) / 50, t5, 2, 16, 12, _null, new A.NeverScrollableScrollPhysics(_null), true, true); }, - $signature: 336 + $signature: 327 }; A.InvoiceEditDesktopState_build__closure.prototype = { call$1(userId) { @@ -421177,7 +420926,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure5(client))); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditDesktopState_build___closure5.prototype = { call$1(b) { @@ -421202,21 +420951,21 @@ t1 = t1.get$id(t1); return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 131 + $signature: 134 }; A.InvoiceEditDesktopState_build__closure2.prototype = { call$2(completer, $name) { var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDesktopState_build___closure4($name)); this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.InvoiceEditDesktopState_build___closure4.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 97 + $signature: 99 }; A.InvoiceEditDesktopState_build__closure4.prototype = { call$1(value) { @@ -421236,7 +420985,7 @@ call$1(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDesktopState_build___closure1(value))); }, - $signature: 153 + $signature: 150 }; A.InvoiceEditDesktopState_build___closure1.prototype = { call$1(b) { @@ -421276,13 +421025,13 @@ call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 141 + $signature: 135 }; A.InvoiceEditDesktopState_build_closure25.prototype = { call$1(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 141 + $signature: 135 }; A.InvoiceEditDesktopState_build_closure26.prototype = { call$1(taxRate) { @@ -421291,7 +421040,7 @@ A.print("## UPDATED\nRate 3: " + updatedInvoice.taxName3 + " => " + A.S(updatedInvoice.taxRate3)); this.viewModel.onChanged.call$1(t1.applyTax$2$isThird(taxRate, true)); }, - $signature: 141 + $signature: 135 }; A._PdfPreview.prototype = { createState$0() { @@ -421462,7 +421211,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 621 + $signature: 620 }; A.__PdfPreviewState__loadPdf__closure0.prototype = { call$0() { @@ -421535,7 +421284,7 @@ call$1(format) { return this.$this._invoice_edit_desktop$_response.bodyBytes; }, - $signature: 249 + $signature: 263 }; A._InvoiceEditDesktopState_State_TickerProviderStateMixin.prototype = { activate$0() { @@ -421783,7 +421532,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -421826,13 +421575,13 @@ call$1(vendor) { this.viewModel.onVendorChanged.call$3(this.context, this.invoice, vendor); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditDetailsState_build_closure0.prototype = { call$1(completer) { return this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 341 + $signature: 354 }; A.InvoiceEditDetailsState_build_closure1.prototype = { call$1(client) { @@ -421844,7 +421593,7 @@ call$1(completer) { return this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 341 + $signature: 354 }; A.InvoiceEditDetailsState_build_closure3.prototype = { call$1(val) { @@ -421884,13 +421633,13 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 338 + $signature: 353 }; A.InvoiceEditDetailsState_build_closure7.prototype = { call$2(date, _) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure15(date))); }, - $signature: 342 + $signature: 355 }; A.InvoiceEditDetailsState_build__closure15.prototype = { call$1(b) { @@ -421917,7 +421666,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A.InvoiceEditDetailsState_build_closure11.prototype = { call$1(value) { @@ -421943,7 +421692,7 @@ } return A.DropdownMenuItem$(A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, A.S(value), type$.legacy_String); }, - $signature: 472 + $signature: 473 }; A.InvoiceEditDetailsState_build_closure13.prototype = { call$1(val) { @@ -421955,7 +421704,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure12(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDetailsState_build__closure12.prototype = { call$1(b) { @@ -421968,7 +421717,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure11(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDetailsState_build__closure11.prototype = { call$1(b) { @@ -421998,7 +421747,7 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure10(date))); }, - $signature: 53 + $signature: 51 }; A.InvoiceEditDetailsState_build__closure10.prototype = { call$1(b) { @@ -422038,31 +421787,31 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.InvoiceEditDetailsState_build_closure20.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 95 + $signature: 96 }; A.InvoiceEditDetailsState_build_closure21.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 95 + $signature: 96 }; A.InvoiceEditDetailsState_build_closure22.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 95 + $signature: 96 }; A.InvoiceEditDetailsState_build_closure23.prototype = { call$1(value) { return this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure7(value))); }, - $signature: 269 + $signature: 261 }; A.InvoiceEditDetailsState_build__closure7.prototype = { call$1(b) { @@ -422111,7 +421860,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new A.InvoiceEditDetailsState_build__closure4(client))); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditDetailsState_build__closure4.prototype = { call$1(b) { @@ -422136,21 +421885,21 @@ t1 = t1.get$id(t1); return b.get$_invoice_model$_$this()._vendorId = t1; }, - $signature: 131 + $signature: 134 }; A.InvoiceEditDetailsState_build_closure26.prototype = { call$2(completer, $name) { var t1 = A.VendorEntity_VendorEntity(null, null, null).rebuild$1(new A.InvoiceEditDetailsState_build__closure3($name)); this.store.get$_dispatchers()[0].call$1(new A.SaveVendorRequest(completer, t1)); }, - $signature: 204 + $signature: 211 }; A.InvoiceEditDetailsState_build__closure3.prototype = { call$1(b) { b.get$_vendor_model$_$this()._vendor_model$_name = this.name; return b; }, - $signature: 97 + $signature: 99 }; A.InvoiceEditDetailsState_build_closure28.prototype = { call$1(value) { @@ -422226,7 +421975,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 138 + $signature: 147 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -422237,7 +421986,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 325 + $signature: 348 }; A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -422261,7 +422010,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 35 + $signature: 34 }; A.InvoiceEditFooter.prototype = { build$1(_, context) { @@ -422560,7 +422309,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 141 + $signature: 135 }; A.ItemEditDetailsState_build__closure1.prototype = { call$0() { @@ -422575,7 +422324,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 141 + $signature: 135 }; A.ItemEditDetailsState_build__closure0.prototype = { call$0() { @@ -422590,7 +422339,7 @@ var t1 = this.$this; t1.setState$1(new A.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 141 + $signature: 135 }; A.ItemEditDetailsState_build__closure.prototype = { call$0() { @@ -422946,25 +422695,25 @@ t1 = true; return t1; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure0.prototype = { call$1(item) { return item.taxName1.length !== 0; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure1.prototype = { call$1(item) { return item.taxName2.length !== 0; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure2.prototype = { call$1(item) { return item.taxName3.length !== 0; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState__updateColumns_closure3.prototype = { call$1(value) { @@ -423003,7 +422752,7 @@ t1 = true; return t1; }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1(widget) { @@ -423046,7 +422795,7 @@ t4.push(new A.Padding(B.EdgeInsets_8_8_8_8, A.Icon$(B.IconData_57862_MaterialIcons_null_false, _null, _null), _null)); return new A.ReorderableDragStartListener(new A.Padding(B.EdgeInsets_0_4_0_4, A.Row$(t4, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), index, true, new A.ObjectKey(item)); }, - $signature: 147 + $signature: 136 }; A._InvoiceEditItemsDesktopState_build__closure29.prototype = { call$1(column) { @@ -423097,19 +422846,19 @@ --newIndex; this.viewModel.onMovedInvoiceItem.call$2(oldIndex, newIndex); }, - $signature: 134 + $signature: 141 }; A._InvoiceEditItemsDesktopState_build_closure4.prototype = { call$1(item) { return item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1(item) { return !item.get$isEmpty(item); }, - $signature: 59 + $signature: 61 }; A._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$0() { @@ -423222,7 +422971,7 @@ call$1(productId) { return this.productState.map._map$_map.$index(0, productId); }, - $signature: 243 + $signature: 267 }; A._InvoiceEditItemsDesktopState_build___closure11.prototype = { call$1(product) { @@ -423232,7 +422981,7 @@ return true; return B.JSString_methods.contains$1(t1.toLowerCase(), filter); }, - $signature: 536 + $signature: 559 }; A._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1(product) { @@ -423274,7 +423023,7 @@ t1._invoice_edit_items_desktop$_onChanged$3$debounce(updatedItem, t2, false); t1._updateTable$0(); }, - $signature: 224 + $signature: 213 }; A._InvoiceEditItemsDesktopState_build___closure12.prototype = { call$1(b) { @@ -423376,26 +423125,26 @@ t2 = entity instanceof A.ProductEntity && _this.company.showProductDetails ? entity.notes : _null; return A.Container$(_null, new A.EntityAutocompleteListTile(entity, new A._InvoiceEditItemsDesktopState_build____closure(_this.onSelected), _null, t2, _null, _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 693 + $signature: 692 }; A._InvoiceEditItemsDesktopState_build____closure.prototype = { call$1(entity) { return this.onSelected.call$1(entity); }, - $signature: 165 + $signature: 174 }; A._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure6.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure9(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure9.prototype = { call$1(b) { @@ -423408,14 +423157,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure8.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure8(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure8.prototype = { call$1(b) { @@ -423428,14 +423177,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure10.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure7(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure7.prototype = { call$1(b) { @@ -423448,14 +423197,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure12.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure6(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure6.prototype = { call$1(b) { @@ -423468,14 +423217,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure14.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure5(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure5.prototype = { call$1(b) { @@ -423488,14 +423237,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure16.prototype = { call$1(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure4(taxRate)), t1, false); }, - $signature: 473 + $signature: 475 }; A._InvoiceEditItemsDesktopState_build___closure4.prototype = { call$1(b) { @@ -423512,14 +423261,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure18.prototype = { call$1(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure3(taxRate)), t1, false); }, - $signature: 473 + $signature: 475 }; A._InvoiceEditItemsDesktopState_build___closure3.prototype = { call$1(b) { @@ -423536,14 +423285,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure20.prototype = { call$1(taxRate) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure2(taxRate)), t1, false); }, - $signature: 473 + $signature: 475 }; A._InvoiceEditItemsDesktopState_build___closure2.prototype = { call$1(b) { @@ -423560,14 +423309,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure22.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure1(value)), t1, false); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure1.prototype = { call$1(b) { @@ -423581,14 +423330,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure24.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$3$debounce(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure0(value)), t1, false); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure0.prototype = { call$1(b) { @@ -423602,14 +423351,14 @@ call$1(hasFocus) { return this.$this._invoice_edit_items_desktop$_onFocusChange$0(); }, - $signature: 39 + $signature: 38 }; A._InvoiceEditItemsDesktopState_build__closure26.prototype = { call$1(value) { var t1 = this.index; return this.$this._invoice_edit_items_desktop$_onChanged$2(J.$index$asx(this.lineItems._copy_on_write_list$_list, t1).rebuild$1(new A._InvoiceEditItemsDesktopState_build___closure(value)), t1); }, - $signature: 67 + $signature: 66 }; A._InvoiceEditItemsDesktopState_build___closure.prototype = { call$1(b) { @@ -423648,13 +423397,13 @@ t1 = A.MappedIterable_MappedIterable(new A.LinkedHashMapKeyIterable(t4, t1), new A._InvoiceEditItemsDesktopState_build__closure(t4), t1._eval$1("Iterable.E"), type$.legacy_PopupMenuItem_legacy_String); return A.List_List$of(t1, true, A._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 695 + $signature: 694 }; 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: 696 + $signature: 695 }; A._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1(action) { @@ -423734,7 +423483,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteInvoiceItem(index)); }, - $signature: 109 + $signature: 112 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -423752,7 +423501,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateInvoiceItem(index, invoiceItem)); }, - $signature: 260 + $signature: 249 }; A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -423766,7 +423515,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 134 + $signature: 141 }; A.InvoiceEditNotes.prototype = { createState$0() { @@ -423902,7 +423651,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateInvoice(invoice)); }, - $signature: 138 + $signature: 147 }; A.InvoiceEditPDF.prototype = { createState$0() { @@ -424059,7 +423808,7 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 158 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$0() { @@ -424115,7 +423864,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: 33 + $signature: 35 }; A.InvoiceEditVM_InvoiceEditVM$fromStore___closure0.prototype = { call$1(context) { @@ -424222,7 +423971,7 @@ t1.get$_dispatchers()[0].call$1(new A.EditInvoiceItem(t2)); } }, - $signature: 262 + $signature: 251 }; A.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1(b) { @@ -424247,7 +423996,7 @@ call$1(contact) { return A.InvitationEntity_InvitationEntity(contact.id, null); }, - $signature: 194 + $signature: 186 }; A.InvoiceEditVM_InvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -424387,7 +424136,7 @@ } else if (entity.get$entityType() === B.EntityType_expense) _this.items.push(A.convertExpenseToInvoiceItem(_this.context, type$.legacy_ExpenseEntity._as(entity))); }, - $signature: 132 + $signature: 145 }; A._InvoiceItemSelectorState__toggleEntity_closure.prototype = { call$0() { @@ -424415,7 +424164,7 @@ t1 = false; return t1; }, - $signature: 158 + $signature: 159 }; A._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0() { @@ -424470,7 +424219,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: 128 + $signature: 123 }; A._InvoiceItemSelectorState_build__productList_closure.prototype = { call$2(context, index) { @@ -424481,13 +424230,13 @@ 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: 697 + $signature: 696 }; A._InvoiceItemSelectorState_build__productList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.product); }, - $signature: 39 + $signature: 38 }; A._InvoiceItemSelectorState_build__productList__closure0.prototype = { call$0() { @@ -424509,7 +424258,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: 128 + $signature: 123 }; A._InvoiceItemSelectorState_build__taskList_closure.prototype = { call$2(context, index) { @@ -424520,13 +424269,13 @@ 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: 326 + $signature: 351 }; A._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.task); }, - $signature: 39 + $signature: 38 }; A._InvoiceItemSelectorState_build__taskList__closure0.prototype = { call$0() { @@ -424548,7 +424297,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: 128 + $signature: 123 }; A._InvoiceItemSelectorState_build__expenseList_closure.prototype = { call$2(context, index) { @@ -424563,13 +424312,13 @@ 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: 468 + $signature: 470 }; A._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1(checked) { return this.$this._toggleEntity$1(this.expense); }, - $signature: 39 + $signature: 38 }; A._InvoiceItemSelectorState_build__expenseList__closure0.prototype = { call$0() { @@ -424673,7 +424422,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 508 + $signature: 462 }; A.InvoiceEmailScreen_build_closure0.prototype = { call$1(store) { @@ -424712,7 +424461,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: 320 + $signature: 347 }; A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1(value) { @@ -424848,7 +424597,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.InvoiceListItem_build__closure2.prototype = { call$0() { @@ -424874,7 +424623,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.InvoiceListItem_build__closure5.prototype = { call$0() { @@ -424917,7 +424666,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.InvoiceListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 466 + $signature: 469 }; A.EntityListVM.prototype = {}; A.InvoiceListVM.prototype = {}; @@ -425053,7 +424802,7 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 681 + $signature: 680 }; A._InvoicePdfViewState_loadPdf__closure.prototype = { call$0() { @@ -425126,7 +424875,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._InvoicePdfViewState_build_closure2.prototype = { call$0() { @@ -425372,7 +425121,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -425382,7 +425131,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -425392,7 +425141,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -425406,7 +425155,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -425416,7 +425165,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure4.prototype = { call$1(b) { @@ -425426,7 +425175,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure5.prototype = { call$1(b) { @@ -425440,7 +425189,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.InvoiceScreen_build_closure19.prototype = { call$0() { @@ -425464,7 +425213,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.InvoiceScreen_build_closure18.prototype = { call$0() { @@ -425492,7 +425241,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterInvoicesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.InvoiceScreen_build_closure7.prototype = { call$1(value) { @@ -425668,7 +425417,7 @@ t4 = t4 && t2.statusId === "4" || !t4 ? B.EntityAction_viewPdf : B.EntityAction_newPayment; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t2, t4, _this._box_0.secondAction, true, true, null)], t7), B.CrossAxisAlignment_2, null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._InvoiceViewState_build__closure5(t1, context)); }, - $signature: 699 + $signature: 698 }; A._InvoiceViewState_build__closure5.prototype = { call$0() { @@ -425757,13 +425506,13 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2(context, index) { return new A.ActivityListTile(this.activities._list[index], false, null); }, - $signature: 296 + $signature: 337 }; A.InvoiceViewContacts.prototype = { build$1(_, context) { @@ -425852,25 +425601,25 @@ call$1(contact) { return contact.id === this.$this.invitation.vendorContactId; }, - $signature: 196 + $signature: 178 }; A._InvitationListTile_build_closure0.prototype = { call$0() { return A.VendorContactEntity_VendorContactEntity(); }, - $signature: 644 + $signature: 510 }; A._InvitationListTile_build_closure1.prototype = { call$1(contact) { return contact.id === this.$this.invitation.clientContactId; }, - $signature: 143 + $signature: 146 }; A._InvitationListTile_build_closure2.prototype = { call$0() { return A.ClientContactEntity_ClientContactEntity(); }, - $signature: 419 + $signature: 463 }; A.InvoiceViewDocuments.prototype = { build$1(_, context) { @@ -425886,13 +425635,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.InvoiceViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.InvoiceViewDocuments_build_closure1.prototype = { call$1($document) { @@ -425942,7 +425691,7 @@ call$1(activity) { return activity.history != null; }, - $signature: 424 + $signature: 467 }; A._InvoiceViewHistoryState_build_closure0.prototype = { call$2(a, b) { @@ -425977,7 +425726,7 @@ t4 = $history.createdAt; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A._InvoiceViewHistoryState_build__closure(t1, context, t2, $history), false, _null, _null, A.Text$(A.formatDate(A.convertTimestampToDate(t4).toIso8601String$0(), context, true, true, true) + " \u2022 " + A.format(A.convertTimestampToDate(t4), A.localeSelector(state, true)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, A.Icon$(B.IconData_57695_MaterialIcons_null_true, _null, _null), _null); }, - $signature: 673 + $signature: 672 }; A._InvoiceViewHistoryState_build__closure.prototype = { call$0() { @@ -425990,7 +425739,7 @@ call$2(context, index) { return new A.ListDivider(null); }, - $signature: 80 + $signature: 79 }; A.InvoiceOverview.prototype = { build$1(_, context) { @@ -426246,21 +425995,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: 152 + $signature: 148 }; A.InvoiceOverview_build__closure0.prototype = { call$1(paymentable) { if (paymentable.invoiceId === this.invoice.id) this.paymentMap.$indexSet(0, paymentable, this.payment); }, - $signature: 233 + $signature: 243 }; A.InvoiceOverview_build__closure1.prototype = { call$1(paymentable) { if (paymentable.creditId === this.invoice.id) this.creditMap.$indexSet(0, paymentable, this.payment); }, - $signature: 233 + $signature: 243 }; A.InvoiceOverview_build_closure0.prototype = { call$1(entry) { @@ -426273,7 +426022,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: 700 + $signature: 699 }; A.InvoiceOverview_build_closure1.prototype = { call$1(entry) { @@ -426286,14 +426035,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: 700 + $signature: 699 }; 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: 248 + $signature: 266 }; A.InvoiceOverview_build__closure.prototype = { call$1(context) { @@ -426412,7 +426161,7 @@ $defaultValues() { return [null]; }, - $signature: 263 + $signature: 252 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -426432,7 +426181,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -426457,13 +426206,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2(context, $document) { @@ -426482,7 +426231,7 @@ $defaultValues() { return [null]; }, - $signature: 264 + $signature: 253 }; A.PaymentEdit.prototype = { createState$0() { @@ -426704,13 +426453,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentEditState_dispose_closure.prototype = { call$1(controller) { @@ -426718,7 +426467,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._PaymentEditState__onChanged_closure.prototype = { call$1(b) { @@ -426743,7 +426492,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState__onChanged_closure0.prototype = { call$0() { @@ -426762,33 +426511,33 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = t1; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 209 + $signature: 202 }; A._PaymentEditState_build_closure0.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 209 + $signature: 202 }; A._PaymentEditState_build_closure1.prototype = { call$1(invoice) { var t1 = this._box_0; t1.paymentTotal = t1.paymentTotal + invoice.amount; }, - $signature: 233 + $signature: 243 }; A._PaymentEditState_build_closure2.prototype = { call$1(credit) { var t1 = this._box_0; t1.creditTotal = t1.creditTotal + credit.amount; }, - $signature: 233 + $signature: 243 }; A._PaymentEditState_build_closure4.prototype = { call$1(val) { @@ -426800,7 +426549,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure5(client))); }, - $signature: 35 + $signature: 34 }; A._PaymentEditState_build__closure5.prototype = { call$1(b) { @@ -426813,7 +426562,7 @@ B.JSArray_methods.set$length(b.get$invoices().get$_safeList(), 0); return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure5.prototype = { call$1(value) { @@ -426831,14 +426580,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentEditState_build__closure4(date))); }, - $signature: 53 + $signature: 51 }; A._PaymentEditState_build__closure4.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure8.prototype = { call$1(paymentType) { @@ -426855,7 +426604,7 @@ b.get$_payment_model$_$this()._typeId = t1; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure9.prototype = { call$1(value) { @@ -426868,7 +426617,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure10.prototype = { call$1(value) { @@ -426894,7 +426643,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = 1; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build__closure1.prototype = { call$0() { @@ -426906,7 +426655,7 @@ call$1(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 165 + $signature: 174 }; A._PaymentEditState_build_closure13.prototype = { call$1(hasFocus) { @@ -426936,7 +426685,7 @@ b.get$_payment_model$_$this()._payment_model$_exchangeRate = this.exchangeRate; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentEditState_build_closure12.prototype = { call$1(value) { @@ -426977,7 +426726,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A.PaymentableEditor.prototype = { createState$0() { @@ -427130,13 +426879,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentableEditorState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentableEditorState_dispose_closure0.prototype = { call$1(controller) { @@ -427144,7 +426893,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._PaymentableEditorState__onChanged_closure.prototype = { call$1(b) { @@ -427157,7 +426906,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 474 + $signature: 476 }; A._PaymentableEditorState__onChanged_closure0.prototype = { call$1(b) { @@ -427170,7 +426919,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 474 + $signature: 476 }; A._PaymentableEditorState__onChanged_closure1.prototype = { call$1(b) { @@ -427182,7 +426931,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure2.prototype = { call$1(b) { @@ -427195,7 +426944,7 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure3.prototype = { call$1(b) { @@ -427207,7 +426956,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), t2); return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure4.prototype = { call$1(b) { @@ -427220,26 +426969,26 @@ t1.get$_safeList()[t2] = t3; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure5.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState_build_closure.prototype = { call$1(p) { return p.invoiceId; }, - $signature: 195 + $signature: 199 }; A._PaymentableEditorState_build_closure0.prototype = { call$1(p) { return p.creditId; }, - $signature: 195 + $signature: 199 }; A._PaymentableEditorState_build_closure3.prototype = { call$1(entity) { @@ -427255,7 +427004,7 @@ return t1; } }, - $signature: 40 + $signature: 39 }; A._PaymentableEditorState_build_closure2.prototype = { call$1(entity) { @@ -427264,7 +427013,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 40 + $signature: 39 }; A._PaymentableEditorState_build_closure1.prototype = { call$1(selected) { @@ -427284,7 +427033,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 35 + $signature: 34 }; A._PaymentableEditorState_build_closure6.prototype = { call$1(entity) { @@ -427300,7 +427049,7 @@ return t1; } }, - $signature: 40 + $signature: 39 }; A._PaymentableEditorState_build_closure5.prototype = { call$1(entity) { @@ -427309,7 +427058,7 @@ else return A.formatNumber(entity.get$listDisplayAmount(), this.context, type$.legacy_InvoiceEntity._as(entity).clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 40 + $signature: 39 }; A._PaymentableEditorState_build_closure4.prototype = { call$1(selected) { @@ -427324,7 +427073,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 35 + $signature: 34 }; A._PaymentableEditorState_build_closure7.prototype = { call$0() { @@ -427345,7 +427094,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState_build__closure0.prototype = { call$1(b) { @@ -427354,7 +427103,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 45 + $signature: 46 }; A.PaymentEditScreen.prototype = { build$1(_, context) { @@ -427383,7 +427132,7 @@ call$1(payment) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 152 + $signature: 148 }; A.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -427425,21 +427174,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: 33 + $signature: 35 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure.prototype = { call$1(invoice) { var t1 = this._box_0; return t1.amount = t1.amount + invoice.amount; }, - $signature: 703 + $signature: 702 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure0.prototype = { call$1(credit) { var t1 = this._box_0; return t1.amount = t1.amount - credit.amount; }, - $signature: 703 + $signature: 702 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure1.prototype = { call$1(context) { @@ -427481,7 +427230,7 @@ else A.viewEntity(false, savedPayment, null, false); }, - $signature: 152 + $signature: 148 }; A.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1(error) { @@ -427592,7 +427341,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.PaymentListItem_build__closure2.prototype = { call$0() { @@ -427618,7 +427367,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.payment], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.PaymentListItem_build__closure5.prototype = { call$0() { @@ -427664,7 +427413,7 @@ t3 = state.uiState.selectedCompanyIndex; return new A.PaymentListItem(t2._list[t3].paymentState.map._map$_map.$index(0, paymentId), t1.filter, true, null); }, - $signature: 675 + $signature: 674 }; A.PaymentListVM.prototype = { get$user(receiver) { @@ -427719,7 +427468,7 @@ t1 = payment.get$invoicePaymentables(); t1 = new A.MappedListIterable(t1, new A.PaymentPresenter_getField_closure(state), A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,InvoiceEntity*>")).super$Iterable$where(0, new A.PaymentPresenter_getField_closure0()); t2 = t1.$ti._eval$1("MappedIterable<1,Padding*>"); - return new A.ConstrainedBox(new A.BoxConstraints(0, 200, 0, 1 / 0), A.Wrap$(B.WrapAlignment_0, A.List_List$of(new A.MappedIterable(t1, new A.PaymentPresenter_getField_closure1(payment), t2), true, t2._eval$1("Iterable.E")), B.WrapCrossAlignment_0, 0), _null); + return new A.ConstrainedBox(new A.BoxConstraints(0, 200, 0, 1 / 0), A.Wrap$(B.WrapAlignment_0, A.List_List$of(new A.MappedIterable(t1, new A.PaymentPresenter_getField_closure1(payment), t2), true, t2._eval$1("Iterable.E")), B.Clip_2, B.WrapCrossAlignment_0, 0), _null); case "credit_number": t1 = payment.get$creditPaymentables(); t2 = A._arrayInstanceType(t1)._eval$1("MappedListIterable<1,String*>"); @@ -427775,7 +427524,7 @@ call$1(invoice) { return invoice != null; }, - $signature: 176 + $signature: 161 }; A.PaymentPresenter_getField_closure1.prototype = { call$1(invoice) { @@ -427794,7 +427543,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 195 + $signature: 199 }; A.PaymentScreen.prototype = { build$1(_, context) { @@ -428028,13 +427777,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentRefundState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentRefundState_dispose_closure.prototype = { call$1(controller) { @@ -428042,7 +427791,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._PaymentRefundState__onChanged_closure.prototype = { call$0() { @@ -428059,13 +427808,13 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentRefundState_build_closure.prototype = { call$1(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 209 + $signature: 202 }; A._PaymentRefundState_build_closure1.prototype = { call$1(val) { @@ -428077,14 +427826,14 @@ call$2(date, _) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new A._PaymentRefundState_build__closure1(date))); }, - $signature: 53 + $signature: 51 }; A._PaymentRefundState_build__closure1.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_date = this.date; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentRefundState_build_closure2.prototype = { call$1(value) { @@ -428097,7 +427846,7 @@ b.get$_payment_model$_$this()._sendEmail = this.value; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentRefundState_build_closure3.prototype = { call$1(value) { @@ -428110,7 +427859,7 @@ b.get$_payment_model$_$this()._gatewayRefund = this.value; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentRefundState_build_onSavePressed.prototype = { call$1(context) { @@ -428135,13 +427884,13 @@ call$1(value) { A.Navigator_of(this.context, false).pop$0(0); }, - $signature: 152 + $signature: 148 }; A._PaymentRefundState_build_closure4.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._PaymentRefundState_build_closure5.prototype = { call$1(context) { @@ -428236,13 +427985,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentableEditorState_didChangeDependencies_closure2.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentableEditorState_dispose_closure.prototype = { call$1(controller) { @@ -428250,7 +427999,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._PaymentableEditorState__onChanged_closure6.prototype = { call$1(b) { @@ -428261,7 +428010,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 474 + $signature: 476 }; A._PaymentableEditorState__onChanged_closure7.prototype = { call$1(b) { @@ -428270,7 +428019,7 @@ B.JSArray_methods.add$1(t1.get$_safeList(), this.paymentable); return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure8.prototype = { call$1(b) { @@ -428280,27 +428029,27 @@ t1.get$_safeList()[t2] = this.paymentable; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState__onChanged_closure9.prototype = { call$1(b) { b.get$_payment_model$_$this()._payment_model$_clientId = this.clientId; return b; }, - $signature: 45 + $signature: 46 }; A._PaymentableEditorState_build_closure8.prototype = { call$1(payment) { return payment.invoiceId; }, - $signature: 195 + $signature: 199 }; A._PaymentableEditorState_build_closure10.prototype = { call$1(entity) { type$.legacy_InvoiceEntity._as(entity); return A.formatNumber(entity.amount, this.context, entity.clientId, null, B.FormatNumberType_0, true, null, false); }, - $signature: 40 + $signature: 39 }; A._PaymentableEditorState_build_closure9.prototype = { call$1(selected) { @@ -428310,7 +428059,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new A._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 35 + $signature: 34 }; A._PaymentableEditorState_build__closure2.prototype = { call$0() { @@ -428342,7 +428091,7 @@ B.JSArray_methods.removeAt$1(t1.get$_safeList(), t2); return b; }, - $signature: 45 + $signature: 46 }; A.PaymentRefundScreen.prototype = { build$1(_, context) { @@ -428371,7 +428120,7 @@ call$1(payment) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePayment(payment)); }, - $signature: 152 + $signature: 148 }; A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1(context) { @@ -428409,7 +428158,7 @@ } else A.viewEntity(false, savedPayment, null, true); }, - $signature: 152 + $signature: 148 }; A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1(error) { @@ -428530,7 +428279,7 @@ t2 = !t2 || t12 < t7; return A.RefreshIndicator$(A.Column$(A._setArrayType([t3, new A.BottomButtons(t1, t4, B.EntityAction_refundPayment, t2, t8 < t7, _null)], t14), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1), new A._PaymentViewState_build__closure2(_this.viewModel, context)); }, - $signature: 699 + $signature: 698 }; A._PaymentViewState_build__closure2.prototype = { call$0() { @@ -428646,13 +428395,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentTermEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._PaymentTermEditState_dispose_closure.prototype = { call$1(controller) { @@ -428660,7 +428409,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._PaymentTermEditState__onChanged_closure.prototype = { call$1(b) { @@ -428668,7 +428417,7 @@ b.get$_payment_term_model$_$this()._numDays = t1; return b; }, - $signature: 671 + $signature: 659 }; A._PaymentTermEditState__onChanged_closure0.prototype = { call$0() { @@ -428680,7 +428429,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._PaymentTermEditState_build_closure1.prototype = { call$1(context) { @@ -428700,7 +428449,7 @@ t3 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, false, this.$this._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_2_false_false, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, new A._PaymentTermEditState_build__closure(t1))], t3), _null, _null, false, _null, false, _null)], t3), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._PaymentTermEditState_build__closure.prototype = { call$1(value) { @@ -428738,7 +428487,7 @@ call$1(paymentTerm) { this.store.get$_dispatchers()[0].call$1(new A.UpdatePaymentTerm(paymentTerm)); }, - $signature: 290 + $signature: 306 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -428770,7 +428519,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: 33 + $signature: 35 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure.prototype = { call$1(savedPaymentTerm) { @@ -428801,7 +428550,7 @@ } else A.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 290 + $signature: 306 }; A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -429264,7 +429013,7 @@ b.get$_product_model$_$this()._product_model$_stockNotificationThreshold = t1; return b; }, - $signature: 167 + $signature: 165 }; A._ProductEditState__onChanged_closure0.prototype = { call$0() { @@ -429276,7 +429025,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._ProductEditState_build_closure5.prototype = { call$1(context) { @@ -429312,7 +429061,7 @@ call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure3(taxRate))); }, - $signature: 95 + $signature: 96 }; A._ProductEditState_build__closure3.prototype = { call$1(b) { @@ -429323,13 +429072,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 167 + $signature: 165 }; A._ProductEditState_build_closure1.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure2(taxRate))); }, - $signature: 95 + $signature: 96 }; A._ProductEditState_build__closure2.prototype = { call$1(b) { @@ -429340,13 +429089,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 167 + $signature: 165 }; A._ProductEditState_build_closure2.prototype = { call$1(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new A._ProductEditState_build__closure1(taxRate))); }, - $signature: 95 + $signature: 96 }; A._ProductEditState_build__closure1.prototype = { call$1(b) { @@ -429357,7 +429106,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 167 + $signature: 165 }; A._ProductEditState_build_closure3.prototype = { call$1(value) { @@ -429370,7 +429119,7 @@ b.get$_product_model$_$this()._product_model$_stockNotification = this.value; return b; }, - $signature: 167 + $signature: 165 }; A.ProductEditScreen.prototype = { build$1(_, context) { @@ -429402,7 +429151,7 @@ call$1(product) { this.store.get$_dispatchers()[0].call$1(new A.UpdateProduct(product)); }, - $signature: 224 + $signature: 213 }; A.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -429437,7 +429186,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: 33 + $signature: 35 }; A.ProductEditVM_ProductEditVM$fromStore___closure.prototype = { call$1(savedProduct) { @@ -429468,7 +429217,7 @@ } else A.viewEntity(false, savedProduct, null, false); }, - $signature: 224 + $signature: 213 }; A.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -429554,7 +429303,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.ProductListItem_build__closure2.prototype = { call$0() { @@ -429582,7 +429331,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.product], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.ProductListItem_build__closure5.prototype = { call$0() { @@ -429635,7 +429384,7 @@ t2 = false; return A.ProductListItem$(t1.filter, t2, true, null, null, product); }, - $signature: 697 + $signature: 696 }; A.ProductListVM.prototype = {}; A.ProductListVM_fromStore__handleRefresh.prototype = { @@ -429901,7 +429650,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: 207 + $signature: 221 }; A._ProductViewState_build__closure.prototype = { call$0() { @@ -429940,13 +429689,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.ProductViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.ProductOverview.prototype = { createState$0() { @@ -430056,7 +429805,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.ProductViewVM_ProductViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -430081,13 +429830,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.ProjectEdit.prototype = { createState$0() { @@ -430164,13 +429913,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._ProjectEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._ProjectEditState_dispose_closure.prototype = { call$1(controller) { @@ -430178,7 +429927,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._ProjectEditState__onChanged_closure.prototype = { call$1(b) { @@ -430205,7 +429954,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 166 + $signature: 164 }; A._ProjectEditState__onChanged_closure0.prototype = { call$0() { @@ -430217,7 +429966,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._ProjectEditState_build_closure1.prototype = { call$1(context) { @@ -430272,7 +430021,7 @@ t6 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([t7, t4, new A.UserPicker(t1.assignedUserId, new A._ProjectEditState_build__closure5(t8, t1), _null), t10, A.DecoratedFormField$(false, _null, false, false, t2._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t5, _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, t2._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new A.TextInputType(2, true, true), t3.get$taskRate(), _null, _null, false, _null, _null, t9, true, _null, _null, B.TextAlign_4, _null), new A.CustomField(t2._project_edit$_custom1Controller, _null, t9, "project1", t1.customValue1, false, _null), new A.CustomField(t2._project_edit$_custom2Controller, _null, t9, "project2", t1.customValue2, false, _null), new A.CustomField(t2._project_edit$_custom3Controller, _null, t9, "project3", t1.customValue3, false, _null), new A.CustomField(t2._project_edit$_custom4Controller, _null, t9, "project4", t1.customValue4, false, _null), A.DecoratedFormField$(false, _null, false, false, t2._project_edit$_publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null), A.DecoratedFormField$(false, _null, false, false, t2._project_edit$_privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_1_null_null, t3.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)], t6), _null, _null, false, _null, true, _null)], t6), _null, _null, new A.ValueKey("__project_" + t1.id + "_" + t1.updatedAt + "__", type$.ValueKey_legacy_String)); }, - $signature: 162 + $signature: 169 }; A._ProjectEditState_build__closure0.prototype = { call$1(val) { @@ -430290,7 +430039,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure1(client))); }, - $signature: 35 + $signature: 34 }; A._ProjectEditState_build___closure1.prototype = { call$1(b) { @@ -430301,13 +430050,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 166 + $signature: 164 }; A._ProjectEditState_build__closure1.prototype = { call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A._ProjectEditState_build__closure5.prototype = { call$1(userId) { @@ -430320,20 +430069,20 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 166 + $signature: 164 }; A._ProjectEditState_build__closure4.prototype = { call$2(date, _) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new A._ProjectEditState_build___closure0(date))); }, - $signature: 53 + $signature: 51 }; A._ProjectEditState_build___closure0.prototype = { call$1(b) { b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 166 + $signature: 164 }; A.ProjectEditScreen.prototype = { build$1(_, context) { @@ -430365,7 +430114,7 @@ call$1(project) { this.store.get$_dispatchers()[0].call$1(new A.UpdateProject(project)); }, - $signature: 231 + $signature: 268 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -430405,7 +430154,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/project/edit")); }, - $signature: 35 + $signature: 34 }; A.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1(context) { @@ -430431,7 +430180,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: 33 + $signature: 35 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure.prototype = { call$1(savedProject) { @@ -430468,7 +430217,7 @@ A.viewEntity(false, savedProject, null, true); } }, - $signature: 231 + $signature: 268 }; A.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -430562,7 +430311,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.ProjectListItem_build__closure2.prototype = { call$0() { @@ -430589,7 +430338,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.project], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.ProjectListItem_build__closure5.prototype = { call$0() { @@ -430914,7 +430663,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: 207 + $signature: 221 }; A._ProjectViewState_build__closure.prototype = { call$0() { @@ -430959,13 +430708,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.ProjectViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.ProjectOverview.prototype = { createState$0() { @@ -431014,7 +430763,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._ProjectOverviewState_initState__closure()); }, - $signature: 451 + $signature: 452 }; A._ProjectOverviewState_initState__closure.prototype = { call$0() { @@ -431062,7 +430811,7 @@ B.JSArray_methods.addAll$1(t6, A._setArrayType([new A.IconMessage(t1, _null, _null, _null, _null), new A.ListDivider(_null)], t8)); return t6; }, - $signature: 201 + $signature: 215 }; A._ProjectOverviewState_build_closure.prototype = { call$0() { @@ -431138,7 +430887,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.ProjectViewVM_ProjectViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -431163,13 +430912,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.PurchaseOrderEdit.prototype = { createState$0() { @@ -431240,7 +430989,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._PurchaseOrderEditState_build_closure2.prototype = { call$1(context) { @@ -431252,7 +431001,7 @@ call$2(context, action) { return this.$this._purchase_order_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._PurchaseOrderEditState_build_closure.prototype = { call$0() { @@ -431271,14 +431020,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(new A._PurchaseOrderEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._PurchaseOrderEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._PurchaseOrderEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 256 + $signature: 244 }; A._PurchaseOrderEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 61 }; A._PurchaseOrderEditState_build___closure1.prototype = { call$1(item) { @@ -431297,7 +431046,7 @@ } return t1; }, - $signature: 257 + $signature: 245 }; A._PurchaseOrderEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -431311,7 +431060,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 273 + $signature: 246 }; A.__PurchaseOrderEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -431354,7 +431103,7 @@ call$1(purchaseOrder) { return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 138 + $signature: 147 }; A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0.prototype = { call$3(context, purchaseOrder, vendor) { @@ -431387,7 +431136,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/purchase_order/edit")); }, - $signature: 35 + $signature: 34 }; A.PurchaseOrderEditItemsScreen.prototype = { build$1(_, context) { @@ -431416,7 +431165,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeletePurchaseOrderItem(index)); }, - $signature: 109 + $signature: 112 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -431432,13 +431181,13 @@ else t1.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrderItem(index, purchaseOrderItem)); }, - $signature: 260 + $signature: 249 }; A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MovePurchaseOrderItem(oldIndex, newIndex)); }, - $signature: 134 + $signature: 141 }; A.PurchaseOrderEditNotesScreen.prototype = { build$1(_, context) { @@ -431463,7 +431212,7 @@ call$1(purchaseOrder) { return this.store.get$_dispatchers()[0].call$1(new A.UpdatePurchaseOrder(purchaseOrder)); }, - $signature: 138 + $signature: 147 }; A.PurchaseOrderEditPDFScreen.prototype = { build$1(_, context) { @@ -431525,7 +431274,7 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 158 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure.prototype = { call$0() { @@ -431559,7 +431308,7 @@ return t2.then$1$1(0, new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0(purchaseOrder, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1()); } }, - $signature: 33 + $signature: 35 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure.prototype = { call$1(context) { @@ -431633,7 +431382,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddPurchaseOrderItems(items)); }, - $signature: 262 + $signature: 251 }; A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -431681,7 +431430,7 @@ completer.future.then$1$1(0, new A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure(this.purchaseOrder), t1); this.store.get$_dispatchers()[0].call$1(new A.EmailPurchaseOrderRequest(completer, this.purchaseOrder.id, template, subject, body)); }, - $signature: 320 + $signature: 347 }; A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure.prototype = { call$1(value) { @@ -431787,7 +431536,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.PurchaseOrderListItem_build__closure2.prototype = { call$0() { @@ -431814,7 +431563,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.purchaseOrder], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.PurchaseOrderListItem_build__closure5.prototype = { call$0() { @@ -432088,7 +431837,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.PurchaseOrderScreen_build_closure0.prototype = { call$1(b) { @@ -432098,7 +431847,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.PurchaseOrderScreen_build_closure1.prototype = { call$1(b) { @@ -432114,7 +431863,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.PurchaseOrderScreen_build_closure2.prototype = { call$1(b) { @@ -432128,7 +431877,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.PurchaseOrderScreen_build_closure16.prototype = { call$0() { @@ -432152,7 +431901,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.PurchaseOrderScreen_build_closure15.prototype = { call$0() { @@ -432180,7 +431929,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterPurchaseOrdersByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.PurchaseOrderScreen_build_closure3.prototype = { call$0() { @@ -432274,7 +432023,7 @@ $defaultValues() { return [null]; }, - $signature: 263 + $signature: 252 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -432294,7 +432043,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -432319,13 +432068,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.LoadPurchaseOrder(null, this.purchaseOrder.id)); }, - $signature: 102 + $signature: 97 }; A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3.prototype = { call$3(context, purchaseOrder, activityId) { @@ -432339,7 +432088,7 @@ $defaultValues() { return [null]; }, - $signature: 264 + $signature: 253 }; A.QuoteEditDetailsScreen.prototype = { build$1(_, context) { @@ -432367,7 +432116,7 @@ call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 138 + $signature: 147 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3(context, quote, client) { @@ -432378,7 +432127,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 325 + $signature: 348 }; A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -432403,7 +432152,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/quote/edit")); }, - $signature: 35 + $signature: 34 }; A.QuoteEditItemsScreen.prototype = { build$1(_, context) { @@ -432432,7 +432181,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteQuoteItem(index)); }, - $signature: 109 + $signature: 112 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -432448,13 +432197,13 @@ else t1.get$_dispatchers()[0].call$1(new A.UpdateQuoteItem(index, quoteItem)); }, - $signature: 260 + $signature: 249 }; A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 134 + $signature: 141 }; A.QuoteEditNotesScreen.prototype = { build$1(_, context) { @@ -432479,7 +432228,7 @@ call$1(quote) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateQuote(quote)); }, - $signature: 138 + $signature: 147 }; A.QuoteEditPDFScreen.prototype = { build$1(_, context) { @@ -432541,7 +432290,7 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 158 }; A.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$0() { @@ -432575,7 +432324,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: 33 + $signature: 35 }; A.QuoteEditVM_QuoteEditVM$fromStore___closure.prototype = { call$1(context) { @@ -432647,7 +432396,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddQuoteItems(items)); }, - $signature: 262 + $signature: 251 }; A.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -432731,7 +432480,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._QuoteEditState_build_closure2.prototype = { call$1(context) { @@ -432743,7 +432492,7 @@ call$2(context, action) { return this.$this._quote_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._QuoteEditState_build_closure.prototype = { call$0() { @@ -432762,14 +432511,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: 256 + $signature: 244 }; A._QuoteEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 61 }; A._QuoteEditState_build___closure1.prototype = { call$1(item) { @@ -432788,7 +432537,7 @@ } return t1; }, - $signature: 257 + $signature: 245 }; A._QuoteEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -432802,7 +432551,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 273 + $signature: 246 }; A.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -432843,7 +432592,7 @@ store.get$_dispatchers()[0].call$1(new A.LoadClient(null, t1)); } }, - $signature: 508 + $signature: 462 }; A.QuoteEmailScreen_build_closure0.prototype = { call$1(store) { @@ -432871,7 +432620,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: 320 + $signature: 347 }; A.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1(value) { @@ -432990,7 +432739,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.QuoteListItem_build__closure2.prototype = { call$0() { @@ -433016,7 +432765,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.quote], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.QuoteListItem_build__closure5.prototype = { call$0() { @@ -433059,7 +432808,7 @@ invoiceId = J.$index$asx(t1.invoiceList, index); return new A.QuoteListItem(t1.invoiceMap._map$_map.$index(0, invoiceId), t1.filter, true, null); }, - $signature: 467 + $signature: 379 }; A.QuoteListVM.prototype = {}; A.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -433269,7 +433018,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.QuoteScreen_build_closure0.prototype = { call$1(b) { @@ -433279,7 +433028,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.QuoteScreen_build_closure1.prototype = { call$1(b) { @@ -433289,7 +433038,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.QuoteScreen_build_closure2.prototype = { call$1(b) { @@ -433303,7 +433052,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.QuoteScreen_build_closure3.prototype = { call$1(b) { @@ -433317,7 +433066,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.QuoteScreen_build_closure17.prototype = { call$0() { @@ -433341,7 +433090,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.QuoteScreen_build_closure16.prototype = { call$0() { @@ -433393,7 +433142,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterQuotesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.QuoteScreen_build_closure4.prototype = { call$0() { @@ -433463,7 +433212,7 @@ $defaultValues() { return [null]; }, - $signature: 263 + $signature: 252 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -433483,7 +433232,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.QuoteViewVM_QuoteViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -433508,13 +433257,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3(context, quote, activityId) { @@ -433528,7 +433277,7 @@ $defaultValues() { return [null]; }, - $signature: 264 + $signature: 253 }; A.RecurringExpenseEditScreen.prototype = { build$1(_, context) { @@ -433553,7 +433302,7 @@ call$1(recurringExpense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringExpense(recurringExpense)); }, - $signature: 133 + $signature: 142 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2.prototype = { call$2(context, completer) { @@ -433578,7 +433327,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 35 + $signature: 34 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3.prototype = { call$2(context, completer) { @@ -433602,7 +433351,7 @@ call$1(expense) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_expense/edit")); }, - $signature: 35 + $signature: 34 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -433627,7 +433376,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 158 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3.prototype = { call$0() { @@ -433655,7 +433404,7 @@ return t4.then$1$1(0, new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure(recurringExpense, t3, _this.state, t1, t2, t5), type$.Null).catchError$1(new A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0(t2)); } }, - $signature: 33 + $signature: 35 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure.prototype = { call$1(savedRecurringExpense) { @@ -433704,7 +433453,7 @@ A.viewEntity(false, savedRecurringExpense, _null, true); } }, - $signature: 133 + $signature: 142 }; A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -433837,7 +433586,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.RecurringExpenseListItem_build__closure2.prototype = { call$0() { @@ -433863,7 +433612,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.expense], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.RecurringExpenseListItem_build__closure5.prototype = { call$0() { @@ -434242,7 +433991,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -434269,13 +434018,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.RecurringInvoiceEdit.prototype = { createState$0() { @@ -434345,7 +434094,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._RecurringInvoiceEditState_build_closure2.prototype = { call$1(context) { @@ -434357,7 +434106,7 @@ call$2(context, action) { return this.$this._recurring_invoice_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._RecurringInvoiceEditState_build_closure.prototype = { call$0() { @@ -434376,14 +434125,14 @@ t5 = t3._eval$1("MappedIterable<1,BaseEntity*>"); return new A.InvoiceItemSelector(new A._RecurringInvoiceEditState_build___closure(_this.$this, t4, _this.isFullscreen), t1.clientId, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t2, new A._RecurringInvoiceEditState_build___closure0(), t3._eval$1("WhereIterable<1>")), new A._RecurringInvoiceEditState_build___closure1(t4), t5), true, t5._eval$1("Iterable.E")), false, null); }, - $signature: 256 + $signature: 244 }; A._RecurringInvoiceEditState_build___closure0.prototype = { call$1(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 59 + $signature: 61 }; A._RecurringInvoiceEditState_build___closure1.prototype = { call$1(item) { @@ -434402,7 +434151,7 @@ } return t1; }, - $signature: 257 + $signature: 245 }; A._RecurringInvoiceEditState_build___closure.prototype = { call$3(items, clientId, projectId) { @@ -434416,7 +434165,7 @@ call$2(items, clientId) { return this.call$3(items, clientId, null); }, - $signature: 273 + $signature: 246 }; A.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -434459,7 +434208,7 @@ call$1(invoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(invoice)); }, - $signature: 138 + $signature: 147 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3(context, invoice, client) { @@ -434470,7 +434219,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 325 + $signature: 348 }; A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -434495,7 +434244,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 35 + $signature: 34 }; A.RecurringInvoiceEditItemsScreen.prototype = { build$1(_, context) { @@ -434525,7 +434274,7 @@ call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteRecurringInvoiceItem(index)); }, - $signature: 109 + $signature: 112 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0() { @@ -434543,7 +434292,7 @@ } else t1.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoiceItem(index, item)); }, - $signature: 260 + $signature: 249 }; A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1(b) { @@ -434557,7 +434306,7 @@ call$2(oldIndex, newIndex) { this.store.get$_dispatchers()[0].call$1(new A.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 134 + $signature: 141 }; A.RecurringInvoiceEditNotesScreen.prototype = { build$1(_, context) { @@ -434582,7 +434331,7 @@ call$1(recurringInvoice) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 138 + $signature: 147 }; A.RecurringInvoiceEditPDFScreen.prototype = { build$1(_, context) { @@ -434644,7 +434393,7 @@ $defaultValues() { return [null]; }, - $signature: 171 + $signature: 158 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$0() { @@ -434678,7 +434427,7 @@ return t2.then$1$1(0, new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0(recurringInvoice, t3, _this.state, t1, $navigator, t4), type$.Null).catchError$1(new A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1()); } }, - $signature: 33 + $signature: 35 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure.prototype = { call$1(context) { @@ -434750,7 +434499,7 @@ } this.store.get$_dispatchers()[0].call$1(new A.AddRecurringInvoiceItems(items)); }, - $signature: 262 + $signature: 251 }; A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -434879,7 +434628,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.RecurringInvoiceListItem_build__closure2.prototype = { call$0() { @@ -434904,7 +434653,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.invoice], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.RecurringInvoiceListItem_build__closure5.prototype = { call$0() { @@ -435126,7 +434875,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure0.prototype = { call$1(b) { @@ -435137,7 +434886,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure1.prototype = { call$1(b) { @@ -435148,7 +434897,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure2.prototype = { call$1(b) { @@ -435162,7 +434911,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure3.prototype = { call$1(b) { @@ -435176,7 +434925,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 68 + $signature: 67 }; A.RecurringInvoiceScreen_build_closure17.prototype = { call$0() { @@ -435194,7 +434943,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.RecurringInvoiceScreen_build_closure15.prototype = { call$2(state, value) { @@ -435222,7 +434971,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterRecurringInvoicesByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.RecurringInvoiceScreen_build_closure10.prototype = { call$2(state, value) { @@ -435322,7 +435071,7 @@ $defaultValues() { return [null]; }, - $signature: 263 + $signature: 252 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1(context) { @@ -435342,7 +435091,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -435367,13 +435116,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3(context, invoice, activityId) { @@ -435387,7 +435136,7 @@ $defaultValues() { return [null]; }, - $signature: 264 + $signature: 253 }; A.ClientReportFields.prototype = { toString$0(_) { @@ -435416,25 +435165,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 475 + $signature: 477 }; A.clientReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.clientReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 475 + $signature: 477 }; A.clientReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 475 + $signature: 477 }; A.ContactReportFields.prototype = { toString$0(_) { @@ -435463,25 +435212,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 477 + $signature: 478 }; A.contactReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.contactReport_closure3.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 477 + $signature: 478 }; A.contactReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 477 + $signature: 478 }; A.CreditReportFields.prototype = { toString$0(_) { @@ -435510,25 +435259,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 478 + $signature: 479 }; A.creditReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.creditReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 478 + $signature: 479 }; A.creditReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 478 + $signature: 479 }; A.DocumentReportFields.prototype = { toString$0(_) { @@ -435640,7 +435389,7 @@ call$2(clientId, client) { B.JSArray_methods.forEach$1(client.documents._list, new A.documentReport__closure2(this._getRow, client, this.data, this.entities)); }, - $signature: 230 + $signature: 258 }; A.documentReport__closure2.prototype = { call$1($document) { @@ -435651,7 +435400,7 @@ _this.entities.push($document); } }, - $signature: 71 + $signature: 72 }; A.documentReport_closure2.prototype = { call$2(productId, product) { @@ -435668,7 +435417,7 @@ _this.entities.push($document); } }, - $signature: 71 + $signature: 72 }; A.documentReport_closure3.prototype = { call$2(invoiceId, invoice) { @@ -435685,7 +435434,7 @@ _this.entities.push($document); } }, - $signature: 71 + $signature: 72 }; A.documentReport_closure4.prototype = { call$2(quoteId, quote) { @@ -435702,31 +435451,31 @@ _this.entities.push($document); } }, - $signature: 71 + $signature: 72 }; A.documentReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 479 + $signature: 480 }; A.documentReport_closure6.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.documentReport_closure7.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 479 + $signature: 480 }; A.documentReport_closure8.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 479 + $signature: 480 }; A.ExpenseReportFields.prototype = { toString$0(_) { @@ -435734,14 +435483,14 @@ } }; 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); + call$10(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState) { + return A.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, projectMap, userMap, staticState); }, - $signature: 709 + $signature: 2572 }; A.expenseReport_closure.prototype = { call$1(e) { - return A.EnumUtils_fromString(B.List_rR8, e, type$.legacy_ExpenseReportFields); + return A.EnumUtils_fromString(B.List_anB, e, type$.legacy_ExpenseReportFields); }, $signature: 2573 }; @@ -435755,25 +435504,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 480 + $signature: 481 }; A.expenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.expenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 480 + $signature: 481 }; A.expenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 480 + $signature: 481 }; A.InvoiceItemReportFields.prototype = { toString$0(_) { @@ -435784,7 +435533,7 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport0(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 711 + $signature: 709 }; A.lineItemReport_closure5.prototype = { call$1(e) { @@ -435802,25 +435551,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 481 + $signature: 482 }; A.lineItemReport_closure8.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.lineItemReport_closure9.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 481 + $signature: 482 }; A.lineItemReport_closure10.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 481 + $signature: 482 }; A.InvoiceReportFields.prototype = { toString$0(_) { @@ -435831,7 +435580,7 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.invoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 713 + $signature: 711 }; A.invoiceReport_closure.prototype = { call$1(e) { @@ -435849,25 +435598,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 483 }; A.invoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.invoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 482 + $signature: 483 }; A.invoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 482 + $signature: 483 }; A.TaxRateReportFields0.prototype = { toString$0(_) { @@ -435878,7 +435627,7 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.taxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 715 + $signature: 713 }; A.taxReport_closure.prototype = { call$1(e) { @@ -435896,31 +435645,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 346 + $signature: 356 }; A.taxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.taxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 346 + $signature: 356 }; A.taxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 346 + $signature: 356 }; A.taxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 346 + $signature: 356 }; A.PaymentReportFields.prototype = { toString$0(_) { @@ -435949,25 +435698,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 483 + $signature: 485 }; A.paymentReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.paymentReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 483 + $signature: 485 }; A.paymentReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 483 + $signature: 485 }; A.TaxRateReportFields.prototype = { toString$0(_) { @@ -435978,7 +435727,7 @@ call$9(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState) { return A.paymentTaxReport(userCompany, reportsUIState, taxRateMap, invoiceMap, creditMap, clientMap, paymentMap, userMap, staticState); }, - $signature: 715 + $signature: 713 }; A.paymentTaxReport_closure.prototype = { call$1(e) { @@ -435996,31 +435745,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 347 + $signature: 357 }; A.paymentTaxReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.paymentTaxReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 347 + $signature: 357 }; A.paymentTaxReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 347 + $signature: 357 }; A.paymentTaxReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 347 + $signature: 357 }; A.ProductReportFields.prototype = { toString$0(_) { @@ -436049,25 +435798,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 484 + $signature: 486 }; A.productReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.productReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 484 + $signature: 486 }; A.productReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 484 + $signature: 486 }; A.ProfitAndLossReportFields.prototype = { toString$0(_) { @@ -436096,31 +435845,31 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 348 + $signature: 358 }; A.profitAndLossReport_closure1.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.profitAndLossReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 348 + $signature: 358 }; A.profitAndLossReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 348 + $signature: 358 }; A.profitAndLossReport_closure5.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 348 + $signature: 358 }; A.PurchaseOrderReportFields.prototype = { toString$0(_) { @@ -436131,7 +435880,7 @@ call$7(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState) { return A.purchaseOrderReport(userCompany, reportsUIState, purchaseOrderMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 721 + $signature: 719 }; A.purchaseOrderReport_closure.prototype = { call$1(e) { @@ -436149,25 +435898,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 485 + $signature: 364 }; A.purchaseOrderReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.purchaseOrderReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.purchaseOrderReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 485 + $signature: 364 }; A.purchaseOrderReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 485 + $signature: 364 }; A.QuoteItemReportFields.prototype = { toString$0(_) { @@ -436178,7 +435927,7 @@ call$6(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState) { return A.lineItemReport(userCompany, reportsUIState, productMap, invoiceMap, clientMap, staticState); }, - $signature: 711 + $signature: 709 }; A.lineItemReport_closure.prototype = { call$1(e) { @@ -436196,25 +435945,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 486 + $signature: 487 }; A.lineItemReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.lineItemReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 486 + $signature: 487 }; A.lineItemReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 486 + $signature: 487 }; A.QuoteReportFields.prototype = { toString$0(_) { @@ -436225,7 +435974,7 @@ call$7(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return A.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 721 + $signature: 719 }; A.quoteReport_closure.prototype = { call$1(e) { @@ -436243,25 +435992,25 @@ call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 487 + $signature: 488 }; A.quoteReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.quoteReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 487 + $signature: 488 }; A.quoteReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 487 + $signature: 488 }; A.RecurringExpenseReportFields.prototype = { toString$0(_) { @@ -436272,43 +436021,43 @@ call$9(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return A.recurringExpenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 709 + $signature: 2613 }; A.recurringExpenseReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_oqK, e, type$.legacy_RecurringExpenseReportFields); }, - $signature: 2613 + $signature: 2614 }; A.recurringExpenseReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2614 + $signature: 2615 }; A.recurringExpenseReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 488 + $signature: 489 }; A.recurringExpenseReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.recurringExpenseReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 488 + $signature: 489 }; A.recurringExpenseReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 488 + $signature: 489 }; A.RecurringInvoiceReportFields.prototype = { toString$0(_) { @@ -436319,43 +436068,43 @@ call$8(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState) { return A.recurringInvoiceReport(userCompany, reportsUIState, invoiceMap, clientMap, userMap, vendorMap, projectMap, staticState); }, - $signature: 713 + $signature: 711 }; A.recurringInvoiceReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_QXJ, e, type$.legacy_RecurringInvoiceReportFields); }, - $signature: 2616 + $signature: 2617 }; A.recurringInvoiceReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2617 + $signature: 2618 }; A.recurringInvoiceReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 489 + $signature: 490 }; A.recurringInvoiceReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.recurringInvoiceReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 489 + $signature: 490 }; A.recurringInvoiceReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 489 + $signature: 490 }; A.ReportCharts.prototype = { build$1(_, context) { @@ -436406,26 +436155,26 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 727 + $signature: 725 }; 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: 2620 + $signature: 2621 }; A.ReportCharts_build_closure2.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 728 + $signature: 726 }; 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: 729 + $signature: 727 }; A.ReportCharts_build_closure3.prototype = { call$1(element) { @@ -436443,25 +436192,25 @@ call$2(_, __) { return A.ColorUtil_fromDartColor(this.state.get$accentColor()); }, - $signature: 727 + $signature: 725 }; A.ReportCharts_build_closure7.prototype = { call$2(item, _) { return A.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 2623 + $signature: 2624 }; A.ReportCharts_build_closure8.prototype = { call$2(item, _) { return J.$index$asx(item, "value"); }, - $signature: 728 + $signature: 726 }; 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: 729 + $signature: 727 }; A.ReportsScreen.prototype = { build$1(_, context) { @@ -436488,7 +436237,7 @@ if (!t3) { if (state.get$isHosted()) { t3 = state.uiState.selectedCompanyIndex; - t3 = state.userCompanyStates._list[t3].userCompany.account.trialPlan.length !== 0; + t3 = state.userCompanyStates._list[t3].userCompany.account.trialDaysLeft > 0; } else t3 = false; t3 = !t3; @@ -436673,7 +436422,7 @@ t1 = this.localization.get$menuSidebar(); return A.InkWell$(false, _null, true, A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_58332_MaterialIcons_null_false, _null, _null), _null, new A.ReportsScreen_build__closure5(context), B.EdgeInsets_8_8_8_8, _null, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 298 + $signature: 339 }; A.ReportsScreen_build__closure5.prototype = { call$0() { @@ -436706,7 +436455,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, report, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ReportsScreen_build_closure6.prototype = { call$1(value) { @@ -436728,7 +436477,7 @@ columnTitle = t1.userCompanyStates._list[t2].userCompany.company.getCustomFieldLabel$1(column); return A.DropdownMenuItem$(A.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ReportsScreen_build_closure7.prototype = { call$1(value) { @@ -436786,14 +436535,14 @@ b.addAll$1(0, t1); return b; }, - $signature: 225 + $signature: 218 }; A.ReportsScreen_build_closure10.prototype = { call$1(column) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ReportsScreen_build_closure12.prototype = { call$1(value) { @@ -436817,26 +436566,26 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([t1, t2], t3, t3)); return b; }, - $signature: 225 + $signature: 218 }; A.ReportsScreen_build_closure13.prototype = { call$1(dateRange) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 309 + $signature: 343 }; A.ReportsScreen_build_closure14.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customStartDate(date); }, - $signature: 342 + $signature: 355 }; A.ReportsScreen_build_closure15.prototype = { call$2(date, _) { return this.$this.viewModel.onSettingsChanged.call$1$customEndDate(date); }, - $signature: 342 + $signature: 355 }; A.ReportsScreen_build_closure18.prototype = { call$1(value) { @@ -436855,7 +436604,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, column, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ReportsScreen_build_closure26.prototype = { call$0() { @@ -436888,7 +436637,7 @@ var t1 = this.localization; return new A.AppTextButton(t1.get$columns(t1), new A.ReportsScreen_build__closure2(this.$this, context, this.reportResult), true, null, null); }, - $signature: 294 + $signature: 336 }; A.ReportsScreen_build__closure2.prototype = { call$0() { @@ -436907,7 +436656,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 105 + $signature: 98 }; A.ReportsScreen_build_closure20.prototype = { call$0() { @@ -436925,7 +436674,7 @@ t1 = t4 === 1 ? "1 " + A.S(t1.lookup$1(J.toString$0$(t5.get$entityType()))) : "" + t4 + " " + A.S(t1.lookup$1(t5.get$entityType().get$plural())); A.confirmCallback(false, new A.ReportsScreen_build__closure1(t3, action), context, t2 + t1, false, null); }, - $signature: 2625 + $signature: 2626 }; A.ReportsScreen_build__closure1.prototype = { call$1(_) { @@ -436979,7 +436728,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: 2626 + $signature: 2627 }; A.ReportsScreen_build__closure.prototype = { call$0() { @@ -436995,7 +436744,7 @@ call$1(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 105 + $signature: 98 }; A.ReportsScreen_build_closure25.prototype = { call$0() { @@ -437109,7 +436858,7 @@ t2 = reportState.filters.rebuild$1(new A._ReportDataTableState_initState__closure(column, value)); this.viewModel.onReportFiltersChanged.call$2(t1, t2); }, - $signature: 41 + $signature: 40 }; A._ReportDataTableState_initState__closure.prototype = { call$1(b) { @@ -437117,7 +436866,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 225 + $signature: 218 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0() { @@ -437131,7 +436880,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 225 + $signature: 218 }; A._ReportDataTableState_dispose_closure.prototype = { call$1(i) { @@ -437160,7 +436909,7 @@ t2 = this.sortedColumns[index]; return t1.onReportSorted.call$2(t2, ascending); }, - $signature: 731 + $signature: 729 }; A.TotalsDataTable.prototype = { build$1(_, context) { @@ -437178,7 +436927,7 @@ call$2(index, ascending) { return this.$this.viewModel.onReportTotalsSorted.call$2(index, ascending); }, - $signature: 731 + $signature: 729 }; A.ReportColumnType.prototype = { toString$0(_) { @@ -437194,7 +436943,7 @@ else return B.ReportColumnType_0; }, - $signature: 2628 + $signature: 2629 }; A.ReportDataTableSource.prototype = { get$rowCount(_) { @@ -437222,7 +436971,7 @@ call$2(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 2629 + $signature: 2630 }; A.ReportResult.prototype = { sortedColumns$1(reportState) { @@ -437520,7 +437269,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, ageGroup, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ReportResult_tableFilters_closure2.prototype = { call$0() { @@ -437552,7 +437301,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, dateRange, type$.legacy_DateRange); }, - $signature: 309 + $signature: 343 }; A.ReportResult_tableFilters_closure8.prototype = { call$1(textEditingValue) { @@ -437568,7 +437317,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: 2630 + $signature: 2631 }; A.ReportResult_tableFilters__closure.prototype = { call$1(row) { @@ -437579,13 +437328,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: 2631 + $signature: 2632 }; A.ReportResult_tableFilters__closure0.prototype = { call$1(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 2632 + $signature: 2633 }; A.ReportResult_tableFilters_closure7.prototype = { call$1(value) { @@ -437637,7 +437386,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, _null, false, _null), B.Clip_0, _null, 4, _null, _null, _null, _null, _null, B.MaterialType_0), _null), _null); }, - $signature: 2633 + $signature: 2634 }; A.ReportResult_tableFilters__closure2.prototype = { call$2(context, index) { @@ -437649,7 +437398,7 @@ t2 = _this.options; return A.Container$(_null, A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, new A.ReportResult_tableFilters___closure(_this.onSelected, t2, index), false, _null, _null, _null, _null, A.Text$(J.elementAt$1$ax(t2, index), _null, _null, _null, _null, _null, A.Theme_of(context).textTheme.titleMedium, _null, _null, _null), _null, _null), B.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 693 + $signature: 692 }; A.ReportResult_tableFilters___closure.prototype = { call$0() { @@ -437718,7 +437467,7 @@ b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 225 + $signature: 218 }; A.ReportResult_totalColumns_closure.prototype = { call$2(str1, str2) { @@ -437984,7 +437733,7 @@ call$2(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 2634 + $signature: 2635 }; A.ReportsScreenVM.prototype = {}; A.ReportsScreenVM_fromStore_closure2.prototype = { @@ -437993,7 +437742,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: 53 + $signature: 51 }; A.ReportsScreenVM_fromStore_closure3.prototype = { call$2(index, ascending) { @@ -438001,14 +437750,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: 452 + $signature: 453 }; 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: 732 + $signature: 730 }; A.ReportsScreenVM_fromStore_closure.prototype = { call$2(context, columns) { @@ -438021,7 +437770,7 @@ 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: 2636 + $signature: 2637 }; A.ReportsScreenVM_fromStore__closure6.prototype = { call$1(b) { @@ -438035,7 +437784,7 @@ b.get$columns(b).replace$1(0, A.BuiltList_BuiltList$from(this.columns, type$.legacy_String)); return b; }, - $signature: 797 + $signature: 809 }; A.ReportsScreenVM_fromStore__closure7.prototype = { call$1(b) { @@ -438045,7 +437794,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 107 + $signature: 110 }; A.ReportsScreenVM_fromStore__closure8.prototype = { call$1(b) { @@ -438055,7 +437804,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 74 }; A.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -438087,7 +437836,7 @@ $defaultValues() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 2637 + $signature: 2638 }; A.ReportsScreenVM_fromStore__closure.prototype = { call$0() { @@ -438177,7 +437926,7 @@ t2 = t1.csvData; t1.csvData = B.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 2638 + $signature: 2639 }; A.ReportsScreenVM_fromStore__closure2.prototype = { call$1(column) { @@ -438224,7 +437973,7 @@ call$5(reportResult, reportUIState, reportSettings, currencyMap, company) { return A.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 2639 + $signature: 2640 }; A.calculateReportTotals_closure.prototype = { call$2(rowA, rowB) { @@ -438254,43 +438003,43 @@ 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: 2640 + $signature: 2641 }; A.taskReport_closure.prototype = { call$1(e) { return A.EnumUtils_fromString(B.List_qrv, e, type$.legacy_TaskReportFields); }, - $signature: 2641 + $signature: 2642 }; A.taskReport_closure0.prototype = { call$1(element) { return element != null; }, - $signature: 2642 + $signature: 2643 }; A.taskReport_closure1.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 490 + $signature: 491 }; A.taskReport_closure2.prototype = { call$2(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 82 + $signature: 81 }; A.taskReport_closure3.prototype = { call$1(e) { return A.EnumUtils_parse(e); }, - $signature: 490 + $signature: 491 }; A.taskReport_closure4.prototype = { call$1(item) { return A.EnumUtils_parse(item); }, - $signature: 490 + $signature: 491 }; A.AccountManagement.prototype = { createState$0() { @@ -438436,7 +438185,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: 2644 + $signature: 2645 }; A._AccountManagementState_build__closure2.prototype = { call$1(value) { @@ -438496,7 +438245,7 @@ call$1(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 2645 + $signature: 2646 }; A._AccountOverview.prototype = { build$1(_, context) { @@ -438523,7 +438272,7 @@ companies = state.get$companies(); t2 = new A._AccountOverview_build__getDataStats(_this, context); if (state.get$isHosted()) - t5 = account.plan.length === 0 || account.trialPlan.length !== 0; + t5 = account.plan.length === 0 || account.trialDaysLeft > 0; else t5 = false; if (t5) { @@ -438548,7 +438297,7 @@ t7 = J.$index$asx(t5.$index(0, t6), "plan"); if (t7 == null) t7 = ""; - if (account.trialPlan.length !== 0) { + if (account.trialDaysLeft > 0) { t8 = J.$index$asx(t5.$index(0, t6), "pro"); if (t8 == null) t8 = J.$index$asx(t5.$index(0, _s2_), "pro"); @@ -438622,7 +438371,7 @@ B.JSArray_methods.addAll$1(t8, A._setArrayType([new A.Padding(B.EdgeInsets_16_16_16_16, A.Row$(A._setArrayType([t7, new A.SizedBox(16, _null, _null, _null), A.Expanded$(new A.AppButton(_null, t11, t10.toUpperCase(), new A._AccountOverview_build_closure6(_this, context, t1), _null, _null), 1)], t9), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), new A.Padding(B.EdgeInsets_16_16_16_0, new A.ListDivider(_null), _null)], t9)); } if (!(!state.get$isHosted() || t3[t4].userCompany.account.plan === "enterprise" || t3[t4].userCompany.account.plan === "pro")) - t3 = state.get$isHosted() && t3[t4].userCompany.account.trialPlan.length !== 0; + t3 = state.get$isHosted() && t3[t4].userCompany.account.trialDaysLeft > 0; else t3 = true; if (t3) { @@ -438692,7 +438441,7 @@ } return stats; }, - $signature: 139 + $signature: 131 }; A._AccountOverview_build_closure.prototype = { call$0() { @@ -438783,7 +438532,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._AccountOverview_build_closure6.prototype = { call$0() { @@ -438812,7 +438561,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 160 + $signature: 162 }; A._AccountOverview_build___closure2.prototype = { call$1(response) { @@ -438873,7 +438622,7 @@ A._AccountOverview_build__closure0.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(true, new A._AccountOverview_build___closure0(this.$this, t1), t1); + A.passwordCallback(true, new A._AccountOverview_build___closure0(this.$this, t1), t1, false); }, $signature: 11 }; @@ -438881,7 +438630,7 @@ call$2(password, idToken) { this.$this.viewModel.onPurgeData.call$3(this.context, password, idToken); }, - $signature: 41 + $signature: 40 }; A._AccountOverview_build_closure12.prototype = { call$0() { @@ -438909,7 +438658,7 @@ A._AccountOverview_build__closure.prototype = { call$1(reason) { var t1 = this.context; - A.passwordCallback(true, new A._AccountOverview_build___closure(this.$this, t1, reason), t1); + A.passwordCallback(true, new A._AccountOverview_build___closure(this.$this, t1, reason), t1, false); }, $signature: 11 }; @@ -438917,7 +438666,7 @@ call$2(password, idToken) { this.$this.viewModel.onCompanyDelete.call$4(this.context, password, idToken, this.reason); }, - $signature: 41 + $signature: 40 }; A.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -438944,7 +438693,7 @@ call$2(context, viewModel) { return new A.AccountManagement(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2646 + $signature: 2647 }; A.AccountManagementVM.prototype = { get$company() { @@ -438955,7 +438704,7 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.AccountManagementVM_fromStore_closure2.prototype = { call$4(context, password, idToken, reason) { @@ -438973,7 +438722,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 160 + $signature: 162 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1(value) { @@ -439062,7 +438811,7 @@ completer = A.snackBarCompleter(context, t1, false, type$.Null); this.store.get$_dispatchers()[0].call$1(new A.PurgeDataRequest(completer, password, idToken)); }, - $signature: 2648 + $signature: 2649 }; A.AccountManagementVM_fromStore_closure4.prototype = { call$0() { @@ -439302,7 +439051,7 @@ t13 = J.$index$asx(t9.$index(0, t10), "storefront_help"); if (t13 == null) t13 = ""; - t14.push(A.BoolDropdownButton$(_null, _null, t13, B._MdiIconData_egL2, t12, _null, new A._ClientPortalState_build_closure8(viewModel, company), company.enableShopApi)); + t14.push(A.BoolDropdownButton$(_null, _null, t13, B._MdiIconData_egL3, t12, _null, new A._ClientPortalState_build_closure8(viewModel, company), company.enableShopApi)); } if (A.cleanApiUrl(state.authState.url) !== "https://demo.invoiceninja.com") { t12 = state.userCompanyStates; @@ -439589,7 +439338,7 @@ call$1(value) { return this.$this._validateSubdomain$0(); }, - $signature: 67 + $signature: 66 }; A._ClientPortalState_build_closure2.prototype = { call$1(val) { @@ -439697,7 +439446,7 @@ var _this = this, _null = null; return A.SwitchListTile$(A.Theme_of(_this.context).colorScheme.secondary, _null, new A._ClientPortalState_build__closure6(_this.company, field, _this.viewModel), _null, _null, A.Text$(_this.localization.lookup$1(field.key), _null, _null, _null, _null, _null, _null, _null, _null, _null), field.required); }, - $signature: 2649 + $signature: 2650 }; A._ClientPortalState_build__closure6.prototype = { call$1(value) { @@ -439727,7 +439476,7 @@ b.get$_company_model$_$this()._required = !this.field.required; return b; }, - $signature: 2650 + $signature: 2651 }; A._ClientPortalState_build_closure13.prototype = { call$1(value) { @@ -439845,7 +439594,7 @@ call$2(context, viewModel) { return new A.ClientPortal(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2651 + $signature: 2652 }; A.ClientPortalVM.prototype = { get$company() { @@ -439856,13 +439605,13 @@ call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 491 + $signature: 492 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1(context) { @@ -440274,7 +440023,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.state.staticState.sizeMap._map$_map.$index(0, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, sizeId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyDetailsState_build_closure1.prototype = { call$1(sizeId) { @@ -440337,7 +440086,7 @@ t2.push(A.Expanded$(new A.AppButton(_null, B.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure11(_this.viewModel, context), 1 / 0, _null), 1)); return A.Row$(t2, B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 2653 + $signature: 2654 }; A._CompanyDetailsState_build__closure10.prototype = { call$0() { @@ -440377,7 +440126,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._CompanyDetailsState_build_closure6.prototype = { call$1(value) { @@ -440397,7 +440146,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyDetailsState_build_closure7.prototype = { call$1(paymentType) { @@ -440423,7 +440172,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyDetailsState_build_closure9.prototype = { call$1(numDays) { @@ -440449,7 +440198,7 @@ t1 = paymentTerm.numDays; return A.DropdownMenuItem$(A.Text$(t1 === 0 ? this.localization.get$dueOnReceipt() : paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, B.JSInt_methods.toString$0(t1), type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._CompanyDetailsState_build_closure11.prototype = { call$1(numDays) { @@ -440476,7 +440225,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure5(value))); }, - $signature: 269 + $signature: 261 }; A._CompanyDetailsState_build__closure5.prototype = { call$1(b) { @@ -440490,7 +440239,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure4(value))); }, - $signature: 269 + $signature: 261 }; A._CompanyDetailsState_build__closure4.prototype = { call$1(b) { @@ -440504,7 +440253,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure3(value))); }, - $signature: 269 + $signature: 261 }; A._CompanyDetailsState_build__closure3.prototype = { call$1(b) { @@ -440518,7 +440267,7 @@ call$1(value) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._CompanyDetailsState_build__closure2(value))); }, - $signature: 269 + $signature: 261 }; A._CompanyDetailsState_build__closure2.prototype = { call$1(b) { @@ -440571,13 +440320,13 @@ call$1(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A._CompanyDetailsState_build_closure21.prototype = { call$3($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -440604,7 +440353,7 @@ call$2(context, viewModel) { return new A.CompanyDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2654 + $signature: 2655 }; A.CompanyDetailsVM.prototype = { get$company() { @@ -440615,13 +440364,13 @@ call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 491 + $signature: 492 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -440659,14 +440408,14 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 394 + $signature: 393 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1(b) { b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 47 + $signature: 48 }; A.CompanyDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -440755,7 +440504,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.CompanyDetailsVM_fromStore__closure1.prototype = { call$1(error) { @@ -440780,13 +440529,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1(value) { return this.store.get$_dispatchers()[0].call$1(new A.RefreshData(null, false, false, false)); }, - $signature: 102 + $signature: 97 }; A.CreditCardsAndBanks.prototype = { createState$0() { @@ -440869,7 +440618,7 @@ call$2(context, viewModel) { return new A.CreditCardsAndBanks(null); }, - $signature: 2655 + $signature: 2656 }; A.CreditCardsAndBanksVM.prototype = {}; A.CustomFields.prototype = { @@ -440969,7 +440718,7 @@ if (t2._list[t1].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 186 + $signature: 181 }; A.CustomFieldsSettings.prototype = { build$1(_, context) { @@ -441290,7 +441039,7 @@ call$2(context, viewModel) { return new A.CustomFields(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2656 + $signature: 2657 }; A.CustomFieldsVM.prototype = { get$company() { @@ -441301,7 +441050,7 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.CustomFieldsVM_fromStore_closure.prototype = { call$1(context) { @@ -441402,7 +441151,7 @@ call$2(context, viewModel) { return new A.DataVisualizations(null); }, - $signature: 2657 + $signature: 2658 }; A.DataVisualizationsVM.prototype = {}; A.DeviceSettings.prototype = { @@ -441679,7 +441428,7 @@ } else return new A.SizedBox(_null, _null, _null, _null); }, - $signature: 2658 + $signature: 2659 }; A._DeviceSettingsState_build__closure7.prototype = { call$1(value) { @@ -441729,7 +441478,7 @@ t1 = this.localization; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_58644_MaterialIcons_null_false, _null, _null), _null, new A._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, new A.LiveText(_null, new A._DeviceSettingsState_build__closure6(this.state, t1), _null, _null), _null, A.Text$(t1.get$refreshData(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, _null); }, - $signature: 2659 + $signature: 2660 }; A._DeviceSettingsState_build__closure6.prototype = { call$0() { @@ -441740,7 +441489,7 @@ return ""; return J.$add$ansx(this.localization.get$lastUpdated(), ": ") + A.format(A.convertTimestampToDate(B.JSNumber_methods.round$0(t3[t2].lastUpdated / 1000)), A.localeSelector(t1, true)); }, - $signature: 139 + $signature: 131 }; A._DeviceSettingsState_build__closure5.prototype = { call$0() { @@ -441772,7 +441521,7 @@ var _null = null; return A.DropdownMenuItem$(A.Row$(A._setArrayType([new A.SizedBox(120, _null, A.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), A.Expanded$(A.Container$(_null, _null, B.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null, key, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._DeviceSettingsState_build_closure17.prototype = { call$1(value) { @@ -441796,7 +441545,7 @@ b.get$_safeMap().clear$0(0); return b; }, - $signature: 225 + $signature: 218 }; A._DeviceSettingsState_build__closure3.prototype = { call$1(b) { @@ -441804,7 +441553,7 @@ t2 = type$.legacy_String; return b.addAll$1(0, A.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#2F2E2E", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#454544", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", t1], t2, t2)); }, - $signature: 2660 + $signature: 2661 }; A._DeviceSettingsState_build_closure19.prototype = { call$1(selector) { @@ -441813,7 +441562,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: 2661 + $signature: 2662 }; A._DeviceSettingsState_build__closure1.prototype = { call$1(value) { @@ -441830,7 +441579,7 @@ b.$indexSet(0, this.selector, t1); return t1; }, - $signature: 736 + $signature: 734 }; A._DeviceSettingsState_build_closure20.prototype = { call$0() { @@ -441888,7 +441637,7 @@ b.$indexSet(0, t2, t1); return t1; }, - $signature: 736 + $signature: 734 }; A.__DeviceSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -441915,7 +441664,7 @@ call$2(context, viewModel) { return new A.DeviceSettings(viewModel, null); }, - $signature: 2663 + $signature: 2664 }; A.DeviceSettingsVM.prototype = {}; A.DeviceSettingsVM_fromStore_closure.prototype = { @@ -441967,7 +441716,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure7.prototype = { call$2(context, value) { @@ -441992,7 +441741,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure4.prototype = { call$2(context, value) { @@ -442024,7 +441773,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 738 + $signature: 736 }; A.DeviceSettingsVM_fromStore_closure5.prototype = { call$2(context, value) { @@ -442056,7 +441805,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 738 + $signature: 736 }; A.DeviceSettingsVM_fromStore_closure8.prototype = { call$2(context, value) { @@ -442081,7 +441830,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure14.prototype = { call$2(context, value) { @@ -442109,7 +441858,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure12.prototype = { call$2(context, value) { @@ -442117,7 +441866,7 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 214 + $signature: 224 }; A.DeviceSettingsVM_fromStore_closure13.prototype = { call$2(context, value) { @@ -442125,7 +441874,7 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 214 + $signature: 224 }; A.DeviceSettingsVM_fromStore_closure17.prototype = { call$2(context, value) { @@ -442133,7 +441882,7 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, value); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 2667 + $signature: 2668 }; A.DeviceSettingsVM_fromStore_closure15.prototype = { call$2(context, value) { @@ -442141,7 +441890,7 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 214 + $signature: 224 }; A.DeviceSettingsVM_fromStore_closure16.prototype = { call$2(context, value) { @@ -442149,7 +441898,7 @@ t1 = A.UpdateUserPreferences$(_null, _null, _null, _null, _null, _null, _null, _null, value, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); this.store.get$_dispatchers()[0].call$1(t1); }, - $signature: 214 + $signature: 224 }; A.DeviceSettingsVM_fromStore_closure6.prototype = { call$2(context, value) { @@ -442177,7 +441926,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2668 + $signature: 2669 }; A.DeviceSettingsVM_fromStore_closure9.prototype = { call$2(context, value) { @@ -442202,7 +441951,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure3.prototype = { call$2(context, value) { @@ -442236,7 +441985,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2669 + $signature: 2670 }; A.DeviceSettingsVM_fromStore__closure.prototype = { call$1(duration) { @@ -442310,7 +442059,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 216 + $signature: 222 }; A.DeviceSettingsVM_fromStore_closure18.prototype = { call$0() { @@ -442375,7 +442124,7 @@ t1.get$_dispatchers()[0].call$1(t2); t1.get$_dispatchers()[0].call$1(new A.UpdatedSetting()); }, - $signature: 732 + $signature: 730 }; A.DeviceSettingsVM_fromStore_closure11.prototype = { call$2(context, value) { @@ -442388,7 +442137,7 @@ else t1.get$_dispatchers()[0].call$1(new A.ClearPersistedData()); }, - $signature: 214 + $signature: 224 }; A.EmailSettings.prototype = { createState$0() { @@ -442618,7 +442367,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 40 + $signature: 39 }; A._EmailSettingsState_build_closure3.prototype = { call$0() { @@ -442645,7 +442394,7 @@ type$.legacy_UserEntity._as(entity); return entity.get$fullName() + " \u2022 " + entity.email; }, - $signature: 40 + $signature: 39 }; A._EmailSettingsState_build_closure7.prototype = { call$1(value) { @@ -442675,7 +442424,7 @@ } return A.DropdownMenuItem$(A.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, hour, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A._EmailSettingsState_build_closure8.prototype = { call$1(value) { @@ -442739,14 +442488,14 @@ call$2(context, viewModel) { return new A.EmailSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2670 + $signature: 2671 }; A.EmailSettingsVM.prototype = {}; A.EmailSettingsVM_fromStore_closure0.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.EmailSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -442936,7 +442685,7 @@ call$2(context, viewModel) { return new A.ExpenseSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2672 + $signature: 2673 }; A.ExpenseSettingsVM.prototype = { get$company() { @@ -442947,7 +442696,7 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.ExpenseSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -443164,7 +442913,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 186 + $signature: 181 }; A._GeneratedNumbersState_dispose_closure.prototype = { call$1(controller) { @@ -443244,7 +442993,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(B.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A._GeneratedNumbersState_build_closure1.prototype = { call$1(value) { @@ -443303,13 +443052,13 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 493 + $signature: 495 }; A._GeneratedNumbersState_build_closure6.prototype = { call$2(value, _) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure11(value))); }, - $signature: 342 + $signature: 355 }; A._GeneratedNumbersState_build__closure11.prototype = { call$1(b) { @@ -443322,7 +443071,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure10(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure10.prototype = { call$1(b) { @@ -443336,7 +443085,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure9(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure9.prototype = { call$1(b) { @@ -443350,7 +443099,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure8.prototype = { call$1(b) { @@ -443364,7 +443113,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure7.prototype = { call$1(b) { @@ -443378,7 +443127,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure6.prototype = { call$1(b) { @@ -443392,7 +443141,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure5.prototype = { call$1(b) { @@ -443406,7 +443155,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure4.prototype = { call$1(b) { @@ -443420,7 +443169,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure3.prototype = { call$1(b) { @@ -443434,7 +443183,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure2.prototype = { call$1(b) { @@ -443448,7 +443197,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure1.prototype = { call$1(b) { @@ -443462,7 +443211,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure0.prototype = { call$1(b) { @@ -443476,7 +443225,7 @@ call$2(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 89 + $signature: 86 }; A._GeneratedNumbersState_build__closure.prototype = { call$1(b) { @@ -443665,7 +443414,7 @@ call$2(context, viewModel) { return new A.GeneratedNumbers(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2674 + $signature: 2675 }; A.GeneratedNumbersVM.prototype = { get$company() { @@ -443676,7 +443425,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.GeneratedNumbersVM_fromStore_closure.prototype = { call$1(context) { @@ -443787,26 +443536,26 @@ t1.add$1(0, A.LinkedHashSet_LinkedHashSet$_literal([A.showToast(this.localization.get$startedImport())], type$.legacy_ToastFuture)); return t1; }, - $signature: 2675 + $signature: 2676 }; A._ImportExportState_build__closure5.prototype = { call$0() { return this.$this._import_export$_response = this.response; }, - $signature: 2676 + $signature: 2677 }; A._ImportExportState_build_closure.prototype = { call$1(importType) { var t1 = this.$this; return t1.setState$1(new A._ImportExportState_build__closure6(t1, importType)); }, - $signature: 2677 + $signature: 2678 }; A._ImportExportState_build__closure6.prototype = { call$0() { return this.$this._importFormat = this.importType; }, - $signature: 2678 + $signature: 2679 }; A._ImportExportState_build_closure1.prototype = { call$0() { @@ -443839,7 +443588,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(A.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.legacy_ImportType); }, - $signature: 742 + $signature: 740 }; A._ImportExportState_build_closure5.prototype = { call$1(value) { @@ -443859,7 +443608,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(A.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.legacy_ExportType); }, - $signature: 2680 + $signature: 2681 }; A._ImportExportState_build_closure6.prototype = { call$0() { @@ -444068,7 +443817,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 743 + $signature: 741 }; A._FileImportState_uploadJsonFile_closure1.prototype = { call$1(error) { @@ -444112,7 +443861,7 @@ t1._import_export$_isLoading = false; return A.LinkedHashSet_LinkedHashSet$_literal([false, t1._multipartFiles.clear$0(0)], type$.void); }, - $signature: 743 + $signature: 741 }; A._FileImportState_uploadFile_closure1.prototype = { call$1(error) { @@ -444141,7 +443890,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(A.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, importType, type$.legacy_ImportType); }, - $signature: 742 + $signature: 740 }; A._FileImportState_build_closure1.prototype = { call$0() { @@ -444176,7 +443925,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._FileImportState_build__closure1.prototype = { call$0() { @@ -444190,7 +443939,7 @@ var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure0(t1, value)); }, - $signature: 39 + $signature: 38 }; A._FileImportState_build__closure0.prototype = { call$0() { @@ -444203,7 +443952,7 @@ var t1 = this.$this; return t1.setState$1(new A._FileImportState_build__closure(t1, value)); }, - $signature: 39 + $signature: 38 }; A._FileImportState_build__closure.prototype = { call$0() { @@ -444331,7 +444080,7 @@ var t1 = this.$this; return t1.setState$1(new A.__FileMapperState_build__closure3(t1, value)); }, - $signature: 39 + $signature: 38 }; A.__FileMapperState_build__closure3.prototype = { call$0() { @@ -444497,7 +444246,7 @@ fieldLabel = t1.lookup$1(A.stringReplaceAllUnchecked(t2, "_id", "")); return A.DropdownMenuItem$(A.Text$(A.S(t1.lookup$1(B.JSArray_methods.get$first(field.split(".")))) + " - " + A.S(fieldLabel), _null, 1, B.TextOverflow_2, _null, _null, _null, _null, _null, _null), _null, field, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A.ImportExportScreen.prototype = { build$1(_, context) { @@ -444509,7 +444258,7 @@ call$2(context, viewModel) { return new A.ImportExport(null); }, - $signature: 2682 + $signature: 2683 }; A.ImportExportVM.prototype = {}; A.InvoiceDesign.prototype = { @@ -444649,7 +444398,7 @@ if (state.get$isHosted()) { t14 = state.userCompanyStates; t15 = t2.selectedCompanyIndex; - t15 = t14._list[t15].userCompany.account.trialPlan.length !== 0; + t15 = t14._list[t15].userCompany.account.trialDaysLeft > 0; t14 = t15; } else t14 = false; @@ -444894,7 +444643,7 @@ if (t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 186 + $signature: 181 }; A._InvoiceDesignState_build_closure62.prototype = { call$1(context) { @@ -444925,7 +444674,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure19(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure20(value))); }, - $signature: 153 + $signature: 150 }; A._InvoiceDesignState_build__closure19.prototype = { call$0() { @@ -444946,7 +444695,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure18(t1, value)); }, - $signature: 39 + $signature: 38 }; A._InvoiceDesignState_build__closure18.prototype = { call$0() { @@ -444960,7 +444709,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure16(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure17(value))); }, - $signature: 153 + $signature: 150 }; A._InvoiceDesignState_build__closure16.prototype = { call$0() { @@ -444981,7 +444730,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure15(t1, value)); }, - $signature: 39 + $signature: 38 }; A._InvoiceDesignState_build__closure15.prototype = { call$0() { @@ -444995,7 +444744,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure13(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure14(value))); }, - $signature: 153 + $signature: 150 }; A._InvoiceDesignState_build__closure13.prototype = { call$0() { @@ -445016,7 +444765,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure12(t1, value)); }, - $signature: 39 + $signature: 38 }; A._InvoiceDesignState_build__closure12.prototype = { call$0() { @@ -445030,7 +444779,7 @@ t1.setState$1(new A._InvoiceDesignState_build__closure10(t1)); this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._InvoiceDesignState_build__closure11(value))); }, - $signature: 153 + $signature: 150 }; A._InvoiceDesignState_build__closure10.prototype = { call$0() { @@ -445051,7 +444800,7 @@ var t1 = this.$this; return t1.setState$1(new A._InvoiceDesignState_build__closure9(t1, value)); }, - $signature: 39 + $signature: 38 }; A._InvoiceDesignState_build__closure9.prototype = { call$0() { @@ -445086,7 +444835,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageLayout, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._InvoiceDesignState_build_closure11.prototype = { call$1(value) { @@ -445106,7 +444855,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, pageSize, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._InvoiceDesignState_build_closure13.prototype = { call$1(value) { @@ -445129,7 +444878,7 @@ t2 = fontSize === 0 ? new A.SizedBox(_null, _null, _null, _null) : A.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.DropdownMenuItem$(t2, _null, t1, type$.legacy_String); }, - $signature: 472 + $signature: 473 }; A._InvoiceDesignState_build_closure14.prototype = { call$1(font) { @@ -445254,7 +445003,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure27.prototype = { call$1(field) { @@ -445272,7 +445021,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure30.prototype = { call$1(field) { @@ -445290,7 +445039,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure33.prototype = { call$1(field) { @@ -445314,7 +445063,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure37.prototype = { call$1(field) { @@ -445338,7 +445087,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure41.prototype = { call$1(field) { @@ -445362,7 +445111,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure45.prototype = { call$1(field) { @@ -445392,7 +445141,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("vendor_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure50.prototype = { call$1(field) { @@ -445410,7 +445159,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("purchase_order_details", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure53.prototype = { call$1(field) { @@ -445428,7 +445177,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure56.prototype = { call$1(field) { @@ -445446,7 +445195,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 105 + $signature: 98 }; A._InvoiceDesignState_build_closure59.prototype = { call$1(field) { @@ -445464,7 +445213,7 @@ call$1(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 105 + $signature: 98 }; A.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -445491,7 +445240,7 @@ call$2(context, viewModel) { return new A.InvoiceDesign(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2683 + $signature: 2684 }; A.InvoiceDesignVM.prototype = { get$company() { @@ -445502,7 +445251,7 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.InvoiceDesignVM_fromStore_closure0.prototype = { call$2(context, entityTypes) { @@ -445513,7 +445262,7 @@ } new A.InvoiceDesignVM_fromStore__closure(this.store, context, this.state, entityTypes).call$0(); }, - $signature: 2684 + $signature: 2685 }; A.InvoiceDesignVM_fromStore__closure.prototype = { call$0() { @@ -445563,7 +445312,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: 181 }; A.InvoiceDesignVM_fromStore_____closure.prototype = { call$1(response) { @@ -445721,7 +445470,7 @@ t6 = A._arrayInstanceType(customLabels)._eval$1("MappedListIterable<1,DropdownMenuItem*>"); t6 = A.List_List$of(new A.MappedListIterable(customLabels, new A._LocalizationSettingsState_build_closure10(t1), t6), true, t6._eval$1("ListIterable.E")); t2 = J.$index$asx(t3.$index(0, t2), "select_label"); - t2 = A._setArrayType([A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 24, false, false, 48, t6, new A._LocalizationSettingsState_build_closure11(viewModel, settings), _null, _null, _null, _null, type$.legacy_String), _null), new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.Wrap$(B.WrapAlignment_1, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$addCustom(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure12(context, viewModel, settings, t1), _null), A.TextButton$(false, A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure13(context, state, viewModel, settings), _null)], t18), B.WrapCrossAlignment_0, 0), _null)], t18), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null), new A.SizedBox(_null, 16, _null, _null)], t18); + t2 = A._setArrayType([A.Row$(A._setArrayType([new A.DropdownButtonHideUnderline(A.DropdownButton$(_null, 8, A.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 24, false, false, 48, t6, new A._LocalizationSettingsState_build_closure11(viewModel, settings), _null, _null, _null, _null, type$.legacy_String), _null), new A.SizedBox(8, _null, _null, _null), new A.Flexible(1, B.FlexFit_1, A.Wrap$(B.WrapAlignment_1, A._setArrayType([A.TextButton$(false, A.Text$(t1.get$addCustom(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure12(context, viewModel, settings, t1), _null), A.TextButton$(false, A.Text$(t1.get$addCountry(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._LocalizationSettingsState_build_closure13(context, state, viewModel, settings), _null)], t18), B.Clip_0, B.WrapCrossAlignment_0, 0), _null)], t18), B.CrossAxisAlignment_2, B.MainAxisAlignment_3, B.MainAxisSize_1, _null), new A.SizedBox(_null, 16, _null, _null)], t18); for (t3 = translations.get$keys(translations), t6 = t3._map, t3 = A.LinkedHashMapKeyIterator$(t6, t6._modifications, A._instanceType(t3)._precomputed1), t6 = type$.ValueKey_legacy_String, t12 = translations._map$_map; t3.moveNext$0();) { t13 = t3.__js_helper$_current; t14 = J.startsWith$1$s(t13, "country_") ? t13.split("_")[1] : t1.lookup$1(t13); @@ -445884,14 +445633,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), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 493 + $signature: 495 }; A._LocalizationSettingsState_build_closure10.prototype = { call$1(key) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, key, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._LocalizationSettingsState_build_closure11.prototype = { call$1(value) { @@ -445963,13 +445712,13 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._LocalizationSettingsState_build__closure1.prototype = { call$1(context) { return new A._AddCompanyDialog(null); }, - $signature: 2685 + $signature: 2686 }; A._LocalizationSettingsState_build__closure2.prototype = { call$1(b) { @@ -446034,7 +445783,7 @@ call$1(country) { this.$this._localization_settings$_countryId = country.get$id(country); }, - $signature: 35 + $signature: 34 }; A.__LocalizationSettingsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -446061,7 +445810,7 @@ call$2(context, viewModel) { return new A.LocalizationSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2686 + $signature: 2687 }; A.LocalizationSettingsVM.prototype = { get$company() { @@ -446072,13 +445821,13 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.LocalizationSettingsVM_fromStore_closure.prototype = { call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1(context) { @@ -446136,7 +445885,7 @@ call$1(value) { return this.appBuilder.rebuild$0(); }, - $signature: 83 + $signature: 87 }; A.PaymentSettings.prototype = { createState$0() { @@ -446346,7 +446095,7 @@ call$2(context, viewModel) { return new A.PaymentSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2687 + $signature: 2688 }; A.PaymentSettingsVM.prototype = { get$company() { @@ -446357,13 +446106,13 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.PaymentSettingsVM_fromStore_closure1.prototype = { call$1(settings) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 491 + $signature: 492 }; A.PaymentSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -446739,7 +446488,7 @@ call$2(context, viewModel) { return new A.ProductSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2688 + $signature: 2689 }; A.ProductSettingsVM.prototype = { get$company() { @@ -446750,7 +446499,7 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.ProductSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -446967,7 +446716,7 @@ call$2(context, viewModel) { return new A.SettingsList(viewModel, null); }, - $signature: 2689 + $signature: 2690 }; A.SettingsListVM.prototype = {}; A.SettingsListVM_fromStore_closure.prototype = { @@ -446981,7 +446730,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2690 + $signature: 2691 }; A.SettingsListVM_fromStore_closure2.prototype = { call$0() { @@ -447028,7 +446777,7 @@ call$2(context, vm) { return new A.SettingsScreen(null); }, - $signature: 2691 + $signature: 2692 }; A.SettingsScreenVM.prototype = {}; A.SettingsWizard.prototype = { @@ -447074,7 +446823,7 @@ state = A._lateReadCheck(store.__Store__state, "_state"); t1 = _this._framework$_element; t1.toString; - A.passwordCallback(false, new A._SettingsWizardState__onSavePressed_closure0(_this, $navigator, store, state), t1); + A.passwordCallback(false, new A._SettingsWizardState__onSavePressed_closure0(_this, $navigator, store, state), t1, false); }, build$1(_, context) { var t2, companyName, t3, t4, firstName, lastName, currency, language, darkMode, subdomain, t5, _this = this, _null = null, @@ -447248,7 +446997,7 @@ t4.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); } }, - $signature: 41 + $signature: 40 }; A._SettingsWizardState__onSavePressed__closure.prototype = { call$1(value) { @@ -447270,7 +447019,7 @@ call$1(value) { return this.navigator.pop$0(0); }, - $signature: 156 + $signature: 155 }; A._SettingsWizardState__onSavePressed___closure1.prototype = { call$1(error) { @@ -447332,7 +447081,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 77 + $signature: 74 }; A._SettingsWizardState_build_closure.prototype = { call$1(value) { @@ -447357,7 +447106,7 @@ var t1 = this.$this; return t1.setState$1(new A._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 165 + $signature: 174 }; A._SettingsWizardState_build__closure1.prototype = { call$0() { @@ -447365,7 +447114,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 139 + $signature: 131 }; A._SettingsWizardState_build_closure3.prototype = { call$1(value) { @@ -447381,7 +447130,7 @@ this.store.get$_dispatchers()[0].call$1(new A.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 35 + $signature: 34 }; A._SettingsWizardState_build__closure0.prototype = { call$0() { @@ -447389,7 +447138,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 139 + $signature: 131 }; A._SettingsWizardState_build_closure5.prototype = { call$1(value) { @@ -447406,7 +447155,7 @@ t3 = this.state.prefState.enableDarkMode; return A.ToggleButtons$(_null, t1, _null, t2, A._setArrayType([!t3, t3], type$.JSArray_legacy_bool), new A._SettingsWizardState_build__closure(this.store, context), true, _null, _null); }, - $signature: 2692 + $signature: 2693 }; A._SettingsWizardState_build__closure.prototype = { call$1(index) { @@ -447418,7 +447167,7 @@ this.store.get$_dispatchers()[0].call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 109 + $signature: 112 }; A._SettingsWizardState_build_closure8.prototype = { call$1(value) { @@ -447438,7 +447187,7 @@ call$1(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 67 + $signature: 66 }; A._SettingsWizardState_build_closure9.prototype = { call$0() { @@ -447707,7 +447456,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._TaskSettingsState_build_closure8.prototype = { call$0() { @@ -447725,7 +447474,7 @@ call$2(context, viewModel) { return new A.TaskSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2693 + $signature: 2694 }; A.TaskSettingsVM.prototype = { get$company() { @@ -447736,13 +447485,13 @@ call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.TaskSettingsVM_fromStore_closure1.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.TaskSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -447859,7 +447608,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure4(value))); }, - $signature: 189 + $signature: 191 }; A._TaxSettingsState_build__closure4.prototype = { call$1(b) { @@ -447872,7 +447621,7 @@ call$1(value) { return this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new A._TaxSettingsState_build__closure3(value))); }, - $signature: 189 + $signature: 191 }; A._TaxSettingsState_build__closure3.prototype = { call$1(b) { @@ -447898,7 +447647,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure1(taxRate))); }, - $signature: 95 + $signature: 96 }; A._TaxSettingsState_build__closure1.prototype = { call$1(b) { @@ -447915,7 +447664,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure0(taxRate))); }, - $signature: 95 + $signature: 96 }; A._TaxSettingsState_build__closure0.prototype = { call$1(b) { @@ -447932,7 +447681,7 @@ call$1(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TaxSettingsState_build__closure(taxRate))); }, - $signature: 95 + $signature: 96 }; A._TaxSettingsState_build__closure.prototype = { call$1(b) { @@ -447984,7 +447733,7 @@ call$2(context, viewModel) { return new A.TaxSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2694 + $signature: 2695 }; A.TaxSettingsVM.prototype = { get$company() { @@ -447995,13 +447744,13 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -448223,7 +447972,7 @@ company = t2[t4].userCompany.company; if (state.get$isHosted()) if (!(!state.get$isHosted() || t2[t4].userCompany.account.plan === "enterprise" || t2[t4].userCompany.account.plan === "pro")) { - t5 = state.get$isHosted() && t2[t4].userCompany.account.trialPlan.length !== 0; + t5 = state.get$isHosted() && t2[t4].userCompany.account.trialDaysLeft > 0; enableCustomEmail = t5; } else enableCustomEmail = true; @@ -448254,7 +448003,7 @@ t15 = A._instanceType(t6); t16 = t15._eval$1("MappedIterable*>"); t5 = A._setArrayType([A.AppDropdownButton$(_null, "", true, A.List_List$of(new A.MappedIterable(new A.WhereIterable(t6, new A._TemplatesAndRemindersState_build_closure(company), t15._eval$1("WhereIterable")), new A._TemplatesAndRemindersState_build_closure0(t1), t16), true, t16._eval$1("Iterable.E")), _null, t5, new A._TemplatesAndRemindersState_build_closure1(_this, viewModel), _null, false, template, type$.legacy_EmailTemplate)], t9); - if (!enableCustomEmail && state.get$isHosted() && t2[t4].userCompany.account.trialPlan.length !== 0) + if (!enableCustomEmail && state.get$isHosted() && t2[t4].userCompany.account.trialDaysLeft > 0) t5.push(new A.Padding(B.EdgeInsets_0_16_0_16, new A.IconMessage(t1.get$customEmailsDisabledHelp(), _null, _null, _null, _null), _null)); t2 = t1.get$subject(); t5.push(A.DecoratedFormField$(false, _null, false, false, _this._subjectController, _null, enableCustomEmail, _null, _this._defaultSubject, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2, _null, _null, false, _null, _null, _null, true, _null, _null, B.TextAlign_4, _null)); @@ -448551,7 +448300,7 @@ var t1 = this.$this; return t1.setState$1(new A._TemplatesAndRemindersState_build__closure4(t1, value, this.viewModel)); }, - $signature: 83 + $signature: 87 }; A._TemplatesAndRemindersState_build__closure4.prototype = { call$0() { @@ -448578,7 +448327,7 @@ return false; return true; }, - $signature: 2695 + $signature: 2696 }; A._TemplatesAndRemindersState_build_closure0.prototype = { call$1(item) { @@ -448599,14 +448348,14 @@ $name = t1.get$thirdCustom(); return A.DropdownMenuItem$(A.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, item, type$.legacy_EmailTemplate); }, - $signature: 2696 + $signature: 2697 }; A._TemplatesAndRemindersState_build_closure2.prototype = { call$5(enabled, days, schedule, feeAmount, feePercent) { this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 494 + $signature: 496 }; A._TemplatesAndRemindersState_build__closure3.prototype = { call$1(b) { @@ -448625,7 +448374,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 494 + $signature: 496 }; A._TemplatesAndRemindersState_build__closure2.prototype = { call$1(b) { @@ -448644,7 +448393,7 @@ this.$this._updateReminders = true; this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new A._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 494 + $signature: 496 }; A._TemplatesAndRemindersState_build__closure1.prototype = { call$1(b) { @@ -448691,7 +448440,7 @@ var _null = null; return new A.MapEntry(id, A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 493 + $signature: 495 }; A._TemplatesAndRemindersState_build_closure8.prototype = { call$1(value) { @@ -448866,14 +448615,14 @@ call$2(context, viewModel) { return new A.TemplatesAndReminders(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2698 + $signature: 2699 }; A.TemplatesAndRemindersVM.prototype = {}; A.TemplatesAndRemindersVM_fromStore_closure0.prototype = { call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1(template) { @@ -448890,7 +448639,7 @@ } new A.TemplatesAndRemindersVM_fromStore__closure(updateReminders, this.state, this.store, context).call$0(); }, - $signature: 214 + $signature: 224 }; A.TemplatesAndRemindersVM_fromStore__closure.prototype = { call$0() { @@ -448954,7 +448703,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A.TemplatesAndRemindersVM_fromStore____closure.prototype = { call$1(value) { @@ -448980,19 +448729,19 @@ call$1(value) { return this.callback.call$0(); }, - $signature: 745 + $signature: 743 }; A.TemplatesAndRemindersVM_fromStore___closure1.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 2700 + $signature: 2701 }; A.TemplatesAndRemindersVM_fromStore___closure2.prototype = { call$1(value) { return this.callback.call$0(); }, - $signature: 2701 + $signature: 2702 }; A.UserDetails.prototype = { createState$0() { @@ -449256,7 +449005,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 77 + $signature: 74 }; A._UserDetailsState__onChanged_closure0.prototype = { call$0() { @@ -449317,7 +449066,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._UserDetailsState_build_closure1.prototype = { call$0() { @@ -449373,7 +449122,7 @@ }); return A._asyncStartSync($async$call$0, $async$completer); }, - $signature: 33 + $signature: 35 }; A._UserDetailsState_build_closure3.prototype = { call$0() { @@ -449455,7 +449204,7 @@ call$1(context) { return new A._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 2702 + $signature: 2703 }; A._UserDetailsState_build_closure8.prototype = { call$1(value) { @@ -449472,7 +449221,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 77 + $signature: 74 }; A._UserDetailsState_build_closure10.prototype = { call$1(value) { @@ -449485,14 +449234,14 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 77 + $signature: 74 }; A._UserDetailsState_build_closure9.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(A.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_int); }, - $signature: 198 + $signature: 192 }; A._UserDetailsState_build_closure11.prototype = { call$1(value) { @@ -449505,20 +449254,20 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 77 + $signature: 74 }; A._UserDetailsState_build_closure12.prototype = { call$2(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new A._UserDetailsState_build__closure0(channel, options))); }, - $signature: 495 + $signature: 497 }; 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: 74 }; A._EnableTwoFactor.prototype = { createState$0() { @@ -449718,7 +449467,7 @@ call$2(context, viewModel) { return new A.UserDetails(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2704 + $signature: 2705 }; A.UserDetailsVM.prototype = { get$user(receiver) { @@ -449729,7 +449478,7 @@ call$1(user) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateUserSettings(user)); }, - $signature: 2705 + $signature: 2706 }; A.UserDetailsVM_fromStore_closure5.prototype = { call$1(context) { @@ -449740,7 +449489,7 @@ A.UserDetailsVM_fromStore__closure2.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure2(t1, this.store, this.state), t1); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure2(t1, this.store, this.state), t1, false); }, $signature: 11 }; @@ -449761,14 +449510,14 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure2()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore____closure2.prototype = { call$1(b) { b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 77 + $signature: 74 }; A.UserDetailsVM_fromStore_closure6.prototype = { call$1(context) { @@ -449779,7 +449528,7 @@ A.UserDetailsVM_fromStore__closure1.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure1(t1, this.store, this.state), t1); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure1(t1, this.store, this.state), t1, false); }, $signature: 11 }; @@ -449797,14 +449546,14 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure1()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore____closure1.prototype = { call$1(b) { b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 77 + $signature: 74 }; A.UserDetailsVM_fromStore_closure7.prototype = { call$1(context) { @@ -449819,7 +449568,7 @@ }; A.UserDetailsVM_fromStore__closure0.prototype = { call$1(_) { - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure0(this.store, this.completer), this.context); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure0(this.store, this.completer), this.context, false); }, $signature: 11 }; @@ -449827,7 +449576,7 @@ call$2(password, idToken) { this.store.get$_dispatchers()[0].call$1(new A.DisableTwoFactorRequest(this.completer, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore_closure2.prototype = { call$1(context) { @@ -449844,7 +449593,7 @@ A.UserDetailsVM_fromStore__closure5.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure6(t1, this.store, this.state), t1); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure6(t1, this.store, this.state), t1, true); }, $signature: 11 }; @@ -449865,7 +449614,7 @@ t2 = t3.userCompanyStates._list[t2].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure6()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t2, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore____closure5.prototype = { call$1(value) { @@ -449878,7 +449627,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 74 }; A.UserDetailsVM_fromStore_closure1.prototype = { call$1(context) { @@ -449887,7 +449636,7 @@ t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "connected_google"); if (t1 == null) t1 = ""; - A.passwordCallback(false, new A.UserDetailsVM_fromStore__closure6(context, this.store, A.snackBarCompleter(context, t1, false, type$.Null)), context); + A.passwordCallback(false, new A.UserDetailsVM_fromStore__closure6(context, this.store, A.snackBarCompleter(context, t1, false, type$.Null)), context, false); }, $signature: 14 }; @@ -449946,7 +449695,7 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 496 + $signature: 498 }; A.UserDetailsVM_fromStore___closure7.prototype = { call$2(idToken, accessToken) { @@ -449958,7 +449707,7 @@ } else _this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(_this.completer, "google", _this.password, idToken, accessToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore_closure4.prototype = { call$1(context) { @@ -449968,14 +449717,14 @@ A.showErrorDialog(false, context, A.Localizations_of(context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$pleaseFirstSetAPassword()); return; } - A.confirmCallback(false, new A.UserDetailsVM_fromStore__closure3(context, this.store, t1), context, null, false, null); + A.confirmCallback(false, new A.UserDetailsVM_fromStore__closure3(context, this.store, t1), context, null, true, null); }, $signature: 14 }; A.UserDetailsVM_fromStore__closure3.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure3(t1, this.store, this.state), t1); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure3(t1, this.store, this.state), t1, false); }, $signature: 11 }; @@ -449990,7 +449739,7 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure4()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore____closure3.prototype = { call$1(value) { @@ -450003,7 +449752,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 74 }; A.UserDetailsVM_fromStore_closure8.prototype = { call$1(context) { @@ -450020,7 +449769,7 @@ A.UserDetailsVM_fromStore__closure.prototype = { call$1(_) { var t1 = this.context; - A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure(t1, this.store, this.state), t1); + A.passwordCallback(false, new A.UserDetailsVM_fromStore___closure(t1, this.store, this.state), t1, true); }, $signature: 11 }; @@ -450035,7 +449784,7 @@ t1 = t2.userCompanyStates._list[t1].userCompany.user.rebuild$1(new A.UserDetailsVM_fromStore____closure0()); this.store.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore____closure.prototype = { call$1(value) { @@ -450048,7 +449797,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 74 }; A.UserDetailsVM_fromStore_closure3.prototype = { call$1(context) { @@ -450060,7 +449809,7 @@ t1 = J.$index$asx(t2.$index(0, t1.localeCode), _s19_); if (t1 == null) t1 = J.$index$asx(t2.$index(0, "en"), _s19_); - A.passwordCallback(false, new A.UserDetailsVM_fromStore__closure4(this.store, A.snackBarCompleter(context, t1, false, type$.Null), context), context); + A.passwordCallback(false, new A.UserDetailsVM_fromStore__closure4(this.store, A.snackBarCompleter(context, t1, false, type$.Null), context), context, false); }, $signature: 14 }; @@ -450091,13 +449840,13 @@ }); return A._asyncStartSync($async$call$2, $async$completer); }, - $signature: 496 + $signature: 498 }; A.UserDetailsVM_fromStore___closure4.prototype = { call$2(idToken, accessToken) { this.store.get$_dispatchers()[0].call$1(new A.ConnecOAuthUserRequest(this.completer, "microsoft", this.password, idToken, accessToken)); }, - $signature: 41 + $signature: 40 }; A.UserDetailsVM_fromStore___closure5.prototype = { call$1(error) { @@ -450178,17 +449927,17 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 745 + $signature: 743 }; A.UserDetailsVM_fromStore____closure8.prototype = { call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 160 + $signature: 162 }; A.UserDetailsVM_fromStore___closure9.prototype = { call$1(_) { - A.passwordCallback(false, new A.UserDetailsVM_fromStore____closure7(this.store, this.completer), this.context); + A.passwordCallback(false, new A.UserDetailsVM_fromStore____closure7(this.store, this.completer), this.context, false); }, $signature: 11 }; @@ -450198,7 +449947,7 @@ t2 = A._lateReadCheck(t1.__Store__state, "_state").uiState.settingsUIState.user; t1.get$_dispatchers()[0].call$1(new A.SaveAuthUserRequest(this.completer, t2, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.WorkflowSettings.prototype = { createState$0() { @@ -450360,7 +450109,7 @@ var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, option, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._WorkflowSettingsState_build_closure5.prototype = { call$1(value) { @@ -450413,7 +450162,7 @@ call$2(context, viewModel) { return new A.WorkflowSettings(viewModel, new A.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2707 + $signature: 2708 }; A.WorkflowSettingsVM.prototype = { get$company() { @@ -450424,13 +450173,13 @@ call$1(settings) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSettings(settings)); }, - $signature: 168 + $signature: 175 }; A.WorkflowSettingsVM_fromStore_closure1.prototype = { call$1(company) { return this.store.get$_dispatchers()[0].call$1(new A.UpdateCompany(company)); }, - $signature: 123 + $signature: 120 }; A.WorkflowSettingsVM_fromStore_closure.prototype = { call$1(context) { @@ -450674,13 +450423,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._SubscriptionEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._SubscriptionEditState_dispose_closure.prototype = { call$1(controller) { @@ -450688,7 +450437,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._SubscriptionEditState__onChanged_closure.prototype = { call$1(b) { @@ -450710,7 +450459,7 @@ t3.get$_subscription_model$_$this()._postPurchaseUrl = t1; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState__onChanged_closure0.prototype = { call$0() { @@ -450722,7 +450471,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._SubscriptionEditState_build_closure25.prototype = { call$1(context) { @@ -450743,7 +450492,7 @@ b.get$_subscription_model$_$this()._subscription_model$_groupId = this.groupId; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure0.prototype = { call$1(userId) { @@ -450756,14 +450505,14 @@ b.get$_subscription_model$_$this()._subscription_model$_assignedUserId = this.userId; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure1.prototype = { call$1(value) { 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: 35 + $signature: 34 }; A._SubscriptionEditState_build__closure17.prototype = { call$1(b) { @@ -450774,7 +450523,7 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build___closure3.prototype = { call$1(part) { @@ -450795,7 +450544,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list[t2].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure16(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 258 + $signature: 269 }; A._SubscriptionEditState_build__closure16.prototype = { call$0() { @@ -450812,14 +450561,14 @@ b.get$_subscription_model$_$this()._productIds = t1; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure4.prototype = { call$1(value) { 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: 35 + $signature: 34 }; A._SubscriptionEditState_build__closure15.prototype = { call$1(b) { @@ -450830,7 +450579,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build___closure1.prototype = { call$1(part) { @@ -450851,7 +450600,7 @@ t2 = t1.uiState.selectedCompanyIndex; return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Text$(t1.userCompanyStates._list[t2].productState.$get$1(0, productId).productKey, _null, _null, _null, _null, _null, _null, _null, _null, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure14(this.subscription, productId, this.viewModel), B.EdgeInsets_8_8_8_8, _null, _null, _null), _null); }, - $signature: 258 + $signature: 269 }; A._SubscriptionEditState_build__closure14.prototype = { call$0() { @@ -450868,7 +450617,7 @@ b.get$_subscription_model$_$this()._recurringProductIds = t1; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure8.prototype = { call$1(value) { @@ -450881,7 +450630,7 @@ b.get$_subscription_model$_$this()._subscription_model$_frequencyId = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure7.prototype = { call$1(entry) { @@ -450889,7 +450638,7 @@ t1 = entry.get$key(entry); return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(entry.get$value(entry)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t1, type$.legacy_String); }, - $signature: 338 + $signature: 353 }; A._SubscriptionEditState_build_closure10.prototype = { call$1(value) { @@ -450902,14 +450651,14 @@ b.get$_subscription_model$_$this()._subscription_model$_autoBill = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure9.prototype = { call$1(value) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, value, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._SubscriptionEditState_build_closure11.prototype = { call$1(value) { @@ -450922,7 +450671,7 @@ b.get$_subscription_model$_$this()._subscription_model$_isAmountDiscount = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure12.prototype = { call$1(value) { @@ -450935,7 +450684,7 @@ b.get$_subscription_model$_$this()._allowQueryOverrides = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure13.prototype = { call$1(value) { @@ -450948,7 +450697,7 @@ b.get$_subscription_model$_$this()._allowPlanChanges = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure14.prototype = { call$1(value) { @@ -450961,7 +450710,7 @@ b.get$_subscription_model$_$this()._allowCancellation = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure15.prototype = { call$1(value) { @@ -450974,7 +450723,7 @@ b.get$_subscription_model$_$this()._refundPeriod = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure16.prototype = { call$1(value) { @@ -450986,7 +450735,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._trialEnabled = this.value; }, - $signature: 749 + $signature: 747 }; A._SubscriptionEditState_build_closure17.prototype = { call$1(value) { @@ -450999,7 +450748,7 @@ b.get$_subscription_model$_$this()._trialDuration = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure18.prototype = { call$1(value) { @@ -451011,7 +450760,7 @@ call$1(b) { return b.get$_subscription_model$_$this()._perSeatEnabled = this.value; }, - $signature: 749 + $signature: 747 }; A._SubscriptionEditState_build_closure19.prototype = { call$1(value) { @@ -451024,13 +450773,13 @@ b.get$webhookConfiguration().get$_subscription_model$_$this()._postPurchaseRestMethod = this.value; return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure20.prototype = { call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure2()); }, - $signature: 67 + $signature: 66 }; A._SubscriptionEditState_build__closure2.prototype = { call$0() { @@ -451041,7 +450790,7 @@ call$1(value) { return this.$this.setState$1(new A._SubscriptionEditState_build__closure1()); }, - $signature: 67 + $signature: 66 }; A._SubscriptionEditState_build__closure1.prototype = { call$0() { @@ -451066,14 +450815,14 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().$indexSet(0, this.key, this.value); return b; }, - $signature: 74 + $signature: 75 }; A._SubscriptionEditState_build_closure23.prototype = { call$1(key) { var _this = this, _null = null; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(_this.webhookConfiguration.postPurchaseHeaders._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._SubscriptionEditState_build__closure(_this.viewModel, _this.subscription, key), B.EdgeInsets_8_8_8_8, _null, _this.localization.get$removeHeader(), _null), _null); }, - $signature: 258 + $signature: 269 }; A._SubscriptionEditState_build__closure.prototype = { call$0() { @@ -451086,7 +450835,7 @@ b.get$webhookConfiguration().get$postPurchaseHeaders().get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 74 + $signature: 75 }; A.__SubscriptionEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -451113,13 +450862,13 @@ call$1(store) { return A.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 2710 + $signature: 2711 }; 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: 2711 + $signature: 2712 }; A.SubscriptionEditVM.prototype = { get$subscription() { @@ -451133,7 +450882,7 @@ call$1(subscription) { this.store.get$_dispatchers()[0].call$1(new A.UpdateSubscription(subscription)); }, - $signature: 303 + $signature: 311 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -451174,7 +450923,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: 33 + $signature: 35 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure.prototype = { call$1(context) { @@ -451211,7 +450960,7 @@ } else A.viewEntity(false, savedSubscription, null, true); }, - $signature: 303 + $signature: 311 }; A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -451291,7 +451040,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: 2712 + $signature: 2713 }; A.SubscriptionListBuilder_build__closure.prototype = { call$2(context, index) { @@ -451310,7 +451059,7 @@ t2 = false; return new A.SubscriptionListItem(t4, subscription, t1.filter, t2, null); }, - $signature: 2713 + $signature: 2714 }; A.SubscriptionListVM.prototype = {}; A.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -451461,7 +451210,7 @@ call$2(context, vm) { return new A.SubscriptionScreen(vm, null); }, - $signature: 2714 + $signature: 2715 }; A.SubscriptionScreenVM.prototype = {}; A.SubscriptionView.prototype = { @@ -451525,13 +451274,13 @@ call$1(store) { return A.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 2715 + $signature: 2716 }; A.SubscriptionViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 2716 + $signature: 2717 }; A.SubscriptionViewVM.prototype = { get$subscription() { @@ -451560,7 +451309,6 @@ A._UpdateDialogState.prototype = { build$1(_, context) { var message, t4, t5, t0, t6, t7, t8, _this = this, _null = null, - _s13_ = "release_notes", 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"), @@ -451633,23 +451381,16 @@ t6 = _this.updateState; if (t6 === B.UpdateState_0) { t4 = A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure0(context), _null)], t4); - t6 = account.get$isUpdateAvailable(); - t1 = t1.localeCode; - if (t6) { - t6 = $.$get$LocalizationsProvider__localizedValues(); - t7 = J.$index$asx(t6.$index(0, t1), _s13_); - if (t7 == null) - t7 = J.$index$asx(t6.$index(0, "en"), _s13_); - t4.push(A.TextButton$(false, A.Text$(t7.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure1(), _null)); - } else { - t6 = $.$get$LocalizationsProvider__localizedValues(); - t7 = J.$index$asx(t6.$index(0, t1), "view_changes"); - if (t7 == null) - t7 = ""; - t4.push(A.TextButton$(false, A.Text$(t7.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure2(account), _null)); + if (account.get$isUpdateAvailable()) + t4.push(A.TextButton$(false, A.Text$(t1.get$releaseNotes().toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure1(), _null)); + else { + t6 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "view_changes"); + if (t6 == null) + t6 = ""; + t4.push(A.TextButton$(false, A.Text$(t6.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure2(account), _null)); } if (!account.isDocker) { - t1 = J.$index$asx(t6.$index(0, t1), "update_now"); + t1 = J.$index$asx($.$get$LocalizationsProvider__localizedValues().$index(0, t1.localeCode), "update_now"); if (t1 == null) t1 = ""; t4.push(A.TextButton$(false, A.Text$(t1.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._UpdateDialogState_build_closure3(_this, context), _null)); @@ -451674,7 +451415,7 @@ case 0: // Function start store = A.StoreProvider_of(context, type$.legacy_AppState); - A.passwordCallback(true, new A._UpdateDialogState_updateApp_closure($async$self, A._lateReadCheck(store.__Store__state, "_state"), store, context), context); + A.passwordCallback(true, new A._UpdateDialogState_updateApp_closure($async$self, A._lateReadCheck(store.__Store__state, "_state"), store, context), context, false); // implicit return return A._asyncReturn(null, $async$completer); } @@ -451697,7 +451438,7 @@ }; A._UpdateDialogState_build_closure1.prototype = { call$0() { - return A.launch("https://github.com/invoiceninja/invoiceninja/wiki/Release-notes", null, false); + return A.launch(string$.https_g, null, false); }, $signature: 26 }; @@ -451729,13 +451470,13 @@ credentials = t2.get$credentials(t2); new A.WebClient().post$5$idToken$password$rawResponse(credentials.url + "/self-update", credentials.token, idToken, password, true).then$1$1(0, new A._UpdateDialogState_updateApp__closure0(t1, _this.store), type$.Null).catchError$1(new A._UpdateDialogState_updateApp__closure1(t1, _this.context)); }, - $signature: 41 + $signature: 40 }; A._UpdateDialogState_updateApp__closure.prototype = { call$0() { return this.$this.updateState = B.UpdateState_1; }, - $signature: 750 + $signature: 748 }; A._UpdateDialogState_updateApp__closure0.prototype = { call$1(response) { @@ -451767,7 +451508,7 @@ call$0() { return this.$this.updateState = B.UpdateState_0; }, - $signature: 750 + $signature: 748 }; A.TaskEdit.prototype = { createState$0() { @@ -451844,7 +451585,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._TaskEditState_build_closure2.prototype = { call$2(context, action) { @@ -451853,13 +451594,13 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 2718 + $signature: 2719 }; A._TaskEditState_build_closure0.prototype = { call$2(context, action) { return this.$this._task_edit$_onSavePressed$2(context, action); }, - $signature: 61 + $signature: 59 }; A._TaskEditState_build_closure.prototype = { call$0() { @@ -451914,7 +451655,7 @@ return t1 + " \u2022 " + title; return title; }, - $signature: 139 + $signature: 131 }; A.__TaskEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0(_) { @@ -452108,13 +451849,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskEditDesktopState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskEditDesktopState_dispose_closure.prototype = { call$1(controller) { @@ -452122,7 +451863,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._TaskEditDesktopState__onChanged_closure.prototype = { call$1(b) { @@ -452155,20 +451896,20 @@ call$1(taskTime) { return taskTime.startDate == null && taskTime.endDate == null; }, - $signature: 219 + $signature: 226 }; A._TaskEditDesktopState_build_closure0.prototype = { call$1(b) { b.get$_task_model$_$this()._startDate = null; return b; }, - $signature: 636 + $signature: 657 }; A._TaskEditDesktopState_build_closure2.prototype = { call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDesktopState_build__closure8(client))); }, - $signature: 35 + $signature: 34 }; A._TaskEditDesktopState_build__closure8.prototype = { call$1(b) { @@ -452186,7 +451927,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A._TaskEditDesktopState_build_closure3.prototype = { call$1(selectedId) { @@ -452216,7 +451957,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A._TaskEditDesktopState_build_closure5.prototype = { call$1(userId) { @@ -452259,7 +452000,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure4(t1)); }, - $signature: 53 + $signature: 51 }; A._TaskEditDesktopState_build__closure4.prototype = { call$0() { @@ -452275,7 +452016,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 355 + $signature: 360 }; A._TaskEditDesktopState_build__closure3.prototype = { call$0() { @@ -452291,7 +452032,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure2(t1)); }, - $signature: 53 + $signature: 51 }; A._TaskEditDesktopState_build__closure2.prototype = { call$0() { @@ -452307,7 +452048,7 @@ t1 = _this.$this; t1.setState$1(new A._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 355 + $signature: 360 }; A._TaskEditDesktopState_build__closure1.prototype = { call$0() { @@ -452444,13 +452185,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskEditDetailsState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskEditDetailsState_dispose_closure.prototype = { call$1(controller) { @@ -452458,7 +452199,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._TaskEditDetailsState__onChanged_closure.prototype = { call$1(b) { @@ -452491,7 +452232,7 @@ call$1(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new A._TaskEditDetailsState_build__closure2(client))); }, - $signature: 35 + $signature: 34 }; A._TaskEditDetailsState_build__closure2.prototype = { call$1(b) { @@ -452509,7 +452250,7 @@ call$1(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A._TaskEditDetailsState_build_closure1.prototype = { call$1(selectedId) { @@ -452539,7 +452280,7 @@ call$1(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 187 + $signature: 195 }; A._TaskEditDetailsState_build_closure3.prototype = { call$1(userId) { @@ -452582,7 +452323,7 @@ call$1(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 2720 + $signature: 2721 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2(context, viewModel) { @@ -452591,7 +452332,7 @@ else return new A.TaskEditDetails(viewModel, null); }, - $signature: 2721 + $signature: 2722 }; A.TaskEditDetailsVM.prototype = { get$task() { @@ -452605,7 +452346,7 @@ call$1(task) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTask(task)); }, - $signature: 180 + $signature: 188 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2(context, completer) { @@ -452630,7 +452371,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 35 + $signature: 34 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2(taskTime, index) { @@ -452640,13 +452381,13 @@ else t1.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 752 + $signature: 750 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3.prototype = { call$1(index) { this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 109 + $signature: 112 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2(context, completer) { @@ -452666,7 +452407,7 @@ b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 166 + $signature: 164 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1(_) { @@ -452678,7 +452419,7 @@ call$1(client) { this.store.get$_dispatchers()[0].call$1(new A.UpdateCurrentRoute("/task/edit")); }, - $signature: 35 + $signature: 34 }; A.TaskEditTimes.prototype = { createState$0() { @@ -452728,14 +452469,14 @@ 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: 2723 + $signature: 2724 }; 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: 219 + $signature: 226 }; A._TaskEditTimesState_build_closure.prototype = { call$1(duration) { @@ -452796,7 +452537,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure3(t1, date, this.showEndDate, this.viewModel)); }, - $signature: 53 + $signature: 51 }; A.TimeEditDetailsState_build__closure3.prototype = { call$0() { @@ -452814,7 +452555,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 355 + $signature: 360 }; A.TimeEditDetailsState_build__closure2.prototype = { call$0() { @@ -452831,7 +452572,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 355 + $signature: 360 }; A.TimeEditDetailsState_build__closure1.prototype = { call$0() { @@ -452848,7 +452589,7 @@ var t1 = this.$this; t1.setState$1(new A.TimeEditDetailsState_build__closure0(t1, date, this.viewModel)); }, - $signature: 53 + $signature: 51 }; A.TimeEditDetailsState_build__closure0.prototype = { call$0() { @@ -452902,13 +452643,13 @@ call$1(store) { return A.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 2724 + $signature: 2725 }; A.TaskEditTimesScreen_build_closure.prototype = { call$2(context, viewModel) { return new A.TaskEditTimes(viewModel, null); }, - $signature: 2725 + $signature: 2726 }; A.TaskEditTimesVM.prototype = { get$company() { @@ -452922,7 +452663,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteTaskTime(index)); }, - $signature: 189 + $signature: 191 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0.prototype = { call$0() { @@ -452934,7 +452675,7 @@ call$2(taskTime, index) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskTime(index, taskTime)); }, - $signature: 752 + $signature: 750 }; A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2.prototype = { call$0() { @@ -452952,13 +452693,13 @@ call$1(store) { return A.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 2726 + $signature: 2727 }; 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: 2727 + $signature: 2728 }; A.TaskEditVM.prototype = { get$task() { @@ -452998,7 +452739,7 @@ call$1(time) { return time.endDate == null; }, - $signature: 219 + $signature: 226 }; A.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$2(context, action) { @@ -453012,7 +452753,7 @@ call$1(context) { return this.call$2(context, null); }, - $signature: 171 + $signature: 158 }; A.TaskEditVM_TaskEditVM$fromStore__closure0.prototype = { call$0() { @@ -453048,7 +452789,7 @@ return t3.then$1$1(0, new A.TaskEditVM_TaskEditVM$fromStore___closure0(task, t6, origTask, t1, t2, $navigator, t4), type$.Null).catchError$1(new A.TaskEditVM_TaskEditVM$fromStore___closure1()); } }, - $signature: 33 + $signature: 35 }; A.TaskEditVM_TaskEditVM$fromStore___closure.prototype = { call$1(context) { @@ -453100,7 +452841,7 @@ A.viewEntity(false, savedTask, _null, true); } }, - $signature: 180 + $signature: 188 }; A.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -453235,7 +452976,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanTaskCardState_build___closure(t1)); }, - $signature: 180 + $signature: 188 }; A._KanbanTaskCardState_build___closure.prototype = { call$0() { @@ -453264,7 +453005,7 @@ var t1 = this.$this; return t1.setState$1(new A._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 282 + $signature: 363 }; A._KanbanTaskCardState_build__closure0.prototype = { call$0() { @@ -453305,7 +453046,7 @@ t2 = this.project; return t1 + (!t2.get$isNew() ? " \u2022 " + t2.name : ""); }, - $signature: 139 + $signature: 131 }; A._KanbanTaskCardState_build_closure6.prototype = { call$1(context) { @@ -453313,14 +453054,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: 695 + $signature: 694 }; 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: 696 + $signature: 695 }; A._KanbanTaskCardState_build_closure7.prototype = { call$1(value) { @@ -453410,7 +453151,7 @@ var t1 = this.$this; t1.setState$1(new A._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 234 + $signature: 232 }; A._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0() { @@ -453523,7 +453264,7 @@ call$2(key, value) { J.sort$1$ax(this.$this._kanban_view$_tasks.$index(0, key), new A.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 495 + $signature: 497 }; A.KanbanViewState__initBoard__closure.prototype = { call$2(taskIdA, taskIdB) { @@ -453577,7 +453318,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: 2728 + $signature: 2729 }; A.KanbanViewState_build__closure5.prototype = { call$2(endIndex, startIndex) { @@ -453588,7 +453329,7 @@ t1.setState$1(new A.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 134 + $signature: 141 }; A.KanbanViewState_build___closure.prototype = { call$0() { @@ -453612,7 +453353,7 @@ statusOrder = J.indexOf$1$asx(t1._statuses, t2); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t2, $name, statusOrder); }, - $signature: 2729 + $signature: 2730 }; A.KanbanViewState_build__closure1.prototype = { call$2(completer, description) { @@ -453624,7 +453365,7 @@ statusOrder = 0; t1._widget.viewModel.onSaveTaskPressed.call$5(completer, t1._newTask.id, t2, description, statusOrder); }, - $signature: 753 + $signature: 751 }; A.KanbanViewState_build__closure0.prototype = { call$0() { @@ -453668,7 +453409,7 @@ t1 = t1.uiState.selectedCompanyIndex; return t2._list[t1].taskState.$get$1(0, taskId); }, - $signature: 182 + $signature: 196 }; A.KanbanViewState_build__closure4.prototype = { call$1(task) { @@ -453692,7 +453433,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: 2731 + $signature: 2732 }; A.KanbanViewState_build___closure1.prototype = { call$2(completer, description) { @@ -453702,7 +453443,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: 753 + $signature: 751 }; A.KanbanViewState_build___closure0.prototype = { call$0() { @@ -453724,7 +453465,7 @@ var t1 = this.$this; t1.setState$1(new A.KanbanViewState_build____closure(t1)); }, - $signature: 2732 + $signature: 2733 }; A.KanbanViewState_build____closure.prototype = { call$0() { @@ -453744,7 +453485,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: 2733 + $signature: 2734 }; A.KanbanViewState_build____closure0.prototype = { call$0() { @@ -453791,14 +453532,14 @@ t3 = t1._list[t3]; return new A.KanbanView(viewModel, new A.ValueKey("__" + t3.userCompany.company.id + "_" + t3.lastUpdated + "_" + A.S(J.get$length$asx(viewModel.filteredTaskList)) + "_" + A.S(t2.taskUIState.kanbanLastUpdated) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2734 + $signature: 2735 }; 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: 2735 + $signature: 2736 }; A.KanbanVM_fromStore_closure1.prototype = { call$4(completer, statusId, $name, statusOrder) { @@ -453811,7 +453552,7 @@ t1.status = $status; this.store.get$_dispatchers()[0].call$1(new A.SaveTaskStatusRequest(completer, $status)); }, - $signature: 2736 + $signature: 2737 }; A.KanbanVM_fromStore__closure.prototype = { call$1(b) { @@ -453822,7 +453563,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 169 + $signature: 163 }; A.KanbanVM_fromStore_closure0.prototype = { call$5(completer, taskId, statusId, description, statusOrder) { @@ -453855,7 +453596,7 @@ t1 = t1.task; this.store.get$_dispatchers()[0].call$1(new A.SaveTaskRequest(completer, t1, false, _null)); }, - $signature: 2737 + $signature: 2738 }; A.KanbanVM_fromStore__closure0.prototype = { call$1(b) { @@ -453981,7 +453722,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: 139 + $signature: 131 }; A.TaskListItem_build_closure.prototype = { call$0() { @@ -454059,7 +453800,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.TaskListItem_build__closure2.prototype = { call$0() { @@ -454086,7 +453827,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.task], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.TaskListItem_build__closure5.prototype = { call$0() { @@ -454122,7 +453863,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: 2738 + $signature: 2739 }; A.TaskListBuilder_build__closure.prototype = { call$2(context, index) { @@ -454130,7 +453871,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: 326 + $signature: 351 }; A.TaskListVM.prototype = { get$user(receiver) { @@ -454246,14 +453987,14 @@ call$1(time) { return time.startDate != null && time.endDate != null; }, - $signature: 219 + $signature: 226 }; A.TaskPresenter_getField_closure0.prototype = { call$1(time) { var t1 = this.context; this.notes.push(A.formatDate(time.startDate.toIso8601String$0(), t1, true, true, true) + " - " + A.formatDate(time.endDate.toIso8601String$0(), t1, false, true, true)); }, - $signature: 179 + $signature: 183 }; A.TaskScreen.prototype = { build$1(_, context) { @@ -454315,7 +454056,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 169 + $signature: 163 }; A.TaskScreen_build_closure0.prototype = { call$1(b) { @@ -454325,7 +454066,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 169 + $signature: 163 }; A.TaskScreen_build_closure1.prototype = { call$1(b) { @@ -454335,7 +454076,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 169 + $signature: 163 }; A.TaskScreen_build_closure17.prototype = { call$0() { @@ -454359,7 +454100,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.TaskScreen_build_closure16.prototype = { call$0() { @@ -454401,7 +454142,7 @@ call$2($status, value) { this.store.get$_dispatchers()[0].call$1(new A.FilterTasksByStatus($status)); }, - $signature: 116 + $signature: 119 }; A.TaskScreen_build_closure5.prototype = { call$1(value) { @@ -454459,7 +454200,7 @@ call$2(context, vm) { return new A.TaskScreen(vm, null); }, - $signature: 2739 + $signature: 2740 }; A.TaskScreenVM.prototype = {}; A.TaskTimeListTile.prototype = { @@ -454498,7 +454239,7 @@ var t1 = this.$this.taskTime; return A.formatDuration(t1.get$duration(t1), true); }, - $signature: 139 + $signature: 131 }; A.TaskView.prototype = { createState$0() { @@ -454567,7 +454308,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: 207 + $signature: 221 }; A._TaskViewState_build__closure.prototype = { call$0() { @@ -454606,13 +454347,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.TaskViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.TaskOverview.prototype = { createState$0() { @@ -454675,7 +454416,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new A._TaskOverviewState_initState__closure()); }, - $signature: 451 + $signature: 452 }; A._TaskOverviewState_initState__closure.prototype = { call$0() { @@ -454740,14 +454481,14 @@ new A.ReversedListIterable(items, A._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new A._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 201 + $signature: 215 }; A._TaskOverviewState_build__buildView_closure.prototype = { call$1(taskTime) { var t1 = this.task; B.JSArray_methods.addAll$1(this.widgets, A._setArrayType([new A.TaskTimeListTile(new A._TaskOverviewState_build__buildView__closure(this.viewModel, t1, taskTime), t1, taskTime, true, null)], type$.JSArray_legacy_Widget)); }, - $signature: 179 + $signature: 183 }; A._TaskOverviewState_build__buildView__closure.prototype = { call$1(context) { @@ -454756,7 +454497,7 @@ t3 = t2.uiState.selectedCompanyIndex; return t2.userCompanyStates._list[t3].userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 55 + $signature: 52 }; A._TaskOverviewState_build_closure.prototype = { call$0() { @@ -454774,13 +454515,13 @@ call$1(store) { return A.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 2740 + $signature: 2741 }; A.TaskViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 2741 + $signature: 2742 }; A.TaskViewVM.prototype = { get$task() { @@ -454835,7 +454576,7 @@ t1 = this.localization.get$stoppedTask(); A.showToast(t1); }, - $signature: 180 + $signature: 188 }; A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1(error) { @@ -454869,7 +454610,7 @@ $defaultValues() { return [null]; }, - $signature: 2742 + $signature: 2743 }; A.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$1(context) { @@ -454889,7 +454630,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.TaskViewVM_TaskViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -454914,13 +454655,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.TaskStatusEdit.prototype = { createState$0() { @@ -454968,13 +454709,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskStatusEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaskStatusEditState_dispose_closure.prototype = { call$1(controller) { @@ -454982,7 +454723,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._TaskStatusEditState__onChanged_closure.prototype = { call$1(b) { @@ -454990,7 +454731,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 169 + $signature: 163 }; A._TaskStatusEditState__onChanged_closure0.prototype = { call$0() { @@ -455002,7 +454743,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._TaskStatusEditState_build_closure1.prototype = { call$1(context) { @@ -455031,7 +454772,7 @@ t5 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._task_status_edit$_autoValidate, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, B.TextAlign_4, new A._TaskStatusEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new A._TaskStatusEditState_build__closure1(t3, t4))], t5), _null, _null, false, _null, false, _null)], t5), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._TaskStatusEditState_build__closure0.prototype = { call$1(val) { @@ -455050,7 +454791,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 169 + $signature: 163 }; A.TaskStatusEditScreen.prototype = { build$1(_, context) { @@ -455062,13 +454803,13 @@ call$1(store) { return A.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 2743 + $signature: 2744 }; 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: 2744 + $signature: 2745 }; A.TaskStatusEditVM.prototype = { get$taskStatus() { @@ -455082,7 +454823,7 @@ call$1(taskStatus) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaskStatus(taskStatus)); }, - $signature: 234 + $signature: 232 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -455117,7 +454858,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: 33 + $signature: 35 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure.prototype = { call$1(savedTaskStatus) { @@ -455144,7 +454885,7 @@ } else A.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 234 + $signature: 232 }; A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -455224,7 +454965,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: 2745 + $signature: 2746 }; A.TaskStatusListBuilder_build__closure.prototype = { call$2(context, index) { @@ -455243,7 +454984,7 @@ t2 = false; return new A.TaskStatusListItem(t4, taskStatus, t1.filter, t2, null); }, - $signature: 2746 + $signature: 2747 }; A.TaskStatusListVM.prototype = {}; A.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -455394,7 +455135,7 @@ call$2(context, vm) { return new A.TaskStatusScreen(vm, null); }, - $signature: 2747 + $signature: 2748 }; A.TaskStatusScreenVM.prototype = {}; A.TaskStatusView.prototype = { @@ -455436,13 +455177,13 @@ call$1(store) { return A.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 2748 + $signature: 2749 }; A.TaskStatusViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 2749 + $signature: 2750 }; A.TaskStatusViewVM.prototype = { get$taskStatus() { @@ -455513,13 +455254,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaxRateEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TaxRateEditState_dispose_closure.prototype = { call$1(controller) { @@ -455527,7 +455268,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1(b) { @@ -455562,13 +455303,13 @@ call$1(store) { return A.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 2750 + $signature: 2751 }; 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: 2751 + $signature: 2752 }; A.TaxRateEditVM.prototype = { get$taxRate() { @@ -455582,7 +455323,7 @@ call$1(taxRate) { this.store.get$_dispatchers()[0].call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 141 + $signature: 135 }; A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -455617,7 +455358,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: 33 + $signature: 35 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure.prototype = { call$1(savedTaxRate) { @@ -455648,7 +455389,7 @@ } else A.viewEntity(false, savedTaxRate, null, true); }, - $signature: 141 + $signature: 135 }; A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -455722,7 +455463,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: 2752 + $signature: 2753 }; A.TaxRateListBuilder_build__closure.prototype = { call$2(context, index) { @@ -455739,7 +455480,7 @@ t2 = false; return new A.TaxRateListItem(t3, taxRate, t1.filter, t2, null); }, - $signature: 2753 + $signature: 2754 }; A.TaxRateListVM.prototype = {}; A.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -455860,7 +455601,7 @@ call$2(context, vm) { return new A.TaxRateSettingsScreen(vm, null); }, - $signature: 2754 + $signature: 2755 }; A.TaxRateScreenVM.prototype = {}; A.TaxRateView.prototype = { @@ -455894,13 +455635,13 @@ call$1(store) { return A.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 2755 + $signature: 2756 }; A.TaxRateViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TaxRateView(vm, false, null); }, - $signature: 2756 + $signature: 2757 }; A.TaxRateViewVM.prototype = { get$taxRate() { @@ -455962,13 +455703,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TokenEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._TokenEditState_dispose_closure.prototype = { call$1(controller) { @@ -455976,7 +455717,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._TokenEditState__onChanged_closure.prototype = { call$1(b) { @@ -455996,7 +455737,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._TokenEditState_build_closure1.prototype = { call$1(context) { @@ -456024,7 +455765,7 @@ t4 = type$.JSArray_legacy_Widget; return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, A._setArrayType([A.DecoratedFormField$(false, _null, true, t1._token_edit$_autoValidate, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, B.TextInputType_0_null_null, t3, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, B.TextAlign_4, new A._TokenEditState_build__closure0(t2))], t4), _null, _null, false, _null, false, _null)], t4), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._TokenEditState_build__closure0.prototype = { call$1(value) { @@ -456042,13 +455783,13 @@ call$1(store) { return A.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 2757 + $signature: 2758 }; 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: 2758 + $signature: 2759 }; A.TokenEditVM.prototype = { get$token() { @@ -456062,7 +455803,7 @@ call$1(token) { this.store.get$_dispatchers()[0].call$1(new A.UpdateToken(token)); }, - $signature: 308 + $signature: 320 }; A.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -456089,7 +455830,7 @@ A.TokenEditVM_TokenEditVM$fromStore__closure.prototype = { call$0() { var t1 = this.store; - A.passwordCallback(false, new A.TokenEditVM_TokenEditVM$fromStore___closure(t1, A._lateReadCheck(t1.__Store__state, "_state").uiState.tokenUIState.editing, this.state), this.context); + A.passwordCallback(false, new A.TokenEditVM_TokenEditVM$fromStore___closure(t1, A._lateReadCheck(t1.__Store__state, "_state").uiState.tokenUIState.editing, this.state), this.context, false); }, $signature: 1 }; @@ -456106,7 +455847,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: 496 + $signature: 498 }; A.TokenEditVM_TokenEditVM$fromStore____closure.prototype = { call$1(savedToken) { @@ -456137,7 +455878,7 @@ } else A.viewEntity(false, savedToken, null, true); }, - $signature: 308 + $signature: 320 }; A.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1(error) { @@ -456217,7 +455958,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: 2759 + $signature: 2760 }; A.TokenListBuilder_build__closure.prototype = { call$2(context, index) { @@ -456236,7 +455977,7 @@ t2 = false; return new A.TokenListItem(t4, token, t1.filter, t2, null); }, - $signature: 2760 + $signature: 2761 }; A.TokenListVM.prototype = {}; A.TokenListVM_fromStore__handleRefresh.prototype = { @@ -456387,7 +456128,7 @@ call$2(context, vm) { return new A.TokenScreen(vm, null); }, - $signature: 2761 + $signature: 2762 }; A.TokenScreenVM.prototype = {}; A.TokenView.prototype = { @@ -456446,13 +456187,13 @@ call$1(store) { return A.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 2762 + $signature: 2763 }; A.TokenViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.TokenView(vm, false, null); }, - $signature: 2763 + $signature: 2764 }; A.TokenViewVM.prototype = { get$token() { @@ -456587,13 +456328,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._UserEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._UserEditState_dispose_closure.prototype = { call$1(controller) { @@ -456601,7 +456342,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._UserEditState__onChanged_closure.prototype = { call$1(b) { @@ -456624,7 +456365,7 @@ b.get$_user_model$_$this()._user_model$_customValue4 = t1; return b; }, - $signature: 77 + $signature: 74 }; A._UserEditState__onChanged_closure0.prototype = { call$0() { @@ -456643,13 +456384,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 77 + $signature: 74 }; A._UserEditState_build_closure13.prototype = { call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._UserEditState_build_closure14.prototype = { call$1(context) { @@ -456690,14 +456431,14 @@ call$2(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new A._UserEditState_build__closure9(channel, options))); }, - $signature: 495 + $signature: 497 }; 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: 74 }; A._UserEditState_build_closure3.prototype = { call$1(value) { @@ -456710,7 +456451,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 77 + $signature: 74 }; A._UserEditState_build_closure4.prototype = { call$0() { @@ -456738,7 +456479,7 @@ call$1(value) { return this.$this._togglePermission$1("create_all"); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build_closure6.prototype = { call$0() { @@ -456750,7 +456491,7 @@ call$1(value) { return this.$this._togglePermission$1("view_all"); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build_closure8.prototype = { call$0() { @@ -456762,7 +456503,7 @@ call$1(value) { return this.$this._togglePermission$1("edit_all"); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build_closure10.prototype = { call$0() { @@ -456776,7 +456517,7 @@ t2 = t1.uiState.selectedCompanyIndex; return t1.userCompanyStates._list[t2].userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 246 + $signature: 272 }; A._UserEditState_build_closure12.prototype = { call$1(type) { @@ -456798,7 +456539,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: 2764 + $signature: 2765 }; A._UserEditState_build__closure0.prototype = { call$0() { @@ -456827,7 +456568,7 @@ call$1(value) { return this.$this._togglePermission$1(this.createPermission); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build__closure1.prototype = { call$0() { @@ -456839,7 +456580,7 @@ call$1(value) { return this.$this._togglePermission$1(this.viewPermission); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build__closure3.prototype = { call$0() { @@ -456851,7 +456592,7 @@ call$1(value) { return this.$this._togglePermission$1(this.editPermission); }, - $signature: 39 + $signature: 38 }; A._UserEditState_build__closure5.prototype = { call$0() { @@ -456896,13 +456637,13 @@ call$1(store) { return A.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2765 + $signature: 2766 }; 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: 2766 + $signature: 2767 }; A.UserEditVM.prototype = { get$user(receiver) { @@ -456916,7 +456657,7 @@ call$1(user) { this.store.get$_dispatchers()[0].call$1(new A.UpdateUser(user)); }, - $signature: 177 + $signature: 190 }; A.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -456948,16 +456689,16 @@ t3 = A.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t2), B.Type_AppLocalization_KyD, type$.legacy_AppLocalization); $navigator = t2.get$currentState(); t2 = new A._Future($.Zone__current, type$._Future_legacy_UserEntity); - A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_UserEntity), user), this.context); + A.passwordCallback(false, new A.UserEditVM_UserEditVM$fromStore___closure(t1, new A._AsyncCompleter(t2, type$._AsyncCompleter_legacy_UserEntity), user), this.context, false); return t2.then$1$1(0, new A.UserEditVM_UserEditVM$fromStore___closure0(user, t3, this.state, t1, $navigator), type$.Null).catchError$1(new A.UserEditVM_UserEditVM$fromStore___closure1()); }, - $signature: 33 + $signature: 35 }; A.UserEditVM_UserEditVM$fromStore___closure.prototype = { call$2(password, idToken) { this.store.get$_dispatchers()[0].call$1(new A.SaveUserRequest(this.completer, this.user, password, idToken)); }, - $signature: 41 + $signature: 40 }; A.UserEditVM_UserEditVM$fromStore___closure0.prototype = { call$1(savedUser) { @@ -456984,7 +456725,7 @@ } else A.viewEntity(false, savedUser, null, true); }, - $signature: 177 + $signature: 190 }; A.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -457057,7 +456798,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: 2767 + $signature: 2768 }; A.UserListBuilder_build__closure.prototype = { call$2(context, index) { @@ -457066,7 +456807,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: 2768 + $signature: 2769 }; A.UserListBuilder_build__closure_showDialog.prototype = { call$0() { @@ -457220,7 +456961,7 @@ call$2(context, vm) { return new A.UserScreen(vm, null); }, - $signature: 2769 + $signature: 2770 }; A.UserScreenVM.prototype = {}; A.UserView.prototype = { @@ -457278,13 +457019,13 @@ call$1(store) { return A.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2770 + $signature: 2771 }; A.UserViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.UserView(vm, this.$this.isFilter, null); }, - $signature: 2771 + $signature: 2772 }; A.UserViewVM.prototype = { get$user(receiver) { @@ -457343,7 +457084,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._VendorEditState_build_closure0.prototype = { call$1(context) { @@ -457451,7 +457192,7 @@ b.get$_vendor_model$_$this()._vendor_model$_postalCode = t1; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditAddressState__onChanged_closure0.prototype = { call$0() { @@ -457472,7 +457213,7 @@ b.get$_vendor_model$_$this()._vendor_model$_countryId = t1; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditContacts.prototype = { createState$0() { @@ -457529,19 +457270,19 @@ t6 = t5.length; return new A.VendorContactEditDetails(B.JSArray_methods.indexOf$2(t5, B.JSArray_methods.firstWhere$2$orElse(t5, new A._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new A.ValueKey("__" + t3 + "__" + t4 + "__", type$.ValueKey_String)); }, - $signature: 2772 + $signature: 2773 }; A._VendorEditContactsState__showContactEditor__closure.prototype = { call$1(c) { return c.id === this.contact.id; }, - $signature: 196 + $signature: 178 }; 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: 2773 + $signature: 2774 }; A._VendorEditContactsState_build__closure.prototype = { call$0() { @@ -457686,7 +457427,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 642 + $signature: 753 }; A.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -457757,13 +457498,13 @@ call$1(store) { return A.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2774 + $signature: 2775 }; A.VendorEditContactsScreen_build_closure.prototype = { call$2(context, vm) { return new A.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2775 + $signature: 2776 }; A.VendorEditContactsVM.prototype = { get$company() { @@ -457789,7 +457530,7 @@ call$1(index) { return this.store.get$_dispatchers()[0].call$1(new A.DeleteVendorContact(index)); }, - $signature: 189 + $signature: 191 }; A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1.prototype = { call$0() { @@ -457801,7 +457542,7 @@ call$2(contact, index) { this.store.get$_dispatchers()[0].call$1(new A.UpdateVendorContact(index, contact)); }, - $signature: 2776 + $signature: 2777 }; A.VendorEditDesktop.prototype = { build$1(_, context) { @@ -457928,7 +457669,7 @@ b.get$_vendor_model$_$this()._vendor_model$_customValue4 = t1; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditDetailsState__onChanged_closure0.prototype = { call$0() { @@ -457953,7 +457694,7 @@ b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = this.userId; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditFooter.prototype = { build$1(_, context) { @@ -458061,7 +457802,7 @@ b.get$_vendor_model$_$this()._vendor_model$_privateNotes = t1; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditNotesState__onChanged_closure0.prototype = { call$0() { @@ -458084,7 +457825,7 @@ b.get$_vendor_model$_$this()._vendor_model$_currencyId = t1; return b; }, - $signature: 97 + $signature: 99 }; A.VendorEditScreen.prototype = { build$1(_, context) { @@ -458096,13 +457837,13 @@ call$1(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2777 + $signature: 2778 }; 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: 2778 + $signature: 2779 }; A.VendorEditVM.prototype = { get$vendor(receiver) { @@ -458116,7 +457857,7 @@ call$1(vendor) { this.store.get$_dispatchers()[0].call$1(new A.UpdateVendor(vendor)); }, - $signature: 240 + $signature: 257 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -458162,7 +457903,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: 33 + $signature: 35 }; A.VendorEditVM_VendorEditVM$fromStore___closure.prototype = { call$1(context) { @@ -458205,7 +457946,7 @@ A.viewEntity(false, savedVendor, null, true); } }, - $signature: 240 + $signature: 257 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1(error) { @@ -458304,7 +458045,7 @@ } return t1; }, - $signature: 114 + $signature: 108 }; A.VendorListItem_build__closure2.prototype = { call$0() { @@ -458331,7 +458072,7 @@ A.handleEntitiesActions(A._setArrayType([this.$this.vendor], type$.JSArray_legacy_BaseEntity), action, false); return null; }, - $signature: 61 + $signature: 59 }; A.VendorListItem_build__closure5.prototype = { call$0() { @@ -458367,7 +458108,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: 2779 + $signature: 2780 }; A.VendorListBuilder_build__closure.prototype = { call$2(context, index) { @@ -458386,7 +458127,7 @@ t2 = false; return new A.VendorListItem(t4, vendor, t1.filter, t2, null); }, - $signature: 2780 + $signature: 2781 }; A.VendorListVM.prototype = {}; A.VendorListVM_fromStore__handleRefresh.prototype = { @@ -458482,7 +458223,7 @@ call$1(contact) { return contact.get$fullName(); }, - $signature: 2781 + $signature: 2782 }; A.VendorScreen.prototype = { build$1(_, context) { @@ -458619,7 +458360,7 @@ call$2(context, vm) { return new A.VendorScreen(vm, null); }, - $signature: 2782 + $signature: 2783 }; A.VendorScreenVM.prototype = {}; A.VendorView.prototype = { @@ -458686,7 +458427,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: 207 + $signature: 221 }; A._VendorViewState_build__closure.prototype = { call$0() { @@ -458819,7 +458560,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: 201 + $signature: 215 }; A._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1(contact) { @@ -458837,7 +458578,7 @@ _this.listTiles.push(A.AppListTile$(null, t1, B.IconData_58530_MaterialIcons_null_false, new A._VendorViewDetailsState_build__buildDetailsList__closure2(_this.$this, _this.context, contact), t3.get$phone(t3), t2 + "\n" + t1)); } }, - $signature: 688 + $signature: 687 }; A._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0() { @@ -458916,13 +458657,13 @@ call$1(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 157 + $signature: 153 }; A.VendorViewDocuments_build_closure0.prototype = { call$3($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 155 + $signature: 149 }; A.VendorViewFullwidth.prototype = { createState$0() { @@ -459043,7 +458784,7 @@ } return A.Row$(t11, B.CrossAxisAlignment_0, B.MainAxisAlignment_0, B.MainAxisSize_1, _null); }, - $signature: 649 + $signature: 648 }; A._VendorViewFullwidthState_build__closure.prototype = { call$0() { @@ -459064,7 +458805,7 @@ t1.push(new A.SizedBox(_null, 16, _null, _null)); return A.Column$(t1, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_1, B.VerticalDirection_1); }, - $signature: 2783 + $signature: 2784 }; A._VendorViewFullwidthState_build__closure1.prototype = { call$0() { @@ -459164,14 +458905,14 @@ call$1(store) { return A.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2784 + $signature: 2785 }; A.VendorViewScreen_build_closure.prototype = { call$2(context, vm) { var t1 = this.$this; return new A.VendorView(vm, t1.isFilter, t1.isTopFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2785 + $signature: 2786 }; A.VendorViewVM.prototype = { get$vendor(receiver) { @@ -459214,7 +458955,7 @@ call$1(client) { A.showToast(A.Localizations_of(this.context, B.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); }, - $signature: 71 + $signature: 72 }; A.VendorViewVM_VendorViewVM$fromStore__closure1.prototype = { call$1(error) { @@ -459239,13 +458980,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 101 + $signature: 103 }; 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: 102 + $signature: 97 }; A.WebhookEdit.prototype = { createState$0() { @@ -459296,13 +459037,13 @@ call$1(controller) { return controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._WebhookEditState_didChangeDependencies_closure0.prototype = { call$1(controller) { return controller.addListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 34 + $signature: 33 }; A._WebhookEditState_dispose_closure.prototype = { call$1(controller) { @@ -459310,7 +459051,7 @@ controller.ChangeNotifier__listeners = $.$get$ChangeNotifier__emptyListeners(); controller.ChangeNotifier__count = 0; }, - $signature: 73 + $signature: 71 }; A._WebhookEditState__onChanged_closure.prototype = { call$1(b) { @@ -459318,7 +459059,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 202 + $signature: 217 }; A._WebhookEditState__onChanged_closure0.prototype = { call$0() { @@ -459330,7 +459071,7 @@ call$1(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 55 + $signature: 52 }; A._WebhookEditState_build_closure1.prototype = { call$1(context) { @@ -459375,7 +459116,7 @@ } return new A.ScrollableListView(A._setArrayType([A.FormCard$(_null, t10, _null, _null, false, _null, false, _null)], t13), _null, _null, _null); }, - $signature: 162 + $signature: 169 }; A._WebhookEditState_build__closure.prototype = { call$1(value) { @@ -459394,14 +459135,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 202 + $signature: 217 }; A._WebhookEditState_build__closure0.prototype = { call$1(eventId) { var _null = null; return A.DropdownMenuItem$(A.Text$(this.localization.lookup$1(B.Map_atQCY.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, eventId, type$.legacy_String); }, - $signature: 42 + $signature: 43 }; A._WebhookEditState_build__closure2.prototype = { call$1(value) { @@ -459414,13 +459155,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 202 + $signature: 217 }; A._WebhookEditState_build__closure3.prototype = { call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure2()); }, - $signature: 67 + $signature: 66 }; A._WebhookEditState_build___closure2.prototype = { call$0() { @@ -459431,7 +459172,7 @@ call$1(value) { return this.$this.setState$1(new A._WebhookEditState_build___closure1()); }, - $signature: 67 + $signature: 66 }; A._WebhookEditState_build___closure1.prototype = { call$0() { @@ -459457,7 +459198,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 202 + $signature: 217 }; A._WebhookEditState_build__closure6.prototype = { call$1(key) { @@ -459465,7 +459206,7 @@ t1 = this.webhook; return A.ListTile$(false, B.EdgeInsets_0_0_0_0, _null, _null, true, _null, _null, false, _null, _null, _null, _null, false, _null, _null, _null, _null, A.Row$(A._setArrayType([A.Expanded$(A.Text$(key, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), new A.SizedBox(16, _null, _null, _null), A.Expanded$(A.Text$(t1.headers._map$_map.$index(0, key), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), A.IconButton$(B.Alignment_0_0, _null, _null, true, A.Icon$(B.IconData_57704_MaterialIcons_null_false, _null, _null), _null, new A._WebhookEditState_build___closure(this.viewModel, t1, key), B.EdgeInsets_8_8_8_8, _null, this.localization.get$removeHeader(), _null), _null); }, - $signature: 258 + $signature: 269 }; A._WebhookEditState_build___closure.prototype = { call$0() { @@ -459478,7 +459219,7 @@ b.get$headers(b).get$_safeMap().remove$1(0, this.key); return b; }, - $signature: 202 + $signature: 217 }; A.WebhookEditScreen.prototype = { build$1(_, context) { @@ -459490,13 +459231,13 @@ call$1(store) { return A.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2786 + $signature: 2787 }; 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: 2787 + $signature: 2788 }; A.WebhookEditVM.prototype = { get$webhook() { @@ -459510,7 +459251,7 @@ call$1(webhook) { this.store.get$_dispatchers()[0].call$1(new A.UpdateWebhook(webhook)); }, - $signature: 330 + $signature: 325 }; A.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1(context) { @@ -459547,7 +459288,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: 33 + $signature: 35 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure.prototype = { call$1(savedWebhook) { @@ -459578,7 +459319,7 @@ } else A.viewEntity(false, savedWebhook, null, true); }, - $signature: 330 + $signature: 325 }; A.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1(error) { @@ -459641,13 +459382,13 @@ call$1(store) { return A.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2788 + $signature: 2789 }; A.WebhookViewScreen_build_closure.prototype = { call$2(context, vm) { return new A.WebhookView(vm, false, null); }, - $signature: 2789 + $signature: 2790 }; A.WebhookViewVM.prototype = { get$webhook() { @@ -459728,7 +459469,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: 2790 + $signature: 2791 }; A.WebhookListBuilder_build__closure.prototype = { call$2(context, index) { @@ -459747,7 +459488,7 @@ t2 = false; return new A.WebhookListItem(t4, webhook, t1.filter, t2, null); }, - $signature: 2791 + $signature: 2792 }; A.WebhookListVM.prototype = {}; A.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -459898,7 +459639,7 @@ call$2(context, vm) { return new A.WebhookScreen(vm, null); }, - $signature: 2792 + $signature: 2793 }; A.WebhookScreenVM.prototype = {}; A.snackBarCompleter_closure.prototype = { @@ -459995,7 +459736,7 @@ call$1(context) { return A.SimpleDialog$(A._setArrayType([new A.LoadingDialog(null)], type$.JSArray_legacy_Widget), null); }, - $signature: 160 + $signature: 162 }; A.showErrorDialog_closure.prototype = { call$1(context) { @@ -460007,7 +459748,7 @@ call$1(context) { return new A.MessageDialog(this.message, null, this.secondaryActions, this.onDismiss, null, null); }, - $signature: 286 + $signature: 277 }; A.confirmCallback_closure.prototype = { call$1(context) { @@ -460042,7 +459783,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: 620 + $signature: 619 }; A.confirmCallback_closure__onPressed.prototype = { call$0() { @@ -460099,9 +459840,9 @@ A.passwordCallback_closure0.prototype = { call$1(context) { A.print("## 3"); - return new A.PasswordConfirmation(this.callback, null, null); + return new A.PasswordConfirmation(this.callback, "", null); }, - $signature: 497 + $signature: 499 }; A.passwordCallback_closure1.prototype = { call$2(idToken, accessToken) { @@ -460123,13 +459864,13 @@ A.showDialog(null, false, new A.passwordCallback__closure0(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 41 + $signature: 40 }; A.passwordCallback__closure0.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 497 + $signature: 499 }; A.passwordCallback_closure2.prototype = { call$2(idToken, accessToken) { @@ -460151,13 +459892,13 @@ A.showDialog(null, false, new A.passwordCallback__closure(t2, idToken), _this.context, null, true, type$.legacy_AlertDialog); } }, - $signature: 41 + $signature: 40 }; A.passwordCallback__closure.prototype = { call$1(context) { return new A.PasswordConfirmation(this.callback, this.idToken, null); }, - $signature: 497 + $signature: 499 }; A.passwordCallback_closure3.prototype = { call$1(error) { @@ -460221,7 +459962,7 @@ call$1(value) { return this.$this._submit$0(); }, - $signature: 67 + $signature: 66 }; A._PasswordConfirmationState_build_closure2.prototype = { call$0() { @@ -460241,7 +459982,7 @@ var _this = this; return new A.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2794 + $signature: 2795 }; A.FieldConfirmation.prototype = { createState$0() { @@ -460293,13 +460034,13 @@ call$1(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2795 + $signature: 2796 }; A._FieldConfirmationState_build_closure1.prototype = { call$1(value) { return this.$this._submit$0(); }, - $signature: 67 + $signature: 66 }; A._FieldConfirmationState_build_closure2.prototype = { call$0() { @@ -460337,7 +460078,7 @@ t4 = A.Column$(t4, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.cloneToDialog__closure4(context), _null)], t3), B.EdgeInsets_0_0_0_0, _null, t4, B.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 164 + $signature: 173 }; A.cloneToDialog__closure.prototype = { call$0() { @@ -460400,7 +460141,7 @@ t4 = A.Column$(A.List_List$of(new A.MappedListIterable(t3, new A.changeTaskStatusDialog__closure(_this.state, _this.store, _this.task, context, t1), t4), true, t4._eval$1("ListIterable.E")), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0, B.VerticalDirection_1); return A.AlertDialog$(A._setArrayType([A.TextButton$(false, A.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A.changeTaskStatusDialog__closure0(context), _null)], type$.JSArray_legacy_Widget), B.EdgeInsets_0_0_0_0, _null, t4, B.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 164 + $signature: 173 }; A.changeTaskStatusDialog__closure.prototype = { call$1(statusId) { @@ -460410,7 +460151,7 @@ t2 = A.Text$(t1.userCompanyStates._list[t2].taskStatusState.$get$1(0, statusId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null); return A.ListTile$(false, _null, _null, _null, true, _null, _null, false, _null, A.Icon$(B.IconData_57689_MaterialIcons_null_false, _null, _null), _null, new A.changeTaskStatusDialog___closure(_this.store, _this.task, statusId, _this.context, _this.localization), false, _null, _null, _null, _null, t2, _null, _null); }, - $signature: 258 + $signature: 269 }; A.changeTaskStatusDialog___closure.prototype = { call$0() { @@ -460451,7 +460192,7 @@ t1 = false; return t1; }, - $signature: 176 + $signature: 161 }; A.addToInvoiceDialog_closure0.prototype = { call$1(context) { @@ -460466,7 +460207,7 @@ t3 = t2.$ti._eval$1("MappedIterable<1,SimpleDialogOption*>"); return A.SimpleDialog$(A.List_List$of(new A.MappedIterable(t2, new A.addToInvoiceDialog__closure(context, this.items), t3), true, t3._eval$1("Iterable.E")), t1); }, - $signature: 160 + $signature: 162 }; A.addToInvoiceDialog__closure.prototype = { call$1(invoice) { @@ -460474,7 +460215,7 @@ t1 = this.context; return new A.SimpleDialogOption(new A.addToInvoiceDialog___closure(t1, invoice, this.items), A.Row$(A._setArrayType([A.Expanded$(A.Text$(invoice.number, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), A.Text$(A.formatNumber(invoice.amount, t1, invoice.clientId, _null, B.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null); }, - $signature: 2796 + $signature: 2797 }; A.addToInvoiceDialog___closure.prototype = { call$0() { @@ -462280,6 +462021,12 @@ t2 = J.$index$asx(t1.$index(0, this.localeCode), _s14_); return t2 == null ? J.$index$asx(t1.$index(0, "en"), _s14_) : t2; }, + get$releaseNotes() { + var _s13_ = "release_notes", + t1 = $.$get$LocalizationsProvider__localizedValues(), + t2 = J.$index$asx(t1.$index(0, this.localeCode), _s13_); + return t2 == null ? J.$index$asx(t1.$index(0, "en"), _s13_) : t2; + }, get$cancelInvoice() { var _s14_ = "cancel_invoice", t1 = $.$get$LocalizationsProvider__localizedValues(), @@ -462613,7 +462360,7 @@ call$1(element) { return element instanceof A.LinkAttribution; }, - $signature: 498 + $signature: 500 }; A._extension_0_toMarkdown_closure.prototype = { call$4(fullText, index, attributions, $event) { @@ -462636,7 +462383,7 @@ break; } }, - $signature: 2798 + $signature: 2799 }; A.GoogleOAuth_signIn_closure.prototype = { call$1(value) { @@ -462649,7 +462396,7 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 756 + $signature: 754 }; A.GoogleOAuth_signUp_closure.prototype = { call$1(value) { @@ -462662,13 +462409,13 @@ t1 = ""; this.callback.call$2(t2, t1); }, - $signature: 756 + $signature: 754 }; A.toSnakeCase_closure.prototype = { call$1(match) { return "_" + match.$index(0, 0).toLowerCase(); }, - $signature: 757 + $signature: 755 }; A.toCamelCase_closure.prototype = { call$1(word) { @@ -462680,7 +462427,7 @@ call$1(match) { return " " + match.$index(0, 0).toLowerCase(); }, - $signature: 757 + $signature: 755 }; A.toTitleCase_closure.prototype = { call$1(word) { @@ -462703,7 +462450,7 @@ t1 = this._box_0; t1.regExp = t1.regExp + (character + ".*?"); }, - $signature: 109 + $signature: 112 }; A.matchesStringsValue_closure.prototype = { call$1(haystack) { @@ -462929,7 +462676,7 @@ call$0() { return type$.legacy_DocumentLayout._as(this.$this._docLayoutKey.get$currentState()); }, - $signature: 2801 + $signature: 2802 }; A._ExampleEditorState__showEditorToolbar_closure.prototype = { call$1(context) { @@ -462937,7 +462684,7 @@ t1 = this.$this; return new A.Theme(A.ThemeData_ThemeData(_null, _null, _null, B.Brightness_1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), new A.EditorToolbar(t1._textSelectionAnchor, t1._docEditor, t1._composer, t1.get$_hideEditorToolbar(), _null), _null); }, - $signature: 2802 + $signature: 2803 }; A._ExampleEditorState__showEditorToolbar_closure0.prototype = { call$1(timeStamp) { @@ -462964,14 +462711,14 @@ var t1 = this.$this; return new A.ImageFormatToolbar(t1._imageSelectionAnchor, t1._composer, new A._ExampleEditorState__showImageToolbar__closure(t1), null); }, - $signature: 2803 + $signature: 2804 }; A._ExampleEditorState__showImageToolbar__closure.prototype = { call$2(nodeId, width) { var node = this.$this._super_editor$_doc.getNodeById$1(nodeId); node.putMetadataValue$2("singleColumnLayout", A.LinkedHashMap_LinkedHashMap$_literal(["width", width, "padding", A.SingleColumnLayoutComponentStyles_SingleColumnLayoutComponentStyles$fromMetadata(node).padding], type$.String, type$.nullable_Object)); }, - $signature: 191 + $signature: 193 }; A._ExampleEditorState__showImageToolbar_closure0.prototype = { call$1(timeStamp) { @@ -462998,14 +462745,14 @@ var t1 = this.$this; return new A.AndroidTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), t1.get$_selectAll(), null); }, - $signature: 2804 + $signature: 2805 }; A._ExampleEditorState__buildEditor_closure0.prototype = { call$1(_) { var t1 = this.$this; return new A.IOSTextEditingFloatingToolbar(t1.get$_cut(), t1.get$_copy(), t1.get$_super_editor$_paste(), null); }, - $signature: 2805 + $signature: 2806 }; A._ExampleEditorState__buildMountedToolbar_closure.prototype = { call$1(_) { @@ -463015,7 +462762,7 @@ return B.SizedBox_null_null_null_null; return new A.KeyboardEditingToolbar(t1._super_editor$_doc, t2, t1._docOps, null); }, - $signature: 2806 + $signature: 2807 }; A.EditorToolbar.prototype = { createState$0() { @@ -463306,13 +463053,13 @@ call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 498 + $signature: 500 }; A._EditorToolbarState__onLinkPressed_closure.prototype = { call$1(attribution) { return attribution instanceof A.LinkAttribution; }, - $signature: 498 + $signature: 500 }; A._EditorToolbarState__onLinkPressed_closure0.prototype = { call$0() { @@ -463339,26 +463086,26 @@ return B.SizedBox_null_null_null_null; return this.$this._toolbar0$_buildToolbar$0(); }, - $signature: 758 + $signature: 756 }; A._EditorToolbarState__buildToolbar_closure.prototype = { call$1(element) { return element !== B._TextType_4; }, - $signature: 2809 + $signature: 2810 }; A._EditorToolbarState__buildToolbar_closure0.prototype = { call$1(textType) { var _null = null; return A.DropdownMenuItem$(new A.Padding(B.EdgeInsets_16_0_0_0, A.Text$(this.$this._getTextTypeName$1(textType), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), _null, textType, type$.legacy__TextType); }, - $signature: 2810 + $signature: 2811 }; A._EditorToolbarState__buildUrlField_closure.prototype = { call$1(newValue) { return this.$this._applyLink$0(); }, - $signature: 67 + $signature: 66 }; A._EditorToolbarState__buildUrlField_closure0.prototype = { call$0() { @@ -463417,7 +463164,7 @@ t1 = this.$this; return A.Material$(B.Duration_200000, true, _null, new A.SizedBox(_null, 40, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_IID2, _null, t1.get$_makeImageConfined(), B.EdgeInsets_8_8_8_8, 16, "Bold", _null), _null, _null), A.Center$(A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_Gv2, _null, t1.get$_makeImageFullBleed(), B.EdgeInsets_8_8_8_8, 16, "Italics", _null), _null, _null)], type$.JSArray_legacy_Widget), B.CrossAxisAlignment_3, B.MainAxisAlignment_0, B.MainAxisSize_1, _null), _null), _null), B.Clip_1, _null, 5, _null, _null, B.StadiumBorder_QSQ, _null, _null, B.MaterialType_0); }, - $signature: 758 + $signature: 756 }; A._PositionedToolbar.prototype = { build$1(_, context) { @@ -463433,7 +463180,7 @@ t2 = offset._dy; return A.SizedBox$expand(new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, A._setArrayType([A.Positioned$(_null, A.FractionalTranslation$(this.$this.child, true, B.Offset_omC), _null, _null, t1, _null, t2, _null)], type$.JSArray_legacy_Widget), _null)); }, - $signature: 2811 + $signature: 2812 }; A.loadEmailTemplate_closure.prototype = { call$1(response) { @@ -463462,14 +463209,14 @@ t2.border = "none"; return t1; }, - $signature: 2812 + $signature: 2813 }; A.WebUtils_warnChanges_closure.prototype = { call$1(e) { if (A._lateReadCheck(this.store.__Store__state, "_state").hasChanges$0()) type$.legacy_BeforeUnloadEvent._as(e).returnValue = "Changes you made may not be saved."; }, - $signature: 2813 + $signature: 2814 }; A.WebUtils_microsoftLogin_closure.prototype = { call$1(result) { @@ -463478,7 +463225,7 @@ t1 = t1 ? null : J.get$accessToken$x(result._msal_js$_jsObject); this.succesCallback.call$2(t2, t1); }, - $signature: 2814 + $signature: 2815 }; A.WebUtils_microsoftLogin_closure0.prototype = { call$1(error) { @@ -463526,7 +463273,7 @@ var t1 = this._box_0; t1.list = linkifier.parse$2(0, t1.list, this.options); }, - $signature: 2815 + $signature: 2816 }; A.EmailLinkifier.prototype = { parse$2(_, elements, options) { @@ -463570,7 +463317,7 @@ } else _this.list.push(element); }, - $signature: 759 + $signature: 757 }; A.EmailElement.prototype = { toString$0(_) { @@ -463646,7 +463393,7 @@ } else _this.list.push(element); }, - $signature: 759 + $signature: 757 }; A.UrlElement.prototype = { toString$0(_) { @@ -463830,7 +463577,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2817 + $signature: 2818 }; A.Element1.prototype = { get$isEmpty(_) { @@ -463858,7 +463605,7 @@ call$1(child) { return child.get$textContent(); }, - $signature: 760 + $signature: 758 }; A.Text1.prototype = { accept$1(_, visitor) { @@ -463940,7 +463687,7 @@ var t1 = this.parser; return s.canParse$1(t1) && s.canEndBlock$1(t1); }, - $signature: 761 + $signature: 759 }; A.EmptyBlockSyntax.prototype = { get$pattern(_) { @@ -464093,7 +463840,7 @@ call$1(s) { return s.canParse$1(this.parser); }, - $signature: 761 + $signature: 759 }; A.CodeBlockSyntax.prototype = { get$pattern(_) { @@ -464470,7 +464217,7 @@ t1.__late_helper$_value = pattern.firstMatch$1(t2.lines[t2._pos]); return t1._readLocal$0() != null; }, - $signature: 2821 + $signature: 2822 }; A.UnorderedListSyntax.prototype = { get$pattern(_) { @@ -464590,13 +464337,13 @@ call$1(i) { return J.startsWith$1$s(this.lines[i], $.$get$ParagraphSyntax__reflinkDefinitionStart()); }, - $signature: 197 + $signature: 184 }; A.ParagraphSyntax__parseReflinkDefinition_closure.prototype = { call$0() { return new A.LinkReference(this.destination, this._box_0.title); }, - $signature: 2822 + $signature: 2823 }; A.Document0.prototype = {}; A.LinkReference.prototype = {}; @@ -464799,25 +464546,25 @@ call$1(syntax) { return syntax.tryMatch$1(this.$this); }, - $signature: 762 + $signature: 760 }; A.InlineParser__linkOrImage_closure.prototype = { call$1(d) { return d.get$char() === 91 || d.get$char() === 33; }, - $signature: 763 + $signature: 761 }; A.InlineParser__linkOrImage_closure0.prototype = { call$1(e) { return e instanceof A.LinkSyntax; }, - $signature: 762 + $signature: 760 }; A.InlineParser__linkOrImage_closure1.prototype = { call$1(n) { return n === this.delimiter.node; }, - $signature: 2825 + $signature: 2826 }; A.InlineParser__linkOrImage_closure2.prototype = { call$0() { @@ -464830,26 +464577,26 @@ B.JSArray_methods.removeRange$2(t1, t2, t1.length); return children; }, - $signature: 764 + $signature: 762 }; A.InlineParser__processEmphasis_closure.prototype = { call$0() { return A.List_List$filled(3, this.bottomIndex, false, type$.int); }, - $signature: 776 + $signature: 678 }; A.InlineParser__processEmphasis_closure0.prototype = { call$1(d) { var t1 = this.closer; return d.get$char() === t1.get$char() && d.get$canOpen() && this.$this._canFormEmphasis$2(d, t1); }, - $signature: 763 + $signature: 761 }; A.InlineParser__processEmphasis_closure1.prototype = { call$0() { return B.JSArray_methods.sublist$2(this.$this._inline_parser$_tree, this.openerTextNodeIndex + 1, this._box_0.closerTextNodeIndex); }, - $signature: 764 + $signature: 762 }; A.InlineSyntax.prototype = { tryMatch$1(parser) { @@ -465279,7 +465026,7 @@ $defaultValues() { return [null]; }, - $signature: 2827 + $signature: 2828 }; A.ImageSyntax.prototype = { _inline_parser$_createNode$3$getChildren(destination, title, getChildren) { @@ -465297,7 +465044,7 @@ call$1(node) { return node.get$textContent(); }, - $signature: 760 + $signature: 758 }; A.CodeSyntax.prototype = { tryMatch$1(parser) { @@ -466199,7 +465946,7 @@ call$1(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 112 + $signature: 114 }; A.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1(index) { @@ -466209,21 +465956,21 @@ else return new A.Offset(0, mainAxisOffset); }, - $signature: 2830 + $signature: 2831 }; 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: 2831 + $signature: 2832 }; A.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 112 + $signature: 114 }; A.RenderOverflowView_paint_paintChild.prototype = { call$1(child) { @@ -466234,13 +465981,13 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, B.Offset_0_0)); }, - $signature: 112 + $signature: 114 }; A.RenderOverflowView_paint_defaultPaint.prototype = { call$2(context, offset) { this.$this.visitOnlyOnStageChildren$1(this.paintChild); }, - $signature: 96 + $signature: 95 }; A.RenderOverflowView_hitTestChildren_closure.prototype = { call$1(renderObject) { @@ -466250,13 +465997,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new A.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 112 + $signature: 114 }; A.RenderOverflowView_hitTestChildren__closure.prototype = { call$2(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 70 + $signature: 69 }; A._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1(owner) { @@ -466319,7 +466066,7 @@ call$2(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 2832 + $signature: 2833 }; A._OverflowViewElement.prototype = {}; A.MethodChannelPackageInfo.prototype = {}; @@ -466535,19 +466282,19 @@ call$1(part) { return part !== ""; }, - $signature: 56 + $signature: 55 }; A.Context_split_closure.prototype = { call$1(part) { return part.length !== 0; }, - $signature: 56 + $signature: 55 }; A._validateArgList_closure.prototype = { call$1(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 2833 + $signature: 2834 }; A.InternalStyle.prototype = { getRoot$1(path) { @@ -466955,13 +466702,13 @@ call$2(key, value) { return new A.MapEntry(B.List_U8N[key], [B.PermissionStatus_0, B.PermissionStatus_1, B.PermissionStatus_2, B.PermissionStatus_3, B.PermissionStatus_4][value], type$.MapEntry_Permission_PermissionStatus); }, - $signature: 2834 + $signature: 2835 }; A.encodePermissions_closure.prototype = { call$1(it) { return it.value; }, - $signature: 2835 + $signature: 2836 }; A.LocalPlatform.prototype = { get$executable() { @@ -467009,7 +466756,7 @@ } return htmlElement; }, - $signature: 766 + $signature: 764 }; A.PointerInterceptor.prototype = { build$1(_, context) { @@ -467406,7 +467153,7 @@ call$1(input) { return input; }, - $signature: 500 + $signature: 502 }; A.PrintingPlugin_layoutPdf_closure0.prototype = { call$1($event) { @@ -467414,7 +467161,7 @@ J.removeEventListener$2$x(_this.frame, "load", _this._box_0.load); A.Timer_Timer(A.Duration$(0, 0, 0, _this.isSafari ? 500 : 0, 0, 0), new A.PrintingPlugin_layoutPdf__closure(_this.$this, _this.stopWatch, _this.completer, _this.result)); }, - $signature: 81 + $signature: 82 }; A.PrintingPlugin_layoutPdf__closure.prototype = { call$0() { @@ -467437,14 +467184,14 @@ call$1(index) { return index; }, - $signature: 120 + $signature: 126 }; A.PrintingPlugin_raster_closure0.prototype = { call$1(e) { this.data.add$1(0, type$.List_int._as(B.FileReader_methods.get$result(this.r))); this.completer.complete$0(0); }, - $signature: 181 + $signature: 197 }; A._WebPdfRaster.prototype = { get$pixels() { @@ -467681,7 +467428,7 @@ call$1(input) { return input; }, - $signature: 500 + $signature: 502 }; A.Mutex.prototype = { acquire$0() { @@ -467991,7 +467738,7 @@ var t1 = this.$this; t1.setState$1(new A.PdfPreviewCustomState_didChangeDependencies__closure(t1, _info)); }, - $signature: 769 + $signature: 767 }; A.PdfPreviewCustomState_didChangeDependencies__closure.prototype = { call$0() { @@ -468007,7 +467754,7 @@ t1 = this.$this; return A.GestureDetector$(_null, t1.PdfPreviewRaster_pages[index], B.DragStartBehavior_1, false, _null, new A.PdfPreviewCustomState__createPreview__closure(t1, index), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2840 + $signature: 2841 }; A.PdfPreviewCustomState__createPreview__closure.prototype = { call$0() { @@ -468155,7 +467902,7 @@ t1 = A._setArrayType([A.Expanded$(new A.Builder(new A._PdfPreviewState_build_closure(_this), _null), 1)], t1); if (actions.length !== 0) { t3 = theme.primaryColor; - t1.push(A.IconTheme_merge(A.Material$(B.Duration_200000, true, _null, new A.SizedBox(1 / 0, _null, A.SafeArea$(true, A.Wrap$(B.WrapAlignment_4, actions, B.WrapCrossAlignment_0, 0), B.EdgeInsets_0_0_0_0, true), _null), B.Clip_0, t3, 4, _null, _null, _null, _null, _null, B.MaterialType_0), new A.IconThemeData(iconColor, _null, _null, _null))); + t1.push(A.IconTheme_merge(A.Material$(B.Duration_200000, true, _null, new A.SizedBox(1 / 0, _null, A.SafeArea$(true, A.Wrap$(B.WrapAlignment_4, actions, B.Clip_0, B.WrapCrossAlignment_0, 0), B.EdgeInsets_0_0_0_0, true), _null), B.Clip_0, t3, 4, _null, _null, _null, _null, _null, B.MaterialType_0), new A.IconThemeData(iconColor, _null, _null, _null))); } return new A.PdfPreviewController(t2, t2, A.Column$(t1, B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_2, B.MainAxisSize_1, B.VerticalDirection_1), _null); } @@ -468184,7 +467931,7 @@ var t1 = this.$this; t1.setState$1(new A._PdfPreviewState_didChangeDependencies__closure(t1, _info)); }, - $signature: 769 + $signature: 767 }; A._PdfPreviewState_didChangeDependencies__closure.prototype = { call$0() { @@ -468200,7 +467947,7 @@ t2 = t1._widget.maxPageWidth; return new A.PdfPreviewCustom(A._lateReadCheck(controller.__PdfPreviewData__pageFormat, "_pageFormat"), controller.buildDocument, t2, _null, _null, _null, t1._widget.pages, _null, _null, false, _null, _null, t1.previewWidget); }, - $signature: 2842 + $signature: 2843 }; A.PdfPreviewRaster.prototype = { raster$0() { @@ -468457,7 +468204,7 @@ call$1(image) { return this.comp.complete$1(0, image); }, - $signature: 2843 + $signature: 2844 }; A.PdfRasterImage.prototype = { _raster$_loadAsync$0() { @@ -468896,7 +468643,7 @@ t1 = t1._qrWidget$3(context, null, widgetSize); return t1; }, - $signature: 259 + $signature: 233 }; A._QrContentView.prototype = { build$1(_, context) { @@ -469137,7 +468884,7 @@ call$2(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 674 + $signature: 649 }; A.MiddlewareClass.prototype = {}; A.Store.prototype = { @@ -469409,7 +469156,7 @@ call$2(context, snapshot) { return A.AnimatedSwitcher$(J.$eq$(snapshot.data, B.ButtonState_1) ? this._loader : this.$this._widget.child, B.Duration_200000, A.animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure()); }, - $signature: 2845 + $signature: 2846 }; A.RoundedLoadingButtonState_initState_closure.prototype = { call$0() { @@ -469444,7 +469191,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 43 + $signature: 42 }; A.RoundedLoadingButtonState_initState_closure2.prototype = { call$0() { @@ -469464,7 +469211,7 @@ return; t1._widget.controller._rounded_loading_button$_state.add$1(0, $event); }, - $signature: 2846 + $signature: 2847 }; A.RoundedLoadingButtonController.prototype = {}; A._RoundedLoadingButtonState_State_TickerProviderStateMixin.prototype = { @@ -469635,7 +469382,7 @@ call$2(e, s) { this.$this._subject$_addError$2(e, s); }, - $signature: 126 + $signature: 128 }; A.Subject_addStream_closure0.prototype = { call$0() { @@ -469771,7 +469518,7 @@ call$0() { return this.call$1(null); }, - $signature: 770 + $signature: 768 }; A._forwardMulti__closure.prototype = { call$0() { @@ -469824,7 +469571,7 @@ call$0() { return this.call$1(null); }, - $signature: 770 + $signature: 768 }; A._forward__listenToUpstream_closure.prototype = { call$0() { @@ -470181,21 +469928,21 @@ }); return A._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2848 + $signature: 2849 }; A.SentryNavigatorObserver__startTransaction_closure0.prototype = { call$1(scope) { if (scope._span == null) scope.set$span(0, this.$this._transaction); }, - $signature: 2849 + $signature: 2850 }; A.RouteObserverBreadcrumb.prototype = {}; A.RouteObserverBreadcrumb__formatArgs_closure.prototype = { call$2(key, value) { return new A.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 2850 + $signature: 2851 }; A.SentryNative.prototype = { beginNativeFramesCollection$0() { @@ -470470,7 +470217,7 @@ call$1(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 56 + $signature: 55 }; A.AppleLogoPainter.prototype = { paint$2(canvas, size) { @@ -470798,7 +470545,7 @@ throw A.wrapException(A.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2851 + $signature: 2852 }; A.SignInWithApplePlatform.prototype = {}; A.WebAuthenticationOptions.prototype = {}; @@ -471343,7 +471090,7 @@ call$0() { return this.color; }, - $signature: 2852 + $signature: 2853 }; A.Highlighter$__closure.prototype = { call$1(line) { @@ -471351,7 +471098,7 @@ t1 = new A.WhereIterable(t1, new A.Highlighter$___closure(), A._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 2853 + $signature: 2854 }; A.Highlighter$___closure.prototype = { call$1(highlight) { @@ -471361,26 +471108,26 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 501 + $signature: 503 }; A.Highlighter$__closure0.prototype = { call$1(line) { return line.url; }, - $signature: 2855 + $signature: 2856 }; A.Highlighter__collateLines_closure.prototype = { call$1(highlight) { var t1 = highlight.span.get$sourceUrl(); return t1 == null ? new A.Object() : t1; }, - $signature: 2856 + $signature: 2857 }; A.Highlighter__collateLines_closure0.prototype = { call$2(highlight1, highlight2) { return highlight1.span.compareTo$1(0, highlight2.span); }, - $signature: 2857 + $signature: 2858 }; A.Highlighter__collateLines_closure1.prototype = { call$1(entry) { @@ -471424,7 +471171,7 @@ } return lines; }, - $signature: 2858 + $signature: 2859 }; A.Highlighter__collateLines__closure.prototype = { call$1(highlight) { @@ -471432,14 +471179,14 @@ t1 = t1.get$end(t1); return t1.get$line(t1) < this.line.number; }, - $signature: 501 + $signature: 503 }; A.Highlighter_highlight_closure.prototype = { call$1(highlight) { highlight.toString; return true; }, - $signature: 501 + $signature: 503 }; A.Highlighter__writeFileStart_closure.prototype = { call$0() { @@ -471598,7 +471345,7 @@ } return A._Highlight__normalizeEndOfLine(A._Highlight__normalizeTrailingNewline(A._Highlight__normalizeNewlines(t1))); }, - $signature: 2859 + $signature: 2860 }; A._Line.prototype = { toString$0(_) { @@ -471958,7 +471705,7 @@ this._box_1.isInitializing = true; return this.$this.middleCreator$2(crt, this.creatorMock); }, - $signature: 2861 + $signature: 2862 }; A.InjectedImp_initialize_closure0.prototype = { call$1(snap) { @@ -472331,7 +472078,7 @@ } else t1.setToHasData$2$data$middleSnap(data, this.middleState); }, - $signature: 83 + $signature: 87 }; A.ReactiveModelBase__streamSubscription_closure1.prototype = { call$2(err, s) { @@ -472348,7 +472095,7 @@ if (!t2) t1.complete$0(0); }, - $signature: 191 + $signature: 193 }; A.ReactiveModelBase__streamSubscription_closure0.prototype = { call$0() { @@ -472669,7 +472416,7 @@ t1 = t1.listenTo.get$_rm$_state(); return t2.orElse.call$1(t1); }, - $signature: 2862 + $signature: 2863 }; A.OnBuilder_build_closure0.prototype = { call$0() { @@ -472696,7 +472443,7 @@ t1 = t1.listenTo; return t2.call$2(A._lateReadCheck(A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase__oldSnapState, "_oldSnapState"), A._lateReadCheck(A._lateReadCheck(t1.__InjectedBaseState__reactiveModelState, _s19_).__ReactiveModelBase___snapState, "__snapState")); }, - $signature: 2863 + $signature: 2864 }; A.SideEffects.prototype = { SideEffects$4$dispose$initState$onAfterBuild$onSetState(dispose, initState, onAfterBuild, onSetState, $T) { @@ -472732,7 +472479,7 @@ inj.initialize$0(0); return new A.LifeCycleHooks(new A.OnX_listenTo__closure(t1, inj, disposer, _this.shouldRebuild, inj, _this.watch, _this._this, _this.onSetState, _this.onAfterBuild, setState, _this.debugPrintWhenRebuild, _this.initState, t2), new A.OnX_listenTo__closure0(_this.dispose, disposer), new A.OnX_listenTo__closure1(), new A.OnX_listenTo__closure2(inj), type$.LifeCycleHooks__OnWidget_Widget); }, - $signature: 2864 + $signature: 2865 }; A.OnX_listenTo__closure.prototype = { call$1(_) { @@ -472749,7 +472496,7 @@ t2.call$0(); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new A.OnX_listenTo___closure1(t3, t1)); }, - $signature: 772 + $signature: 770 }; A.OnX_listenTo___closure.prototype = { call$1(snap) { @@ -472801,7 +472548,7 @@ t1.call$0(); this.disposer._readLocal$0().call$0(); }, - $signature: 772 + $signature: 770 }; A.OnX_listenTo__closure1.prototype = { call$3(context, oldWidget, newWidget) { @@ -472814,7 +472561,7 @@ newInj.undoRedoPersistState = oldInj.undoRedoPersistState; } }, - $signature: 2866 + $signature: 2867 }; A.OnX_listenTo__closure2.prototype = { call$2(ctx, widget) { @@ -472822,7 +472569,7 @@ t1.toString; return t1; }, - $signature: 2867 + $signature: 2868 }; A._OnWidget.prototype = {}; A.On.prototype = { @@ -473206,13 +472953,13 @@ call$1(element) { return element.get$id(element) == this.nodeId; }, - $signature: 502 + $signature: 504 }; A.MutableDocument_getNode_closure.prototype = { call$1(element) { return element.get$id(element) == this.position.nodeId; }, - $signature: 502 + $signature: 504 }; A._MutableDocument_Object_ChangeNotifier.prototype = {}; A.DocumentComponent.prototype = { @@ -473548,7 +473295,7 @@ baseStyle = B.TextStyle_zIQ0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 244 + $signature: 270 }; A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -474665,19 +474412,19 @@ call$2(value, element) { return element instanceof A.UrlElement ? value + 1 : value; }, - $signature: 2871 + $signature: 2872 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure3.prototype = { call$2(value, element) { return element instanceof A.TextElement ? J.$add$ansx(value, J.trim$0$s(element.text)) : value; }, - $signature: 2872 + $signature: 2873 }; A.CommonEditorOperations_convertParagraphByPatternMatching_closure4.prototype = { call$1(element) { return element instanceof A.UrlElement; }, - $signature: 2873 + $signature: 2874 }; A.CommonEditorOperations__processUrlNode_closure.prototype = { call$2($document, transaction) { @@ -474773,7 +474520,7 @@ call$1(nodeText) { return A.ParagraphNode$(B.C_Uuid.v4$0(), null, A.AttributedText$(null, nodeText)); }, - $signature: 2874 + $signature: 2875 }; A.AxisOffset.prototype = { toString$0(_) { @@ -475414,7 +475161,7 @@ t1 = this.$this; return A.Listener$(B.HitTestBehavior_0, A.MouseRegion$(child, t1._cursorStyle._change_notifier$_value, _null, _null, _null, _null), _null, _null, _null, t1.get$_onMouseMove(), _null, _null, _null); }, - $signature: 2875 + $signature: 2876 }; A._DocumentMouseInteractorState__buildGestureInput_closure.prototype = { call$0() { @@ -475437,7 +475184,7 @@ call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 302 + $signature: 334 }; A._DocumentMouseInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -475447,7 +475194,7 @@ recognizer.onEnd = t1.get$_document_gestures_mouse$_onPanEnd(); recognizer.onCancel = t1.get$_document_gestures_mouse$_onPanCancel(); }, - $signature: 301 + $signature: 335 }; A.SelectionType.prototype = { toString$0(_) { @@ -476118,13 +475865,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 779 + $signature: 777 }; A._AndroidDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 780 + $signature: 778 }; A._AndroidDocumentTouchInteractorState_initState_closure1.prototype = { call$1(timeStamp) { @@ -476189,26 +475936,26 @@ t3 = t1._widget; return new A.AndroidDocumentTouchEditingControls(t2, t3.createOverlayControlsClipper, B.MaterialColor_Map_JNc9P_4294198070, t1.get$_onHandleDragStart(), t1.get$_onHandleDragUpdate(), t1.get$_document_gestures_touch_android$_onHandleDragEnd(), t3.popoverToolbarBuilder, false, null); }, - $signature: 2882 + $signature: 2883 }; A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 358 + $signature: 361 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.baseHandleOffset : this.extentHandleOffset; }, - $signature: 358 + $signature: 361 }; A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0.prototype = { call$0() { return this.affinity === B.TextAffinity_1 ? this.extentHandleOffset : this.baseHandleOffset; }, - $signature: 358 + $signature: 361 }; A._AndroidDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { @@ -476424,7 +476171,7 @@ t2._widget.toString; return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); }, - $signature: 782 + $signature: 780 }; A.SelectionType0.prototype = { toString$0(_) { @@ -477194,13 +476941,13 @@ call$0() { return this.$this.get$scrollPosition(); }, - $signature: 779 + $signature: 777 }; A._IOSDocumentTouchInteractorState_initState_closure0.prototype = { call$0() { return this.$this.get$viewportBox(); }, - $signature: 780 + $signature: 778 }; A._IOSDocumentTouchInteractorState_didChangeDependencies_closure.prototype = { call$1(timeStamp) { @@ -477294,14 +477041,14 @@ t9 = t5.popoverToolbarBuilder; return new A.IosDocumentTouchEditingControls(t2, t6, t7, t4, t3, t5.createOverlayControlsClipper, B.MaterialColor_Map_JNc9P_4294198070, t1.get$_onFloatingCursorStart(), t1.get$_moveSelectionToFloatingCursor(), t1.get$_onFloatingCursorStop(), t8, t9, false, null); }, - $signature: 2885 + $signature: 2886 }; A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure.prototype = { call$0() { var t1 = this.extentRect; return new A.Offset(t1.left, t1.bottom); }, - $signature: 358 + $signature: 361 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure.prototype = { call$0() { @@ -477323,7 +477070,7 @@ call$0() { return A.PanGestureRecognizer$(null, null); }, - $signature: 302 + $signature: 334 }; A._IOSDocumentTouchInteractorState__buildGestureInput_closure2.prototype = { call$1(recognizer) { @@ -477333,7 +477080,7 @@ recognizer.onEnd = t1.get$_onPanEnd(); recognizer.onCancel = t1.get$_onPanCancel(); }, - $signature: 301 + $signature: 335 }; A.FloatingCursorController.prototype = { set$offset(_, newOffset) { @@ -477594,7 +477341,7 @@ t2._widget.toString; return new A.Padding(new A.EdgeInsets(0, 0, 0, t1.viewInsets.bottom), A.ClipRect$(new A.SizedBox(1 / 0, 1 / 0, new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t3, _null), _null), B.Clip_1, _null), _null); }, - $signature: 782 + $signature: 780 }; A._IosDocumentTouchEditingControlsState__buildHandleOld_closure.prototype = { call$3(context, isShowingFloatingCursor, child) { @@ -477605,7 +477352,7 @@ t1.toString; return new A.IOSCollapsedHandle(t2, t3, t1, null); }, - $signature: 2886 + $signature: 2887 }; A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure.prototype = { call$3(context, floatingCursorOffset, child) { @@ -477616,7 +477363,7 @@ t2 = floatingCursorOffset.$sub(0, new A.Offset(0, t1._floatingCursorHeight / 2)); return t1._buildHandle$4$debugColor$handle$handleKey$handleOffset(B.MaterialColor_Map_JNwaj_4280391411, A.Container$(_null, _null, B.Clip_0, B.MaterialColor_Map_JNc9P_4294198070, _null, _null, _null, t1._floatingCursorHeight, _null, _null, _null, _null, _null, 2), t1._floatingCursorKey, t2); }, - $signature: 2887 + $signature: 2888 }; A._IosDocumentTouchEditingControlsState__buildToolbar_closure.prototype = { call$1(context) { @@ -477981,7 +477728,7 @@ call$1(element) { return !(element instanceof A.TextEditingDeltaNonTextUpdate); }, - $signature: 2888 + $signature: 2889 }; A.DocumentImeSerializer.prototype = { _serialize$0() { @@ -478468,7 +478215,7 @@ t9 = A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_WPj, _null, t2 ? t1.get$_convertToBlockquote() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null); return A.Row$(A._setArrayType([t3, t5, t6, t7, t4, t8, t10, t11, t12, t9, A.IconButton$(B.Alignment_0_0, _null, _null, true, B.Icon_K4B, _null, isSingleNodeSelected && selectedNode instanceof A.ParagraphNode && selectedNode._text$_text.text.length === 0 ? t1.get$_convertToHr() : _null, B.EdgeInsets_8_8_8_8, _null, _null, _null)], type$.JSArray_Widget), B.CrossAxisAlignment_2, B.MainAxisAlignment_0, B.MainAxisSize_0, _null); }, - $signature: 2889 + $signature: 2890 }; A.DocumentKeyboardInteractor.prototype = { _document_input_keyboard$_onKeyPressed$2(node, keyEvent) { @@ -479014,44 +478761,44 @@ call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 359 + $signature: 362 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure.prototype = { call$1(componentKey) { var t1 = this.$this._nodeIdsToComponentKeys; return J.get$key$x(t1.get$entries(t1).firstWhere$1(0, new A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure(componentKey))); }, - $signature: 2892 + $signature: 2893 }; A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure.prototype = { call$1(entry) { return J.$eq$(entry.get$value(entry), this.componentKey); }, - $signature: 359 + $signature: 362 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 359 + $signature: 362 }; A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0.prototype = { call$1(element) { return J.$eq$(element.get$value(element), this.componentKey); }, - $signature: 359 + $signature: 362 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure.prototype = { call$2(context, newComponentViewModel) { return new A._Component(this.$this._widget.componentBuilders, this.componentKey, newComponentViewModel, null); }, - $signature: 2893 + $signature: 2894 }; A._SingleColumnDocumentLayoutState__buildDocComponents_closure0.prototype = { call$2(key, value) { $.$get$editorLayoutLog().log$4(B.Level_FINER_400, " - " + A.S(key) + ": " + A.S(value), null, null); }, - $signature: 2894 + $signature: 2895 }; A._PresenterComponentBuilder.prototype = { createState$0() { @@ -479690,7 +479437,7 @@ var t1 = this.node; return selectedNode.get$id(selectedNode) == t1.get$id(t1); }, - $signature: 502 + $signature: 504 }; A.ListItemNode.prototype = { set$indent(newIndent) { @@ -479896,7 +479643,7 @@ baseStyle = B.TextStyle_zIQ0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 244 + $signature: 270 }; A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -480194,7 +479941,7 @@ baseStyle = B.TextStyle_zIQ0; return type$.TextStyle_Function_2_Set_Attribution_and_TextStyle._as(t1.$index(0, "inlineTextStyler")).call$2(attributions, baseStyle); }, - $signature: 244 + $signature: 270 }; A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel.prototype = { applyStyles$1(styles) { @@ -480459,25 +480206,25 @@ call$0() { return type$.DocumentLayout._as(A._lateReadCheck(this.$this.__SuperEditorState__docLayoutKey, "_docLayoutKey").get$currentState()); }, - $signature: 360 + $signature: 333 }; A.SuperEditorState__createEditContext_closure0.prototype = { call$0() { return type$.DocumentLayout._as(A._lateReadCheck(this.$this.__SuperEditorState__docLayoutKey, "_docLayoutKey").get$currentState()); }, - $signature: 360 + $signature: 333 }; A.SuperEditorState__buildGestureSystem_closure.prototype = { call$0() { return A._lateReadCheck(this.$this.__SuperEditorState_editContext, "editContext")._getDocumentLayout.call$0(); }, - $signature: 360 + $signature: 333 }; A.SuperEditorState__buildGestureSystem_closure0.prototype = { call$0() { return A._lateReadCheck(this.$this.__SuperEditorState_editContext, "editContext")._getDocumentLayout.call$0(); }, - $signature: 360 + $signature: 333 }; A.DocumentInputSource.prototype = { toString$0(_) { @@ -480911,7 +480658,7 @@ call$0() { return this.selectionRange; }, - $signature: 2897 + $signature: 2898 }; A.InsertTextCommand.prototype = { execute$2($document, transaction) { @@ -480997,7 +480744,7 @@ call$2(context, _) { return this.$this.builder.call$1(context); }, - $signature: 220 + $signature: 228 }; A.Logger0.prototype = { log$2(tag, message) { @@ -481097,7 +480844,7 @@ var t1 = J.substring$2$s(this._this.text, attributedSpan.start, attributedSpan.end + 1); return A.TextSpan$(null, null, this.styleBuilder.call$1(attributedSpan.attributions), t1); }, - $signature: 2898 + $signature: 2899 }; A.BlinkingCaret.prototype = { createState$0() { @@ -481603,7 +481350,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 56 + $signature: 55 }; A.CharacterMovement__moveOffsetByWord_closure0.prototype = { call$1(char) { @@ -481612,7 +481359,7 @@ A.throwExpression(A.argumentErrorValue(char)); return t1.test(char); }, - $signature: 56 + $signature: 55 }; A.CharacterMovement__moveOffsetByWord_closure1.prototype = { call$1(char) { @@ -481621,7 +481368,7 @@ A.throwExpression(A.argumentErrorValue(char)); return !t1.test(char); }, - $signature: 56 + $signature: 55 }; A.CharacterMovement__moveOffsetByCharacter_closure.prototype = { call$1(char) { @@ -481630,7 +481377,7 @@ t1.remainingOffset = remainingOffset; return remainingOffset >= 0; }, - $signature: 56 + $signature: 55 }; A.MagnifyingGlass.prototype = { build$1(_, context) { @@ -481838,7 +481585,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 259 + $signature: 233 }; A.SuperTextState_build_closure0.prototype = { call$2(context, constraints) { @@ -481851,7 +481598,7 @@ else return B.SizedBox_null_null_null_null; }, - $signature: 259 + $signature: 233 }; A._SuperTextLayout.prototype = { createRenderObject$1(context) { @@ -482083,7 +481830,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 788 + $signature: 786 }; A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure.prototype = { call$3(context, value, child) { @@ -482100,7 +481847,7 @@ } return new A.Stack(B.AlignmentDirectional_m1_m1, _null, B.StackFit_0, B.Clip_1, t1, _null); }, - $signature: 788 + $signature: 786 }; A.UserSelection.prototype = { $eq(_, other) { @@ -483903,7 +483650,7 @@ call$1(str) { return str.length !== 0; }, - $signature: 56 + $signature: 55 }; A.MethodChannelUrlLauncher.prototype = { canLaunch$1(url) { @@ -483919,13 +483666,13 @@ call$1(value) { return value === true; }, - $signature: 789 + $signature: 787 }; A.MethodChannelUrlLauncher_launch_closure.prototype = { call$1(value) { return value === true; }, - $signature: 789 + $signature: 787 }; A.UrlLauncherPlatform.prototype = {}; A.UrlLauncherPlugin.prototype = { @@ -486114,69 +485861,69 @@ _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", 2903); - _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 136); - _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 83); + _static_1(A, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2904); + _static_1(A, "_engine___noopCallback$closure", "_noopCallback", 143); + _static_1(A, "_engine___emptyCallback$closure", "_emptyCallback", 87); _instance_0_u(A.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); - _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 84); + _instance_1_u(A.HtmlViewEmbedder.prototype, "get$_releaseOverlay", "_releaseOverlay$1", 89); _instance_0_u(A.FontFallbackData.prototype, "get$_ensureFallbackFonts", "_ensureFallbackFonts$0", 0); var _; _instance_1_i(_ = A.FallbackFontDownloadQueue.prototype, "get$add", "add$1", 1028); - _instance_0_u(_, "get$startDownloads", "startDownloads$0", 104); - _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 525); - _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 69); - _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 69); - _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 3150); + _instance_0_u(_, "get$startDownloads", "startDownloads$0", 102); + _instance_1_u(A.SkiaFontCollection.prototype, "get$_getArrayBuffer", "_getArrayBuffer$1", 689); + _instance_1_u(_ = A.Surface.prototype, "get$_contextRestoredListener", "_contextRestoredListener$1", 73); + _instance_1_u(_, "get$_contextLostListener", "_contextLostListener$1", 73); + _instance_1_u(A.SurfaceFactory.prototype, "get$_removeFromDom", "_removeFromDom$1", 3191); _instance_1_u(_ = A.FlutterViewEmbedder.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 1165); - _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 69); - _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 507); + _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 73); + _instance_1_u(A.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 448); _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", 2437); + _instance_1_u(A.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 2443); _instance_0_i(A.RulerHost.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 69); - _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 69); - _instance_1_u(_, "get$handleCompositionUpdate", "handleCompositionUpdate$1", 69); - _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 69); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 293); + _instance_1_u(_ = A.DefaultTextEditingStrategy.prototype, "get$handleChange", "handleChange$1", 73); + _instance_1_u(_, "get$handleBeforeInput", "handleBeforeInput$1", 73); + _instance_1_u(_, "get$handleCompositionUpdate", "handleCompositionUpdate$1", 73); + _instance_1_u(_, "get$maybeSendAction", "maybeSendAction$1", 73); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 344); _instance_1_i(_ = J.JSArray.prototype, "get$add", "add$1", 36); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List<1>({growable:bool})", 0, 0); _instance(J.JSString.prototype, "get$startsWith", 1, 1, null, ["call$2", "call$1"], ["startsWith$2", "startsWith$1"], 1326, 0, 0); - _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 106); - _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 334); - _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 159); + _instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 113); + _static_1(A, "_js_helper_GeneralConstantMap__constantMapHashCode$closure", "GeneralConstantMap__constantMapHashCode", 276); + _static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 170); _instance_1_i(A.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); _instance_1_u(A._MatchImplementation.prototype, "get$group", "group$1", 1582); - _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 350); - _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 460); - _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 460); - _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 460); + _instance_1_u(A.StringMatch.prototype, "get$group", "group$1", 352); + _static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 507); + _static_1(A, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 507); + _static_1(A, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 507); _static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 83); - _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 127); + _static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 87); + _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 122); _static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2905, 0); + _static(A, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2906, 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", 36); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 36); - _instance_2_u(_, "get$_addError", "_addError$2", 127); + _instance_2_u(_, "get$_addError", "_addError$2", 122); _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"], 639, 0, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 628, 0, 0); _instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 781, 0, 0); - _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 127); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 670, 0, 0); + _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 122); _instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 36); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 639, 0, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 628, 0, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 36); - _instance_2_u(_, "get$_addError", "_addError$2", 127); + _instance_2_u(_, "get$_addError", "_addError$2", 122); _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); @@ -486184,7 +485931,7 @@ _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", 127); + _instance_2_u(_, "get$_onError", "_onError$2", 122); _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); @@ -486194,157 +485941,157 @@ _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", 127); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 122); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 416); - _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 334); - _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 293); - _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 293); + _static_2(A, "collection___defaultEquals$closure", "_defaultEquals", 365); + _static_1(A, "collection___defaultHashCode$closure", "_defaultHashCode", 276); + _static_2(A, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 344); + _static_2(A, "collection___dynamicCompare$closure", "_dynamicCompare", 344); _instance_1_i(A._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 106); - _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 106); - _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 106); - _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 106); - _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A._HashSet.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A._LinkedHashSet.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A.IterableMixin.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A._UnmodifiableSet.prototype, "get$contains", "contains$1", 113); + _instance_1_i(A.SplayTreeSet.prototype, "get$contains", "contains$1", 113); _static_1(A, "convert___defaultToEncodable$closure", "_defaultToEncodable", 12); _instance_1_i(_ = A._ByteCallbackSink.prototype, "get$add", "add$1", 36); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(A, "core__identityHashCode$closure", "identityHashCode", 334); - _static_2(A, "core__identical$closure", "identical", 416); - _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2906); - _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 108); - _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 106); - _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 781, 0, 0); - _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 791, 0); - _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 791, 0); - _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 174); + _static_1(A, "core__identityHashCode$closure", "identityHashCode", 276); + _static_2(A, "core__identical$closure", "identical", 365); + _static_2(A, "core_Comparable_compare$closure", "Comparable_compare", 2907); + _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 111); + _instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 113); + _instance(A.StringBuffer.prototype, "get$writeln", 0, 0, null, ["call$1", "call$0"], ["writeln$1", "writeln$0"], 670, 0, 0); + _static(A, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 789, 0); + _static(A, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 789, 0); + _instance_2_i(A.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 166); _instance_1_u(_ = A.Console.prototype, "get$group", "group$1", 36); _instance_1_u(_, "get$warn", "warn$1", 36); _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", 345); - _static_1(A, "js___convertToJS$closure", "_convertToJS", 461); - _static_1(A, "js___convertToDart$closure", "_convertToDart", 163); + _instance_0_i(A._File.prototype, "get$length", "length$0", 304); + _static_1(A, "js___convertToJS$closure", "_convertToJS", 400); + _static_1(A, "js___convertToDart$closure", "_convertToDart", 168); _static(A, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return A.max(a, b, type$.num); - }], 2908, 1); - _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2909, 0); - _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2910, 0); - _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2911, 0); - _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 136); + }], 2909, 1); + _static(A, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2910, 0); + _static(A, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2911, 0); + _static(A, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2912, 0); + _instance_1_u(A._StoredMessage.prototype, "get$invoke", "invoke$1", 143); _instance_0_u(A._Channel.prototype, "get$_drainStep", "_drainStep$0", 0); _instance_2_u(A.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 987); _instance_1_u(A.BoardListState.prototype, "get$onDropList", "onDropList$1", 997); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 106); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 113); _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 76); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 518, 0, 0); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 658, 0, 0); _instance_1_u(_ = A.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 21); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 370); - _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 542); - _instance_1_u(_, "get$expandWhile", "expandWhile$1", 542); + _instance_1_i(_, "get$addListener", "addListener$1", 465); + _instance_1_u(_ = A.StringCharacterRange.prototype, "get$dropBackWhile", "dropBackWhile$1", 664); + _instance_1_u(_, "get$expandWhile", "expandWhile$1", 664); _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", 792); + _instance_1_u(_ = A.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 681); _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_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 386); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 386); + _instance_1_u(_ = A.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 474); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 474); _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1368, 0, 0); _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1404, 0, 0); - _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 722); + _instance_1_u(A.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 638); _instance_0_u(A.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); _instance_1_u(A.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1982); _instance_1_u(_ = A.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 85); _instance_1_u(_, "get$onTapUp", "onTapUp$1", 94); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 510); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 511); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 513); - _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 416); - _instance_1_i(_, "get$hash", "hash$1", 334); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 106); - _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 345); - _instance_0_i(A.XFile.prototype, "get$length", "length$0", 345); - _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 345); - _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2912); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 705); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 737); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 788); + _instance_2_u(_ = A.DeepCollectionEquality.prototype, "get$equals", "equals$2", 365); + _instance_1_i(_, "get$hash", "hash$1", 276); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 113); + _instance_0_i(A.XFileBase.prototype, "get$length", "length$0", 304); + _instance_0_i(A.XFile.prototype, "get$length", "length$0", 304); + _instance_0_i(A.MemoryFile.prototype, "get$length", "length$0", 304); + _static_2(A, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2913); _instance_1_u(A.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 2134); - _static_1(A, "utils0__isEmpty$closure", "isEmpty", 56); + _static_1(A, "utils0__isEmpty$closure", "isEmpty", 55); _instance(_ = A.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2258, 0, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2268); - _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 2281, 0, 0); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2268, 0, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2269); + _instance(_, "get$stop", 1, 0, null, ["call$1$canceled", "call$0"], ["stop$1$canceled", "stop$0"], 2282, 0, 0); _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 21); - _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); - _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 43); - _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 43); + _instance_1_u(A.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 42); + _instance_1_u(A.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 42); + _instance_1_u(_ = A.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 42); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 43); + _instance_1_u(_ = A.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 42); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(A.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 43); + _instance_1_u(A.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 42); _instance_1_i(A._Interval.prototype, "get$value", "value$1", 8); _instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_button$_handleTapDown", "_button$_handleTapDown$1", 85); _instance_1_u(_, "get$_button$_handleTapUp", "_button$_handleTapUp$1", 94); _instance_0_u(_, "get$_button$_handleTapCancel", "_button$_handleTapCancel$0", 0); - _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 87); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 72); - _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 111); + _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 84); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 106); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 268); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 241); _instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_ = A._CupertinoSwitchState.prototype, "get$_switch$_handleTapDown", "_switch$_handleTapDown$1", 85); _instance_0_u(_, "get$_switch$_handleTap", "_switch$_handleTap$0", 0); _instance_1_u(_, "get$_switch$_handleTapUp", "_switch$_handleTapUp$1", 94); _instance_0_u(_, "get$_switch$_handleTapCancel", "_switch$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 87); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 72); - _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 111); + _instance_1_u(_, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 84); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 106); _static(A, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return A.FlutterError_dumpErrorToConsole(details, false); - }], 2913, 0); - _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 500); - _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2914); + }], 2914, 0); + _static_1(A, "assertions_FlutterError_defaultStackFilter$closure", "FlutterError_defaultStackFilter", 502); + _static_1(A, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2915); _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", 598); - _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2449); - _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2915); - _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2461); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 84); + _instance_1_i(A.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 682); + _instance_1_u(A.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2457); + _static_1(A, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2916); + _instance_1_u(_ = A.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2556); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 89); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 103); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 100); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2916, 0); - _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 103); - _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 741); - _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 103); - _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 103); - _instance_1_u(_, "get$_removeState", "_removeState$1", 84); + _static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2917, 0); + _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 100); + _static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 633); + _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 100); + _instance_1_u(_ = A.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 100); + _instance_1_u(_, "get$_removeState", "_removeState$1", 89); _instance_0_u(A._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 103); - _instance_1_u(_, "get$_reject", "_reject$1", 2576); + _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 100); + _instance_1_u(_, "get$_reject", "_reject$1", 2580); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 84, 0, 1); - _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 103); - _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 103); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 634, 0, 0); - _instance_2_u(_, "get$_packagesView", "_packagesView$2", 638); - _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2697); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 220); + _instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 89, 0, 1); + _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 100); + _instance_1_u(A.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 100); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 690, 0, 0); + _instance_2_u(_, "get$_packagesView", "_packagesView$2", 718); + _instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2704); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 228); _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", 2709); - _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 87); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 72); - _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 111); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 659); + _instance_1_u(_, "get$_app_bar$_handleScrollNotification", "_app_bar$_handleScrollNotification$1", 2720); + _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 84); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 106); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 795); _instance_1_u(_ = A._RenderInputPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -486353,38 +486100,38 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 255); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 255); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 255); - _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 255); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 84); + _instance_1_u(_ = A._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 230); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 230); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 230); + _instance_1_u(_ = A._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 230); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 89); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); - _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 78); + _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 77); _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 927); _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 928); _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 929); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 161); - _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 161); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 167); + _instance_2_u(A._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 167); _instance_0_u(A.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); _instance_1_u(_ = A.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 936); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 685); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 581); _instance_0_u(_ = A._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 43); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 42); _instance_0_u(_ = A._DatePickerDialogState.prototype, "get$_handleOk", "_handleOk$0", 0); _instance_0_u(_, "get$_handleCancel", "_handleCancel$0", 0); _instance_0_u(_, "get$_handleEntryModeToggle", "_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 255); - _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2917, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 230); + _static(A, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2918, 0); _instance_0_u(_ = A.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 43); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 42); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 698); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 663); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 72); - _instance_1_u(_, "get$_settle", "_settle$1", 111); + _instance_1_u(_, "get$_move", "_move$1", 70); + _instance_1_u(_, "get$_settle", "_settle$1", 106); _instance_0_i(_, "get$close", "close$0", 0); - _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 78); + _instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 77); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = A._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); @@ -486395,34 +486142,34 @@ _instance_0_u(_ = A._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); _instance_1_u(_, "get$_build", "_build$1", 76); _instance_0_u(A.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 43); - _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 43); - _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 43); + _instance_1_u(A.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 42); + _instance_1_u(A.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 42); + _instance_1_u(A.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 42); _instance_1_u(_ = A.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 975); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 685); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 581); _instance(_ = A._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 720, 0, 0); + }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 519, 0, 0); _instance_0_u(_, "get$_simulateLongPress", "_simulateLongPress$0", 0); - _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 734); - _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 78); + _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 523); + _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 77); _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 85); _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 94); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_0_u(_, "get$_handleDoubleTap", "_handleDoubleTap$0", 0); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); - _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 254); - _instance_1_u(_, "get$_ink_well$_handleMouseExit", "_ink_well$_handleMouseExit$1", 213); - _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 492); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 272); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 119); + _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 231); + _instance_1_u(_, "get$_ink_well$_handleMouseExit", "_ink_well$_handleMouseExit$1", 214); + _instance_1_u(_ = A._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 384); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 260); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 118); _instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 96); + _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 95); _instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); @@ -486436,34 +486183,34 @@ _instance_0_u(_, "get$_handleLast", "_handleLast$0", 0); _instance_0_u(A.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(A.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); - _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 469); - _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 170); + _instance_1_u(A._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 375); + _instance_1_u(_ = A.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 171); _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1061); - _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 161); + _instance_2_u(_ = A._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 167); _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1063, 0, 0); - _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 43); + _instance_1_u(_ = A._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 42); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); - _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 78); - _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 78); + _instance_1_u(_ = A.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 77); + _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 77); _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", 87); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 84); _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1091, 0, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 43); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 659); - _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2918, 0); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 42); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 795); + _static(A, "scrollbar_theme___lerpBool$closure", 3, null, ["call$3"], ["_lerpBool"], 2919, 0); _instance_1_u(_ = A._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 172); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 253); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 238); _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 252); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 248); _instance_0_u(_ = A._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 637); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 679); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 87); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 72); - _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 111); - _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 469); + _instance_1_u(_ = A._MaterialSwitchState.prototype, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 84); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 106); + _instance_1_u(_, "get$_switch0$_handleChanged", "_switch0$_handleChanged$1", 375); _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); @@ -486472,34 +486219,34 @@ _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1103, 0, 0); _instance_0_u(_ = A._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 170); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 171); _instance_1_u(_ = A._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 172); _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 253); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 238); _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 252); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 248); _instance_0_u(_ = A._TextFieldState.prototype, "get$_text_field$_handleFocusChanged", "_text_field$_handleFocusChanged$0", 0); - _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 637); + _instance_2_u(_, "get$_handleSelectionChanged", "_handleSelectionChanged$2", 679); _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", 663); + _instance_1_u(A._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 693); _instance_1_u(_ = A._RenderInputPadding1.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 87); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 72); - _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 111); + _instance_1_u(_ = A._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 84); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 70); + _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 106); _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 94); - _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 272); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 119); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 272); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 694); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 492); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 492); - _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 663); + _instance_1_u(_ = A._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 260); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 118); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 260); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 715); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 384); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 384); + _instance_1_u(_ = A._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 693); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 694); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 715); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -486516,27 +486263,27 @@ _instance_1_u(_ = A.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 85); _instance(_, "get$_toggleable$_handleTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 720, 0, 0); + }, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 519, 0, 0); _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1158, 0, 0); - _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 78); - _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 78); + _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 77); + _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 77); _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", 43); + _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 42); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 18); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 103); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 100); _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"], 1159, 0, 0); - _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 771); - _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2919, 0); - _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2920); - _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 370); + _instance_2_u(A.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 731); + _static(A, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2920, 0); + _static_1(A, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2921); + _instance_1_i(_ = A.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 465); _instance_1_u(_, "get$setImage", "setImage$1", 1176); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 517); - _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 463); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 752); + _instance_1_u(_ = A.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 411); _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 21); - _instance_1_i(_, "get$addListener", "addListener$1", 370); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2921, 0); + _instance_1_i(_, "get$addListener", "addListener$1", 465); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2922, 0); _instance_0_u(_ = A.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 21); _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1229, 0, 0); @@ -486548,7 +486295,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0); - _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 96); + _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 95); _instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -486557,16 +486304,16 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 530); + _instance_1_u(_ = A.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 771); _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", 119); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 118); _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 1237); - _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 78); - _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 78); - _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 78); - _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 78); + _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 77); + _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 77); + _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 77); + _instance_1_u(_, "get$_handleMoveCursorBackwardByWord", "_handleMoveCursorBackwardByWord$1", 77); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -486574,7 +486321,7 @@ _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 85); _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", 96); + _instance_2_u(_, "get$_editable$_paintContents", "_editable$_paintContents$2", 95); _instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -486589,13 +486336,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 112); - _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 112); + _static_1(A, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 114); + _static_1(A, "object_RenderObject__propagateRelayoutBoundaryToChild$closure", "RenderObject__propagateRelayoutBoundaryToChild", 114); _instance_1_u(_ = A.RenderObject.prototype, "get$dropChild", "dropChild$1", 36); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 96, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 311, 0, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 314, 0, 0); _instance_1_u(_ = A.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_ = A.RenderParagraph.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -486607,12 +486354,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 103); + _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 100); _instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 96, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); _instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -486652,7 +486399,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 96, 0, 1); + _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 95, 0, 1); _instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -486666,13 +486413,13 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance(A.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1301, 0, 0); - _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 311, 0, 0); + _instance(A.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 314, 0, 0); _instance_1_u(_ = A.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 96); - _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 96); + _instance_2_u(_, "get$paintStack", "paintStack$2", 95); + _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 95); _instance_1_u(_ = A.RenderTable.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); @@ -486682,17 +486429,17 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$_paintContents", "_paintContents$2", 96); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 311, 0, 0); + _instance_2_u(_, "get$_paintContents", "_paintContents$2", 95); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 314, 0, 0); _instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2922); + _static_2(A, "binding0_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2923); _static(A, "binding0__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return A.defaultSchedulingStrategy(null, null); - }], 2923, 0); - _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 374); + }], 2924, 0); + _instance_1_u(_ = A.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 418); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 21); @@ -486701,98 +486448,98 @@ _instance_1_u(A.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 21); _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", 2924); - _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2925); + _static_1(A, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2925); + _static_1(A, "binding1_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2926); _instance_0_u(_ = A.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1402); _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1403); - _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 377); - _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 507); + _instance_1_u(_, "get$_handlePlatformMessage", "_handlePlatformMessage$1", 412); + _instance_1_u(_ = A.KeyEventManager.prototype, "get$handleKeyData", "handleKeyData$1", 448); _instance_1_u(_, "get$handleRawKeyMessage", "handleRawKeyMessage$1", 1409); _instance_1_u(_, "get$_convertRawEventAndStore", "_convertRawEventAndStore$1", 1410); - _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 377); - _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 740); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 740); - _instance_1_u(A.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 310); + _instance_1_u(A.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 412); + _instance_1_u(_ = A.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 545); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 545); + _instance_1_u(A.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 323); _instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1505); - _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 734); - _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 254); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 213); - _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 78); - _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2926, 0); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 643); - _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2927); + _instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 523); + _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 231); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 214); + _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 77); + _static(A, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2927, 0); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 783); + _static_2(A, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2928); _instance_1_u(A._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1507); _instance_1_u(_ = A._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1523); _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1540); - _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 647); - _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 104); + _static_1(A, "autocomplete_RawAutocomplete_defaultStringForOption$closure", "RawAutocomplete_defaultStringForOption", 570); + _instance_0_u(_ = A._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 102); _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", 1542); _instance_1_u(_, "get$_highlightNextOption", "_highlightNextOption$1", 1543); - _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 519); + _instance_1_u(_, "get$_hideOptions", "_hideOptions$1", 567); _instance_1_u(A._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1581); _instance_0_u(_ = A.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 310); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 323); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handleTextScaleFactorChanged", "handleTextScaleFactorChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); - _instance_0_u(_, "get$performReassemble", "performReassemble$0", 104); + _instance_0_u(_, "get$performReassemble", "performReassemble$0", 102); _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._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 43); + _instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 42); _instance_0_u(_ = A.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); _instance_0_u(_, "get$_restartConnectionIfNeeded", "_restartConnectionIfNeeded$0", 0); _instance_0_u(_, "get$_updateSelectionOverlayForScroll", "_updateSelectionOverlayForScroll$0", 0); - _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 530); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 771); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); - _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 432); - _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 432); + _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 493); + _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 493); _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", 305); - _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 305); - _instance_1_u(_, "get$_linebreak", "_linebreak$1", 305); - _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 305); + _instance_1_u(_, "get$_characterBoundary", "_characterBoundary$1", 331); + _instance_1_u(_, "get$_nextWordBoundary", "_nextWordBoundary$1", 331); + _instance_1_u(_, "get$_linebreak", "_linebreak$1", 331); + _instance_1_u(_, "get$_documentBoundary", "_documentBoundary$1", 331); _instance_1_u(_, "get$_replaceText", "_replaceText$1", 1658); _instance_1_u(_, "get$_scrollToDocumentBoundary", "_scrollToDocumentBoundary$1", 1660); _instance_1_u(_, "get$_updateSelection", "_updateSelection$1", 1696); _instance_1_u(_, "get$_expandSelectionToDocumentBoundary", "_expandSelectionToDocumentBoundary$1", 1697); _instance_1_u(_, "get$_expandSelectionToLinebreak", "_expandSelectionToLinebreak$1", 1698); - _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 519); + _instance_1_u(_, "get$_hideToolbarIfVisible", "_hideToolbarIfVisible$1", 567); _instance_1_u(_ = A._TextEditingHistoryState.prototype, "get$_undo", "_undo$1", 1768); _instance_1_u(_, "get$_redo", "_redo$1", 1769); _instance_0_u(_, "get$_push", "_push$0", 0); _instance_1_u(A._UndoStack.prototype, "get$push", "push$1", 36); _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", 103); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 100); _instance_1_u(_, "get$_handleKeyMessage", "_handleKeyMessage$1", 1795); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 99); - _static_2(A, "framework_Element__sort$closure", "Element__sort", 2928); - _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 99); - _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 99); + _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 104); + _static_2(A, "framework_Element__sort$closure", "Element__sort", 2929); + _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 104); + _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 104); _instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0); - _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 268); + _instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 241); _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 2016); _instance_1_u(_ = A._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 76); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 43); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 42); _instance_0_u(_, "get$onTick", "onTick$0", 0); _instance_1_u(_ = A.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 2045); _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 2046, 0, 0); - _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 2929, 0); - _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 771); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 517); + _static(A, "icon_theme_data_IconThemeData_lerp$closure", 3, null, ["call$3"], ["IconThemeData_lerp"], 2930, 0); + _instance_2_u(_ = A._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 731); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 752); _instance_0_u(A.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(A._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); - _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 510); - _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 511); - _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 513); - _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 404); + _instance_1_u(_ = A._InteractiveViewerState.prototype, "get$_onScaleStart", "_onScaleStart$1", 705); + _instance_1_u(_, "get$_onScaleUpdate", "_onScaleUpdate$1", 737); + _instance_1_u(_, "get$_onScaleEnd", "_onScaleEnd$1", 788); + _instance_1_u(_, "get$_interactive_viewer$_receivedPointerSignal", "_interactive_viewer$_receivedPointerSignal$1", 454); _instance_0_u(_, "get$_onAnimate", "_onAnimate$0", 0); _instance_0_u(_, "get$_onTransformationControllerChange", "_onTransformationControllerChange$0", 0); _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 36); @@ -486800,16 +486547,16 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2930); - _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 300); - _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 300); - _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 300); - _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 299); - _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 299); - _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 299); - _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 299); - _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 268); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 103); + _static_2(A, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2931); + _static_1(A, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 340); + _static_1(A, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 340); + _static_1(A, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 340); + _instance_1_u(A._NavigatorPushObservation.prototype, "get$notify", "notify$1", 341); + _instance_1_u(A._NavigatorPopObservation.prototype, "get$notify", "notify$1", 341); + _instance_1_u(A._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 341); + _instance_1_u(A._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 341); + _instance_1_u(_ = A.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 241); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 100); _instance_1_u(_ = A._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); @@ -486818,25 +486565,25 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance_2_u(_, "get$paintStack", "paintStack$2", 96); - _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 170); + _instance_2_u(_, "get$paintStack", "paintStack$2", 95); + _instance_1_u(A._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 171); _instance_0_i(_ = A._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 43); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 42); _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 21); - _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 170); - _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 43); + _instance_1_u(A._StretchingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 171); + _instance_1_u(_ = A._StretchController.prototype, "get$_changePhase", "_changePhase$1", 42); _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 377); + _instance_1_u(A.DefaultPlatformMenuDelegate.prototype, "get$_methodCallHandler", "_methodCallHandler$1", 412); _instance_1_u(A.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 2127); _instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2129); - _instance_1_u(A._PlatformViewLinkState.prototype, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 78); - _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 633); + _instance_1_u(A._PlatformViewLinkState.prototype, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 77); + _instance_1_u(_ = A.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 688); _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2130, 0, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 735); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 735); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 632); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 632); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); _instance_0_u(_, "get$_handleScrollableAutoScrolled", "_handleScrollableAutoScrolled$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 161); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 167); _instance_0_u(A._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); _instance_1_u(A._DragInfo.prototype, "get$createProxy", "createProxy$1", 76); _instance_0_u(A._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); @@ -486844,7 +486591,7 @@ _instance_1_u(A.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2136); _instance_0_i(A.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(A.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 43); + _instance_1_u(A.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 42); _instance_0_i(A.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); _instance_1_u(_ = A.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 76); _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 76); @@ -486853,41 +486600,41 @@ _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", 170); + _static_1(A, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 171); _instance_0_u(_ = A.ScrollPosition.prototype, "get$didUpdateScrollMetrics", "didUpdateScrollMetrics$0", 0); _instance_0_i(_, "get$dispose", "dispose$0", 0); _instance_0_i(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 698); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 87); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 72); - _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 111); + _instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 663); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 84); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 70); + _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 106); _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", 404); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 103); - _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 744); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 454); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 100); + _instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 635); _instance_0_i(A.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 43); + _instance_1_u(_ = A.RawScrollbarState.prototype, "get$_validateInteractions", "_validateInteractions$1", 42); _instance_0_u(_, "get$handleThumbPress", "handleThumbPress$0", 0); _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 85); - _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 744); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 170); - _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 319); + _instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 635); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 171); + _instance_2_u(A._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 283); _instance_0_u(_ = A._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 311, 0, 0); - _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2931); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 314, 0, 0); + _static_2(A, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2932); _instance_1_u(A.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2179); _instance_0_u(A._FloatingHeaderState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); _instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0); - _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 87); - _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 72); - _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 87); - _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 72); + _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 84); + _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 70); + _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 84); + _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 70); _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_buildStartHandle", "_buildStartHandle$1", 76); _instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 76); _instance_0_u(A._SelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); @@ -486896,70 +486643,70 @@ _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 172); _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 94); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 252); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 253); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 409); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 248); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 238); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 456); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 85); _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 85); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 87); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2202); - _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 111); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 84); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2204); + _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 106); _instance_1_u(_ = A._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 85); _instance_1_u(_, "get$_text_selection$_handleTapUp", "_text_selection$_handleTapUp$1", 94); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 87); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 72); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 84); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 70); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); - _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 111); + _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 106); _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 172); _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 172); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 252); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 253); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 409); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 248); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 238); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 456); _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"], 2932, 0); - _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 2933, 0); + _static(A, "block_picker___defaultLayoutBuilder$closure", 3, null, ["call$3"], ["_defaultLayoutBuilder"], 2933, 0); + _static(A, "block_picker___defaultItemBuilder$closure", 3, null, ["call$3"], ["_defaultItemBuilder"], 2934, 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); - }], 2934, 0); + }], 2935, 0); _instance_1_u(_ = A._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); - _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 106); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 106); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 271); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2227, 0, 0); - _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 43); - _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 43); + _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 113); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 113); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 254); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2230, 0, 0); + _instance_1_u(A._SlidableAutoCloseBarrierNotificationSenderState.prototype, "get$_auto_close_behavior$_handleStatusChanged", "_auto_close_behavior$_handleStatusChanged$1", 42); + _instance_1_u(A._SlidableNotificationSenderState0.prototype, "get$handleStatusChanged", "handleStatusChanged$1", 42); _instance_0_u(A.SlidableController.prototype, "get$_onDirectionChanged", "_onDirectionChanged$0", 0); _instance_0_u(A._SlidableDismissalState.prototype, "get$handleResizeRequestChanged", "handleResizeRequestChanged$0", 0); _instance_0_u(_ = A._RenderFlexEntranceTransition.prototype, "get$markNeedsOffsets", "markNeedsOffsets$0", 0); - _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 112); - _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 87); - _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 72); - _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 111); + _instance_1_u(_, "get$updateChildOffsets", "updateChildOffsets$1", 114); + _instance_1_u(_ = A._SlidableGestureDetectorState.prototype, "get$handleDragStart", "handleDragStart$1", 84); + _instance_1_u(_, "get$handleDragUpdate", "handleDragUpdate$1", 70); + _instance_1_u(_, "get$handleDragEnd", "handleDragEnd$1", 106); _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"], 2237, 0, 0); - _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 295); - _instance_0_i(_, "get$signIn", "signIn$0", 295); - _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", 295); - _instance_0_i(_, "get$signIn", "signIn$0", 295); - _instance_0_i(_, "get$signOut", "signOut$0", 104); - _instance_0_i(_, "get$disconnect", "disconnect$0", 104); - _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 412); - _static_1(A, "constants__isDigit$closure", "isDigit", 412); - _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 412); - _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 120); - _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 106); - _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2272); + _instance(A.Registrar.prototype, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 2243, 0, 0); + _instance_0_u(_ = A.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 342); + _instance_0_i(_, "get$signIn", "signIn$0", 342); + _instance_0_i(_, "get$signOut", "signOut$0", 102); + _instance_0_i(_, "get$disconnect", "disconnect$0", 102); + _instance_0_u(_ = A.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 342); + _instance_0_i(_, "get$signIn", "signIn$0", 342); + _instance_0_i(_, "get$signOut", "signOut$0", 102); + _instance_0_i(_, "get$disconnect", "disconnect$0", 102); + _static_1(A, "constants__isWhitespace$closure", "isWhitespace", 460); + _static_1(A, "constants__isDigit$closure", "isDigit", 460); + _static_1(A, "constants__isHexDigit$closure", "isHexDigit", 460); + _static_1(A, "constants__AsciiUpperToLower__asciiToLower$closure", "AsciiUpperToLower__asciiToLower", 126); + _instance_1_i(A._CssClassSetImpl.prototype, "get$contains", "contains$1", 113); + _instance_1_u(A.SelectorEvaluator.prototype, "get$visitSelector", "visitSelector$1", 2273); _instance_0_u(_ = A.HtmlTokenizer.prototype, "get$dataState", "dataState$0", 18); _instance_0_u(_, "get$entityDataState", "entityDataState$0", 18); _instance_0_u(_, "get$rcdataState", "rcdataState$0", 18); @@ -487028,635 +486775,635 @@ _instance_0_u(_, "get$bogusDoctypeState", "bogusDoctypeState$0", 18); _instance_0_u(_, "get$cdataSectionState", "cdataSectionState$0", 18); _instance_0_i(A.BrowserClient.prototype, "get$close", "close$0", 0); - _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 2936); - _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 84); - _instance_1_u(_, "get$setMonth", "setMonth$1", 84); - _instance_1_u(_, "get$setDay", "setDay$1", 84); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 84); - _instance_1_u(_, "get$setHour", "setHour$1", 84); - _instance_1_u(_, "get$setMinute", "setMinute$1", 84); - _instance_1_u(_, "get$setSecond", "setSecond$1", 84); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 84); + _static_1(A, "settings__aspectRatioPresetName$closure", "aspectRatioPresetName", 2937); + _instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 89); + _instance_1_u(_, "get$setMonth", "setMonth$1", 89); + _instance_1_u(_, "get$setDay", "setDay$1", 89); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 89); + _instance_1_u(_, "get$setHour", "setHour$1", 89); + _instance_1_u(_, "get$setMinute", "setMinute$1", 89); + _instance_1_u(_, "get$setSecond", "setSecond$1", 89); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 89); _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 129); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2330); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2339); _static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 129); - _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 108); - _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 48); - _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 48); - _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 48); - _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 48); - _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 48); - _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 48); - _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 48); - _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 48); - _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 48); - _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 48); - _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 48); - _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 48); - _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 48); - _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 48); - _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 48); - _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 48); - _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 48); - _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 48); - _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 48); - _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 48); - _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 48); - _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 48); - _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 48); - _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 48); - _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 48); - _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 48); - _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 48); - _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 48); - _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 56); + _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 111); + _static_0(A, "plural_rules___default_rule$closure", "_default_rule", 47); + _static_0(A, "plural_rules___fil_rule$closure", "_fil_rule", 47); + _static_0(A, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 47); + _static_0(A, "plural_rules___br_rule$closure", "_br_rule", 47); + _static_0(A, "plural_rules___sr_rule$closure", "_sr_rule", 47); + _static_0(A, "plural_rules___ro_rule$closure", "_ro_rule", 47); + _static_0(A, "plural_rules___hi_rule$closure", "_hi_rule", 47); + _static_0(A, "plural_rules___fr_rule$closure", "_fr_rule", 47); + _static_0(A, "plural_rules___cs_rule$closure", "_cs_rule", 47); + _static_0(A, "plural_rules___pl_rule$closure", "_pl_rule", 47); + _static_0(A, "plural_rules___lv_rule$closure", "_lv_rule", 47); + _static_0(A, "plural_rules___he_rule$closure", "_he_rule", 47); + _static_0(A, "plural_rules___mt_rule$closure", "_mt_rule", 47); + _static_0(A, "plural_rules___si_rule$closure", "_si_rule", 47); + _static_0(A, "plural_rules___cy_rule$closure", "_cy_rule", 47); + _static_0(A, "plural_rules___da_rule$closure", "_da_rule", 47); + _static_0(A, "plural_rules___ru_rule$closure", "_ru_rule", 47); + _static_0(A, "plural_rules___be_rule$closure", "_be_rule", 47); + _static_0(A, "plural_rules___mk_rule$closure", "_mk_rule", 47); + _static_0(A, "plural_rules___ga_rule$closure", "_ga_rule", 47); + _static_0(A, "plural_rules___pt_rule$closure", "_pt_rule", 47); + _static_0(A, "plural_rules___es_rule$closure", "_es_rule", 47); + _static_0(A, "plural_rules___is_rule$closure", "_is_rule", 47); + _static_0(A, "plural_rules___ar_rule$closure", "_ar_rule", 47); + _static_0(A, "plural_rules___sl_rule$closure", "_sl_rule", 47); + _static_0(A, "plural_rules___lt_rule$closure", "_lt_rule", 47); + _static_0(A, "plural_rules___en_rule$closure", "_en_rule", 47); + _static_0(A, "plural_rules___ak_rule$closure", "_ak_rule", 47); + _static_1(A, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 55); _static(A, "main__main$closure", 0, null, ["call$1$isTesting", "call$0"], ["main0", function() { return A.main0(false); - }], 2938, 0); - _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 33); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3458); - _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2939); - _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2940); - _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2941); - _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2942); - _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2943); - _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2944); - _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2945); - _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2946); - _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2947); - _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 2948); - _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2949); - _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2950); - _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2951); - _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2952); - _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2953); - _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 2954); - _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 2955); - _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2956); - _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2957); - _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2958); - _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2959); - _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2960); - _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2961); - _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2962); - _static_2(A, "client_reducer___addClient$closure", "_addClient", 2963); - _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 2964); - _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2965); - _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2966); - _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2967); - _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2968); - _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2969); - _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 794); - _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 794); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2971); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2972); - _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2973); - _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2974); - _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2975); - _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2976); - _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2977); - _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2978); - _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2979); - _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2980); - _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2981); - _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2982); - _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2983); - _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2984); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2985); - _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2986); - _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2987); - _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing0", 144); - _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing0", 144); - _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 553); - _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2989); - _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 556); - _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 559); - _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2990); - _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2991); - _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2992); - _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2993); - _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2994); - _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2995); - _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2996); - _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 2997); - _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 2998); - _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2999); - _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3000); - _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3001); - _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3002); - _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3003); - _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3004); - _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3005); - _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3006); - _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3007); - _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3008); - _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3009); - _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3010); - _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing1", 796); - _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing1", 796); - _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3012); - _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3013); - _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3014); - _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3015); - _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3016); - _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3017); - _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 3018); - _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3019); - _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3020); - _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3021); - _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3022); - _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3023); - _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3024); - _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3025); - _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3026); - _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3027); - _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3028); - _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3029); - _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing2", 3030); - _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3031); - _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3032); - _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3033); - _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3034); - _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3035); - _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3036); - _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 3037); - _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3038); - _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3039); - _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3040); - _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3041); - _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3042); - _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3043); - _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3044); - _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3045); - _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3046); - _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing2", 291); - _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing3", 291); - _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3048); - _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3049); - _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3050); - _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3051); - _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3052); - _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3053); - _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3054); - _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3055); - _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3056); - _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 3057); - _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3058); - _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3059); - _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3060); - _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3061); - _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3062); - _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3063); - _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3064); - _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3065); - _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3066); - _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3067); - _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3068); - _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 798); - _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 798); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3070); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3071); - _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3072); - _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3073); - _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3074); - _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 3075); - _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3076); - _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3077); - _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3078); - _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3079); - _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3080); - _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3081); - _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3082); - _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3083); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3084); - _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3085); - _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3086); - _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing4", 799); - _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing5", 799); - _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3088); - _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3089); - _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3090); - _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3091); - _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 3092); - _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3093); - _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3094); - _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3095); - _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3096); - _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3097); - _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3098); - _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3099); - _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3100); - _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3101); - _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3102); - _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3103); - _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing5", 144); - _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing6", 144); + }], 2939, 0); + _instance_0_u(_ = A.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 35); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 3567); + _static_2(A, "app_reducer__appReducer$closure", "appReducer", 2940); + _static_2(A, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2941); + _static_2(A, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2942); + _static_2(A, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2943); + _static_2(A, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2944); + _static_2(A, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2945); + _static_2(A, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2946); + _static_2(A, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2947); + _static_2(A, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2948); + _static_2(A, "client_reducer___viewClientList$closure", "_viewClientList0", 2949); + _static_2(A, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2950); + _static_2(A, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2951); + _static_2(A, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2952); + _static_2(A, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2953); + _static_2(A, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2954); + _static_2(A, "client_reducer___filterClients$closure", "_filterClients", 2955); + _static_2(A, "client_reducer___sortClients$closure", "_sortClients", 2956); + _static_2(A, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2957); + _static_2(A, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2958); + _static_2(A, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2959); + _static_2(A, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2960); + _static_2(A, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2961); + _static_2(A, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2962); + _static_2(A, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2963); + _static_2(A, "client_reducer___addClient$closure", "_addClient", 2964); + _static_2(A, "client_reducer___updateClient$closure", "_updateClient", 2965); + _static_2(A, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2966); + _static_2(A, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2967); + _static_2(A, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2968); + _static_2(A, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2969); + _static_2(A, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2970); + _static_2(A, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 792); + _static_2(A, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 792); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2972); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2973); + _static_2(A, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2974); + _static_2(A, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2975); + _static_2(A, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2976); + _static_2(A, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2977); + _static_2(A, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2978); + _static_2(A, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2979); + _static_2(A, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2980); + _static_2(A, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2981); + _static_2(A, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2982); + _static_2(A, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2983); + _static_2(A, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2984); + _static_2(A, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2985); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2986); + _static_2(A, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2987); + _static_2(A, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2988); + _static_2(A, "credit_reducer___clearEditing$closure", "_clearEditing0", 137); + _static_2(A, "credit_reducer___updateEditing$closure", "_updateEditing0", 137); + _static_2(A, "credit_reducer___addCreditItem$closure", "_addCreditItem", 572); + _static_2(A, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2990); + _static_2(A, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 574); + _static_2(A, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 580); + _static_2(A, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2991); + _static_2(A, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2992); + _static_2(A, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2993); + _static_2(A, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2994); + _static_2(A, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2995); + _static_2(A, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2996); + _static_2(A, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2997); + _static_2(A, "credit_reducer___filterCredits$closure", "_filterCredits", 2998); + _static_2(A, "credit_reducer___sortCredits$closure", "_sortCredits", 2999); + _static_2(A, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 3000); + _static_2(A, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 3001); + _static_2(A, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 3002); + _static_2(A, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 3003); + _static_2(A, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 3004); + _static_2(A, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 3005); + _static_2(A, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 3006); + _static_2(A, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 3007); + _static_2(A, "credit_reducer___addCredit$closure", "_addCredit", 3008); + _static_2(A, "credit_reducer___updateCredit$closure", "_updateCredit", 3009); + _static_2(A, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 3010); + _static_2(A, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 3011); + _static_2(A, "design_reducer___clearEditing$closure", "_clearEditing1", 794); + _static_2(A, "design_reducer___updateEditing$closure", "_updateEditing1", 794); + _static_2(A, "design_reducer___viewDesignList$closure", "_viewDesignList0", 3013); + _static_2(A, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 3014); + _static_2(A, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 3015); + _static_2(A, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 3016); + _static_2(A, "design_reducer___filterDesigns$closure", "_filterDesigns", 3017); + _static_2(A, "design_reducer___sortDesigns$closure", "_sortDesigns", 3018); + _static_2(A, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 3019); + _static_2(A, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 3020); + _static_2(A, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 3021); + _static_2(A, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 3022); + _static_2(A, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 3023); + _static_2(A, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 3024); + _static_2(A, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 3025); + _static_2(A, "design_reducer___addDesign$closure", "_addDesign", 3026); + _static_2(A, "design_reducer___updateDesign$closure", "_updateDesign", 3027); + _static_2(A, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 3028); + _static_2(A, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 3029); + _static_2(A, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 3030); + _static_2(A, "document_reducer___updateEditing$closure", "_updateEditing2", 3031); + _static_2(A, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 3032); + _static_2(A, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 3033); + _static_2(A, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 3034); + _static_2(A, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 3035); + _static_2(A, "document_reducer___filterDocuments$closure", "_filterDocuments", 3036); + _static_2(A, "document_reducer___sortDocuments$closure", "_sortDocuments", 3037); + _static_2(A, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 3038); + _static_2(A, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 3039); + _static_2(A, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 3040); + _static_2(A, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 3041); + _static_2(A, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 3042); + _static_2(A, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 3043); + _static_2(A, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 3044); + _static_2(A, "document_reducer___updateDocument$closure", "_updateDocument", 3045); + _static_2(A, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 3046); + _static_2(A, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 3047); + _static_2(A, "expense_reducer___clearEditing$closure", "_clearEditing2", 305); + _static_2(A, "expense_reducer___updateEditing$closure", "_updateEditing3", 305); + _static_2(A, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 3049); + _static_2(A, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 3050); + _static_2(A, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 3051); + _static_2(A, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 3052); + _static_2(A, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 3053); + _static_2(A, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 3054); + _static_2(A, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 3055); + _static_2(A, "expense_reducer___filterExpenses$closure", "_filterExpenses", 3056); + _static_2(A, "expense_reducer___sortExpenses$closure", "_sortExpenses", 3057); + _static_2(A, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 3058); + _static_2(A, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 3059); + _static_2(A, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 3060); + _static_2(A, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 3061); + _static_2(A, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 3062); + _static_2(A, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 3063); + _static_2(A, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 3064); + _static_2(A, "expense_reducer___addExpense$closure", "_addExpense", 3065); + _static_2(A, "expense_reducer___updateExpense$closure", "_updateExpense", 3066); + _static_2(A, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 3067); + _static_2(A, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 3068); + _static_2(A, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 3069); + _static_2(A, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 796); + _static_2(A, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 796); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 3071); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 3072); + _static_2(A, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 3073); + _static_2(A, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 3074); + _static_2(A, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 3075); + _static_2(A, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 3076); + _static_2(A, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 3077); + _static_2(A, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 3078); + _static_2(A, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 3079); + _static_2(A, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 3080); + _static_2(A, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 3081); + _static_2(A, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 3082); + _static_2(A, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 3083); + _static_2(A, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 3084); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 3085); + _static_2(A, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 3086); + _static_2(A, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 3087); + _static_2(A, "group_reducer___clearEditing$closure", "_clearEditing4", 797); + _static_2(A, "group_reducer___updateEditing$closure", "_updateEditing5", 797); + _static_2(A, "group_reducer___viewGroupList$closure", "_viewGroupList0", 3089); + _static_2(A, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 3090); + _static_2(A, "group_reducer___filterGroups$closure", "_filterGroups", 3091); + _static_2(A, "group_reducer___sortGroups$closure", "_sortGroups", 3092); + _static_2(A, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 3093); + _static_2(A, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 3094); + _static_2(A, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 3095); + _static_2(A, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 3096); + _static_2(A, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 3097); + _static_2(A, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 3098); + _static_2(A, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 3099); + _static_2(A, "group_reducer___addGroup$closure", "_addGroup", 3100); + _static_2(A, "group_reducer___updateGroup$closure", "_updateGroup", 3101); + _static_2(A, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 3102); + _static_2(A, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 3103); + _static_2(A, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 3104); + _static_2(A, "invoice_reducer___clearEditing$closure", "_clearEditing5", 137); + _static_2(A, "invoice_reducer___updateEditing$closure", "_updateEditing6", 137); _static_2(A, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 603); - _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3104); - _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 616); - _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 624); - _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3105); - _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3106); - _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3107); - _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3108); - _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3109); - _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3110); - _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3111); - _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3112); - _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3113); - _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 3114); - _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3115); - _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3116); - _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3117); - _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3118); - _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3119); - _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3120); - _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3121); - _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3122); - _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3123); - _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3124); - _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3125); - _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3126); - _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3127); - _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3128); - _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing6", 800); - _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing7", 800); - _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3130); - _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3131); - _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3132); - _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3133); - _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3134); - _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3135); - _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3136); - _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3137); - _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 3138); - _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3139); - _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3140); - _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3141); - _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3142); - _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3143); - _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3144); - _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3145); - _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3146); - _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3147); - _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3148); - _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3149); - _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 801); - _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 801); - _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3151); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3152); - _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3153); - _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3154); - _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3155); - _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3156); - _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 3157); - _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3158); - _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3159); - _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3160); - _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3161); - _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3162); - _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3163); - _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3164); - _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3165); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3166); - _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3167); - _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3168); - _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing8", 802); - _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing9", 802); - _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3170); - _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3171); - _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3172); - _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3173); - _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3174); - _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3175); - _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3176); - _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3177); - _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 3178); - _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3179); - _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3180); - _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3181); - _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3182); - _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3183); - _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3184); - _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3185); - _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3186); - _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3187); - _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3188); - _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3189); - _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing9", 803); - _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing10", 803); - _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3191); - _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3192); - _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3193); - _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3194); - _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3195); - _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3196); - _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3197); - _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3198); - _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 3199); - _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3200); - _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3201); - _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3202); - _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3203); - _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3204); - _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3205); - _static_2(A, "project_reducer___addProject$closure", "_addProject", 3206); - _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3207); - _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3208); - _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3209); - _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3210); - _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing10", 144); - _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing11", 144); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 714); - _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3211); - _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 717); - _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 719); - _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3212); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3213); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3214); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3215); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3216); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3217); - _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3218); - _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3219); - _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3220); - _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect12", 3221); - _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3222); - _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3223); - _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3224); - _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3225); - _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3226); - _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3227); - _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3228); - _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3229); - _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3230); - _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3231); - _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3232); - _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3233); - _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3234); - _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3235); - _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3236); - _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3237); - _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3238); - _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing11", 144); - _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing12", 144); - _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 725); - _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3239); - _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 726); - _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 733); - _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3240); - _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3241); - _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3242); - _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3243); - _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3244); - _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3245); - _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3246); - _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3247); - _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3248); - _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect13", 3249); - _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3250); - _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3251); - _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3252); - _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3253); - _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3254); - _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3255); - _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3256); - _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3257); - _static_2(A, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 3258); - _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3259); - _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3260); - _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3261); - _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3262); - _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing12", 291); - _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing13", 291); - _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3263); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3264); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3265); - _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3266); - _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3267); - _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3268); - _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect14", 3269); - _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3270); - _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3271); - _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3272); - _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3273); - _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3274); - _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3275); - _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3276); - _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3277); - _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3278); - _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3279); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3280); - _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3281); - _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3282); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing13", 144); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing14", 144); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 747); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3283); - _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 754); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 755); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3284); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3285); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3286); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3287); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3288); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3289); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3290); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3291); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect15", 3292); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3293); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3294); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3295); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3296); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3297); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3298); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3299); - _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3300); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3301); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3302); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3303); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3304); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3305); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3306); - _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3307); - _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing14", 804); - _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing15", 804); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3309); - _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3310); - _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3311); - _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3312); - _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3313); - _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect16", 3314); - _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3315); - _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3316); - _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3317); - _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3318); - _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3319); - _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3320); - _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3321); - _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3322); - _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3323); - _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3324); - _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3325); - _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing15", 805); - _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing16", 805); - _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3327); - _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3328); - _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3329); - _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3330); - _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3331); - _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3332); - _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3333); - _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3334); - _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3335); - _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3336); - _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect17", 3337); - _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3338); - _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3339); - _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3340); - _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3341); - _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3342); - _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3343); - _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3344); - _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3345); - _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3346); - _static_2(A, "task_reducer___addTask$closure", "_addTask", 3347); - _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3348); - _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3349); - _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3350); - _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3351); - _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing16", 806); - _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing17", 806); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3353); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3354); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3355); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3356); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3357); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3358); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect18", 3359); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3360); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3361); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3362); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3363); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3364); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3365); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3366); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3367); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3368); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3369); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3370); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3371); - _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing17", 807); - _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing18", 807); - _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3373); - _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3374); - _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3375); - _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3376); - _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect19", 3377); - _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3378); - _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3379); - _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3380); - _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3381); - _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3382); - _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3383); - _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3384); - _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3385); - _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3386); - _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3387); - _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3388); - _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing18", 808); - _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing19", 808); - _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3390); - _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3391); - _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3392); - _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3393); - _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3394); - _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3395); - _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect20", 3396); - _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3397); - _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3398); - _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3399); - _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3400); - _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3401); - _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3402); - _static_2(A, "token_reducer___addToken$closure", "_addToken", 3403); - _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3404); - _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3405); - _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3406); - _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3407); - _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing19", 809); - _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing20", 809); - _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3409); - _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3410); - _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3411); - _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3412); - _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3413); - _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3414); - _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3415); - _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3416); - _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect21", 3417); - _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3418); - _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3419); - _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3420); - _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3421); - _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3422); - _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3423); - _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3424); - _static_2(A, "user_reducer___addUser$closure", "_addUser", 3425); - _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3426); - _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3427); - _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3428); - _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3429); - _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3430); - _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3431); - _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3432); - _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3433); - _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing20", 810); - _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing21", 810); - _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3435); - _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3436); - _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3437); - _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3438); - _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3439); - _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3440); - _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3441); - _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3442); - _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3443); - _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3444); - _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3445); - _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect22", 3446); - _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3447); - _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3448); - _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3449); - _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3450); - _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3451); - _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3452); - _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3453); - _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3454); - _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3455); - _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3456); - _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3457); - _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing21", 662); - _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing22", 662); - _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3459); - _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3460); - _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3461); - _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3462); - _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3463); - _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3464); - _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect23", 3465); - _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3466); - _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3467); - _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3468); - _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3469); - _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3470); - _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3471); - _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3472); - _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3473); - _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3474); - _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3475); - _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3476); - _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3477); + _static_2(A, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 3105); + _static_2(A, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 604); + _static_2(A, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 616); + _static_2(A, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 3106); + _static_2(A, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 3107); + _static_2(A, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 3108); + _static_2(A, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 3109); + _static_2(A, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 3110); + _static_2(A, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 3111); + _static_2(A, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 3112); + _static_2(A, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 3113); + _static_2(A, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 3114); + _static_2(A, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 3115); + _static_2(A, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 3116); + _static_2(A, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 3117); + _static_2(A, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 3118); + _static_2(A, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 3119); + _static_2(A, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 3120); + _static_2(A, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 3121); + _static_2(A, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 3122); + _static_2(A, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 3123); + _static_2(A, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 3124); + _static_2(A, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 3125); + _static_2(A, "invoice_reducer___addInvoice$closure", "_addInvoice", 3126); + _static_2(A, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 3127); + _static_2(A, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 3128); + _static_2(A, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 3129); + _static_2(A, "payment_reducer___clearEditing$closure", "_clearEditing6", 798); + _static_2(A, "payment_reducer___updateEditing$closure", "_updateEditing7", 798); + _static_2(A, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 3131); + _static_2(A, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 3132); + _static_2(A, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 3133); + _static_2(A, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 3134); + _static_2(A, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 3135); + _static_2(A, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 3136); + _static_2(A, "payment_reducer___filterPayments$closure", "_filterPayments", 3137); + _static_2(A, "payment_reducer___sortPayments$closure", "_sortPayments", 3138); + _static_2(A, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 3139); + _static_2(A, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 3140); + _static_2(A, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 3141); + _static_2(A, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 3142); + _static_2(A, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 3143); + _static_2(A, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 3144); + _static_2(A, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 3145); + _static_2(A, "payment_reducer___addPayment$closure", "_addPayment", 3146); + _static_2(A, "payment_reducer___updatePayment$closure", "_updatePayment", 3147); + _static_2(A, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 3148); + _static_2(A, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 3149); + _static_2(A, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 3150); + _static_2(A, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 799); + _static_2(A, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 799); + _static_2(A, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 3152); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 3153); + _static_2(A, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 3154); + _static_2(A, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 3155); + _static_2(A, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 3156); + _static_2(A, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 3157); + _static_2(A, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 3158); + _static_2(A, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 3159); + _static_2(A, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 3160); + _static_2(A, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 3161); + _static_2(A, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 3162); + _static_2(A, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 3163); + _static_2(A, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 3164); + _static_2(A, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 3165); + _static_2(A, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 3166); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 3167); + _static_2(A, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 3168); + _static_2(A, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 3169); + _static_2(A, "product_reducer___clearEditing$closure", "_clearEditing8", 800); + _static_2(A, "product_reducer___updateEditing$closure", "_updateEditing9", 800); + _static_2(A, "product_reducer___viewClientList$closure", "_viewClientList1", 3171); + _static_2(A, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 3172); + _static_2(A, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 3173); + _static_2(A, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 3174); + _static_2(A, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 3175); + _static_2(A, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 3176); + _static_2(A, "product_reducer___filterProducts$closure", "_filterProducts", 3177); + _static_2(A, "product_reducer___sortProducts$closure", "_sortProducts", 3178); + _static_2(A, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 3179); + _static_2(A, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 3180); + _static_2(A, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 3181); + _static_2(A, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 3182); + _static_2(A, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 3183); + _static_2(A, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 3184); + _static_2(A, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 3185); + _static_2(A, "product_reducer___addProduct$closure", "_addProduct", 3186); + _static_2(A, "product_reducer___updateProduct$closure", "_updateProduct", 3187); + _static_2(A, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 3188); + _static_2(A, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 3189); + _static_2(A, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 3190); + _static_2(A, "project_reducer___clearEditing$closure", "_clearEditing9", 801); + _static_2(A, "project_reducer___updateEditing$closure", "_updateEditing10", 801); + _static_2(A, "project_reducer___viewProjectList$closure", "_viewProjectList0", 3192); + _static_2(A, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 3193); + _static_2(A, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 3194); + _static_2(A, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 3195); + _static_2(A, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 3196); + _static_2(A, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 3197); + _static_2(A, "project_reducer___filterProjects$closure", "_filterProjects", 3198); + _static_2(A, "project_reducer___sortProjects$closure", "_sortProjects", 3199); + _static_2(A, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 3200); + _static_2(A, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 3201); + _static_2(A, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 3202); + _static_2(A, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 3203); + _static_2(A, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 3204); + _static_2(A, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 3205); + _static_2(A, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 3206); + _static_2(A, "project_reducer___addProject$closure", "_addProject", 3207); + _static_2(A, "project_reducer___updateProject$closure", "_updateProject", 3208); + _static_2(A, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 3209); + _static_2(A, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 3210); + _static_2(A, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 3211); + _static_2(A, "purchase_order_reducer___clearEditing$closure", "_clearEditing10", 137); + _static_2(A, "purchase_order_reducer___updateEditing$closure", "_updateEditing11", 137); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItem$closure", "_addPurchaseOrderItem", 710); + _static_2(A, "purchase_order_reducer___addPurchaseOrderItems$closure", "_addPurchaseOrderItems", 3212); + _static_2(A, "purchase_order_reducer___removePurchaseOrderItem$closure", "_removePurchaseOrderItem", 712); + _static_2(A, "purchase_order_reducer___updatePurchaseOrderItem$closure", "_updatePurchaseOrderItem", 714); + _static_2(A, "purchase_order_reducer___viewPurchaseOrderList$closure", "_viewPurchaseOrderList0", 3213); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom1$closure", "_filterPurchaseOrdersByCustom1", 3214); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom2$closure", "_filterPurchaseOrdersByCustom2", 3215); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom3$closure", "_filterPurchaseOrdersByCustom3", 3216); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByCustom4$closure", "_filterPurchaseOrdersByCustom4", 3217); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByState$closure", "_filterPurchaseOrdersByState", 3218); + _static_2(A, "purchase_order_reducer___filterPurchaseOrdersByStatus$closure", "_filterPurchaseOrdersByStatus", 3219); + _static_2(A, "purchase_order_reducer___filterPurchaseOrders$closure", "_filterPurchaseOrders", 3220); + _static_2(A, "purchase_order_reducer___sortPurchaseOrders$closure", "_sortPurchaseOrders", 3221); + _static_2(A, "purchase_order_reducer___startListMultiselect$closure", "_startListMultiselect12", 3222); + _static_2(A, "purchase_order_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 3223); + _static_2(A, "purchase_order_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 3224); + _static_2(A, "purchase_order_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 3225); + _static_2(A, "purchase_order_reducer___markSentPurchaseOrderSuccess$closure", "_markSentPurchaseOrderSuccess", 3226); + _static_2(A, "purchase_order_reducer___convertPurchaseOrdersToExpenses$closure", "_convertPurchaseOrdersToExpenses", 3227); + _static_2(A, "purchase_order_reducer___addPurchaseOrdersToInventorySuccess$closure", "_addPurchaseOrdersToInventorySuccess", 3228); + _static_2(A, "purchase_order_reducer___acceptPurchaseOrderSuccess$closure", "_acceptPurchaseOrderSuccess", 3229); + _static_2(A, "purchase_order_reducer___cancelPurchaseOrderSuccess$closure", "_cancelPurchaseOrderSuccess", 3230); + _static_2(A, "purchase_order_reducer___archivePurchaseOrderSuccess$closure", "_archivePurchaseOrderSuccess", 3231); + _static_2(A, "purchase_order_reducer___deletePurchaseOrderSuccess$closure", "_deletePurchaseOrderSuccess", 3232); + _static_2(A, "purchase_order_reducer___restorePurchaseOrderSuccess$closure", "_restorePurchaseOrderSuccess", 3233); + _static_2(A, "purchase_order_reducer___emailPurchaseOrderSuccess$closure", "_emailPurchaseOrderSuccess", 3234); + _static_2(A, "purchase_order_reducer___approvePurchaseOrderSuccess$closure", "_approvePurchaseOrderSuccess", 3235); + _static_2(A, "purchase_order_reducer___addPurchaseOrder$closure", "_addPurchaseOrder", 3236); + _static_2(A, "purchase_order_reducer___updatePurchaseOrder$closure", "_updatePurchaseOrder", 3237); + _static_2(A, "purchase_order_reducer___setLoadedPurchaseOrders$closure", "_setLoadedPurchaseOrders", 3238); + _static_2(A, "purchase_order_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 3239); + _static_2(A, "quote_reducer___clearEditing$closure", "_clearEditing11", 137); + _static_2(A, "quote_reducer___updateEditing$closure", "_updateEditing12", 137); + _static_2(A, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 722); + _static_2(A, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 3240); + _static_2(A, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 723); + _static_2(A, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 724); + _static_2(A, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 3241); + _static_2(A, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 3242); + _static_2(A, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 3243); + _static_2(A, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 3244); + _static_2(A, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 3245); + _static_2(A, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 3246); + _static_2(A, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 3247); + _static_2(A, "quote_reducer___filterQuotes$closure", "_filterQuotes", 3248); + _static_2(A, "quote_reducer___sortQuotes$closure", "_sortQuotes", 3249); + _static_2(A, "quote_reducer___startListMultiselect$closure", "_startListMultiselect13", 3250); + _static_2(A, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 3251); + _static_2(A, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 3252); + _static_2(A, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 3253); + _static_2(A, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 3254); + _static_2(A, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 3255); + _static_2(A, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 3256); + _static_2(A, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 3257); + _static_2(A, "quote_reducer___emailQuoteSuccess$closure", "_emailQuoteSuccess", 3258); + _static_2(A, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 3259); + _static_2(A, "quote_reducer___addQuote$closure", "_addQuote", 3260); + _static_2(A, "quote_reducer___updateQuote$closure", "_updateQuote", 3261); + _static_2(A, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 3262); + _static_2(A, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 3263); + _static_2(A, "recurring_expense_reducer___clearEditing$closure", "_clearEditing12", 305); + _static_2(A, "recurring_expense_reducer___updateEditing$closure", "_updateEditing13", 305); + _static_2(A, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 3264); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 3265); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 3266); + _static_2(A, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 3267); + _static_2(A, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 3268); + _static_2(A, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 3269); + _static_2(A, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect14", 3270); + _static_2(A, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 3271); + _static_2(A, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 3272); + _static_2(A, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 3273); + _static_2(A, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 3274); + _static_2(A, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 3275); + _static_2(A, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 3276); + _static_2(A, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 3277); + _static_2(A, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 3278); + _static_2(A, "recurring_expense_reducer___startRecurringExpensesSuccess$closure", "_startRecurringExpensesSuccess", 3279); + _static_2(A, "recurring_expense_reducer___stopRecurringExpensesSuccess$closure", "_stopRecurringExpensesSuccess", 3280); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 3281); + _static_2(A, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 3282); + _static_2(A, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3283); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing13", 137); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing14", 137); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 742); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 3284); + _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 744); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 745); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 3285); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 3286); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 3287); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 3288); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 3289); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 3290); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 3291); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 3292); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect15", 3293); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3294); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3295); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3296); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 3297); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 3298); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3299); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3300); + _static_2(A, "recurring_invoice_reducer___sendNowRecurringInvoiceSuccess$closure", "_sendNowRecurringInvoiceSuccess", 3301); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3302); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3303); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3304); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3305); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3306); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3307); + _static_2(A, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3308); + _static_2(A, "subscription_reducer___clearEditing$closure", "_clearEditing14", 802); + _static_2(A, "subscription_reducer___updateEditing$closure", "_updateEditing15", 802); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3310); + _static_2(A, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3311); + _static_2(A, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3312); + _static_2(A, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3313); + _static_2(A, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3314); + _static_2(A, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect16", 3315); + _static_2(A, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3316); + _static_2(A, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3317); + _static_2(A, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3318); + _static_2(A, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3319); + _static_2(A, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3320); + _static_2(A, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3321); + _static_2(A, "subscription_reducer___addSubscription$closure", "_addSubscription", 3322); + _static_2(A, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3323); + _static_2(A, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3324); + _static_2(A, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3325); + _static_2(A, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3326); + _static_2(A, "task_reducer___clearEditing$closure", "_clearEditing15", 803); + _static_2(A, "task_reducer___updateEditing$closure", "_updateEditing16", 803); + _static_2(A, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3328); + _static_2(A, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3329); + _static_2(A, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3330); + _static_2(A, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3331); + _static_2(A, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3332); + _static_2(A, "task_reducer___filterTasks$closure", "_filterTasks", 3333); + _static_2(A, "task_reducer___sortTasks$closure", "_sortTasks0", 3334); + _static_2(A, "task_reducer___addTaskTime$closure", "_addTaskTime", 3335); + _static_2(A, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3336); + _static_2(A, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3337); + _static_2(A, "task_reducer___startListMultiselect$closure", "_startListMultiselect17", 3338); + _static_2(A, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3339); + _static_2(A, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3340); + _static_2(A, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3341); + _static_2(A, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3342); + _static_2(A, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3343); + _static_2(A, "task_reducer___startTaskSuccess$closure", "_startTaskSuccess", 3344); + _static_2(A, "task_reducer___stopTaskSuccess$closure", "_stopTaskSuccess", 3345); + _static_2(A, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3346); + _static_2(A, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3347); + _static_2(A, "task_reducer___addTask$closure", "_addTask", 3348); + _static_2(A, "task_reducer___updateTask$closure", "_updateTask", 3349); + _static_2(A, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3350); + _static_2(A, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3351); + _static_2(A, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3352); + _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing16", 804); + _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing17", 804); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3354); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3355); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3356); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3357); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3358); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3359); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect18", 3360); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3361); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3362); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3363); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3364); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3365); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3366); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3367); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3368); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3369); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3370); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3371); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3372); + _static_2(A, "tax_rate_reducer___clearEditing$closure", "_clearEditing17", 805); + _static_2(A, "tax_rate_reducer___updateEditing$closure", "_updateEditing18", 805); + _static_2(A, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3374); + _static_2(A, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3375); + _static_2(A, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3376); + _static_2(A, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3377); + _static_2(A, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect19", 3378); + _static_2(A, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3379); + _static_2(A, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3380); + _static_2(A, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3381); + _static_2(A, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3382); + _static_2(A, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3383); + _static_2(A, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3384); + _static_2(A, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3385); + _static_2(A, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3386); + _static_2(A, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3387); + _static_2(A, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3388); + _static_2(A, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3389); + _static_2(A, "token_reducer___clearEditing$closure", "_clearEditing18", 806); + _static_2(A, "token_reducer___updateEditing$closure", "_updateEditing19", 806); + _static_2(A, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3391); + _static_2(A, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3392); + _static_2(A, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3393); + _static_2(A, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3394); + _static_2(A, "token_reducer___filterTokens$closure", "_filterTokens", 3395); + _static_2(A, "token_reducer___sortTokens$closure", "_sortTokens", 3396); + _static_2(A, "token_reducer___startListMultiselect$closure", "_startListMultiselect20", 3397); + _static_2(A, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3398); + _static_2(A, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3399); + _static_2(A, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3400); + _static_2(A, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3401); + _static_2(A, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3402); + _static_2(A, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3403); + _static_2(A, "token_reducer___addToken$closure", "_addToken", 3404); + _static_2(A, "token_reducer___updateToken$closure", "_updateToken", 3405); + _static_2(A, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3406); + _static_2(A, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3407); + _static_2(A, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3408); + _static_2(A, "user_reducer___clearEditing$closure", "_clearEditing19", 807); + _static_2(A, "user_reducer___updateEditing$closure", "_updateEditing20", 807); + _static_2(A, "user_reducer___viewUserList$closure", "_viewUserList0", 3410); + _static_2(A, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3411); + _static_2(A, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3412); + _static_2(A, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3413); + _static_2(A, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3414); + _static_2(A, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3415); + _static_2(A, "user_reducer___filterUsers$closure", "_filterUsers", 3416); + _static_2(A, "user_reducer___sortUsers$closure", "_sortUsers", 3417); + _static_2(A, "user_reducer___startListMultiselect$closure", "_startListMultiselect21", 3418); + _static_2(A, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3419); + _static_2(A, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3420); + _static_2(A, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3421); + _static_2(A, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3422); + _static_2(A, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3423); + _static_2(A, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3424); + _static_2(A, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3425); + _static_2(A, "user_reducer___addUser$closure", "_addUser", 3426); + _static_2(A, "user_reducer___updateUser$closure", "_updateUser", 3427); + _static_2(A, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3428); + _static_2(A, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3429); + _static_2(A, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3430); + _static_2(A, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3431); + _static_2(A, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3432); + _static_2(A, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3433); + _static_2(A, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3434); + _static_2(A, "vendor_reducer___clearEditing$closure", "_clearEditing20", 660); + _static_2(A, "vendor_reducer___updateEditing$closure", "_updateEditing21", 660); + _static_2(A, "vendor_reducer___addContact$closure", "_addContact", 3436); + _static_2(A, "vendor_reducer___removeContact$closure", "_removeContact", 3437); + _static_2(A, "vendor_reducer___updateContact$closure", "_updateContact", 3438); + _static_2(A, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3439); + _static_2(A, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3440); + _static_2(A, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3441); + _static_2(A, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3442); + _static_2(A, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3443); + _static_2(A, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3444); + _static_2(A, "vendor_reducer___filterVendors$closure", "_filterVendors", 3445); + _static_2(A, "vendor_reducer___sortVendors$closure", "_sortVendors", 3446); + _static_2(A, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect22", 3447); + _static_2(A, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3448); + _static_2(A, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3449); + _static_2(A, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3450); + _static_2(A, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3451); + _static_2(A, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3452); + _static_2(A, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3453); + _static_2(A, "vendor_reducer___addVendor$closure", "_addVendor", 3454); + _static_2(A, "vendor_reducer___updateVendor$closure", "_updateVendor", 3455); + _static_2(A, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3456); + _static_2(A, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3457); + _static_2(A, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3458); + _static_2(A, "webhook_reducer___clearEditing$closure", "_clearEditing21", 631); + _static_2(A, "webhook_reducer___updateEditing$closure", "_updateEditing22", 631); + _static_2(A, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3460); + _static_2(A, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3461); + _static_2(A, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3462); + _static_2(A, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3463); + _static_2(A, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3464); + _static_2(A, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3465); + _static_2(A, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect23", 3466); + _static_2(A, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect23", 3467); + _static_2(A, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect23", 3468); + _static_2(A, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect23", 3469); + _static_2(A, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3470); + _static_2(A, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3471); + _static_2(A, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3472); + _static_2(A, "webhook_reducer___addWebhook$closure", "_addWebhook", 3473); + _static_2(A, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3474); + _static_2(A, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3475); + _static_2(A, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3476); + _static_2(A, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany22", 3477); + _static_1(A, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3478); _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); @@ -487665,11 +487412,11 @@ _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", 3478); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3479); _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", 3479); - _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 39); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3480); + _instance_1_u(A.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 38); _instance_1_u(_ = A.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2219); _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2220); _instance_0_u(_ = A._SortArrowState0.prototype, "get$_app_data_table$_rebuild", "_app_data_table$_rebuild$0", 0); @@ -487678,9 +487425,9 @@ _instance_0_u(_, "get$_app_paginated_data_table$_handlePrevious", "_app_paginated_data_table$_handlePrevious$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handleNext", "_app_paginated_data_table$_handleNext$0", 0); _instance_0_u(A._LoginState.prototype, "get$_submitForm", "_submitForm$0", 0); - _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3480); - _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3481); - _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3482); + _static_1(A, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3481); + _static_1(A, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3482); + _static_1(A, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3483); _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); @@ -487688,162 +487435,162 @@ _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", 645); - _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3483); - _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3484); + _instance_2_u(A._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 644); + _static_1(A, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3484); + _static_1(A, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3485); _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", 3485); - _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3486); + _static_1(A, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3486); + _static_1(A, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3487); _instance_1_u(A._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2326); _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", 3487); - _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3488); - _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3489); + _static_1(A, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3488); + _static_1(A, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3489); + _static_1(A, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3490); _instance(_ = A._DesignEditState.prototype, "get$_design_edit$_onChanged", 0, 0, function() { return {debounce: true}; }, ["call$1$debounce", "call$0"], ["_design_edit$_onChanged$1$debounce", "_design_edit$_onChanged$0"], 2359, 0, 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2360); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3490); - _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3491); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3491); + _static_1(A, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3492); _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", 3492); - _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3493); + _static_1(A, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3493); + _static_1(A, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3494); _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", 3494); - _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3495); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3495); + _static_1(A, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3496); _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", 3496); - _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3497); + _static_1(A, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3497); + _static_1(A, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3498); _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", 3498); - _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3499); + _static_1(A, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3499); + _static_1(A, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3500); _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"], 701, 0, 0); - _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3500); - _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3501); + }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 700, 0, 0); + _static_1(A, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3501); + _static_1(A, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3502); _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"], 701, 0, 0); + }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 700, 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", 3502); - _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3503); + _static_1(A, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3503); + _static_1(A, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3504); _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", 3504); - _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3505); + _static_1(A, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3505); + _static_1(A, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3506); _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", 3506); - _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3507); + _static_1(A, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3507); + _static_1(A, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3508); _instance_0_u(A._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3508); - _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3509); - _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3510); - _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3511); - _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3512); - _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3513); - _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3514); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3515); - _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3516); + _static_1(A, "purchase_order_list_vm_PurchaseOrderListVM_fromStore$closure", "PurchaseOrderListVM_fromStore", 3509); + _static_1(A, "purchase_order_screen_vm_PurchaseOrderScreenVM_fromStore$closure", "PurchaseOrderScreenVM_fromStore", 3510); + _static_1(A, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3511); + _static_1(A, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3512); + _static_1(A, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3513); + _static_1(A, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3514); + _static_1(A, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3515); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3516); + _static_1(A, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3517); _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", 3517); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3518); _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", 3518); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3519); _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", 3519); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3520); _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", 3520); + _static_1(A, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3521); _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", 3521); + _static_1(A, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3522); _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", 3522); + _static_1(A, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3523); _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", 3523); + _static_1(A, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3524); _instance_0_u(A._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); - _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3524); - _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3525); + _static_1(A, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3525); + _static_1(A, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3526); _instance_0_u(_ = A._GeneratedNumbersState.prototype, "get$_generated_numbers$_onTabChanged", "_generated_numbers$_onTabChanged$0", 0); _instance_0_u(_, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); _instance_1_u(_, "get$_generated_numbers$_onSavePressed", "_generated_numbers$_onSavePressed$1", 30); _instance_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", 3526); - _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3527); + _static_1(A, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3527); + _static_1(A, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3528); _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", 3528); + _static_1(A, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3529); _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", 3529); + _static_1(A, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3530); _instance_0_u(A._PaymentSettingsState.prototype, "get$_payment_settings$_onChanged", "_payment_settings$_onChanged$0", 0); - _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3530); + _static_1(A, "payment_settings_vm_PaymentSettingsVM_fromStore$closure", "PaymentSettingsVM_fromStore", 3531); _instance_0_u(A._ProductSettingsState.prototype, "get$_product_settings$_onChanged", "_product_settings$_onChanged$0", 0); - _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3531); - _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3532); - _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3533); + _static_1(A, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3532); + _static_1(A, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3533); + _static_1(A, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3534); _instance_0_u(A._SettingsWizardState.prototype, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(A._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3534); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3535); + _static_1(A, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3535); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3536); _instance_0_u(_ = A._TemplatesAndRemindersState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); _instance_0_u(_, "get$_templates_and_reminders$_onTabChanged", "_templates_and_reminders$_onTabChanged$0", 0); _instance_0_u(A._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3536); + _static_1(A, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3537); _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", 3537); + _static_1(A, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3538); _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", 3538); + _static_1(A, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3539); _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", 3539); - _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3540); + _static_1(A, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3540); + _static_1(A, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3541); _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", 3541); - _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3542); - _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3543); + _static_1(A, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3542); + _static_1(A, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3543); + _static_1(A, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3544); _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", 3544); - _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3545); + _static_1(A, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3545); + _static_1(A, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3546); _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", 3546); - _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3547); + _static_1(A, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3547); + _static_1(A, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3548); _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", 3548); - _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3549); + _static_1(A, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3549); + _static_1(A, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3550); _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", 3550); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3551); + _static_1(A, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3551); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3552); _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", 3552); - _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3553); + _static_1(A, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3553); + _static_1(A, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3554); _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", 645); + _instance_2_u(A._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 644); _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", 3554); - _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3555); + _static_1(A, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3555); + _static_1(A, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3556); _instance_0_u(_ = A._ExampleEditorState.prototype, "get$_super_editor$_onChanged", "_super_editor$_onChanged$0", 0); _instance_0_u(_, "get$_hideOrShowToolbar", "_hideOrShowToolbar$0", 0); _instance_0_u(_, "get$_hideEditorToolbar", "_hideEditorToolbar$0", 0); @@ -487851,37 +487598,37 @@ _instance_0_u(_, "get$_copy", "_copy$0", 0); _instance_0_u(_, "get$_super_editor$_paste", "_super_editor$_paste$0", 0); _instance_0_u(_, "get$_selectAll", "_selectAll$0", 0); - _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2807); + _instance_1_u(_ = A._EditorToolbarState.prototype, "get$_convertTextToNewType", "_convertTextToNewType$1", 2808); _instance_0_u(_, "get$_toolbar0$_toggleBold", "_toolbar0$_toggleBold$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleItalics", "_toolbar0$_toggleItalics$0", 0); _instance_0_u(_, "get$_toolbar0$_toggleStrikethrough", "_toolbar0$_toggleStrikethrough$0", 0); _instance_0_u(_, "get$_onLinkPressed", "_onLinkPressed$0", 0); _instance_0_u(_ = A._ImageFormatToolbarState.prototype, "get$_makeImageConfined", "_makeImageConfined$0", 0); _instance_0_u(_, "get$_makeImageFullBleed", "_makeImageFullBleed$0", 0); - _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 2820); - _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 43); + _instance_1_u(A.ListSyntax.prototype, "get$_removeLeadingEmptyLine", "_removeLeadingEmptyLine$1", 2821); + _instance_1_u(A._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 42); _instance_1_i(_ = A.ImageHandler.prototype, "get$build", "build$1", 76); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 499, 0, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 499, 0, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 499, 0, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2829, 0, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 518, 0, 0); - _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3556); - _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 310); - _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 768, 0, 0); - _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 768, 0, 0); - _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 2841); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 501, 0, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 501, 0, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 501, 0, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2830, 0, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 658, 0, 0); + _static_0(A, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3557); + _static_1(A, "method_channel_MethodChannelPrinting__handleMethod$closure", "MethodChannelPrinting__handleMethod", 323); + _instance(A.PdfPrintAction.prototype, "get$_print", 0, 3, null, ["call$3"], ["_print$3"], 766, 0, 0); + _instance(A.PdfShareAction.prototype, "get$_share", 0, 3, null, ["call$3"], ["_share$3"], 766, 0, 0); + _instance_0_u(A._PdfPreviewState.prototype, "get$computeActualPageFormat", "computeActualPageFormat$0", 2842); _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"], 2844, 0, 0); + _instance(A.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2845, 0, 0); _instance_0_u(_ = A.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 0); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 0); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 0); _instance_1_i(A.Subject.prototype, "get$add", "add$1", 36); _instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 36); - _instance_2_i(_, "get$onError", "onError$2", 127); + _instance_2_i(_, "get$onError", "onError$2", 122); _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", 127); + _instance_2_i(_, "get$onError", "onError$2", 122); _instance_0_u(_, "get$onDone", "onDone$0", 0); _static(A, "sentry_options__noOpLogger$closure", 2, function() { return {exception: null, logger: null, stackTrace: null}; @@ -487891,9 +487638,9 @@ return A.noOpLogger(level, message, exception, null, stackTrace); }, function(level, message, stackTrace) { return A.noOpLogger(level, message, null, null, stackTrace); - }], 3557, 0); - _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 310); - _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 2860, 0, 0); + }], 3558, 0); + _instance_1_u(A.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 323); + _instance(A.SourceSpanMixin.prototype, "get$message", 1, 1, null, ["call$2$color", "call$1"], ["message$2$color", "message$1"], 2861, 0, 0); _instance_0_i(_ = A.InjectedImp.prototype, "get$initialize", "initialize$0", 0); _instance_0_u(_, "get$notify", "notify$0", 0); _instance_0_i(A.DocumentComposer.prototype, "get$dispose", "dispose$0", 0); @@ -487904,14 +487651,14 @@ _instance_0_u(_, "get$_onDoubleTap", "_onDoubleTap$0", 0); _instance_1_u(_, "get$_document_gestures_mouse$_onTripleTapDown", "_document_gestures_mouse$_onTripleTapDown$1", 85); _instance_0_u(_, "get$_onTripleTap", "_onTripleTap$0", 0); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 87); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 72); - _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 111); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanStart", "_document_gestures_mouse$_onPanStart$1", 84); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanUpdate", "_document_gestures_mouse$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_document_gestures_mouse$_onPanEnd", "_document_gestures_mouse$_onPanEnd$1", 106); _instance_0_u(_, "get$_document_gestures_mouse$_onPanCancel", "_document_gestures_mouse$_onPanCancel$0", 0); - _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 103); + _instance_1_u(_, "get$_onMouseMove", "_onMouseMove$1", 100); _instance_0_u(_, "get$_document_gestures_mouse$_updateDragSelection", "_document_gestures_mouse$_updateDragSelection$0", 0); - _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 404); - _instance_1_u(_, "get$_document_gestures_mouse$_onTick", "_document_gestures_mouse$_onTick$1", 83); + _instance_1_u(_, "get$_onPointerSignal", "_onPointerSignal$1", 454); + _instance_1_u(_, "get$_document_gestures_mouse$_onTick", "_document_gestures_mouse$_onTick$1", 87); _instance_0_u(_ = A._AndroidDocumentTouchInteractorState.prototype, "get$_document_gestures_touch_android$_onFocusChange", "_document_gestures_touch_android$_onFocusChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onDocumentChange", "_document_gestures_touch_android$_onDocumentChange$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_onSelectionChange", "_document_gestures_touch_android$_onSelectionChange$0", 0); @@ -487919,16 +487666,16 @@ _instance_1_u(_, "get$_document_gestures_touch_android$_onTapUp", "_document_gestures_touch_android$_onTapUp$1", 94); _instance_1_u(_, "get$_onDoubleTapDown", "_onDoubleTapDown$1", 85); _instance_1_u(_, "get$_onTripleTapDown", "_onTripleTapDown$1", 85); - _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 2878); - _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 778); + _instance_2_u(_, "get$_onHandleDragStart", "_onHandleDragStart$2", 2879); + _instance_1_u(_, "get$_onHandleDragUpdate", "_onHandleDragUpdate$1", 776); _instance_0_u(_, "get$_document_gestures_touch_android$_onHandleDragEnd", "_document_gestures_touch_android$_onHandleDragEnd$0", 0); _instance_0_u(_, "get$_document_gestures_touch_android$_updateDragSelection", "_document_gestures_touch_android$_updateDragSelection$0", 0); _instance_0_u(_ = A._AndroidDocumentTouchEditingControlsState.prototype, "get$_document_gestures_touch_android$_onEditingControllerChange", "_document_gestures_touch_android$_onEditingControllerChange$0", 0); - _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 87); - _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 87); - _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 87); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 72); - _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 111); + _instance_1_u(_, "get$_onCollapsedPanStart", "_onCollapsedPanStart$1", 84); + _instance_1_u(_, "get$_onUpstreamHandlePanStart", "_onUpstreamHandlePanStart$1", 84); + _instance_1_u(_, "get$_onDownstreamHandlePanStart", "_onDownstreamHandlePanStart$1", 84); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanUpdate", "_document_gestures_touch_android$_onPanUpdate$1", 70); + _instance_1_u(_, "get$_document_gestures_touch_android$_onPanEnd", "_document_gestures_touch_android$_onPanEnd$1", 106); _instance_0_u(_, "get$_document_gestures_touch_android$_onPanCancel", "_document_gestures_touch_android$_onPanCancel$0", 0); _instance_0_i(_ = A.AndroidDocumentGestureEditingController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$_hideCollapsedHandle", "_hideCollapsedHandle$0", 0); @@ -487939,21 +487686,21 @@ _instance_1_u(_, "get$_onTapUp", "_onTapUp$1", 94); _instance_1_u(_, "get$_onDoubleTapUp", "_onDoubleTapUp$1", 94); _instance_1_u(_, "get$_onTripleTapUp", "_onTripleTapUp$1", 94); - _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 87); - _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 72); - _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 111); + _instance_1_u(_, "get$_onPanStart", "_onPanStart$1", 84); + _instance_1_u(_, "get$_onPanUpdate", "_onPanUpdate$1", 70); + _instance_1_u(_, "get$_onPanEnd", "_onPanEnd$1", 106); _instance_0_u(_, "get$_onPanCancel", "_onPanCancel$0", 0); _instance_0_u(_, "get$_onTapTimeout", "_onTapTimeout$0", 0); _instance_0_u(_, "get$_updateDragSelection", "_updateDragSelection$0", 0); _instance_0_u(_, "get$_onFloatingCursorStart", "_onFloatingCursorStart$0", 0); - _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 778); + _instance_1_u(_, "get$_moveSelectionToFloatingCursor", "_moveSelectionToFloatingCursor$1", 776); _instance_0_u(_, "get$_onFloatingCursorStop", "_onFloatingCursorStop$0", 0); _instance_0_u(_ = A._IosDocumentTouchEditingControlsState.prototype, "get$_onEditingControllerChange", "_onEditingControllerChange$0", 0); _instance_0_u(_, "get$_onFloatingCursorChange", "_onFloatingCursorChange$0", 0); _instance_0_u(_ = A._DocumentImeInteractorState.prototype, "get$_onFocusChange", "_onFocusChange$0", 0); _instance_0_u(_, "get$_onComposerChange", "_onComposerChange$0", 0); _instance_0_u(_, "get$_onClientWantsDifferentImeConfiguration", "_onClientWantsDifferentImeConfiguration$0", 0); - _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 319); + _instance_2_u(_, "get$_onKeyPressed", "_onKeyPressed$2", 283); _instance_0_u(_ = A.KeyboardEditingToolbar.prototype, "get$_toggleBold", "_toggleBold$0", 0); _instance_0_u(_, "get$_toggleItalics", "_toggleItalics$0", 0); _instance_0_u(_, "get$_toggleUnderline", "_toggleUnderline$0", 0); @@ -487966,132 +487713,132 @@ _instance_0_u(_, "get$_convertToBlockquote", "_convertToBlockquote$0", 0); _instance_0_u(_, "get$_convertToHr", "_convertToHr$0", 0); _instance_0_u(_, "get$_closeKeyboard", "_closeKeyboard$0", 0); - _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 319); - _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 104); - _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 783, 0, 0); - _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 783, 0, 0); - _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 244); + _instance_2_u(A.DocumentKeyboardInteractor.prototype, "get$_document_input_keyboard$_onKeyPressed", "_document_input_keyboard$_onKeyPressed$2", 283); + _instance_0_u(_ = A._SingleColumnDocumentLayoutState.prototype, "get$_onPresenterMarkedDirty", "_onPresenterMarkedDirty$0", 102); + _instance(_, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 781, 0, 0); + _instance(A._PresenterComponentBuilderState.prototype, "get$_onViewModelChange", 0, 0, null, ["call$3$addedComponents$changedComponents$removedComponents", "call$0"], ["_onViewModelChange$3$addedComponents$changedComponents$removedComponents", "_onViewModelChange$0"], 781, 0, 0); + _static_1(A, "_presenter__noStyleBuilder$closure", "noStyleBuilder", 270); _instance_0_u(A.SingleColumnLayoutPresenter.prototype, "get$__presenter$_onDocumentChange", "__presenter$_onDocumentChange$0", 0); _instance_0_u(A.SingleColumnLayoutStylePhase.prototype, "get$markDirty", "markDirty$0", 0); - _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 3558); - _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3559); - _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3560); + _static_2(A, "list_items___defaultUnorderedListItemDotBuilder$closure", "_defaultUnorderedListItemDotBuilder", 3559); + _static_2(A, "list_items___defaultIndentCalculator$closure", "_defaultIndentCalculator", 3560); + _static_2(A, "list_items___defaultOrderedListItemNumeralBuilder$closure", "_defaultOrderedListItemNumeralBuilder", 3561); _static(A, "list_items__tabToIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["tabToIndentListItem", function() { return A.tabToIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "list_items__shiftTabToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftTabToUnIndentListItem", function() { return A.shiftTabToUnIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "list_items__backspaceToUnIndentListItem$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToUnIndentListItem", function() { return A.backspaceToUnIndentListItem(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__anyCharacterToInsertInParagraph$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInParagraph", function() { return A.anyCharacterToInsertInParagraph(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__backspaceToClearParagraphBlockType$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToClearParagraphBlockType", function() { return A.backspaceToClearParagraphBlockType(null, null); - }], 54, 0); + }], 56, 0); _static(A, "paragraph0__enterToInsertBlockNewline$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["enterToInsertBlockNewline", function() { return A.enterToInsertBlockNewline(null, null); - }], 54, 0); - _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3562); + }], 56, 0); + _static_2(A, "super_editor0__defaultInlineTextStyler$closure", "defaultInlineTextStyler", 3563); _instance_0_u(_ = A.SuperEditorState.prototype, "get$_super_editor0$_onFocusChange", "_super_editor0$_onFocusChange$0", 0); _instance_0_u(_, "get$_updateComposerPreferencesAtSelection", "_updateComposerPreferencesAtSelection$0", 0); _static(A, "text__anyCharacterToInsertInTextContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterToInsertInTextContent", function() { return A.anyCharacterToInsertInTextContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "text__deleteToRemoveDownstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteToRemoveDownstreamContent", function() { return A.deleteToRemoveDownstreamContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "text__shiftEnterToInsertNewlineInBlock$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["shiftEnterToInsertNewlineInBlock", function() { return A.shiftEnterToInsertNewlineInBlock(null, null); - }], 54, 0); + }], 56, 0); _instance_0_i(A.TextNode.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 244); + _instance_1_u(A.TextComponentState.prototype, "get$_textStyleWithBlockType", "_textStyleWithBlockType$1", 270); _instance_0_u(A._MultiListenableBuilderState.prototype, "get$_onListenableChange", "_onListenableChange$0", 0); - _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 83); - _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 103); - _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 2899); + _instance_1_u(A.AutoScroller.prototype, "get$__scrolling$_onTick", "__scrolling$_onTick$1", 87); + _instance_1_u(_ = A.TapSequenceGestureRecognizer.prototype, "get$_multi_tap_gesture$_handleEvent", "_multi_tap_gesture$_handleEvent$1", 100); + _instance_1_u(_, "get$_multi_tap_gesture$_reject", "_multi_tap_gesture$_reject$1", 2900); _instance_0_u(_, "get$_multi_tap_gesture$_onTapTimeout", "_multi_tap_gesture$_onTapTimeout$0", 0); _instance_0_u(A._CountdownZoned0.prototype, "get$_multi_tap_gesture$_onTimeout", "_multi_tap_gesture$_onTimeout$0", 0); - _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3563); + _static_2(A, "magnifier___roundedRectangleMagnifierBuilder$closure", "_roundedRectangleMagnifierBuilder", 3564); _instance_0_i(_ = A.BlinkController.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_, "get$_blink_controller$_onTick", "_blink_controller$_onTick$1", 21); _instance_0_u(A.SuperTextState.prototype, "get$_invalidateParagraph", "_invalidateParagraph$0", 0); - _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 787); - _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 787); + _instance_2_u(_ = A._RebuildOptimizedSuperTextWithSelectionState.prototype, "get$_buildLayerBeneath", "_buildLayerBeneath$2", 785); + _instance_2_u(_, "get$_buildLayerAbove", "_buildLayerAbove$2", 785); _instance_1_u(_ = A._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 8); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 8); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 8); - _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 766); - _static_0(A, "clock__systemTime$closure", "systemTime", 361); + _static_1(A, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 764); + _static_0(A, "clock__systemTime$closure", "systemTime", 288); _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); - }], 3564, 0); + }], 3565, 0); _static(A, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return A.debugPrintThrottled(message, null); - }], 3565, 0); + }], 3566, 0); _static_0(A, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 569); - _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 569); - _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3567); - _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3568); - _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3569); - _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3570); - _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3571); + _static_2(A, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 772); + _static_2(A, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 772); + _static_1(A, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3568); + _static_2(A, "loading_reducer___setLoading$closure", "_setLoading", 3569); + _static_2(A, "loading_reducer___setLoaded$closure", "_setLoaded", 3570); + _static_2(A, "loading_reducer___setSaving$closure", "_setSaving", 3571); + _static_2(A, "loading_reducer___setSaved$closure", "_setSaved", 3572); _static_1(A, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 12); - _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 361); + _static_0(A, "utils4__getUtcDateTime$closure", "getUtcDateTime", 288); _static(A, "document_keyboard_actions__doNothingWhenThereIsNoSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["doNothingWhenThereIsNoSelection", function() { return A.doNothingWhenThereIsNoSelection(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__pasteWhenCmdVIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["pasteWhenCmdVIsPressed", function() { return A.pasteWhenCmdVIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__selectAllWhenCmdAIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["selectAllWhenCmdAIsPressed", function() { return A.selectAllWhenCmdAIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__copyWhenCmdCIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["copyWhenCmdCIsPressed", function() { return A.copyWhenCmdCIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cutWhenCmdXIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cutWhenCmdXIsPressed", function() { return A.cutWhenCmdXIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdBToToggleBold$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdBToToggleBold", function() { return A.cmdBToToggleBold(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__cmdIToToggleItalics$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["cmdIToToggleItalics", function() { return A.cmdIToToggleItalics(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__anyCharacterOrDestructiveKeyToDeleteSelection$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["anyCharacterOrDestructiveKeyToDeleteSelection", function() { return A.anyCharacterOrDestructiveKeyToDeleteSelection(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__backspaceToRemoveUpstreamContent$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["backspaceToRemoveUpstreamContent", function() { return A.backspaceToRemoveUpstreamContent(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveUpDownLeftAndRightWithArrowKeys$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveUpDownLeftAndRightWithArrowKeys", function() { return A.moveUpDownLeftAndRightWithArrowKeys(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineStartOrEndWithCtrlAOrE$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartOrEndWithCtrlAOrE", function() { return A.moveToLineStartOrEndWithCtrlAOrE(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineStartWithHome$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineStartWithHome", function() { return A.moveToLineStartWithHome(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__moveToLineEndWithEnd$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["moveToLineEndWithEnd", function() { return A.moveToLineEndWithEnd(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__deleteLineWithCmdBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteLineWithCmdBksp", function() { return A.deleteLineWithCmdBksp(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__deleteWordWithAltBksp$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["deleteWordWithAltBksp", function() { return A.deleteWordWithAltBksp(null, null); - }], 54, 0); + }], 56, 0); _static(A, "document_keyboard_actions__collapseSelectionWhenEscIsPressed$closure", 0, null, ["call$2$editContext$keyEvent", "call$0"], ["collapseSelectionWhenEscIsPressed", function() { return A.collapseSelectionWhenEscIsPressed(null, null); - }], 54, 0); + }], 56, 0); _static(A, "uuid_util_UuidUtil_mathRNG$closure", 0, function() { return {seed: -1}; }, ["call$1$seed", "call$0"], ["UuidUtil_mathRNG", function() { @@ -488104,9 +487851,9 @@ _inherit = hunkHelpers.inherit, _inheritMany = hunkHelpers.inheritMany; _inherit(A.Object, null); - _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.ViewListDiffResult, A.FontFallbackData, A.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.CkPictureRecorder, A.Rasterizer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.EngineGradient, A.EngineImageFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.Keyboard, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.PlatformDispatcher, A.PlatformViewManager, A.PlatformViewMessageHandler, A.PointerBinding, A.PointerSupportDetector, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.RoleManager, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A.DefaultTextEditingStrategy, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.Matrix40, A.Vector30, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamSubscription, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.BidirectionalIterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A.EventStreamProvider, A._Html5NodeValidator, A.ImmutableListMixin, A.NodeValidatorBuilder, A._SimpleNodeValidator, A._SvgNodeValidator, A.FixedSizeListIterator, A.Console, A._DOMWindowCrossFrame, A._SameOriginUriPolicy, A._ValidatingTreeSanitizer, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A.FileSystemEntityType, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.AccessibilityFeatures, A.CallbackHandle, A.GestureSettings, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.UriSerializer, A.StandardJsonPlugin, A.ImageProvider, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A.AbstractNode, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement0, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.WriteBuffer, A.ReadBuffer, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._LerpProperties4, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._LerpProperties3, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._MaterialStatePropertyWith, A._MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._LerpProperties2, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A._LerpProperties1, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._LerpProperties5, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._LerpProperties0, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.BorderSide, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A._CaretMetrics, A.TextPainter, A._TextStyle_Object_Diagnosticable, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._Action_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._TextBoundary, A._UndoStack, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A._EdgeDraggingAutoScroller, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.CacheLogger, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, A.InAppReview, 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.PurchaseOrderStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A._$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.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.DismissReviewAppPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.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.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.SortDocuments, A.FilterDocumentsByState, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotes, A.ConvertQuoteSuccess, A.ConvertQuoteFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.DataColumn0, A.DataRow0, A.DataCell0, A.LoginVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.BlockSyntax, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform1, A.PlatformChecker, A.Breadcrumb, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A.NonPrimarySelectionListener, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.MovementModifier, A.DocumentSelection, A.DocumentNodeSelection, A.EditContext, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.StyledSelection, A.SelectionStyles, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.CommonEditorOperations, A._PasteEditorCommand, A.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.UserSelection, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version]); - _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder_submitFrame_closure0, A.HtmlViewEmbedder__updateOverlays_closure, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_closure, A.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges__computeHigh, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A._addUrlStrategyListener_closure, A.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.Element_Element$html_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.NodeValidatorBuilder_allowsElement_closure, A.NodeValidatorBuilder_allowsAttribute_closure, A._SimpleNodeValidator_closure, A._SimpleNodeValidator_closure0, A._TemplatingNodeValidator_closure, A._convertDartToNative_Value_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A.JsObject__convertDataTree__convert, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.MultiDragGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor__resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A.ScaffoldState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString__addLeadingZeroIfNeeded, A._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_describeSemanticsConfiguration_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A.ClipPath_shape_closure, A.RichText__extractChildren_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke__collapse, A._throttle_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_reassemble_closure, A.Element_renderObject_visit, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewLinkState__initialize_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollNotificationObserverState_build_closure, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A.ScrollbarPainter_update__needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay__markNeedsBuild_closure, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_init_closure, A.GoogleSignInPlugin_init_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.countSiblingEl_closure, A.get_closure, A.readBytes_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.DateSymbols_DateSymbols$deserializeFromMap__getStringList, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A._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._purgeClient_closure, A._purgeClient__closure, A._purgeClient___closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A.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_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector_closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.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._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer___closure3, A.editingReducer__closure46, A.editingReducer__closure45, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure0, A.handleProductAction_closure1, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure56, A._viewClientList_closure0, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuote_closure, A._convertQuote__closure, A._convertQuote__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuoteSuccess_closure0, A._convertQuoteSuccess_closure1, A._convertQuoteSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument__closure10, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure1, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure, A._addToHistory_closure, A._addToHistory_closure1, A._addToHistory_closure2, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._updateVendor_closure, A._setLoadedVendor_closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure4, A.EditScaffold_build_closure3, A.EditScaffold_build_closure5, A.EditScaffold_build__closure, A.EditScaffold_build_closure6, 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__closure7, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build__closure5, 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.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure0, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, A._LiveTextState_initState_closure, A.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._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A._ReviewAppState_build__closure1, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPdf_closure0, A._ClientPdfViewState_loadPdf_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, A.ClientViewVM_ClientViewVM$fromStore__closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___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_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__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__runningTasks_closure, A.DashboardPanels_build__closure2, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure6, 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__closure0, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build__closure2, A._DashboardScreenState_build_closure3, 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__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build_closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__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_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, A.GroupViewVM_GroupViewVM$fromStore__closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build_closure26, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___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_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_build_closure, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure7, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure11, A._PaymentEditState_build_closure13, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure12, A._PaymentEditState_build_onSavePressed, A._PaymentEditState_build_closure16, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentPresenter_getField_closure2, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure4, A._ProductEditState_build_closure5, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure3, A._ProductEditState_build_closure1, A._ProductEditState_build__closure2, A._ProductEditState_build_closure2, A._ProductEditState_build__closure1, A._ProductEditState_build_closure3, A._ProductEditState_build__closure0, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A._ProductViewState_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, A.ProductViewVM_ProductViewVM$fromStore__closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure1, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure3, A._ProjectEditState_build__closure2, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure1, A._ProjectEditState_build__closure5, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure0, A.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, A.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_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__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___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___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_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure22, A.ReportsScreen_build_closure24, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, A.ReportResult_tableRow__closure, A.ReportResult_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__closure5, A._AccountOverview_build_closure2, A._AccountOverview_build__closure4, A._AccountOverview_build_closure3, A._AccountOverview_build__closure3, A._AccountOverview_build_closure4, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure7, 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_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure13, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, 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_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__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_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure3, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, A.TaskViewVM_TaskViewVM$fromStore__closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure1, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build__closure1, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure1, A._TokenEditState_build_closure, A._TokenEditState_build__closure0, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure9, A._UserEditState_build_closure3, A._UserEditState_build__closure8, A._UserEditState_build__closure7, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A._UserEditState_build__closure6, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure0, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, A.VendorViewVM_VendorViewVM$fromStore__closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure1, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A.EnumUtils_fromString_closure, A._extension_0__encodeLinkMarker_closure, A._extension_0_toMarkdown_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesStringsValue_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildToolbar_closure, A._EditorToolbarState__buildToolbar_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A._PdfPreviewState_didChangeDependencies_closure, A._PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand_execute_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputerTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure]); - _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AssetManager__baseUrl_closure0, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure0, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_closure, A._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_build_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createInkFeature_onRemoved, A._InkResponseState__handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet__removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__debugReportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic__tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__cursorTick_closure, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._GlowController_pull_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dragReset_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A.PaymentEntity_invoiceId_closure0, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure7, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure1, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build_closure0, A.ListScaffold_build__closure0, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build_closure6, A.ListScaffold_build_closure4, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_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_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout___closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A._ReviewAppState_build_closure, A._ReviewAppState_build__closure0, A._ReviewAppState_build_closure0, A._ReviewAppState_build__closure, 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__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPdf_closure, A._ClientPdfViewState_loadPdf__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewState_build_closure, A._ClientViewState_build___closure, A._ClientViewState_build___closure0, A._ClientViewState_build___closure1, A._ClientViewState_build___closure2, A._ClientViewState_build___closure3, A._ClientViewState_build___closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__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.DashboardPanels_build__runningTasks, A.DashboardPanels_build__runningTasks__closure2, A.DashboardPanels_build__runningTasks__closure1, A.DashboardPanels_build__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A._DashboardScreenState_build__closure3, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure0, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build__closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A._GroupEditState_build__closure, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build__closure8, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__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.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_onSavePressed_closure, A._PaymentEditState_build_closure14, A._PaymentEditState_build_closure15, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A._ProductEditState_build__closure, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A._ProjectEditState_build__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure5, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState__onSavePressed_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure12, A.CompanyDetailsVM_fromStore__closure5, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure5, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build__closure, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure17, A.TaskScreen_build_closure16, A.TaskScreen_build_closure2, A.TaskScreen_build_closure3, 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_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A._TokenEditState_build__closure, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build__closure, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure0, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure1, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.PersistUIDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure2, A._FieldConfirmationState_build_closure3, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A.EnumUtils_fromString_closure0, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A.PublicClientApplication_logoutPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A._PdfPreviewState_initState_closure, A._PdfPreviewState_initState__closure, A._PdfPreviewState_didUpdateWidget_closure, A._PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.Subject_addStream_closure0, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); + _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A.AssetManager, A.AssetManagerException, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CkPictureSnapshot, A.CkPaintCommand, J.Interceptor, A.ProductionCollector, A.SkiaObjectCollectionError, A.CanvasKitCanvas, A.SkiaObject, A.CkColorFilter, A.HtmlViewEmbedder, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.ViewListDiffResult, A.FontFallbackData, A.NotoFont, A.CodeunitRange, A._ResolvedNotoFont, A._ResolvedNotoSubset, A.FallbackFontDownloadQueue, A.NotoDownloader, A.SkiaFontCollection, A.RegisteredFont, A.ImageCodecException, A.CkImage, A.AnimatedImageFrameInfo, A.CkBrowserImageDecoder, A.ImageFileFormat, A.IntervalTree, A.IntervalTreeNode, A.Layer, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame, A.CompositorContext, A.CkNWayCanvas, A.CkPictureRecorder, A.Rasterizer, A.SkiaObjectCache, A.SynchronousSkiaObjectCache, A.SurfaceFrame, A.Surface, A.CkSurface, A.SurfaceFactory, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkLineMetrics, A.CkParagraphBuilder, A._CkParagraphPlaceholder, A._ParagraphCommand, A.Error, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.FlutterConfiguration, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.ShadowDomHostNode, A.ElementHostNode, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A._WebGlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.NormalizedGradient, A.EngineGradient, A.EngineImageFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.Keyboard, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.MouseCursor, A.BrowserHistory, A.UrlStrategy, A.PlatformLocation, A.EnginePictureRecorder, A.EnginePicture, A.PlatformDispatcher, A.PlatformViewManager, A.PlatformViewMessageHandler, A.PointerBinding, A.PointerSupportDetector, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerState, A.PointerDataConverter, A.Profiler, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.RoleManager, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A.DefaultTextEditingStrategy, A._ListBase_Object_ListMixin, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer0, A.ReadBuffer0, A.SurfaceShadowData, A.CanvasParagraph, A.FlatTextSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.FontCollection, A.FontManager, A.TextLayoutService, A.RangeBox, A.LineSegment, A.LineBuilder, A.Spanometer, A.LineBreakResult, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.DirectionalPosition, A.UnicodeRange, A.UnicodePropertyLookup, A._FindBreakDirection, A.BrowserAutofillHints, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.Matrix40, A.Vector30, A.FlutterView, A.WindowPadding, A.JS_CONST, A.HttpException, A._HeaderValue, J.ArrayIterator, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapMixin, A.SentinelValue, A.ListIterator, A.Iterator, A.ExpandIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A.MapView, A.ConstantMap, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A.Stream, A._BufferingStreamSubscription, A._BroadcastStreamController, A.TimeoutException, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A.StreamSubscription, A.StreamTransformerBase, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._Zone, A._HashMapKeyIterator, A.__SetBase_Object_SetMixin, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A.IterableMixin, A._LinkedListIterator, A.LinkedListEntry, A.ListMixin, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A.SetMixin, A._SetBase_Object_SetMixin, A._UnmodifiableSetMixin, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.Codec0, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A.HtmlEscapeMode, A._JsonStringifier, A._JsonPrettyPrintMixin, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A.Comparable, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.BidirectionalIterator, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A._FakeUserTag, A.ServiceExtensionResponse, A.TimelineTask, A.CssStyleDeclarationBase, A.EventStreamProvider, A._Html5NodeValidator, A.ImmutableListMixin, A.NodeValidatorBuilder, A._SimpleNodeValidator, A._SvgNodeValidator, A.FixedSizeListIterator, A.Console, A._DOMWindowCrossFrame, A._SameOriginUriPolicy, A._ValidatingTreeSanitizer, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A.FileSystemEntityType, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A.Point, A._RectangleBase, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A._HashEnd, A.PlatformViewRegistry, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.PlatformConfiguration, A.ViewConfiguration0, A.FrameTiming, A.Locale, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontFeature, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.AccessibilityFeatures, A.CallbackHandle, A.GestureSettings, A.GZipEncoder, A.InputStreamBase, A.OutputStreamBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.AttributedSpans, A.SpanMarker, A.AttributionSpan, A.MultiAttributionSpan, A.IncompatibleOverlappingAttributionsException, A.AttributedText, A.NamedAttribution, A.SpanRange, A._DiagnosticableTree_Object_Diagnosticable, A._State_Object_Diagnosticable, A.BoardViewController, A.CopyOnWriteList, A.CopyOnWriteSet, A.BuiltList, A.ListBuilder, A.BuiltListMultimap, A.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, A.BuiltSet, A.SetBuilder, A.BuiltSetMultimap, A.SetMultimapBuilder, A.EnumClass, A.IndentingBuiltValueToStringHelper, A.JsonObject, A.FullType, A.BigIntSerializer, A.BoolSerializer, A.BuiltJsonSerializers, A.BuiltJsonSerializersBuilder, A.BuiltListMultimapSerializer, A.BuiltListSerializer, A.BuiltMapSerializer, A.BuiltSetMultimapSerializer, A.BuiltSetSerializer, A.DateTimeSerializer, A.DoubleSerializer, A.DurationSerializer, A.Int64Serializer, A.IntSerializer, A.JsonObjectSerializer, A.NullSerializer, A.NumSerializer, A.RegExpSerializer, A.StringSerializer, A.UriSerializer, A.StandardJsonPlugin, A.ImageProvider, A._ImageStreamCompleter_Object_Diagnosticable, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.BaseChart0, A.BaseSeriesRenderer, A.BaseBarRendererElement, A.BaseAnimatedBar, A.LayoutViewConfig, A.ConstCornerStrategy, A.ImmutableAxis, A.Tick, A.CollisionReport, A.BaseRenderSpec, A.BaseTickDrawStrategy, A.NoneDrawStrategy, A.LinearScale, A.LinearScaleDomainInfo, A.LinearScaleFunction, A.LinearScaleViewportSettings, A.NumericExtents, A.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, A.Scale, A.ScaleOutputExtent, A.RangeBandConfig, A.StepSizeConfig, A.Extents, A.SimpleOrdinalScale, A.AxisSpec, A.TextStyleSpec, A.LineStyleSpec, A.SimpleTickFormatterBase, A.AutoAdjustingDateTimeTickProvider, A.BaseTimeStepper, A._TimeStepIteratorImpl, A.DateTimeTickFormatter, A.TimeTickFormatterImpl, A.LifecycleListener, A.DomainHighlighter0, A.Legend, A.LegendState, A.LegendEntryBase, A.PerSeriesLegendEntryGenerator, A.LinePointHighlighter0, A.LayoutView, A.NullablePoint, A._PointRendererElement, A._AnimatedPoint, A.SelectNearest0, A.CanvasRect, A.CanvasBarStack, A.DatumDetails, A.ImmutableSeries, A.SelectionModel, A.SeriesDatum, A.TypedRegistry, A.IdentityConverter, A.LayoutConfig, A.MarginSpec, A.LayoutManagerImpl, A._MeasuredSizes, A.SizeList, A._DesiredViewSizes, A.VerticalMarginStrategy, A.HorizontalMarginStrategy, A.ViewMargin, A.ViewMeasuredSizes, A._LineRendererElement, A._AnimatedLine, A._AreaRendererElement, A._AnimatedArea, A._AnimatedElements, A._Range, A.Color0, A.LocalDateTimeFactory, A.GestureListener, A.Palette, A.ProxyGestureListener, A.MaterialStyle, A.StyleFactory, A.BaseSymbolRenderer, A.TextMeasurement, A.TypedKey, A.Series, A.ChartBehavior, A.BaseLegendContentBuilder, A.SimpleLegendEntryLayout, A.TabularLegendLayout, A.ChartCanvas, A.AbstractNode, A.Listenable, A.ChartGestureDetector, A.GraphicsFactory, A.LineStyle, A.SelectionModelConfig, A.SymbolRendererCanvas, A.TextElement0, A.TextStyle0, A.MultiChildLayoutDelegate, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A.XFileBase, A._Parser, A.Token, A.TokenizerBase, A.Message, A.Messages, A.PreprocessorOptions, A.TreeNode, A.Visitor, A.Clock0, A.MemoryFileSystemEntity, A._FileSink, A.MemoryFileStat, A.FileSystem0, A.Node2, A.FileSystemOp, A.FileSystemStyle, A.DirectoryAddOnsMixin, A._LinuxCodes, A.PlatformInterface, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.Int64, A.Simulation, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A.DebugReassembleConfig, A.ChangeNotifier, A.TextTreeConfiguration, A._PrefixedStringBuilder, A._NoDefaultValue, A.TextTreeRenderer, A.DiagnosticPropertiesBuilder, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseParagraph, A.LicenseEntry, A.WriteBuffer, A.ReadBuffer, A.StackFrame, A.SynchronousFuture, A.GestureArenaMember, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.Drag, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A.MultiDragPointerState, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A.ScaleStartDetails, A.ScaleUpdateDetails, A.ScaleEndDetails, A._LineBetweenPointers, A.TapDownDetails, A.TapUpDetails, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._LicenseData, A._DetailArguments, A._MasterDetailFlowProxy, A.ScrollBehavior, A.SingleChildLayoutDelegate, A.SliverPersistentHeaderDelegate, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._LerpProperties4, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A.DataColumn, A.DataRow, A.DataCell, A.TableColumnWidth, A._DataTableThemeData_Object_Diagnosticable, A._LerpProperties3, A.Route, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A._DropdownRouteResult, A._MenuLimits, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A.ExpansionPanel, A._ExpansionTileThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._MaterialStatePropertyWith, A._MaterialStatePropertyAll, A.MaterialStateMixin, A.MergeableMaterialItem, A._AnimationTuple, A._NavigationBarThemeData_Object_Diagnosticable, A._LerpProperties2, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A._LerpProperties1, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._LerpProperties5, A.TextSelectionGestureDetectorBuilder, A._SliderThemeData_Object_Diagnosticable, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._LerpProperties0, A._TabBarTheme_Object_Diagnosticable, A._LerpColors, A._TextButtonThemeData_Object_Diagnosticable, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerFragmentContext, A._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.BorderSide, A.FittedSizes, A.ClipContext, A.ImageSizeInfo, A.DecorationImagePainter, A.EdgeInsetsGeometry, A._ColorsAndStops, A.Gradient, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A.AssetBundleImageKey, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A.NotchedShape, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A._CaretMetrics, A.TextPainter, A._TextStyle_Object_Diagnosticable, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.CustomPainterSemantics, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A._LayoutSizes, A.AnnotationEntry, A.AnnotationResult, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.SemanticsHandle, A.PipelineOwner, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.SliverGridGeometry, A.SliverGridLayout, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.PersistentHeaderShowOnScreenConfiguration, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.SchedulerBinding, A.Priority, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A.AutofillConfiguration, A.TextInputConfiguration, A.AutofillScopeMixin, A.BinaryMessenger, A.ServicesBinding, A.ClipboardData, A.KeyboardLockMode, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.PlatformViewsRegistry, A.PlatformViewController, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard, A._ModifierSidePair, A.RestorationBucket, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A.TextEditingDelta, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.SelectionRect, A.TextInputConnection, A.TextInput, A._Intent_Object_Diagnosticable, A._Action_Object_Diagnosticable, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.DisposableBuildContext, A._DraggableSheetExtent, A.ToolbarOptions, A._TextBoundary, A._UndoStack, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MediaQueryData, A.RouteSettings, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A._EdgeDraggingAutoScroller, A.RestorationMixin, A.RouteInformation, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.ScrollableDetails, A.KeySet, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A.SliverChildDelegate, A._RenderSliverPersistentHeaderForWidgetsMixin, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A.TableRow, A._TableElementRow, A.__TableSlot_Object_Diagnosticable, A.TextSelectionOverlay, A.SelectionOverlay, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A.CacheManager, A.ImageCacheManager, A.CacheStore, A.Config, A.CacheLogger, A.FileResponse, A.NonStoringObjectProvider, A.CacheObject, A.MemoryCacheSystem, A.FileService, A.HttpGetResponse, A.QueueItem, A.WebHelper, A.GlobalCupertinoLocalizations, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.SlidableAutoCloseNotification, A.SlidableAutoCloseBarrierNotification, A.EndGesture, A.SlidableController, A.ActionPaneData, A.StyledToastPosition, A.ToastFuture, A.ToastManager, A.GoogleSignInAuthentication, A.GoogleSignInAccount, A.GoogleSignIn, A.GoogleSignInPlatform, A.GoogleSignInUserData, A.GoogleSignInTokenData, A.AttributeName, A._ParentNode, A._NonElementParentNode, A._ElementAndDocument, A.Node0, A.TreeVisitor, A.HtmlParser, A.Phase, A.ParseError, A.ReparseException, A.EncodingBytes, A.ContentAttrParser, A.HtmlInputStream, A.Token0, A.TagAttribute, A.HtmlTokenizer, A.TreeBuilder, A.Pair, A.Node, A._StyleOption, A.Rule, A.BaseClient, A.BaseRequest, A.BaseResponse, A.ClientException, A.MultipartFile, A.MediaType, A.ExifData, A.DecodeInfo, A.Decoder, A.PngFrame, A.Image0, A.ImageException, A.InputBuffer, A.ImageCropper, A.CroppedFileBase, A.ImagePicker, A.ImageResizer, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.IntlStream, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringIterator, A.UninitializedLocaleData, A.LocaleDataException, A.InvoiceStatusColors, A.RecurringInvoiceStatusColors, A.CreditStatusColors, A.PurchaseOrderStatusColors, A.QuoteStatusColors, A.PaymentStatusColors, A.ExpenseStatusColors, A.FileStorage, A.AccountEntity, A._$AccountEntitySerializer, A.AccountEntityBuilder, A.ClientListResponse, A.ClientItemResponse, A._ClientEntity_Object_BaseEntity, A._ClientContactEntity_Object_BaseEntity, A._$ClientListResponseSerializer, A._$ClientItemResponseSerializer, A._$ClientEntitySerializer, A._$ClientContactEntitySerializer, A.ClientListResponseBuilder, A.ClientItemResponseBuilder, A.ClientEntityBuilder, A.ClientContactEntityBuilder, A.CompanyGatewayListResponse, A.CompanyGatewayItemResponse, A._CompanyGatewayEntity_Object_BaseEntity, A.FeesAndLimitsSettings, A._$CompanyGatewayListResponseSerializer, A._$CompanyGatewayItemResponseSerializer, A._$CompanyGatewayEntitySerializer, A._$FeesAndLimitsSettingsSerializer, A.CompanyGatewayListResponseBuilder, A.CompanyGatewayItemResponseBuilder, A.CompanyGatewayEntityBuilder, A.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A.RegistrationFieldEntity, A._$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.HasActivities, A.BelongsToClient, A.BelongsToVendor, A.LoginResponse, A.ActivityEntity, A.LedgerEntity, A._$EntityTypeSerializer, A._$EntityStateSerializer, A._$EmailTemplateSerializer, A._$LoginResponseSerializer, A._$ActivityEntitySerializer, A._$LedgerEntitySerializer, A.LoginResponseBuilder, A.ActivityEntityBuilder, A.LedgerEntityBuilder, A.ExpenseCategoryListResponse, A.ExpenseCategoryItemResponse, A._ExpenseCategoryEntity_Object_BaseEntity, A._$ExpenseCategoryListResponseSerializer, A._$ExpenseCategoryItemResponseSerializer, A._$ExpenseCategoryEntitySerializer, A.ExpenseCategoryListResponseBuilder, A.ExpenseCategoryItemResponseBuilder, A.ExpenseCategoryEntityBuilder, A.ExpenseListResponse, A.ExpenseItemResponse, A._ExpenseEntity_Object_BaseEntity, A.ExpenseScheduleEntity, A._ExpenseStatusEntity_Object_EntityStatus, A._$ExpenseListResponseSerializer, A._$ExpenseItemResponseSerializer, A._$ExpenseEntitySerializer, A._$ExpenseScheduleEntitySerializer, A._$ExpenseStatusEntitySerializer, A.ExpenseListResponseBuilder, A.ExpenseItemResponseBuilder, A.ExpenseEntityBuilder, A.ExpenseScheduleEntityBuilder, A.ExpenseStatusEntityBuilder, A.GatewayTokenListResponse, A.GatewayTokenItemResponse, A._GatewayTokenEntity_Object_BaseEntity, A.GatewayTokenMetaEntity, A._$GatewayTokenListResponseSerializer, A._$GatewayTokenItemResponseSerializer, A._$GatewayTokenEntitySerializer, A._$GatewayTokenMetaEntitySerializer, A.GatewayTokenListResponseBuilder, A.GatewayTokenItemResponseBuilder, A.GatewayTokenEntityBuilder, A.GatewayTokenMetaEntityBuilder, A.GroupListResponse, A.GroupItemResponse, A._GroupEntity_Object_BaseEntity, A._$GroupListResponseSerializer, A._$GroupItemResponseSerializer, A._$GroupEntitySerializer, A.GroupListResponseBuilder, A.GroupItemResponseBuilder, A.GroupEntityBuilder, A.HealthCheckResponse, A.HealthCheckPHPResponse, A._$HealthCheckResponseSerializer, A._$HealthCheckPHPResponseSerializer, A.HealthCheckResponseBuilder, A.HealthCheckPHPResponseBuilder, A.PreImportResponse, A.PreImportResponseEntityDetails, A.ImportRequest, A.ImportRequestMapping, A._$PreImportResponseSerializer, A._$PreImportResponseEntityDetailsSerializer, A._$ImportRequestSerializer, A._$ImportRequestMappingSerializer, A.PreImportResponseBuilder, A.PreImportResponseEntityDetailsBuilder, A.ImportRequestBuilder, A.ImportRequestMappingBuilder, A.InvoiceListResponse, A.InvoiceItemResponse, A._InvoiceEntity_Object_BaseEntity, A.InvoiceItemEntity, A._InvitationEntity_Object_BaseEntity, A.InvoiceScheduleEntity, A.InvoiceHistoryEntity, A._$InvoiceListResponseSerializer, A._$InvoiceItemResponseSerializer, A._$InvoiceEntitySerializer, A._$InvoiceItemEntitySerializer, A._$InvitationEntitySerializer, A._$InvoiceScheduleEntitySerializer, A._$InvoiceHistoryEntitySerializer, A.InvoiceListResponseBuilder, A.InvoiceItemResponseBuilder, A.InvoiceEntityBuilder, A.InvoiceItemEntityBuilder, A.InvitationEntityBuilder, A.InvoiceScheduleEntityBuilder, A.InvoiceHistoryEntityBuilder, A.CalculateInvoiceTotal, A.PaymentListResponse, A.PaymentItemResponse, A._PaymentEntity_Object_BaseEntity, A._PaymentableEntity_Object_SelectableEntity, A._$PaymentListResponseSerializer, A._$PaymentItemResponseSerializer, A._$PaymentEntitySerializer, A._$PaymentableEntitySerializer, A.PaymentListResponseBuilder, A.PaymentItemResponseBuilder, A.PaymentEntityBuilder, A.PaymentableEntityBuilder, A.PaymentTermListResponse, A.PaymentTermItemResponse, A._PaymentTermEntity_Object_BaseEntity, A._$PaymentTermListResponseSerializer, A._$PaymentTermItemResponseSerializer, A._$PaymentTermEntitySerializer, A.PaymentTermListResponseBuilder, A.PaymentTermItemResponseBuilder, A.PaymentTermEntityBuilder, A.ProductListResponse, A.ProductItemResponse, A._ProductEntity_Object_BaseEntity, A._$ProductListResponseSerializer, A._$ProductItemResponseSerializer, A._$ProductEntitySerializer, A.ProductListResponseBuilder, A.ProductItemResponseBuilder, A.ProductEntityBuilder, A.ProjectListResponse, A.ProjectItemResponse, A._ProjectEntity_Object_BaseEntity, A._$ProjectListResponseSerializer, A._$ProjectItemResponseSerializer, A._$ProjectEntitySerializer, A.ProjectListResponseBuilder, A.ProjectItemResponseBuilder, A.ProjectEntityBuilder, A.SettingsEntity, A._$SettingsEntitySerializer, A.SettingsEntityBuilder, A.ColorTheme, A.CountryListResponse, A.CountryItemResponse, A._CountryEntity_Object_SelectableEntity, A._$CountryListResponseSerializer, A._$CountryItemResponseSerializer, A._$CountryEntitySerializer, A.CountryListResponseBuilder, A.CountryItemResponseBuilder, A.CountryEntityBuilder, A.CurrencyListResponse, A.CurrencyItemResponse, A._CurrencyEntity_Object_SelectableEntity, A._$CurrencyListResponseSerializer, A._$CurrencyItemResponseSerializer, A._$CurrencyEntitySerializer, A.CurrencyListResponseBuilder, A.CurrencyItemResponseBuilder, A.CurrencyEntityBuilder, A.DateFormatListResponse, A.DateFormatItemResponse, A._DateFormatEntity_Object_SelectableEntity, A._$DateFormatListResponseSerializer, A._$DateFormatItemResponseSerializer, A._$DateFormatEntitySerializer, A.DateFormatListResponseBuilder, A.DateFormatItemResponseBuilder, A.DateFormatEntityBuilder, A.DatetimeFormatListResponse, A.DatetimeFormatItemResponse, A.DatetimeFormatEntity, A._$DatetimeFormatListResponseSerializer, A._$DatetimeFormatItemResponseSerializer, A._$DatetimeFormatEntitySerializer, A.DatetimeFormatListResponseBuilder, A.DatetimeFormatItemResponseBuilder, A.DatetimeFormatEntityBuilder, A._FontEntity_Object_SelectableEntity, A.IndustryListResponse, A.IndustryItemResponse, A._IndustryEntity_Object_SelectableEntity, A._$IndustryListResponseSerializer, A._$IndustryItemResponseSerializer, A._$IndustryEntitySerializer, A.IndustryListResponseBuilder, A.IndustryItemResponseBuilder, A.IndustryEntityBuilder, A._InvoiceStatusEntity_Object_EntityStatus, A._$InvoiceStatusEntitySerializer, A.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, A.PaymentTypeListResponse, A.PaymentTypeItemResponse, A._PaymentTypeEntity_Object_SelectableEntity, A._$PaymentTypeListResponseSerializer, A._$PaymentTypeItemResponseSerializer, A._$PaymentTypeEntitySerializer, A.PaymentTypeListResponseBuilder, A.PaymentTypeItemResponseBuilder, A.PaymentTypeEntityBuilder, A.SizeListResponse, A.SizeItemResponse, A._SizeEntity_Object_SelectableEntity, A._$SizeListResponseSerializer, A._$SizeItemResponseSerializer, A._$SizeEntitySerializer, A.SizeListResponseBuilder, A.SizeItemResponseBuilder, A.SizeEntityBuilder, A.StaticDataItemResponse, A.StaticDataEntity, A.TemplateEntity, A._$StaticDataItemResponseSerializer, A._$StaticDataEntitySerializer, A._$TemplateEntitySerializer, A.StaticDataItemResponseBuilder, A.StaticDataEntityBuilder, A.TemplateEntityBuilder, A.TimezoneListResponse, A.TimezoneItemResponse, A._TimezoneEntity_Object_SelectableEntity, A._$TimezoneListResponseSerializer, A._$TimezoneItemResponseSerializer, A._$TimezoneEntitySerializer, A.TimezoneListResponseBuilder, A.TimezoneItemResponseBuilder, A.TimezoneEntityBuilder, A.SubscriptionListResponse, A.SubscriptionItemResponse, A._SubscriptionEntity_Object_BaseEntity, A.WebhookConfigurationEntity, A._$SubscriptionListResponseSerializer, A._$SubscriptionItemResponseSerializer, A._$SubscriptionEntitySerializer, A._$WebhookConfigurationEntitySerializer, A.SubscriptionListResponseBuilder, A.SubscriptionItemResponseBuilder, A.SubscriptionEntityBuilder, A.WebhookConfigurationEntityBuilder, A.SystemLogEntity, A._$SystemLogEntitySerializer, A.SystemLogEntityBuilder, A.TaskListResponse, A.TaskItemResponse, A.TaskTime, A._TaskEntity_Object_BaseEntity, A._$TaskListResponseSerializer, A._$TaskItemResponseSerializer, A._$TaskEntitySerializer, A.TaskListResponseBuilder, A.TaskItemResponseBuilder, A.TaskTimeBuilder, A.TaskEntityBuilder, A.TaskStatusListResponse, A.TaskStatusItemResponse, A._TaskStatusEntity_Object_BaseEntity, A._$TaskStatusListResponseSerializer, A._$TaskStatusItemResponseSerializer, A._$TaskStatusEntitySerializer, A.TaskStatusListResponseBuilder, A.TaskStatusItemResponseBuilder, A.TaskStatusEntityBuilder, A.TaxRateListResponse, A.TaxRateItemResponse, A._TaxRateEntity_Object_BaseEntity, A._$TaxRateListResponseSerializer, A._$TaxRateItemResponseSerializer, A._$TaxRateEntitySerializer, A.TaxRateListResponseBuilder, A.TaxRateItemResponseBuilder, A.TaxRateEntityBuilder, A.TokenListResponse, A.TokenItemResponse, A._TokenEntity_Object_BaseEntity, A._$TokenListResponseSerializer, A._$TokenItemResponseSerializer, A._$TokenEntitySerializer, A.TokenListResponseBuilder, A.TokenItemResponseBuilder, A.TokenEntityBuilder, A.UserListResponse, A.UserItemResponse, A.UserTwoFactorResponse, A.UserTwoFactorData, A.UserCompanyItemResponse, A._UserEntity_Object_BaseEntity, A._$UserListResponseSerializer, A._$UserItemResponseSerializer, A._$UserTwoFactorResponseSerializer, A._$UserTwoFactorDataSerializer, A._$UserCompanyItemResponseSerializer, A._$UserEntitySerializer, A.UserListResponseBuilder, A.UserItemResponseBuilder, A.UserTwoFactorResponseBuilder, A.UserTwoFactorDataBuilder, A.UserCompanyItemResponseBuilder, A.UserEntityBuilder, A.VendorListResponse, A.VendorItemResponse, A._VendorEntity_Object_BaseEntity, A._VendorContactEntity_Object_BaseEntity, A._$VendorListResponseSerializer, A._$VendorItemResponseSerializer, A._$VendorEntitySerializer, A._$VendorContactEntitySerializer, A.VendorListResponseBuilder, A.VendorItemResponseBuilder, A.VendorEntityBuilder, A.VendorContactEntityBuilder, A.WebhookListResponse, A.WebhookItemResponse, A._WebhookEntity_Object_BaseEntity, A._$WebhookListResponseSerializer, A._$WebhookItemResponseSerializer, A._$WebhookEntitySerializer, A.WebhookListResponseBuilder, A.WebhookItemResponseBuilder, A.WebhookEntityBuilder, A.AuthRepository, A.ClientRepository, A.CompanyGatewayRepository, A.CreditRepository, A.DesignRepository, A.DocumentRepository, A.ExpenseCategoryRepository, A.ExpenseRepository, A.GroupRepository, A.InvoiceRepository, A.PaymentRepository, A.PaymentTermRepository, A.PersistenceRepository, A.ProductRepository, A.ProjectRepository, A.PurchaseOrderRepository, A.QuoteRepository, A.RecurringExpenseRepository, A.RecurringInvoiceRepository, A.SettingsRepository, A.SubscriptionRepository, A.TaskRepository, A.TaskStatusRepository, A.TaxRateRepository, A.TokenRepository, A.UserRepository, A.VendorRepository, A.WebhookRepository, A.WebClient, A.PersistData, A.ClearPersistedData, A.SwitchListTableLayout, A.PopLastHistory, A.DismissNativeWarning, A.DismissNativeWarningPermanently, A.DismissGatewayWarningPermanently, A.ViewMainScreen, A.StartSaving, A.StopSaving, A.LoadStaticSuccess, A.ToggleEditorLayout, A.ToggleViewerLayout, A.TogglePreviewSidebar, A.UpdateUserPreferences, A.LoadAccountSuccess, A.ResendConfirmation, A.ResendConfirmationFailure, A.ResendConfirmationSuccess, A.RefreshData, A.RefreshDataSuccess, A.RefreshDataFailure, A.PreviewEntity, A.ClearPreviewStack, A.PopPreviewStack, A.PopFilterStack, A.ClearData, A.ClearLastError, A.DiscardChanges, A.ClearEntityFilter, A.ClearEntitySelection, A.FilterByEntity, A.FilterCompany, A.AppState, A.Credentials, A.SelectionState, A._$AppStateSerializer, A.AppStateBuilder, A.LoadStateRequest, A.LoadStateSuccess, A.OAuthLoginRequest, A.UserLoadUrl, A.UserLoginRequest, A.UserLoginSuccess, A.UserLoginFailure, A.RecoverPasswordRequest, A.RecoverPasswordSuccess, A.RecoverPasswordFailure, A.UserLogout, A.UserLogoutAll, A.UserLogoutAllSuccess, A.UserLogoutAllFailure, A.UserSignUpRequest, A.OAuthSignUpRequest, A.UserVerifiedPassword, A.UserUnverifiedPassword, A.AuthState, A._$AuthStateSerializer, A.AuthStateBuilder, A.ViewClientList, A.ViewClient, A.EditClient, A.EditContact, A.ShowPdfClient, A.UpdateClient, A.LoadClient, A.LoadClients, A.LoadClientRequest, A.LoadClientFailure, A.LoadClientSuccess, A.LoadClientsRequest, A.LoadClientsFailure, A.LoadClientsSuccess, A.AddContact, A.UpdateContact, A.DeleteContact, A.SaveClientRequest, A.SaveClientSuccess, A.AddClientSuccess, A.SaveClientFailure, A.ArchiveClientsRequest, A.ArchiveClientsSuccess, A.ArchiveClientsFailure, A.DeleteClientsRequest, A.DeleteClientsSuccess, A.DeleteClientsFailure, A.PurgeClientRequest, A.PurgeClientSuccess, A.PurgeClientFailure, A.RestoreClientsRequest, A.RestoreClientSuccess, A.RestoreClientFailure, A.FilterClients, A.SortClients, A.FilterClientsByState, A.FilterClientsByCustom1, A.FilterClientsByCustom2, A.FilterClientsByCustom3, A.FilterClientsByCustom4, A.StartClientMultiselect, A.AddToClientMultiselect, A.RemoveFromClientMultiselect, A.ClearClientMultiselect, A.SaveClientDocumentRequest, A.SaveClientDocumentFailure, A.UpdateClientTab, A.ClientState, A._ClientUIState_Object_EntityUIState, A._$ClientStateSerializer, A._$ClientUIStateSerializer, A.ClientStateBuilder, A.ClientUIStateBuilder, A.SelectCompany, A.LoadCompanySuccess, A.UpdateCompany, A.SaveCompanyRequest, A.SaveCompanySuccess, A.SaveCompanyFailure, A.AddCompany, A.AddCompanySuccess, A.DeleteCompanyRequest, A.DeleteCompanySuccess, A.DeleteCompanyFailure, A.PurgeDataRequest, A.PurgeDataSuccess, A.PurgeDataFailure, A.UpdateCompanyLanguage, A.SaveCompanyDocumentRequest, A.SaveCompanyDocumentFailure, A.SetDefaultCompanyRequest, A.SetDefaultCompanySuccess, A.SetDefaultCompanyFailure, A.UserCompanyState, A.SettingsUIState, A._$UserCompanyStateSerializer, A._$SettingsUIStateSerializer, A.UserCompanyStateBuilder, A.SettingsUIStateBuilder, A.ViewCompanyGatewayList, A.ViewCompanyGateway, A.EditCompanyGateway, A.UpdateCompanyGateway, A.LoadCompanyGateway, A.LoadCompanyGatewayRequest, A.LoadCompanyGatewayFailure, A.LoadCompanyGatewaySuccess, A.LoadCompanyGatewaysRequest, A.LoadCompanyGatewaysFailure, A.LoadCompanyGatewaysSuccess, A.SaveCompanyGatewayRequest, A.SaveCompanyGatewaySuccess, A.AddCompanyGatewaySuccess, A.SaveCompanyGatewayFailure, A.ArchiveCompanyGatewayRequest, A.ArchiveCompanyGatewaySuccess, A.ArchiveCompanyGatewayFailure, A.DeleteCompanyGatewayRequest, A.DeleteCompanyGatewaySuccess, A.DeleteCompanyGatewayFailure, A.DisconnectCompanyGatewayRequest, A.DisconnectCompanyGatewaySuccess, A.DisconnectCompanyGatewayFailure, A.RestoreCompanyGatewayRequest, A.RestoreCompanyGatewaySuccess, A.RestoreCompanyGatewayFailure, A.FilterCompanyGatewaysByState, A.FilterCompanyGatewaysByCustom1, A.FilterCompanyGatewaysByCustom2, A.FilterCompanyGatewaysByCustom3, A.FilterCompanyGatewaysByCustom4, A.StartCompanyGatewayMultiselect, A.AddToCompanyGatewayMultiselect, A.RemoveFromCompanyGatewayMultiselect, A.ClearCompanyGatewayMultiselect, A.CompanyGatewayState, A._CompanyGatewayUIState_Object_EntityUIState, A._$CompanyGatewayStateSerializer, A._$CompanyGatewayUIStateSerializer, A.CompanyGatewayStateBuilder, A.CompanyGatewayUIStateBuilder, A.ViewCreditList, A.ViewCredit, A.EditCredit, A.ShowEmailCredit, A.ShowPdfCredit, A.EditCreditItem, A.UpdateCredit, A.UpdateCreditClient, A.LoadCredit, A.LoadCredits, A.LoadCreditRequest, A.LoadCreditFailure, A.LoadCreditSuccess, A.LoadCreditsRequest, A.LoadCreditsFailure, A.LoadCreditsSuccess, A.AddCreditContact, A.RemoveCreditContact, A.AddCreditItem, A.MoveCreditItem, A.AddCreditItems, A.UpdateCreditItem, A.DeleteCreditItem, A.SaveCreditRequest, A.SaveCreditSuccess, A.AddCreditSuccess, A.SaveCreditFailure, A.EmailCreditRequest, A.EmailCreditSuccess, A.EmailCreditFailure, A.MarkSentCreditRequest, A.MarkSentCreditSuccess, A.MarkSentCreditFailure, A.BulkEmailCreditsRequest, A.BulkEmailCreditsSuccess, A.BulkEmailCreditsFailure, A.MarkCreditsPaidRequest, A.MarkCreditsPaidSuccess, A.MarkCreditsPaidFailure, A.ArchiveCreditsRequest, A.ArchiveCreditsSuccess, A.ArchiveCreditsFailure, A.DeleteCreditsRequest, A.DeleteCreditsSuccess, A.DeleteCreditsFailure, A.DownloadCreditsRequest, A.DownloadCreditsSuccess, A.DownloadCreditsFailure, A.RestoreCreditsRequest, A.RestoreCreditsSuccess, A.RestoreCreditsFailure, A.FilterCredits, A.SortCredits, A.FilterCreditsByState, A.FilterCreditsByCustom1, A.FilterCreditsByCustom2, A.FilterCreditsByCustom3, A.FilterCreditsByCustom4, A.SaveCreditDocumentRequest, A.SaveCreditDocumentFailure, A.StartCreditMultiselect, A.AddToCreditMultiselect, A.RemoveFromCreditMultiselect, A.ClearCreditMultiselect, A.UpdateCreditTab, A.CreditState, A._CreditUIState_Object_EntityUIState, A._$CreditStateSerializer, A._$CreditUIStateSerializer, A.CreditStateBuilder, A.CreditUIStateBuilder, A.ViewDashboard, A.UpdateDashboardSettings, A.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.DownloadDocumentsRequest, A.DownloadDocumentsSuccess, A.DownloadDocumentsFailure, A.ArchiveDocumentRequest, A.ArchiveDocumentSuccess, A.ArchiveDocumentFailure, A.DeleteDocumentRequest, A.DeleteDocumentSuccess, A.DeleteDocumentFailure, A.RestoreDocumentRequest, A.RestoreDocumentSuccess, A.RestoreDocumentFailure, A.FilterDocuments, A.SortDocuments, A.FilterDocumentsByState, A.FilterDocumentsByCustom1, A.FilterDocumentsByCustom2, A.FilterDocumentsByCustom3, A.FilterDocumentsByCustom4, A.StartDocumentMultiselect, A.AddToDocumentMultiselect, A.RemoveFromDocumentMultiselect, A.ClearDocumentMultiselect, A.DocumentState, A._DocumentUIState_Object_EntityUIState, A._$DocumentStateSerializer, A._$DocumentUIStateSerializer, A.DocumentStateBuilder, A.DocumentUIStateBuilder, A.ViewExpenseList, A.ViewExpense, A.EditExpense, A.UpdateExpense, A.LoadExpense, A.LoadExpenses, A.LoadExpenseRequest, A.LoadExpenseFailure, A.LoadExpenseSuccess, A.LoadExpensesRequest, A.LoadExpensesFailure, A.LoadExpensesSuccess, A.SaveExpenseRequest, A.SaveExpenseSuccess, A.AddExpenseSuccess, A.SaveExpenseFailure, A.ArchiveExpenseRequest, A.ArchiveExpenseSuccess, A.ArchiveExpenseFailure, A.DeleteExpenseRequest, A.DeleteExpenseSuccess, A.DeleteExpenseFailure, A.RestoreExpenseRequest, A.RestoreExpenseSuccess, A.RestoreExpenseFailure, A.FilterExpenses, A.SortExpenses, A.FilterExpensesByState, A.FilterExpensesByStatus, A.FilterExpensesByCustom1, A.FilterExpensesByCustom2, A.FilterExpensesByCustom3, A.FilterExpensesByCustom4, A.StartExpenseMultiselect, A.AddToExpenseMultiselect, A.RemoveFromExpenseMultiselect, A.ClearExpenseMultiselect, A.SaveExpenseDocumentRequest, A.SaveExpenseDocumentFailure, A.UpdateExpenseTab, A.ExpenseState, A._ExpenseUIState_Object_EntityUIState, A._$ExpenseStateSerializer, A._$ExpenseUIStateSerializer, A.ExpenseStateBuilder, A.ExpenseUIStateBuilder, A.ViewExpenseCategoryList, A.ViewExpenseCategory, A.EditExpenseCategory, A.UpdateExpenseCategory, A.LoadExpenseCategoryRequest, A.LoadExpenseCategoryFailure, A.LoadExpenseCategorySuccess, A.LoadExpenseCategoriesRequest, A.LoadExpenseCategoriesFailure, A.LoadExpenseCategoriesSuccess, A.SaveExpenseCategoryRequest, A.SaveExpenseCategorySuccess, A.AddExpenseCategorySuccess, A.SaveExpenseCategoryFailure, A.ArchiveExpenseCategoriesRequest, A.ArchiveExpenseCategoriesSuccess, A.ArchiveExpenseCategoriesFailure, A.DeleteExpenseCategoriesRequest, A.DeleteExpenseCategoriesSuccess, A.DeleteExpenseCategoriesFailure, A.RestoreExpenseCategoriesRequest, A.RestoreExpenseCategoriesSuccess, A.RestoreExpenseCategoriesFailure, A.FilterExpenseCategories, A.SortExpenseCategories, A.FilterExpenseCategoriesByState, A.FilterExpenseCategoriesByCustom1, A.FilterExpenseCategoriesByCustom2, A.FilterExpenseCategoriesByCustom3, A.FilterExpenseCategoriesByCustom4, A.StartExpenseCategoryMultiselect, A.AddToExpenseCategoryMultiselect, A.RemoveFromExpenseCategoryMultiselect, A.ClearExpenseCategoryMultiselect, A.ExpenseCategoryState, A._ExpenseCategoryUIState_Object_EntityUIState, A._$ExpenseCategoryStateSerializer, A._$ExpenseCategoryUIStateSerializer, A.ExpenseCategoryStateBuilder, A.ExpenseCategoryUIStateBuilder, A.ViewGroupList, A.ViewGroup, A.EditGroup, A.UpdateGroup, A.LoadGroup, A.LoadGroupRequest, A.LoadGroupFailure, A.LoadGroupSuccess, A.LoadGroupsRequest, A.LoadGroupsFailure, A.LoadGroupsSuccess, A.SaveGroupRequest, A.SaveGroupSuccess, A.AddGroupSuccess, A.SaveGroupFailure, A.ArchiveGroupRequest, A.ArchiveGroupSuccess, A.ArchiveGroupFailure, A.DeleteGroupRequest, A.DeleteGroupSuccess, A.DeleteGroupFailure, A.RestoreGroupRequest, A.RestoreGroupSuccess, A.RestoreGroupFailure, A.FilterGroups, A.SortGroups, A.FilterGroupsByState, A.StartGroupMultiselect, A.AddToGroupMultiselect, A.RemoveFromGroupMultiselect, A.ClearGroupMultiselect, A.SaveGroupDocumentRequest, A.SaveGroupDocumentFailure, A.GroupState, A._GroupUIState_Object_EntityUIState, A._$GroupStateSerializer, A._$GroupUIStateSerializer, A.GroupStateBuilder, A.GroupUIStateBuilder, A.ViewInvoiceList, A.ViewInvoice, A.EditInvoice, A.ShowEmailInvoice, A.ShowPdfInvoice, A.EditInvoiceItem, A.UpdateInvoice, A.UpdateInvoiceClient, A.LoadInvoice, A.LoadInvoices, A.LoadInvoiceRequest, A.LoadInvoiceFailure, A.LoadInvoiceSuccess, A.LoadInvoicesRequest, A.LoadInvoicesFailure, A.LoadInvoicesSuccess, A.AddInvoiceContact, A.RemoveInvoiceContact, A.AddInvoiceItem, A.MoveInvoiceItem, A.AddInvoiceItems, A.UpdateInvoiceItem, A.DeleteInvoiceItem, A.SaveInvoiceRequest, A.SaveInvoiceSuccess, A.AddInvoiceSuccess, A.SaveInvoiceFailure, A.EmailInvoiceRequest, A.EmailInvoiceSuccess, A.EmailInvoiceFailure, A.MarkInvoicesSentRequest, A.MarkInvoicesSentSuccess, A.MarkInvoicesSentFailure, A.BulkEmailInvoicesRequest, A.BulkEmailInvoicesSuccess, A.BulkEmailInvoicesFailure, A.MarkInvoicesPaidRequest, A.MarkInvoicesPaidSuccess, A.MarkInvoicesPaidFailure, A.CancelInvoicesRequest, A.CancelInvoicesSuccess, A.CancelInvoicesFailure, A.ArchiveInvoicesRequest, A.ArchiveInvoicesSuccess, A.ArchiveInvoicesFailure, A.DeleteInvoicesRequest, A.DeleteInvoicesSuccess, A.DeleteInvoicesFailure, A.DownloadInvoicesRequest, A.DownloadInvoicesSuccess, A.DownloadInvoicesFailure, A.RestoreInvoicesRequest, A.RestoreInvoicesSuccess, A.RestoreInvoicesFailure, A.FilterInvoices, A.SortInvoices, A.FilterInvoicesByState, A.FilterInvoicesByStatus, A.FilterInvoicesByCustom1, A.FilterInvoicesByCustom2, A.FilterInvoicesByCustom3, A.FilterInvoicesByCustom4, A.StartInvoiceMultiselect, A.AddToInvoiceMultiselect, A.RemoveFromInvoiceMultiselect, A.ClearInvoiceMultiselect, A.SaveInvoiceDocumentRequest, A.SaveInvoiceDocumentFailure, A.UpdateInvoiceTab, A.InvoiceState, A._InvoiceUIState_Object_EntityUIState, A._$InvoiceStateSerializer, A._$InvoiceUIStateSerializer, A.InvoiceStateBuilder, A.InvoiceUIStateBuilder, A.ViewPaymentList, A.ViewPayment, A.EditPayment, A.ViewRefundPayment, A.UpdatePayment, A.LoadPayment, A.LoadPayments, A.LoadPaymentRequest, A.LoadPaymentFailure, A.LoadPaymentSuccess, A.LoadPaymentsRequest, A.LoadPaymentsFailure, A.LoadPaymentsSuccess, A.SavePaymentRequest, A.SavePaymentSuccess, A.AddPaymentSuccess, A.SavePaymentFailure, A.RefundPaymentRequest, A.RefundPaymentSuccess, A.RefundPaymentFailure, A.ArchivePaymentsRequest, A.ArchivePaymentsSuccess, A.ArchivePaymentsFailure, A.DeletePaymentsRequest, A.DeletePaymentsSuccess, A.DeletePaymentsFailure, A.RestorePaymentsRequest, A.RestorePaymentsSuccess, A.RestorePaymentsFailure, A.EmailPaymentRequest, A.EmailPaymentSuccess, A.FilterPayments, A.SortPayments, A.FilterPaymentsByState, A.FilterPaymentsByCustom1, A.FilterPaymentsByCustom2, A.FilterPaymentsByCustom3, A.FilterPaymentsByCustom4, A.StartPaymentMultiselect, A.AddToPaymentMultiselect, A.RemoveFromPaymentMultiselect, A.ClearPaymentMultiselect, A.PaymentState, A._PaymentUIState_Object_EntityUIState, A._$PaymentStateSerializer, A._$PaymentUIStateSerializer, A.PaymentStateBuilder, A.PaymentUIStateBuilder, A.ViewPaymentTermList, A.ViewPaymentTerm, A.EditPaymentTerm, A.UpdatePaymentTerm, A.LoadPaymentTermRequest, A.LoadPaymentTermFailure, A.LoadPaymentTermSuccess, A.LoadPaymentTermsRequest, A.LoadPaymentTermsFailure, A.LoadPaymentTermsSuccess, A.SavePaymentTermRequest, A.SavePaymentTermSuccess, A.AddPaymentTermSuccess, A.SavePaymentTermFailure, A.ArchivePaymentTermsRequest, A.ArchivePaymentTermsSuccess, A.ArchivePaymentTermsFailure, A.DeletePaymentTermsRequest, A.DeletePaymentTermsSuccess, A.DeletePaymentTermsFailure, A.RestorePaymentTermsRequest, A.RestorePaymentTermsSuccess, A.RestorePaymentTermsFailure, A.FilterPaymentTerms, A.SortPaymentTerms, A.FilterPaymentTermsByState, A.FilterPaymentTermsByCustom1, A.FilterPaymentTermsByCustom2, A.FilterPaymentTermsByCustom3, A.FilterPaymentTermsByCustom4, A.StartPaymentTermMultiselect, A.AddToPaymentTermMultiselect, A.RemoveFromPaymentTermMultiselect, A.ClearPaymentTermMultiselect, A.PaymentTermState, A._PaymentTermUIState_Object_EntityUIState, A._$PaymentTermStateSerializer, A._$PaymentTermUIStateSerializer, A.PaymentTermStateBuilder, A.PaymentTermUIStateBuilder, A.ViewProductList, A.ViewProduct, A.EditProduct, A.UpdateProduct, A.LoadProductRequest, A.LoadProduct, A.LoadProductSuccess, A.LoadProductFailure, A.LoadProducts, A.LoadProductsRequest, A.LoadProductsFailure, A.LoadProductsSuccess, A.SaveProductRequest, A.SaveProductSuccess, A.AddProductSuccess, A.SaveProductFailure, A.ArchiveProductsRequest, A.ArchiveProductsSuccess, A.ArchiveProductsFailure, A.DeleteProductsRequest, A.DeleteProductsSuccess, A.DeleteProductsFailure, A.RestoreProductsRequest, A.RestoreProductsSuccess, A.RestoreProductsFailure, A.FilterProducts, A.SortProducts, A.FilterProductsByState, A.FilterProductsByCustom1, A.FilterProductsByCustom2, A.FilterProductsByCustom3, A.FilterProductsByCustom4, A.StartProductMultiselect, A.AddToProductMultiselect, A.RemoveFromProductMultiselect, A.ClearProductMultiselect, A.SaveProductDocumentRequest, A.SaveProductDocumentFailure, A.UpdateProductTab, A.ProductState, A._ProductUIState_Object_EntityUIState, A._$ProductStateSerializer, A._$ProductUIStateSerializer, A.ProductStateBuilder, A.ProductUIStateBuilder, A.ViewProjectList, A.ViewProject, A.EditProject, A.UpdateProject, A.LoadProject, A.LoadProjects, A.LoadProjectRequest, A.LoadProjectFailure, A.LoadProjectSuccess, A.LoadProjectsRequest, A.LoadProjectsFailure, A.LoadProjectsSuccess, A.SaveProjectRequest, A.SaveProjectSuccess, A.AddProjectSuccess, A.SaveProjectFailure, A.ArchiveProjectRequest, A.ArchiveProjectSuccess, A.ArchiveProjectFailure, A.DeleteProjectRequest, A.DeleteProjectSuccess, A.DeleteProjectFailure, A.RestoreProjectRequest, A.RestoreProjectSuccess, A.RestoreProjectFailure, A.FilterProjects, A.SortProjects, A.FilterProjectsByState, A.FilterProjectsByCustom1, A.FilterProjectsByCustom2, A.FilterProjectsByCustom3, A.FilterProjectsByCustom4, A.StartProjectMultiselect, A.AddToProjectMultiselect, A.RemoveFromProjectMultiselect, A.ClearProjectMultiselect, A.SaveProjectDocumentRequest, A.SaveProjectDocumentFailure, A.UpdateProjectTab, A.ProjectState, A._ProjectUIState_Object_EntityUIState, A._$ProjectStateSerializer, A._$ProjectUIStateSerializer, A.ProjectStateBuilder, A.ProjectUIStateBuilder, A.ViewPurchaseOrderList, A.ViewPurchaseOrder, A.EditPurchaseOrder, A.ShowEmailPurchaseOrder, A.ShowPdfPurchaseOrder, A.EditPurchaseOrderItem, A.UpdatePurchaseOrder, A.UpdatePurchaseOrderVendor, A.LoadPurchaseOrder, A.LoadPurchaseOrders, A.LoadPurchaseOrderRequest, A.LoadPurchaseOrderFailure, A.LoadPurchaseOrderSuccess, A.LoadPurchaseOrdersRequest, A.LoadPurchaseOrdersFailure, A.LoadPurchaseOrdersSuccess, A.SavePurchaseOrderDocumentRequest, A.SavePurchaseOrderDocumentFailure, A.SavePurchaseOrderRequest, A.SavePurchaseOrderSuccess, A.AddPurchaseOrderSuccess, A.SavePurchaseOrderFailure, A.BulkEmailPurchaseOrdersRequest, A.BulkEmailPurchaseOrdersSuccess, A.BulkEmailPurchaseOrdersFailure, A.ArchivePurchaseOrdersRequest, A.ArchivePurchaseOrdersSuccess, A.ArchivePurchaseOrdersFailure, A.DeletePurchaseOrdersRequest, A.DeletePurchaseOrdersSuccess, A.DeletePurchaseOrdersFailure, A.DownloadPurchaseOrdersRequest, A.DownloadPurchaseOrdersSuccess, A.DownloadPurchaseOrdersFailure, A.AcceptPurchaseOrdersRequest, A.AcceptPurchaseOrderSuccess, A.AcceptPurchaseOrderFailure, A.CancelPurchaseOrdersRequest, A.CancelPurchaseOrderSuccess, A.CancelPurchaseOrderFailure, A.RestorePurchaseOrdersRequest, A.RestorePurchaseOrdersSuccess, A.RestorePurchaseOrdersFailure, A.EmailPurchaseOrderRequest, A.EmailPurchaseOrderSuccess, A.EmailPurchaseOrderFailure, A.MarkPurchaseOrdersSentRequest, A.MarkPurchaseOrderSentSuccess, A.MarkPurchaseOrderSentFailure, A.ConvertPurchaseOrdersToExpensesRequest, A.ConvertPurchaseOrdersToExpensesSuccess, A.ConvertPurchaseOrdersToExpensesFailure, A.AddPurchaseOrdersToInventoryRequest, A.AddPurchaseOrdersToInventorySuccess, A.AddPurchaseOrdersToInventoryFailure, A.ApprovePurchaseOrderSuccess, A.ApprovePurchaseOrderFailure, A.AddPurchaseOrderContact, A.RemovePurchaseOrderContact, A.AddPurchaseOrderItem, A.MovePurchaseOrderItem, A.AddPurchaseOrderItems, A.UpdatePurchaseOrderItem, A.DeletePurchaseOrderItem, A.FilterPurchaseOrders, A.SortPurchaseOrders, A.FilterPurchaseOrdersByState, A.FilterPurchaseOrdersByStatus, A.FilterPurchaseOrdersByCustom1, A.FilterPurchaseOrdersByCustom2, A.FilterPurchaseOrdersByCustom3, A.FilterPurchaseOrdersByCustom4, A.StartPurchaseOrderMultiselect, A.AddToPurchaseOrderMultiselect, A.RemoveFromPurchaseOrderMultiselect, A.ClearPurchaseOrderMultiselect, A.UpdatePurchaseOrderTab, A.PurchaseOrderState, A._PurchaseOrderUIState_Object_EntityUIState, A._$PurchaseOrderStateSerializer, A._$PurchaseOrderUIStateSerializer, A.PurchaseOrderStateBuilder, A.PurchaseOrderUIStateBuilder, A.ViewQuoteList, A.ViewQuote, A.EditQuote, A.ShowEmailQuote, A.ShowPdfQuote, A.EditQuoteItem, A.UpdateQuote, A.UpdateQuoteClient, A.LoadQuote, A.LoadQuotes, A.LoadQuoteRequest, A.LoadQuoteFailure, A.LoadQuoteSuccess, A.LoadQuotesRequest, A.LoadQuotesFailure, A.LoadQuotesSuccess, A.AddQuoteContact, A.RemoveQuoteContact, A.AddQuoteItem, A.MoveQuoteItem, A.AddQuoteItems, A.UpdateQuoteItem, A.DeleteQuoteItem, A.SaveQuoteRequest, A.SaveQuoteSuccess, A.AddQuoteSuccess, A.SaveQuoteFailure, A.EmailQuoteRequest, A.EmailQuoteSuccess, A.EmailQuoteFailure, A.MarkSentQuotesRequest, A.MarkSentQuoteSuccess, A.MarkSentQuoteFailure, A.BulkEmailQuotesRequest, A.BulkEmailQuotesSuccess, A.BulkEmailQuotesFailure, A.ArchiveQuotesRequest, A.ArchiveQuotesSuccess, A.ArchiveQuotesFailure, A.DeleteQuotesRequest, A.DeleteQuotesSuccess, A.DeleteQuotesFailure, A.DownloadQuotesRequest, A.DownloadQuotesSuccess, A.DownloadQuotesFailure, A.RestoreQuotesRequest, A.RestoreQuotesSuccess, A.RestoreQuotesFailure, A.FilterQuotes, A.SortQuotes, A.FilterQuotesByState, A.FilterQuotesByStatus, A.FilterQuotesByCustom1, A.FilterQuotesByCustom2, A.FilterQuotesByCustom3, A.FilterQuotesByCustom4, A.ConvertQuotes, A.ConvertQuoteSuccess, A.ConvertQuoteFailure, A.ApproveQuotes, A.ApproveQuoteSuccess, A.ApproveQuoteFailure, A.SaveQuoteDocumentRequest, A.SaveQuoteDocumentFailure, A.StartQuoteMultiselect, A.AddToQuoteMultiselect, A.RemoveFromQuoteMultiselect, A.ClearQuoteMultiselect, A.UpdateQuoteTab, A.QuoteState, A._QuoteUIState_Object_EntityUIState, A._$QuoteStateSerializer, A._$QuoteUIStateSerializer, A.QuoteStateBuilder, A.QuoteUIStateBuilder, A.ViewRecurringExpenseList, A.ViewRecurringExpense, A.EditRecurringExpense, A.UpdateRecurringExpense, A.LoadRecurringExpense, A.LoadRecurringExpenses, A.LoadRecurringExpenseRequest, A.LoadRecurringExpenseFailure, A.LoadRecurringExpenseSuccess, A.LoadRecurringExpensesRequest, A.LoadRecurringExpensesFailure, A.LoadRecurringExpensesSuccess, A.SaveRecurringExpenseRequest, A.SaveRecurringExpenseSuccess, A.AddRecurringExpenseSuccess, A.SaveRecurringExpenseFailure, A.ArchiveRecurringExpensesRequest, A.ArchiveRecurringExpensesSuccess, A.ArchiveRecurringExpensesFailure, A.DeleteRecurringExpensesRequest, A.DeleteRecurringExpensesSuccess, A.DeleteRecurringExpensesFailure, A.RestoreRecurringExpensesRequest, A.RestoreRecurringExpensesSuccess, A.RestoreRecurringExpensesFailure, A.FilterRecurringExpenses, A.SortRecurringExpenses, A.FilterRecurringExpensesByState, A.FilterRecurringExpensesByCustom1, A.FilterRecurringExpensesByCustom2, A.FilterRecurringExpensesByCustom3, A.FilterRecurringExpensesByCustom4, A.StartRecurringExpenseMultiselect, A.AddToRecurringExpenseMultiselect, A.RemoveFromRecurringExpenseMultiselect, A.ClearRecurringExpenseMultiselect, A.UpdateRecurringExpenseTab, A.StartRecurringExpensesRequest, A.StartRecurringExpensesSuccess, A.StartRecurringExpensesFailure, A.StopRecurringExpensesRequest, A.StopRecurringExpensesSuccess, A.StopRecurringExpensesFailure, A.SaveRecurringExpenseDocumentRequest, A.SaveRecurringExpenseDocumentFailure, A.RecurringExpenseState, A._RecurringExpenseUIState_Object_EntityUIState, A._$RecurringExpenseStateSerializer, A._$RecurringExpenseUIStateSerializer, A.RecurringExpenseStateBuilder, A.RecurringExpenseUIStateBuilder, A.ViewRecurringInvoiceList, A.ViewRecurringInvoice, A.EditRecurringInvoice, A.ShowPdfRecurringInvoice, A.EditRecurringInvoiceItem, A.UpdateRecurringInvoice, A.UpdateRecurringInvoiceClient, A.LoadRecurringInvoice, A.LoadRecurringInvoices, A.LoadRecurringInvoiceRequest, A.LoadRecurringInvoiceFailure, A.LoadRecurringInvoiceSuccess, A.LoadRecurringInvoicesRequest, A.LoadRecurringInvoicesFailure, A.LoadRecurringInvoicesSuccess, A.AddRecurringInvoiceContact, A.RemoveRecurringInvoiceContact, A.SaveRecurringInvoiceRequest, A.SaveRecurringInvoiceSuccess, A.AddRecurringInvoiceSuccess, A.AddRecurringInvoiceItem, A.MoveRecurringInvoiceItem, A.AddRecurringInvoiceItems, A.UpdateRecurringInvoiceItem, A.DeleteRecurringInvoiceItem, A.SaveRecurringInvoiceFailure, A.ArchiveRecurringInvoicesRequest, A.ArchiveRecurringInvoicesSuccess, A.ArchiveRecurringInvoicesFailure, A.SendNowRecurringInvoicesRequest, A.SendNowRecurringInvoicesSuccess, A.SendNowRecurringInvoicesFailure, A.DeleteRecurringInvoicesRequest, A.DeleteRecurringInvoicesSuccess, A.DeleteRecurringInvoicesFailure, A.RestoreRecurringInvoicesRequest, A.RestoreRecurringInvoicesSuccess, A.RestoreRecurringInvoicesFailure, A.FilterRecurringInvoices, A.SortRecurringInvoices, A.FilterRecurringInvoicesByState, A.FilterRecurringInvoicesByStatus, A.FilterRecurringInvoicesByCustom1, A.FilterRecurringInvoicesByCustom2, A.FilterRecurringInvoicesByCustom3, A.FilterRecurringInvoicesByCustom4, A.SaveRecurringInvoiceDocumentRequest, A.SaveRecurringInvoiceDocumentFailure, A.StartRecurringInvoicesRequest, A.StartRecurringInvoicesSuccess, A.StartRecurringInvoicesFailure, A.StopRecurringInvoicesRequest, A.StopRecurringInvoicesSuccess, A.StopRecurringInvoicesFailure, A.StartRecurringInvoiceMultiselect, A.AddToRecurringInvoiceMultiselect, A.RemoveFromRecurringInvoiceMultiselect, A.ClearRecurringInvoiceMultiselect, A.UpdateRecurringInvoiceTab, A.RecurringInvoiceState, A._RecurringInvoiceUIState_Object_EntityUIState, A._$RecurringInvoiceStateSerializer, A._$RecurringInvoiceUIStateSerializer, A.RecurringInvoiceStateBuilder, A.RecurringInvoiceUIStateBuilder, A.ViewReports, A.UpdateReportSettings, A.ReportsUIState, A._$ReportsUIStateSerializer, A.ReportsUIStateBuilder, A.ViewSettings, A.ClearSettingsFilter, A.ResetSettings, A.UpdateSettings, A.UpdateSettingsTab, A.UpdatedSetting, A.UpdateSettingsTemplate, A.UpdateUserSettings, A.UploadLogoRequest, A.UploadLogoFailure, A.SaveUserSettingsRequest, A.SaveUserSettingsSuccess, A.SaveUserSettingsFailure, A.SaveAuthUserRequest, A.SaveAuthUserSuccess, A.SaveAuthUserFailure, A.ConnecOAuthUserRequest, A.ConnecOAuthUserSuccess, A.ConnecOAuthUserFailure, A.DisableTwoFactorRequest, A.DisableTwoFactorSuccess, A.DisableTwoFactorFailure, A.ConnecGmailUserSuccess, A.ConnecGmailUserFailure, A.FilterSettings, A.StaticState, A._$StaticStateSerializer, A.StaticStateBuilder, A.ViewSubscriptionList, A.ViewSubscription, A.EditSubscription, A.UpdateSubscription, A.LoadSubscriptionRequest, A.LoadSubscriptionFailure, A.LoadSubscriptionSuccess, A.LoadSubscriptionsRequest, A.LoadSubscriptionsFailure, A.LoadSubscriptionsSuccess, A.SaveSubscriptionRequest, A.SaveSubscriptionSuccess, A.AddSubscriptionSuccess, A.SaveSubscriptionFailure, A.ArchiveSubscriptionsRequest, A.ArchiveSubscriptionsSuccess, A.ArchiveSubscriptionsFailure, A.DeleteSubscriptionsRequest, A.DeleteSubscriptionsSuccess, A.DeleteSubscriptionsFailure, A.RestoreSubscriptionsRequest, A.RestoreSubscriptionsSuccess, A.RestoreSubscriptionsFailure, A.FilterSubscriptions, A.SortSubscriptions, A.FilterSubscriptionsByState, A.FilterSubscriptionsByCustom1, A.FilterSubscriptionsByCustom2, A.FilterSubscriptionsByCustom3, A.FilterSubscriptionsByCustom4, A.StartSubscriptionMultiselect, A.AddToSubscriptionMultiselect, A.RemoveFromSubscriptionMultiselect, A.ClearSubscriptionMultiselect, A.SubscriptionState, A._SubscriptionUIState_Object_EntityUIState, A._$SubscriptionStateSerializer, A._$SubscriptionUIStateSerializer, A.SubscriptionStateBuilder, A.SubscriptionUIStateBuilder, A.ViewTaskList, A.ViewTask, A.EditTask, A.UpdateTask, A.LoadTask, A.LoadTasks, A.LoadTaskRequest, A.LoadTaskFailure, A.LoadTaskSuccess, A.EditTaskTime, A.AddTaskTime, A.UpdateTaskTime, A.DeleteTaskTime, A.LoadTasksRequest, A.LoadTasksFailure, A.LoadTasksSuccess, A.SaveTaskRequest, A.SaveTaskSuccess, A.AddTaskSuccess, A.SaveTaskFailure, A.ArchiveTaskRequest, A.ArchiveTaskSuccess, A.ArchiveTaskFailure, A.StartTasksRequest, A.StartTasksSuccess, A.StartTasksFailure, A.StopTasksRequest, A.StopTasksSuccess, A.StopTasksFailure, A.DeleteTaskRequest, A.DeleteTaskSuccess, A.DeleteTaskFailure, A.RestoreTaskRequest, A.RestoreTaskSuccess, A.RestoreTaskFailure, A.SortTasksRequest, A.SortTasksSuccess, A.SortTasksFailure, A.FilterTasks, A.SortTasks, A.FilterTasksByState, A.FilterTasksByStatus, A.FilterTasksByCustom1, A.FilterTasksByCustom2, A.FilterTasksByCustom3, A.FilterTasksByCustom4, A.UpdateKanban, A.StartTaskMultiselect, A.AddToTaskMultiselect, A.RemoveFromTaskMultiselect, A.ClearTaskMultiselect, A.SaveTaskDocumentRequest, A.SaveTaskDocumentFailure, A.UpdateTaskTab, A.TaskState, A._TaskUIState_Object_EntityUIState, A._$TaskStateSerializer, A._$TaskUIStateSerializer, A.TaskStateBuilder, A.TaskUIStateBuilder, A.ViewTaskStatusList, A.ViewTaskStatus, A.EditTaskStatus, A.UpdateTaskStatus, A.LoadTaskStatusRequest, A.LoadTaskStatusFailure, A.LoadTaskStatusSuccess, A.LoadTaskStatusesRequest, A.LoadTaskStatusesFailure, A.LoadTaskStatusesSuccess, A.SaveTaskStatusRequest, A.SaveTaskStatusSuccess, A.AddTaskStatusSuccess, A.SaveTaskStatusFailure, A.ArchiveTaskStatusesRequest, A.ArchiveTaskStatusesSuccess, A.ArchiveTaskStatusesFailure, A.DeleteTaskStatusesRequest, A.DeleteTaskStatusesSuccess, A.DeleteTaskStatusesFailure, A.RestoreTaskStatusesRequest, A.RestoreTaskStatusesSuccess, A.RestoreTaskStatusesFailure, A.FilterTaskStatuses, A.SortTaskStatuses, A.FilterTaskStatusesByState, A.FilterTaskStatusesByCustom1, A.FilterTaskStatusesByCustom2, A.FilterTaskStatusesByCustom3, A.FilterTaskStatusesByCustom4, A.StartTaskStatusMultiselect, A.AddToTaskStatusMultiselect, A.RemoveFromTaskStatusMultiselect, A.ClearTaskStatusMultiselect, A.TaskStatusState, A._TaskStatusUIState_Object_EntityUIState, A._$TaskStatusStateSerializer, A._$TaskStatusUIStateSerializer, A.TaskStatusStateBuilder, A.TaskStatusUIStateBuilder, A.ViewTaxRateList, A.ViewTaxRate, A.EditTaxRate, A.UpdateTaxRate, A.LoadTaxRateRequest, A.LoadTaxRateFailure, A.LoadTaxRateSuccess, A.LoadTaxRatesRequest, A.LoadTaxRatesFailure, A.LoadTaxRatesSuccess, A.SaveTaxRateRequest, A.SaveTaxRateSuccess, A.AddTaxRateSuccess, A.SaveTaxRateFailure, A.ArchiveTaxRateRequest, A.ArchiveTaxRatesSuccess, A.ArchiveTaxRateFailure, A.DeleteTaxRateRequest, A.DeleteTaxRatesSuccess, A.DeleteTaxRateFailure, A.RestoreTaxRateRequest, A.RestoreTaxRatesSuccess, A.RestoreTaxRateFailure, A.FilterTaxRates, A.SortTaxRates, A.FilterTaxRatesByState, A.StartTaxRateMultiselect, A.AddToTaxRateMultiselect, A.RemoveFromTaxRateMultiselect, A.ClearTaxRateMultiselect, A.TaxRateState, A._TaxRateUIState_Object_EntityUIState, A._$TaxRateStateSerializer, A._$TaxRateUIStateSerializer, A.TaxRateStateBuilder, A.TaxRateUIStateBuilder, A.ViewTokenList, A.ViewToken, A.EditToken, A.UpdateToken, A.LoadTokenRequest, A.LoadTokenFailure, A.LoadTokenSuccess, A.LoadTokensRequest, A.LoadTokensFailure, A.LoadTokensSuccess, A.SaveTokenRequest, A.SaveTokenSuccess, A.AddTokenSuccess, A.SaveTokenFailure, A.ArchiveTokensRequest, A.ArchiveTokensSuccess, A.ArchiveTokensFailure, A.DeleteTokensRequest, A.DeleteTokensSuccess, A.DeleteTokensFailure, A.RestoreTokensRequest, A.RestoreTokensSuccess, A.RestoreTokensFailure, A.FilterTokens, A.SortTokens, A.FilterTokensByState, A.FilterTokensByCustom1, A.FilterTokensByCustom2, A.FilterTokensByCustom3, A.FilterTokensByCustom4, A.StartTokenMultiselect, A.AddToTokenMultiselect, A.RemoveFromTokenMultiselect, A.ClearTokenMultiselect, A.TokenState, A._TokenUIState_Object_EntityUIState, A._$TokenStateSerializer, A._$TokenUIStateSerializer, A.TokenStateBuilder, A.TokenUIStateBuilder, A.EntityUIState, A.ListUIState, A._$ListUIStateSerializer, A.ListUIStateBuilder, A.PrefState, A.PrefStateSortField, A.CompanyPrefState, A.HistoryRecord, A._$PrefStateSerializer, A._$PrefStateSortFieldSerializer, A._$CompanyPrefStateSerializer, A._$AppLayoutSerializer, A._$ModuleLayoutSerializer, A._$AppSidebarModeSerializer, A._$HistoryRecordSerializer, A.PrefStateBuilder, A.PrefStateSortFieldBuilder, A.CompanyPrefStateBuilder, A.HistoryRecordBuilder, A.UpdateCurrentRoute, A.UIState, A._$UIStateSerializer, A.UIStateBuilder, A.ViewUserList, A.ViewUser, A.EditUser, A.UpdateUser, A.LoadUserRequest, A.LoadUserFailure, A.LoadUserSuccess, A.LoadUsersRequest, A.LoadUsersFailure, A.LoadUsersSuccess, A.SaveUserRequest, A.SaveUserSuccess, A.AddUserSuccess, A.SaveUserFailure, A.ArchiveUserRequest, A.ArchiveUserSuccess, A.ArchiveUserFailure, A.DeleteUserRequest, A.DeleteUserSuccess, A.DeleteUserFailure, A.RestoreUserRequest, A.RestoreUserSuccess, A.RestoreUserFailure, A.RemoveUserRequest, A.RemoveUserSuccess, A.RemoveUserFailure, A.ResendInviteRequest, A.ResendInviteSuccess, A.ResendInviteFailure, A.FilterUsers, A.SortUsers, A.FilterUsersByState, A.FilterUsersByCustom1, A.FilterUsersByCustom2, A.FilterUsersByCustom3, A.FilterUsersByCustom4, A.StartUserMultiselect, A.AddToUserMultiselect, A.RemoveFromUserMultiselect, A.ClearUserMultiselect, A.UserState, A._UserUIState_Object_EntityUIState, A._$UserStateSerializer, A._$UserUIStateSerializer, A.UserStateBuilder, A.UserUIStateBuilder, A.ViewVendorList, A.ViewVendor, A.EditVendor, A.UpdateVendor, A.LoadVendor, A.LoadVendors, A.LoadVendorRequest, A.LoadVendorFailure, A.LoadVendorSuccess, A.LoadVendorsRequest, A.LoadVendorsFailure, A.LoadVendorsSuccess, A.SaveVendorRequest, A.SaveVendorSuccess, A.AddVendorSuccess, A.SaveVendorFailure, A.ArchiveVendorRequest, A.ArchiveVendorSuccess, A.ArchiveVendorFailure, A.DeleteVendorRequest, A.DeleteVendorSuccess, A.DeleteVendorFailure, A.RestoreVendorRequest, A.RestoreVendorSuccess, A.RestoreVendorFailure, A.EditVendorContact, A.AddVendorContact, A.UpdateVendorContact, A.DeleteVendorContact, A.FilterVendors, A.SortVendors, A.FilterVendorsByState, A.FilterVendorsByCustom1, A.FilterVendorsByCustom2, A.FilterVendorsByCustom3, A.FilterVendorsByCustom4, A.StartVendorMultiselect, A.AddToVendorMultiselect, A.RemoveFromVendorMultiselect, A.ClearVendorMultiselect, A.SaveVendorDocumentRequest, A.SaveVendorDocumentFailure, A.UpdateVendorTab, A.VendorState, A._VendorUIState_Object_EntityUIState, A._$VendorStateSerializer, A._$VendorUIStateSerializer, A.VendorStateBuilder, A.VendorUIStateBuilder, A.ViewWebhookList, A.ViewWebhook, A.EditWebhook, A.UpdateWebhook, A.LoadWebhookRequest, A.LoadWebhookFailure, A.LoadWebhookSuccess, A.LoadWebhooksRequest, A.LoadWebhooksFailure, A.LoadWebhooksSuccess, A.SaveWebhookRequest, A.SaveWebhookSuccess, A.AddWebhookSuccess, A.SaveWebhookFailure, A.ArchiveWebhooksRequest, A.ArchiveWebhooksSuccess, A.ArchiveWebhooksFailure, A.DeleteWebhooksRequest, A.DeleteWebhooksSuccess, A.DeleteWebhooksFailure, A.RestoreWebhooksRequest, A.RestoreWebhooksSuccess, A.RestoreWebhooksFailure, A.FilterWebhooks, A.SortWebhooks, A.FilterWebhooksByState, A.FilterWebhooksByCustom1, A.FilterWebhooksByCustom2, A.FilterWebhooksByCustom3, A.FilterWebhooksByCustom4, A.StartWebhookMultiselect, A.AddToWebhookMultiselect, A.RemoveFromWebhookMultiselect, A.ClearWebhookMultiselect, A.WebhookState, A._WebhookUIState_Object_EntityUIState, A._$WebhookStateSerializer, A._$WebhookUIStateSerializer, A.WebhookStateBuilder, A.WebhookUIStateBuilder, A.ConfirmEmailVM, A.__AutocompleteEntity_Object_SelectableEntity, A.AppDrawerVM, A.MenuDrawerVM, A._TheState, A.EntityPresenter, A.DataColumn0, A.DataRow0, A.DataCell0, A.LoginVM, A.ClientListVM, A.ClientPdfVM, A.ClientScreenVM, A.ClientEditContactsVM, A.ClientEditVM, A.ClientViewVM, A.CompanyGatewayListVM, A.CompanyGatewayScreenVM, A.CompanyGatewayEditVM, A.CompanyGatewayViewVM, A.EmailEntityVM, A.EntityListVM, A.EntityPdfVM, A.CreditScreenVM, A.EntityEditDetailsVM, A.EntityEditItemsVM, A.EntityEditNotesVM, A.EntityEditPDFVM, A.AbstractInvoiceEditVM, A.AbstractInvoiceViewVM, A.DashboardVM, A.DesignListVM, A.DesignScreenVM, A.DesignEditVM, A.DesignViewVM, A.DocumentListVM, A.DocumentScreenVM, A.DocumentEditVM, A.DocumentViewVM, A.AbstractExpenseEditVM, A.ExpenseListVM, A.ExpenseScreenVM, A.AbstractExpenseViewVM, A.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, A.ExpenseCategoryScreenVM, A.ExpenseCategoryViewVM, A.GroupEditVM, A.GroupListVM, A.GroupScreenVM, A.GroupViewVM, A.EntityEditContactsVM, A.InvoiceScreenVM, A.PaymentEditVM, A.PaymentListVM, A.PaymentScreenVM, A.PaymentRefundVM, A.PaymentViewVM, A.PaymentTermEditVM, A.PaymentTermListVM, A.PaymentTermScreenVM, A.PaymentTermViewVM, A.ProductEditVM, A.ProductListVM, A.ProductScreenVM, A.ProductViewVM, A.ProjectEditVM, A.ProjectListVM, A.ProjectScreenVM, A.ProjectViewVM, A.PurchaseOrderScreenVM, A.QuoteScreenVM, A.RecurringExpenseListVM, A.RecurringExpenseScreenVM, A.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ReportResult, A.ReportElement, A.ReportsScreenVM, A.GroupTotals, A.AccountManagementVM, A.ClientPortalVM, A.CompanyDetailsVM, A.CreditCardsAndBanksVM, A.CustomFieldsVM, A.DataVisualizationsVM, A.DeviceSettingsVM, A.EmailSettingsVM, A.ExpenseSettingsVM, A.GeneratedNumbersVM, A.ImportExportVM, A.InvoiceDesignVM, A.LocalizationSettingsVM, A.PaymentSettingsVM, A.ProductSettingsVM, A.SettingsListVM, A.SettingsScreenVM, A.TaskSettingsVM, A.TaxSettingsVM, A.TemplatesAndRemindersVM, A.UserDetailsVM, A.WorkflowSettingsVM, A.SubscriptionEditVM, A.SubscriptionListVM, A.SubscriptionScreenVM, A.SubscriptionViewVM, A.TaskEditDetailsVM, A.TaskEditTimesVM, A.TaskEditVM, A.KanbanVM, A.TaskListVM, A.TaskScreenVM, A.TaskViewVM, A.TaskStatusEditVM, A.TaskStatusListVM, A.TaskStatusScreenVM, A.TaskStatusViewVM, A.TaxRateEditVM, A.TaxRateListVM, A.TaxRateScreenVM, A.TaxRateViewVM, A.TokenEditVM, A.TokenListVM, A.TokenScreenVM, A.TokenViewVM, A.UserEditVM, A.UserListVM, A.UserScreenVM, A.UserViewVM, A.VendorEditContactsVM, A.VendorEditVM, A.VendorListVM, A.VendorScreenVM, A.VendorViewVM, A.WebhookEditVM, A.WebhookViewVM, A.WebhookListVM, A.WebhookScreenVM, A.Debouncer, A.PersistUIDebouncer, A.LocaleCodeAware, A.LocalizationsProvider, A._MarkdownToDocument, A._InlineMarkdownToDocument, A.LinkifyElement, A.Linkifier, A.LinkifyOptions, A.AndroidAuthMessages, A.IOSAuthMessages, A.LocalAuthentication, A.Level, A.LogRecord, A.Logger, A.Element1, A.Text1, A.UnparsedContent, A.BlockParser, A.BlockSyntax, A.ListItem, A.Document0, A.LinkReference, A.ExtensionSet, A.InlineParser, A.InlineSyntax, A.SimpleDelimiter, A.DelimiterRun, A.InlineLink, A.AuthenticationResult, A.Configuration, A.BrowserAuthOptions, A.PublicClientApplication, A.CommonEndSessionRequest, A.CommonAuthorizationUrlRequest, A.MsalJsException, A.ImageHandler, A.Context, A.Style, A.ParsedPath, A.PathException, A.MissingPlatformDirectoryException, A.PdfPageFormat, A.Permission, A.Platform0, A.PdfRaster, A.Mutex, A.PdfPreviewActionBounds, A.PdfPreviewRaster, A.PrintJob, A.PrintJobs, A.PrintingInfo, A._QrBitBuffer_Object_ListMixin, A.QrByte, A.InputTooLongException, A.QrPolynomial, A.QrCode, A.QrImage, A.QrRsBlock, A.PaintCache, A._PaintMetrics, A.QrEyeStyle, A.QrDataModuleStyle, A.QrValidationResult, A.MiddlewareClass, A.Store, A.TypedReducer, A.TypedMiddleware, A.RoundedLoadingButtonController, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.EnvironmentVariables, A.HubAdapter, A.NoOpClient, A.NoOpHub, A.ISentrySpan, A.Platform1, A.PlatformChecker, A.Breadcrumb, A.SentryLevel, A.SpanStatus, A.SentryMeasurement, A.SentryOptions, A.NoOpTransport, A.SentryFlutterWeb, A.SentryNative, A.NativeFrames, A.SharedPreferences, A.SharedPreferencesStorePlatform, A.AuthorizationCredentialAppleID, A.AppleIDAuthorizationRequest, A.SignInWithAppleNotSupportedException, A.SignInWithAppleAuthorizationException, A.SignInWithAppleCredentialsException, A.WebAuthenticationOptions, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.InjectedBaseState, A._Rebuild, A.ReactiveModelBase, A.ReactiveModelListener, A.SnapState, A.MiddleSnapState, A.LifeCycleHooks, A.SideEffects, A._On, A._OnWidget, A.On, A.OnCombined, A.StringScanner, A.DocumentRange, A.DocumentPosition, A.DocumentNode, A._DocumentComposer_Object_ChangeNotifier, A.NonPrimarySelectionListener, A._ComposerPreferences_Object_ChangeNotifier, A.DocumentEditor, A.EditorCommandFunction, A.DocumentEditorTransaction, A._MutableDocument_Object_ChangeNotifier, A.DocumentComponent, A.MovementModifier, A.DocumentSelection, A.DocumentNodeSelection, A.EditContext, A.Stylesheet, A.StyleRule, A.BlockSelector, A._LastBlockMatcher, A.CascadingPadding, A.StyledSelection, A.SelectionStyles, A.LinkAttribution, A.BlockquoteComponentBuilder, A.SingleColumnLayoutComponentViewModel, A.CommonEditorOperations, A._PasteEditorCommand, A.AxisOffset, A._MagnifierAndToolbarController_Object_ChangeNotifier, A.DragHandleAutoScroller, A._FloatingCursorController_Object_ChangeNotifier, A.DocumentImeSerializer, A.ImeConfiguration, A.SoftwareKeyboardHandler, A.HorizontalRuleComponentBuilder, A.ImageComponentBuilder, A.SingleColumnDocumentComponentContext, A.SingleColumnLayoutPresenter, A.SingleColumnLayoutPresenterChangeListener, A.SingleColumnLayoutStylePhase, A.SingleColumnLayoutViewModel, A.SingleColumnLayoutComponentStyles, A.ListItemComponentBuilder, A.IndentListItemCommand, A.UnIndentListItemCommand, A.ConvertListItemToParagraphCommand, A.ConvertParagraphToListItemCommand, A.ChangeListItemTypeCommand, A.SplitListItemCommand, A.DeleteSelectionCommand, A.ParagraphComponentBuilder, A.CombineParagraphsCommand, A.SplitParagraphCommand, A.UpstreamDownstreamNodePosition, A.UpstreamDownstreamNodeSelection, A.DebugPaintConfig, A.TextComponentViewModel, A.ToggleTextAttributionsCommand, A.InsertTextCommand, A.UnknownComponentBuilder, A.Logger0, A.AutoScroller, A._TapTracker0, A._CountdownZoned0, A.Platform, A.CaretStyle, A._BlinkController_Object_ChangeNotifier, A.UserSelection, A.ProseTextBlock, A.RenderParagraphProseTextLayout, A.SelectionHighlightStyle, A.ArMessages, A.CaMessages, A.CsMessages, A.DaMessages, A.DeMessages, A.EnMessages, A.EnShortMessages, A.EsMessages, A.EsShortMessages, A.FaMessages, A.FrMessages, A.FrShortMessages, A.ItMessages, A.ItShortMessages, A.JaMessages, A.NbNoShortMessages, A.NbNoMessages, A.NlMessages, A.NlShortMessages, A.PlMessages, A.PtBrMessages, A.PtBrShortMessages, A.RoMessages, A.RoShortMessages, A.RuMessages, A.RuShortMessages, A.SvMessages, A.SvShortMessages, A.ThMessages, A.ThShortMessages, A.ZhMessages, A.Uuid, A.Matrix3, A.Matrix4, A.Quad, A.Quaternion, A.Vector3, A.Vector4, A.Version]); + _inheritMany(A.Closure, [A.Closure0Args, A.Closure2Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AssetManager__baseUrl_closure, A.ProductionCollector_closure, A.patchCanvasKitModule_closure0, A.patchCanvasKitModule_closure2, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder_submitFrame_closure0, A.HtmlViewEmbedder__updateOverlays_closure, A.FontFallbackData_ensureFontsSupportText_closure, A._registerSymbolsAndEmoji_extractUrlFromCss, A.findMinimumFontsForCodeUnits_closure, A.findMinimumFontsForCodeUnits_closure0, A.NotoDownloader_downloadAsBytes_closure, A.NotoDownloader_downloadAsBytes__closure, A.NotoDownloader_downloadAsString_closure, A.NotoDownloader_downloadAsString__closure, A.SkiaFontCollection__getArrayBuffer_closure, A.fetchImage_closure, A.fetchImage_closure0, A.fetchImage_closure1, A.downloadCanvasKit_closure0, A._downloadCanvasKitJs_closure, A.IntervalTree_IntervalTree$createFromRanges__makeBalancedTree, A.IntervalTree_IntervalTree$createFromRanges__computeHigh, A._getEffectiveFontFamilies_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.FlutterViewEmbedder_reset_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure, A.FlutterViewEmbedder_setPreferredOrientation_closure0, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A._addUrlStrategyListener_closure, A.Keyboard$__closure, A.Keyboard$__closure0, A.Keyboard__handleHtmlEvent_closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardBinding__setup_closure, A.KeyboardBinding__setup_closure0, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.HashUrlStrategy__waitForPopState_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__sendPlatformMessage_closure2, A.EnginePlatformDispatcher__sendPlatformMessage_closure3, A.EnginePlatformDispatcher__sendPlatformMessage_closure4, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A._BaseAdapter_addEventListener_loggedHandler, A._WheelEventListenerMixin__addWheelEventListener_closure, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._TouchAdapter__addTouchEventListener_closure, A._TouchAdapter_setup_closure, A._TouchAdapter_setup_closure0, A._TouchAdapter_setup_closure1, A._TouchAdapter_setup_closure2, A._MouseAdapter__addMouseEventListener_closure, A._MouseAdapter_setup_closure, A._MouseAdapter_setup_closure0, A._MouseAdapter_setup_closure1, A._MouseAdapter_setup_closure2, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A._roleFactories_closure, A._roleFactories_closure0, A._roleFactories_closure1, A._roleFactories_closure2, A._roleFactories_closure3, A._roleFactories_closure4, A._roleFactories_closure5, A._roleFactories_closure6, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_update_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.FontManager__loadFontFace_closure, A.FontManager__loadFontFace_closure0, A._PolyfillFontManager_registerAsset_closure, A.EngineAutofillForm_fromFrameworkMessage_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.futurize_closure, A.bytesToHexString_closure, A._HeaderValue__parse_expect, A._HeaderValue__parse_maybeExpect, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.ConstantStringMap_values_closure, A.GeneralConstantMap__typeTest_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A._Future_timeout_closure0, A.Stream_Stream$fromFuture_closure, A.Stream_pipe_closure, A.Stream_fold_closure0, A.Stream_fold__closure0, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_isEmpty_closure0, A.Stream_toList_closure, A.Stream_first_closure0, A._StreamHandlerTransformer_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapMixin_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._JsonMap_values_closure, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._createTables_setChars, A._createTables_setRange, A.CanvasElement_toBlob_closure, A._ChildrenElementList__filter_closure, A.Element_Element$html_closure, A.Entry_remove_closure0, A.HttpRequest_request_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.NodeValidatorBuilder_allowsElement_closure, A.NodeValidatorBuilder_allowsAttribute_closure, A._SimpleNodeValidator_closure, A._SimpleNodeValidator_closure0, A._TemplatingNodeValidator_closure, A._convertDartToNative_Value_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure0, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readDataChunked, A._File_readAsBytes_readDataChunked_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A.JsObject__convertDataTree__convert, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A._convertDataTree__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.KeyData__quotedCharCode_closure, A.webOnlyInstantiateImageCodecFromUrl_closure, A.decodeImageFromPixels_executeCallback, A.decodeImageFromPixels_executeCallback_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure, A.AttributedSpans__getStartingMarkerAtOrBefore_closure0, A.AttributedSpans__getEndingMarkerAtOrAfter_closure, A.AttributedSpans__getEndingMarkerAtOrAfter_closure0, A.AttributedSpans_addAttribution_closure, A.AttributedSpans_addAttribution_closure0, A.AttributedSpans_addAttribution_closure1, A.AttributedSpans_addAttribution_closure2, A.AttributedSpans_removeAttribution_closure, A.AttributedSpans_removeAttribution_closure0, A.AttributedSpans_removeAttribution_closure1, A.AttributedSpans_removeAttribution_closure2, A.AttributedSpans_removeAttribution_closure3, A.AttributedSpans_removeAttribution_closure4, A.AttributedSpans__isContinuousAttribution_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure, A.AttributedSpans__getNearestMarkerAtOrBefore_closure0, A.AttributedSpans__getMarkerAt_closure, A.AttributedSpans__getMarkerAt_closure0, A.AttributedSpans__getMarkerAt_closure1, A.AttributedSpans__insertMarker_closure, A.AttributedSpans__mergeBackToBackAttributions_closure, A.AttributedSpans__mergeBackToBackAttributions_closure0, A.AttributedSpans__mergeBackToBackAttributions_closure1, A.AttributedSpans_copyAttributionRegion_closure, A.AttributedSpans_copyAttributionRegion_closure0, A.AttributedSpans_copyAttributionRegion_closure2, A.AttributedSpans_copyAttributionRegion_closure3, A.AttributedSpans_copyAttributionRegion_closure4, A.AttributedSpans_copyAttributionRegion_closure5, A.AttributedSpans_pushAttributionsBack_closure, A.AttributedSpans_contractAttributions_closure, A.AttributedSpans_contractAttributions_closure0, A.AttributedSpans_contractAttributions_closure1, A.AttributedSpans_contractAttributions_closure2, A.AttributedSpans_contractAttributions_closure3, A.BoardItemState_build_closure, A.BoardItemState_build_closure3, A.BoardListState_build_closure2, A.BoardViewState_build_closure, A.BoardViewState_build_closure3, A.BoardViewState_build_closure5, A.BoardViewState_build_closure4, A.BoardViewState_build_closure6, A.BuiltListMultimap_BuiltListMultimap_closure, A.BuiltListMultimap_hashCode_closure, A.BuiltListMultimap_forEach__closure, A.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.BuiltSet_hashCode_closure, A.BuiltSetMultimap_hashCode_closure, A.BuiltSetMultimap_forEach__closure, A.SetMultimapBuilder_replace_closure, A.newBuiltValueToStringHelper_closure, A.BuiltListMultimapSerializer_serialize_closure, A.BuiltListMultimapSerializer_deserialize_closure, A.BuiltListSerializer_serialize_closure, A.BuiltListSerializer_deserialize_closure, A.BuiltSetMultimapSerializer_serialize_closure, A.BuiltSetMultimapSerializer_deserialize_closure, A.BuiltSetSerializer_serialize_closure, A.BuiltSetSerializer_deserialize_closure, A.StandardJsonPlugin__toList_closure, A.StandardJsonPlugin__toListUsingDiscriminator_closure, A.MultiImageStreamCompleter_closure, A.BaseBarRenderer_preprocessSeries_closure, A.BaseBarRenderer_preprocessSeries__closure0, A.BaseBarRenderer_preprocessSeries__closure2, A.BaseBarRenderer_preprocessSeries_closure0, A.BaseBarRenderer_update_closure, A.BaseBarRenderer_update__closure0, A.BaseBarRenderer_paint__closure0, A.BaseBarRenderer_paint__closure, A.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, A.BaseBarRenderer__getSegmentsForDomainValue_closure0, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, A.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, A.Axis__updateAxisTicks_closure, A.Axis__updateAxisTicks_closure0, A.Axis_paint_closure, A.BaseTickDrawStrategy_splitLabel_closure, A.BaseTickDrawStrategy_getLabelWidth_closure, A.NoneDrawStrategy_decorateTicks_closure, A.SimpleTickFormatterBase_format_closure, A.NumericTickFormatter__getFormatter_closure, A.CartesianChart_makeSeries_closure, A.BaseCartesianRenderer_configureDomainAxes_closure, A.BaseCartesianRenderer_configureMeasureAxes_closure, A.BaseChart_init_closure, A.BaseChart_pointWithinRenderer_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure, A.BaseChart_draw_closure, A.BaseChart_drawInternal_closure, A.BaseChart_configureSeries_closure, A.BaseChart_preprocessSeries_closure, A.BaseChart_preprocessSeries_closure0, A.BaseChart_paint_closure, A.BaseChart_fireOnDraw_closure, A.BaseChart_fireOnPreprocess_closure, A.BaseChart_fireOnPostprocess_closure, A.BaseChart_fireOnAxisConfigured_closure, A.BaseChart_fireOnPostrender_closure, A.BaseChart_fireOnAnimationComplete_closure, A.DomainHighlighter__updateColorFunctions_closure, A.DomainHighlighter__updateColorFunctions__closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure, A.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure, A.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, A.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, A.SeriesLegend_onData_closure0, A.SeriesLegend_onData_closure, A.SeriesLegend_preProcessSeriesList_closure, A.SeriesLegend_showSeries_closure, A.SelectNearest__onSelect_closure0, A.SelectNearest__extractSeriesFromNearestSelection_closure, A.MutableSeries_closure, A.MutableSelectionModel_updateSelection_closure, A.MutableSelectionModel_updateSelection_closure0, A.BaseSeriesRenderer_assignMissingColors_closure, A.BaseSeriesRenderer_assignMissingColors__closure3, A.BaseSeriesRenderer_assignMissingColors_closure0, A.BaseSeriesRenderer_assignMissingColors__closure2, A.BaseSeriesRenderer_assignMissingColors_closure1, A.BaseSeriesRenderer_assignMissingColors_closure2, A.BaseSeriesRenderer_assignMissingColors__closure0, A.BaseSeriesRenderer_assignMissingColors__closure1, A.BaseSeriesRenderer_assignMissingColors_closure3, A.BaseSeriesRenderer_assignMissingColors__closure, A.BaseSeriesRenderer_assignMissingColors_closure4, A.LayoutManagerImpl_drawableLayoutAreaBounds_closure, A.LayoutManagerImpl_layout_closure, A.LayoutManagerImpl__viewsForPositions_closure, A.VerticalMarginStrategy_measure_closure, A.LeftMarginLayoutStrategy_layout_closure, A.RightMarginLayoutStrategy_layout_closure, A.HorizontalMarginStrategy_measure_closure, A.TopMarginLayoutStrategy_layout_closure, A.BottomMarginLayoutStrategy_layout_closure, A.LineRenderer_configureSeries_closure, A.LineRenderer_configureSeries__closure, A.LineRenderer_preprocessSeries_closure, A.LineRenderer_preprocessSeries_closure0, A.LineRenderer_preprocessSeries__closure, A.LineRenderer__mergeIntoSeriesMap_closure, A.LineRenderer__mergeIntoSeriesMap__closure, A.LineRenderer_update_closure, A.LineRenderer_update__closure, A.LineRenderer_update___closure, A.LineRenderer__createBoundsSegment_closure, A.LineRenderer__createBoundsSegment_closure0, A.LineRenderer_paint__closure7, A.LineRenderer_paint__closure, A.LineRenderer_paint__closure0, A.LineRenderer_paint__closure1, A.LineRenderer_paint__closure2, A.LineRenderer_paint__closure3, A.LineRenderer_paint__closure4, A.LineRenderer_paint__closure5, A.LineRenderer_paint__closure6, A.PointRenderer_paint__closure1, A.PointRenderer_paint__closure, A.PointRenderer_paint__closure0, A.PointRenderer_paint___closure, A.PointRenderer_paint___closure0, A.PointRenderer_paint___closure1, A.PointRenderer_paint___closure2, A.GestureListener_defaultTapTest_closure, A.MaterialPalette__orderedPalettes_closure10, A.Performance_time_closure, A.Performance_timeEnd_closure, A.ProxyGestureListener_onLongPress_closure, A.ProxyGestureListener_onTap_closure, A.ProxyGestureListener_onDragStart_closure, A.ProxyGestureListener_onDragUpdate_closure, A.ProxyGestureListener_onDragEnd_closure, A.ProxyGestureListener__cancel_closure, A.ProxyGestureListener__populateActiveListeners_closure, A.Series_Series_closure0, A.Series_Series_closure1, A.Series_Series_closure2, A.Series_Series_closure, A.BaseChart__updateBehaviors_closure, A.BaseChart__updateBehaviors_closure0, A.BaseChart__notACustomBehavior_closure, A.BaseChart__updateSelectionModel_closure, A.BaseChart__updateSelectionModel_closure0, A.BaseChart_getDesiredGestures_closure, A.BaseChart_getDesiredGestures_closure0, A.BaseLegendContentBuilder_build_closure, A.SimpleLegendEntryLayout_makeTapUpCallback_closure, A.TabularLegendLayout_build_closure, A.TabularLegendLayout__buildTableFromRows_closure, A.TabularLegendLayout__buildTableFromRows_closure1, A._FlutterSeriesLegend_build_closure, A.ChartContainerRenderObject_requestAnimation_startAnimationController, A.ChartContainerRenderObject_requestRebuild_doRebuild, A.getChartContainerRenderObject_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._FileSink_addStream_closure, A._FileSink_close_closure, A._FileSink__addData_closure, A._MemoryFileSystem_findNode_closure, A.MemoryFileSystemEntity_internalCreateSync_closure, A.resolveLinks_closure, A.ErrorCodes_EINVAL_closure, A.ErrorCodes_EISDIR_closure, A.ErrorCodes_ELOOP_closure, A.ErrorCodes_ENOENT_closure, A.ErrorCodes_ENOTDIR_closure, A.ErrorCodes_ENOTEMPTY_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterErrorDetails_summary_closure, A.FlutterErrorDetails_debugFillProperties_closure, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.FlutterError_toString_closure, A.debugPrintStack_closure, A.BindingBase_initServiceExtensions_closure0, A.BindingBase_initServiceExtensions_closure2, A.BindingBase_registerBoolServiceExtension_closure, A.BindingBase_registerNumericServiceExtension_closure, A.BindingBase_registerStringServiceExtension_closure, A._PrefixedStringBuilder__wordWrapLine_noWrap, A.TextTreeRenderer__debugRender_visitor, A.TextTreeRenderer__debugRender_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.MultiDragGestureRecognizer_acceptGesture_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList___closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MaterialAppState__materialBuilder_closure, A._MaterialAppState__buildWidgetApp_closure, A.MaterialRectArcTween__initialize_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure19, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._MonthPickerState_didUpdateWidget_closure, A._CheckboxState__widgetFillColor_closure, A._CheckboxState__defaultFillColor_closure, A._CheckboxState_build_closure, A.DataTable_build_closure3, A.DataTable_build_closure, A.DataTable_build_closure0, A.DataTable_build_closure1, A.DataTable_build_closure2, A.DataTable_build_closure4, A.showDatePicker_closure, A._DatePickerDialogState_build_closure, A.DialogRoute_closure, A._DropdownRoutePage_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A._DropdownButtonState_build_closure, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ExpansionPanelListState_build_closure, A._InkResponseState_highlightsExist_closure, A._InputDatePickerFormFieldState_didUpdateWidget_closure, A._RenderDecoration_paint_doPaint, A._InputDecoratorState__getIconColor__resolveIconColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MergeableMaterialState_didUpdateWidget_closure, A._MergeableMaterialState_didUpdateWidget_closure0, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.PaginatedDataTableState__getBlankRowFor_closure, A.PaginatedDataTableState__getProgressIndicatorRowFor_closure, A._PopupMenu_build_closure, A._PopupMenuRoute_buildPage_closure, A.PopupMenuButtonState_showButtonMenu_closure, A._RadioState__widgetFillColor_closure, A._RadioState__defaultFillColor_closure, A._RadioState_build_closure, A.RefreshIndicatorState__show_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A.ScaffoldState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._MaterialSwitchState__widgetThumbColor_closure, A._MaterialSwitchState__defaultThumbColor_closure, A._MaterialSwitchState__widgetTrackColor_closure, A._MaterialSwitchState__defaultTrackColor_closure, A._MaterialSwitchState_build_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString__addLeadingZeroIfNeeded, A._HourMinuteControl_build_closure, A._HourMinuteControl_build_closure0, A._HourControl_build_hoursFromSelected, A._DayPeriodControl_build_closure, A._DayPeriodControl_build_closure0, A._DialPainter_paint_getOffsetForTheta, A._DialPainter_paint_paintLabels, A.showTimePicker_closure, A.ToggleButtons_build_closure, A.TooltipState__createNewEntry_closure, A.TooltipState__createNewEntry_closure0, A.TooltipState__createNewEntry_closure1, A.TooltipState_build_closure, A.TooltipState_build_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A.paintImage_closure, A._sample_closure, A._interpolateColorsAndStops_closure, A.LinearGradient_scale_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable__extractPlaceholderSpans_closure, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderListBody_computeMinIntrinsicWidth_closure, A.RenderListBody_computeMinIntrinsicWidth_closure0, A.RenderListBody_computeMaxIntrinsicWidth_closure, A.RenderListBody_computeMaxIntrinsicWidth_closure0, A.RenderListBody_computeMinIntrinsicHeight_closure, A.RenderListBody_computeMinIntrinsicHeight_closure0, A.RenderListBody_computeMaxIntrinsicHeight_closure, A.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject_reassemble_closure, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderParagraph__extractPlaceholderSpans_closure, A.RenderParagraph_describeSemanticsConfiguration_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderSliverPersistentHeader_layoutChild_closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A._AutofillScopeTextInputConfiguration_toJson_closure, A.AutofillScopeMixin_attach_closure, A._DefaultBinaryMessenger_send_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.RawKeyboard__synchronizeModifiers_closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInputConnection_setSelectionRects_closure, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure1, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedCrossFadeState_initState_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._WidgetsAppState__onGenerateRoute_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._RawAutocompleteState__updateOverlay_closure, A._RawAutocompleteState__updateOverlay_closure0, A._RawAutocompleteState__updateOverlay__closure, A.AutofillGroupState_autofillClients_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A.ClipPath_shape_closure, A.RichText__extractChildren_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure3, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure5, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState_pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__updateSelectionRects_closure, A.EditableTextState__updateSelectionRects_closure0, A.EditableTextState__updateSelectionRects_closure1, A.EditableTextState__updateSizeAndTransform_closure, A.EditableTextState__updateComposingRectIfNeeded_closure, A.EditableTextState__updateCaretRectIfNeeded_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure0, A._Editable__extractChildren_closure, A._ScribbleFocusableState_isInScribbleRect_closure, A._UpdateTextSelectionAction_invoke__collapse, A._throttle_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode_debugDescribeChildren_closure, A._getAncestor_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A._InactiveElements__unmount_closure, A.Element_reassemble_closure, A.Element_renderObject_visit, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.Element_debugDescribeChildren_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Route_isCurrent_closure, A.Route_isFirst_closure, A.Route_isActive_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__flushHistoryUpdates_closure, A.NavigatorState__afterNavigation_closure, A.NavigatorState_maybePop_closure, A.NavigatorState_maybePop_closure1, A.NavigatorState_removeRoute_closure, A.OverlayEntry_remove_closure, A._RenderTheatre_computeMinIntrinsicWidth_closure, A._RenderTheatre_computeMaxIntrinsicWidth_closure, A._RenderTheatre_computeMinIntrinsicHeight_closure, A._RenderTheatre_computeMaxIntrinsicHeight_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A.HtmlElementView__createHtmlElementView_closure, A._PlatformViewLinkState__initialize_closure, A.SliverReorderableListState__dragStart_closure, A._ReorderableItemState_updateForGap_closure, A.ReorderableDragStartListener_build_closure, A._DragInfo_startDrag_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollNotificationObserverState_build_closure, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A.ScrollbarPainter_update__needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.LogicalKeySet__triggers_closure, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.Table_closure, A.Table_closure0, A._TableElement_mount_closure, A._TableElement_mount__closure, A._TableElement_update_closure, A._TableElement_update_closure0, A._TableElement__updateRenderObjectChildren_closure, A._TableElement__updateRenderObjectChildren__closure, A._TableElement_visitChildren_closure, A.SelectionOverlay__markNeedsBuild_closure, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A.CacheStore_closure, A.CacheStore_retrieveCacheData_closure, A.WebHelper__manageResponse_closure, A.WebHelper__saveFileAndPostUpdates_closure, A._BlockPickerState_build_closure, A._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, A.SlidableAction_build_closure, A.SlidableAutoCloseBehaviorListener_build_closure, A.SlidableAutoCloseNotificationSender_build_closure, A._SlidableAutoCloseBarrierNotificationSenderState_dispose_closure, A._SlidableAutoCloseBarrierBehaviorListenerState_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure, A._RenderFlexEntranceTransition_getTotalFlex_closure, A._RenderFlexEntranceTransition_performLayout_closure, A.showToastWidget_closure, A._StyledToastState_build_closure, A.ToastManager_dismissAll_closure, A.Registrar_send_closure, A.GoogleSignIn__ensureInitialized_closure, A.GoogleSignIn__waitFor_closure, A.GoogleSignIn__addMethodCall_closure, A.GoogleSignIn_signIn_isCanceled, A.GoogleSignIn_signIn_closure, A.MethodChannelGoogleSignIn_getTokens_closure, A.GoogleSignInPlugin_closure, A.GoogleSignInPlugin_init_closure, A.GoogleSignInPlugin_init_closure0, A.NodeList_retainWhere_closure, A.FilteredElementList_removeRange_closure, A.InTableTextPhase_flushCharacters_closure, A._CssClassSetImpl_add_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure, A.SelectorEvaluator_visitPseudoClassSelector_closure0, A.SelectorEvaluator_visitPseudoClassSelector__closure, A.SelectorEvaluator_visitAttributeSelector_closure, A.HtmlTokenizer_consumeEntity_closure, A._escape_closure, A._escape_closure0, A._escape_closure1, A._escape_closure2, A._escape_closure3, A._escape__closure, A._escape_closure4, A._escape_closure5, A._escape_closure6, A._escape_closure7, A._escape_closure8, A._postProcess_closure, A.Rule_findRule_closure, A.Rule_findRule_closure0, A.Rule__buildFilterFn_closure, A._CommonRules_indentedCodeBlock_closure, A._CommonRules_fencedCodeBlock_closure, A._CommonRules_inlineLink_closure, A._CommonRules_referenceLink_closure0, A._CommonRules_code_closure, A._CommonRules_code__closure, A.countSiblingEl_closure, A.get_closure, A.readBytes_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.mapToQuery_closure0, A.onDone_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.PngDecoder_decodeFrame_closure, A.ImagePickerPlugin__getSelectedXFiles_closure, A.ImagePickerPlugin__getSelectedXFiles__closure, A.ImagePickerPlugin__getSelectedXFiles_closure0, A.DateSymbols_DateSymbols$deserializeFromMap__getStringList, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.ClientEntity_ClientEntity_closure, A.ClientEntity_primaryContact_closure, A.ClientEntity_emailContacts_closure, A.ClientEntity_hasEmailAddress_closure, A.ClientEntity_getContact_closure, A.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, A.DesignEntity_clone_closure, A.HasActivities_getActivities_closure, A.ExpenseEntity_clone_closure, A.InvoiceEntity_InvoiceEntity_closure, A.InvoiceEntity_InvoiceEntity_closure0, A.InvoiceEntity_moveLineItem_closure, A.InvoiceEntity_moveLineItem_closure0, A.InvoiceEntity_recreateInvitations_closure0, A.InvoiceEntity_recreateInvitations_closure, A.InvoiceEntity_recreateInvitations_closure2, A.InvoiceEntity_recreateInvitations_closure1, A.InvoiceEntity_clone_closure, A.InvoiceEntity_clone__closure, A.InvoiceEntity_clone__closure0, A.InvoiceEntity_applyClient_closure, A.InvoiceEntity_applyVendor_closure, A.InvoiceEntity_history_closure, A.InvoiceEntity_history_closure0, A.InvoiceEntity_hasTasks_closure, A.InvoiceEntity_hasProducts_closure, A.InvoiceEntity_hasExpenses_closure, A.InvoiceEntity_applyTax_closure, A.InvoiceEntity_applyTax_closure0, A.InvoiceEntity_applyTax_closure1, A.InvoiceEntity_isViewed_closure, A.InvoiceEntity_getInvitationForClientContact_closure, A.InvoiceEntity_getInvitationForVendorContact_closure, A.InvoiceItemEntity_taxAmount_calculateTaxAmount, A.InvoiceItemEntity_applyTax_closure, A.InvoiceItemEntity_applyTax_closure0, A.InvoiceItemEntity_applyTax_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure, A.CalculateInvoiceTotal_calculateTaxes__closure, A.CalculateInvoiceTotal_calculateTaxes__closure1, A.CalculateInvoiceTotal_calculateTaxes__closure3, A.CalculateInvoiceTotal_calculateTaxes_closure0, A.CalculateInvoiceTotal_calculateTaxes_closure2, A.CalculateInvoiceTotal_calculateTaxes_closure4, A.CalculateInvoiceTotal_getTaxable_closure, A.CalculateInvoiceTotal_calculateTotal_closure, A.CalculateInvoiceTotal_calculateSubtotal_closure, A.PaymentEntity_invoicePaymentables_closure, A.PaymentEntity_creditPaymentables_closure, A.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, A.SettingsEntity_setFieldsForSection_closure, A.SettingsEntity_setFieldsForSection_closure0, A.TaskTime_stop_closure, A.TaskEntity_clone_closure, A.TaskEntity_areTimesValid_closure, A.TaskEntity_getInvalidTimeIndices_closure, A.TaskEntity_isRunning_closure, A.TaskEntity_getTaskTimes_closure, A.TaskEntity_addTaskTime_closure, A.TaskEntity_updateTaskTime_closure, A.TaskEntity_deleteTaskTime_closure, A.TaskEntity_calculateDuration_closure, A.VendorEntity_VendorEntity_closure, A.VendorEntity_emailContacts_closure, A.VendorEntity_primaryContact_closure, A.VendorEntity_hasEmailAddress_closure, A.VendorEntity_getContact_closure, A.ClientRepository_saveData_closure, A.CreditRepository_saveData_closure, A.InvoiceRepository_saveData_closure, A.ProductRepository_saveData_closure, A.PurchaseOrderRepository_saveData_closure, A.QuoteRepository_saveData_closure, A._parseError__closure, A._initialState_closure, A.InvoiceNinjaAppState_initState_closure, A.InvoiceNinjaAppState_generateRoute_closure, A.InvoiceNinjaAppState_generateRoute_closure0, A.InvoiceNinjaAppState_build_closure, A.InvoiceNinjaAppState_build__closure, A.InvoiceNinjaAppState_build__closure0, A.InvoiceNinjaAppState_build__closure1, A.InvoiceNinjaAppState_build__closure2, A.InvoiceNinjaAppState_build__closure3, A.InvoiceNinjaAppState_build__closure4, A.InvoiceNinjaAppState_build__closure5, A.InvoiceNinjaAppState_build__closure6, A.InvoiceNinjaAppState_build__closure7, A.InvoiceNinjaAppState_build__closure8, A.InvoiceNinjaAppState_build__closure9, A.InvoiceNinjaAppState_build__closure10, A.InvoiceNinjaAppState_build__closure11, A.InvoiceNinjaAppState_build__closure12, A.InvoiceNinjaAppState_build__closure13, A.InvoiceNinjaAppState_build__closure14, A.InvoiceNinjaAppState_build__closure15, A.InvoiceNinjaAppState_build__closure16, A.InvoiceNinjaAppState_build__closure17, A.InvoiceNinjaAppState_build__closure18, A.InvoiceNinjaAppState_build__closure19, A.InvoiceNinjaAppState_build__closure20, A.InvoiceNinjaAppState_build__closure21, A.InvoiceNinjaAppState_build__closure22, A.InvoiceNinjaAppState_build__closure23, A.InvoiceNinjaAppState_build__closure24, A.InvoiceNinjaAppState_build__closure25, A.InvoiceNinjaAppState_build__closure26, A.InvoiceNinjaAppState_build__closure27, A.InvoiceNinjaAppState_build__closure28, A.InvoiceNinjaAppState_build__closure29, A.InvoiceNinjaAppState_build__closure30, A.InvoiceNinjaAppState_build__closure31, A.InvoiceNinjaAppState_build__closure32, A.InvoiceNinjaAppState_build__closure33, A.InvoiceNinjaAppState_build__closure34, A.InvoiceNinjaAppState_build__closure35, A.InvoiceNinjaAppState_build__closure36, A.InvoiceNinjaAppState_build__closure37, A.InvoiceNinjaAppState_build__closure38, A.InvoiceNinjaAppState_build__closure39, A.InvoiceNinjaAppState_build__closure40, A.InvoiceNinjaAppState_build__closure41, A.InvoiceNinjaAppState_build__closure42, A.InvoiceNinjaAppState_build__closure43, A.InvoiceNinjaAppState_build__closure44, A.InvoiceNinjaAppState_build__closure45, A.InvoiceNinjaAppState_build__closure46, A.InvoiceNinjaAppState_build__closure47, A.InvoiceNinjaAppState_build__closure48, A.InvoiceNinjaAppState_build__closure49, A.InvoiceNinjaAppState_build__closure50, A.InvoiceNinjaAppState_build__closure51, A.InvoiceNinjaAppState_build__closure52, A.InvoiceNinjaAppState_build__closure53, A.InvoiceNinjaAppState_build__closure54, A.InvoiceNinjaAppState_build__closure55, A.InvoiceNinjaAppState_build__closure56, A.InvoiceNinjaAppState_build__closure57, A.InvoiceNinjaAppState_build__closure58, A.InvoiceNinjaAppState_build__closure59, A.InvoiceNinjaAppState_build__closure60, A.InvoiceNinjaAppState_build__closure61, A.InvoiceNinjaAppState_build__closure62, A.InvoiceNinjaAppState_build__closure63, A.InvoiceNinjaAppState_build__closure64, A.InvoiceNinjaAppState_build__closure65, A.InvoiceNinjaAppState_build__closure66, A.InvoiceNinjaAppState_build__closure67, A.InvoiceNinjaAppState_build__closure68, A.InvoiceNinjaAppState_build__closure69, A.InvoiceNinjaAppState_build__closure70, A.InvoiceNinjaAppState_build__closure71, A.InvoiceNinjaAppState_build__closure72, A.InvoiceNinjaAppState_build__closure73, A.InvoiceNinjaAppState_build__closure74, A.InvoiceNinjaAppState_build__closure75, A.InvoiceNinjaAppState_build__closure76, A.InvoiceNinjaAppState_build__closure77, A.InvoiceNinjaAppState_build__closure78, A.InvoiceNinjaAppState_build__closure79, A.InvoiceNinjaAppState_build__closure80, A.InvoiceNinjaAppState_build__closure81, A.InvoiceNinjaAppState_build__closure82, A.InvoiceNinjaAppState_build__closure83, A.InvoiceNinjaAppState_build__closure84, A.InvoiceNinjaAppState_build__closure85, A.InvoiceNinjaAppState_build__closure86, A.InvoiceNinjaAppState_build__closure87, A.InvoiceNinjaAppState_build__closure88, A.InvoiceNinjaAppState_build__closure89, A.InvoiceNinjaAppState_build__closure90, A.InvoiceNinjaAppState_build__closure91, A.InvoiceNinjaAppState_build__closure92, A.InvoiceNinjaAppState_build__closure93, A.InvoiceNinjaAppState_build__closure94, A.InvoiceNinjaAppState_build__closure95, A.InvoiceNinjaAppState_build__closure96, A.InvoiceNinjaAppState_build__closure97, A.InvoiceNinjaAppState_build__closure98, A.InvoiceNinjaAppState_build__closure99, A.InvoiceNinjaAppState_build__closure100, A.InvoiceNinjaAppState_build__closure101, A.InvoiceNinjaAppState_build__closure102, A.InvoiceNinjaAppState_build__closure103, A.InvoiceNinjaAppState_build__closure104, A.InvoiceNinjaAppState_build__closure105, A.InvoiceNinjaAppState_build__closure106, A.InvoiceNinjaAppState_build__closure107, A.InvoiceNinjaAppState_build__closure108, A.viewEntityById__closure, A.checkForChanges_closure, A._createLoadState_closure, A._createLoadState__closure, A._createLoadState__closure0, A._createLoadState__closure1, A._createLoadState__closure2, A._createLoadState__closure3, A._getRoutes_closure, A._getRoutes_closure0, A._createUserLoggedIn_closure, A._createPersistData_closure, A._createPersistUI_closure, A._createPersistPrefs_closure, A._createPersistPrefs__closure, A._createAccountLoaded_closure, A._createDataRefreshed_closure, A._createPersistStatic_closure, A._createDeleteState_closure, A._createDeleteState__closure, A._createViewMainScreen_closure, A._createViewMainScreen__closure, A._createClearData_closure, A._createClearData__closure, A.appReducer_closure, A.appReducer__closure, A.appReducer_closure0, A.appReducer_closure1, A.appReducer_closure2, A.AppState_AppState_closure, A.AppState_companies_closure, A.AppState_historyList_closure, A._createUserLogout_closure, A._createUserLogout__closure, A._createUserLogoutAll_closure, A._createUserLogoutAll__closure, A._createUserLogoutAll__closure0, A._createLoginRequest_closure, A._createLoginRequest__closure, A._createLoginRequest__closure0, A._createSignUpRequest_closure, A._createSignUpRequest__closure, A._createSignUpRequest__closure0, A._createOAuthLoginRequest_closure, A._createOAuthLoginRequest__closure, A._createOAuthLoginRequest__closure0, A._createOAuthSignUpRequest_closure, A._createOAuthSignUpRequest__closure, A._createOAuthSignUpRequest__closure0, A._createRefreshRequest_closure, A._createRefreshRequest__closure, A._createRefreshRequest___closure, A._createRefreshRequest____closure, A._createRefreshRequest__closure0, A._createRecoverRequest_closure, A._createRecoverRequest__closure, A._createRecoverRequest__closure0, A._createCompany_closure, A._createCompany__closure, A._createCompany___closure, A._setDefaultCompany_closure, A._setDefaultCompany__closure, A._setDefaultCompany__closure0, A._deleteCompany_closure, A._deleteCompany__closure, A._deleteCompany__closure0, A._purgeData_closure, A._purgeData__closure, A._purgeData___closure, A._purgeData__closure0, A._resendConfirmation_closure, A._resendConfirmation__closure, A._resendConfirmation__closure0, A.userLoadUrlReducer_closure, A.userSignUpRequestReducer_closure, A.userLoginRequestReducer_closure, A.oauthLoginRequestReducer_closure, A.oauthSignUpRequestReducer_closure, A.userLoginSuccessReducer_closure, A.userVerifiedPasswordReducer_closure, A.userUnverifiedPasswordReducer_closure, A.handleClientAction_closure, A.handleClientAction_closure0, A.handleClientAction_closure1, A.handleClientAction_closure2, A.handleClientAction_closure3, A.handleClientAction_closure4, A._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._purgeClient_closure, A._purgeClient__closure, A._purgeClient___closure, A._purgeClient__closure0, A._restoreClient_closure, A._restoreClient__closure, A._restoreClient__closure0, A._restoreClient__closure1, A._saveClient_closure, A._saveClient__closure, A._saveClient__closure0, A._loadClient_closure, A._loadClient__closure, A._loadClient__closure0, A._loadClients_closure, A._loadClients__closure, A._loadClients__closure0, A._saveDocument_closure11, A._saveDocument__closure23, A._saveDocument__closure24, A._showPdfClient_closure, A.clientUIReducer_closure, A.editingReducer__closure55, A.editingReducer__closure54, A.editingReducer__closure53, A.editingReducer__closure52, A._viewClientList_closure, A._filterClientsByCustom1_closure, A._filterClientsByCustom1_closure0, A._filterClientsByCustom2_closure, A._filterClientsByCustom2_closure0, A._filterClientsByCustom3_closure, A._filterClientsByCustom3_closure0, A._filterClientsByCustom4_closure, A._filterClientsByCustom4_closure0, A._filterClientsByState_closure, A._filterClientsByState_closure0, A._filterClients_closure, A._sortClients_closure, A._startListMultiselect_closure22, A._addToListMultiselect_closure22, A._removeFromListMultiselect_closure22, A._clearListMultiselect_closure22, A._archiveClientSuccess_closure, A._deleteClientSuccess_closure, A._restoreClientSuccess_closure, A._addClient_closure, A._addClient__closure, A._updateClient_closure, A._updateClient__closure, A._setLoadedClient_closure, A._setLoadedClient__closure, A.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_closure6, A.handleCreditAction_closure7, A.handleCreditAction__closure, A.handleCreditAction_closure8, A._viewCredit_closure, A._viewCreditList_closure0, A._viewCreditList__closure, A._editCredit_closure, A._showEmailCredit_closure, A._showPdfCredit_closure, A._archiveCredit_closure, A._archiveCredit__closure, A._archiveCredit__closure0, A._archiveCredit__closure1, A._deleteCredit_closure, A._deleteCredit__closure, A._deleteCredit__closure0, A._deleteCredit__closure1, A._restoreCredit_closure, A._restoreCredit__closure, A._restoreCredit__closure0, A._restoreCredit__closure1, A._markSentCredit_closure, A._markSentCredit__closure, A._markSentCredit__closure0, A._markPaidCredit_closure, A._markPaidCredit__closure, A._markPaidCredit__closure0, A._emailCredit_closure, A._emailCredit__closure, A._emailCredit__closure0, A._saveCredit_closure, A._saveCredit__closure, A._saveCredit___closure, A._saveCredit__closure0, A._saveCredit__closure1, A._loadCredit_closure, A._loadCredit__closure, A._loadCredit__closure0, A._loadCredits_closure, A._loadCredits__closure, A._loadCredits__closure0, A._downloadCredits_closure, A._downloadCredits__closure, A._downloadCredits__closure0, A._bulkEmailCredits_closure, A._bulkEmailCredits__closure, A._bulkEmailCredits__closure0, A._saveDocument_closure0, A._saveDocument__closure1, A._saveDocument__closure2, A.creditUIReducer_closure, A.editingReducer__closure22, A.editingReducer__closure21, A.editingReducer__closure20, A.editingReducer__closure19, A.editingReducer__closure18, A.editingReducer___closure0, A.editingReducer__closure17, A.editingReducer__closure16, A._addCreditItem_closure, A._addCreditItems_closure, A._removeCreditItem_closure, A._updateCreditItem_closure, A._viewCreditList_closure, A._filterCreditsByCustom1_closure, A._filterCreditsByCustom1_closure0, A._filterCreditsByCustom2_closure, A._filterCreditsByCustom2_closure0, A._filterCreditsByCustom3_closure, A._filterCreditsByCustom3_closure0, A._filterCreditsByCustom4_closure, A._filterCreditsByCustom4_closure0, A._filterCreditsByState_closure, A._filterCreditsByState_closure0, A._filterCreditsByStatus_closure, A._filterCreditsByStatus_closure0, A._filterCredits_closure, A._sortCredits_closure, A._startListMultiselect_closure10, A._addToListMultiselect_closure10, A._removeFromListMultiselect_closure10, A._clearListMultiselect_closure10, A._markSentCreditSuccess_closure0, A._markSentCreditSuccess_closure1, A._markSentCreditSuccess_closure, A._archiveCreditSuccess_closure, A._deleteCreditSuccess_closure, A._restoreCreditSuccess_closure, A._addCredit_closure, A._addCredit__closure, A._updateCredit_closure, A._updateCredit__closure, A.creditContactSelector_closure, A.creditContactSelector_closure0, A.memoizedDropdownCreditList_closure, A.dropdownCreditSelector_closure, A.memoizedFilteredCreditList_closure, A.filteredCreditsSelector_closure, A.CreditState_loadCredits_closure0, A.CreditState_loadCredits_closure1, A.CreditState_loadCredits_closure, A._createViewDashboard_closure, A._createViewDashboard___closure, A.dashboardUIReducer_closure, A.selectedEntitiesReducer__closure0, A.selectedEntitiesReducer__closure, A.dashboardSettingsReducer_closure, A.dashboardSettingsReducer_closure0, A.dashboardSettingsReducer_closure1, A.dashboardSettingsReducer_closure2, A.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._downloadDocuments_closure, A._downloadDocuments__closure, A._downloadDocuments__closure0, A._deleteDocument_closure, A._deleteDocument__closure, A._deleteDocument__closure0, A._restoreDocument_closure, A._restoreDocument__closure, A._restoreDocument__closure0, A._restoreDocument__closure1, A._loadDocument_closure, A._loadDocument__closure, A._loadDocument__closure0, A._loadDocuments_closure, A._loadDocuments__closure, A._loadDocuments__closure0, A.documentUIReducer_closure, A.editingReducer__closure11, A._viewDocumentList_closure, A._filterDocumentsByCustom1_closure, A._filterDocumentsByCustom1_closure0, A._filterDocumentsByCustom2_closure, A._filterDocumentsByCustom2_closure0, A._filterDocumentsByState_closure, A._filterDocumentsByState_closure0, A._filterDocuments_closure, A._sortDocuments_closure, A._startListMultiselect_closure5, A._addToListMultiselect_closure5, A._removeFromListMultiselect_closure5, A._clearListMultiselect_closure5, A._archiveDocumentSuccess_closure, A._deleteDocumentSuccess_closure, A._restoreDocumentSuccess_closure, A._updateDocument_closure, A._setLoadedDocument_closure, A._setLoadedDocuments_closure, A._setLoadedDocuments__closure, A._setLoadedDocuments__closure0, A._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.handleExpenseAction_closure, A.handleExpenseAction_closure0, A.handleExpenseAction_closure1, A.handleExpenseAction_closure2, A.handleExpenseAction_closure3, A.handleExpenseAction_closure4, A._editExpense_closure, A._viewExpense_closure, A._viewExpenseList_closure0, A._viewExpenseList__closure, A._archiveExpense_closure, A._archiveExpense__closure, A._archiveExpense__closure0, A._archiveExpense__closure1, A._deleteExpense_closure, A._deleteExpense__closure, A._deleteExpense__closure0, A._deleteExpense__closure1, A._restoreExpense_closure, A._restoreExpense__closure, A._restoreExpense__closure0, A._restoreExpense__closure1, A._saveExpense_closure, A._saveExpense__closure, A._saveExpense__closure0, A._loadExpense_closure, A._loadExpense__closure, A._loadExpense__closure0, A._loadExpenses_closure, A._loadExpenses__closure, A._loadExpenses__closure0, A._saveDocument_closure9, A._saveDocument__closure19, A._saveDocument__closure20, A.expenseUIReducer_closure, A.editingReducer__closure10, A._viewExpenseList_closure, A._filterExpensesByCustom1_closure, A._filterExpensesByCustom1_closure0, A._filterExpensesByCustom2_closure, A._filterExpensesByCustom2_closure0, A._filterExpensesByCustom3_closure, A._filterExpensesByCustom3_closure0, A._filterExpensesByCustom4_closure, A._filterExpensesByCustom4_closure0, A._filterExpensesByState_closure, A._filterExpensesByState_closure0, A._filterExpensesByStatus_closure, A._filterExpensesByStatus_closure0, A._filterExpenses_closure, A._sortExpenses_closure, A._startListMultiselect_closure4, A._addToListMultiselect_closure4, A._removeFromListMultiselect_closure4, A._clearListMultiselect_closure4, A._archiveExpenseSuccess_closure, A._deleteExpenseSuccess_closure, A._restoreExpenseSuccess_closure, A._addExpense_closure, A._updateExpense_closure, A._setLoadedExpense_closure, A.convertExpenseToInvoiceItem_closure, A.memoizedFilteredExpenseList_closure, A.filteredExpensesSelector_closure, A.clientExpenseList_closure, A.ExpenseState_loadExpenses_closure0, A.ExpenseState_loadExpenses_closure1, A.ExpenseState_loadExpenses_closure, A.handleExpenseCategoryAction_closure, A.handleExpenseCategoryAction_closure0, A._editExpenseCategory_closure, A._viewExpenseCategory_closure, A._viewExpenseCategoryList_closure, A._viewExpenseCategoryList__closure, A._archiveExpenseCategory_closure, A._archiveExpenseCategory__closure, A._archiveExpenseCategory__closure0, A._archiveExpenseCategory__closure1, A._deleteExpenseCategory_closure, A._deleteExpenseCategory__closure, A._deleteExpenseCategory__closure0, A._deleteExpenseCategory__closure1, A._restoreExpenseCategory_closure, A._restoreExpenseCategory__closure, A._restoreExpenseCategory__closure0, A._restoreExpenseCategory__closure1, A._saveExpenseCategory_closure, A._saveExpenseCategory__closure, A._saveExpenseCategory__closure0, A._loadExpenseCategory_closure, A._loadExpenseCategory__closure, A._loadExpenseCategory__closure0, A._loadExpenseCategories_closure, A._loadExpenseCategories__closure, A._loadExpenseCategories__closure0, A.expenseCategoryUIReducer_closure, A.editingReducer__closure34, A._filterExpenseCategoriesByCustom1_closure, A._filterExpenseCategoriesByCustom1_closure0, A._filterExpenseCategoriesByCustom2_closure, A._filterExpenseCategoriesByCustom2_closure0, A._filterExpenseCategoriesByState_closure, A._filterExpenseCategoriesByState_closure0, A._filterExpenseCategories_closure, A._sortExpenseCategories_closure, A._startListMultiselect_closure16, A._addToListMultiselect_closure16, A._removeFromListMultiselect_closure16, A._clearListMultiselect_closure16, A._archiveExpenseCategorySuccess_closure, A._deleteExpenseCategorySuccess_closure, A._restoreExpenseCategorySuccess_closure, A._addExpenseCategory_closure, A._updateExpenseCategory_closure, A._setLoadedExpenseCategory_closure, A.memoizedFilteredExpenseCategoryList_closure, A.filteredExpenseCategoriesSelector_closure, A.ExpenseCategoryState_loadExpenseCategories_closure0, A.ExpenseCategoryState_loadExpenseCategories_closure1, A.ExpenseCategoryState_loadExpenseCategories_closure, A.handleGroupAction_closure, A.handleGroupAction_closure0, A._editGroup_closure, A._viewGroup_closure, A._viewGroupList_closure0, A._viewGroupList__closure, A._archiveGroup_closure, A._archiveGroup__closure, A._archiveGroup__closure0, A._archiveGroup__closure1, A._deleteGroup_closure, A._deleteGroup__closure, A._deleteGroup__closure0, A._deleteGroup__closure1, A._restoreGroup_closure, A._restoreGroup__closure, A._restoreGroup__closure0, A._restoreGroup__closure1, A._saveGroup_closure, A._saveGroup__closure, A._saveGroup__closure0, A._loadGroup_closure, A._loadGroup__closure, A._loadGroup__closure0, A._loadGroups_closure, A._loadGroups__closure, A._loadGroups__closure0, A._saveDocument_closure, A._saveDocument__closure, A._saveDocument__closure0, A.groupUIReducer_closure, A.editingReducer__closure12, A._viewGroupList_closure, A._filterGroupsByState_closure, A._filterGroupsByState_closure0, A._filterGroups_closure, A._sortGroups_closure, A._startListMultiselect_closure6, A._addToListMultiselect_closure6, A._removeFromListMultiselect_closure6, A._clearListMultiselect_closure6, A._archiveGroupSuccess_closure, A._deleteGroupSuccess_closure, A._restoreGroupSuccess_closure, A._addGroup_closure, A._updateGroup_closure, A._setLoadedGroup_closure, A._setLoadedGroups_closure, A._setLoadedGroups__closure, A._setLoadedGroups__closure0, A._setLoadedGroups_closure0, A._setLoadedCompany_closure, A._setLoadedCompany__closure, A._setLoadedCompany__closure0, A._setLoadedCompany_closure0, A.memoizedFilteredGroupList_closure, A.filteredGroupsSelector_closure, A.handleInvoiceAction_closure, A.handleInvoiceAction_closure0, A.handleInvoiceAction_closure1, A.handleInvoiceAction_closure2, A.handleInvoiceAction_closure4, A.handleInvoiceAction_closure5, A.handleInvoiceAction_closure6, A.handleInvoiceAction_closure7, A.handleInvoiceAction_closure8, A.handleInvoiceAction_closure9, A.handleInvoiceAction__closure, A.handleInvoiceAction__closure0, A.handleInvoiceAction_closure10, A._viewInvoiceList_closure0, A._viewInvoiceList__closure, A._viewInvoice_closure, A._editInvoice_closure, A._showEmailInvoice_closure, A._showPdfInvoice_closure, A._cancelInvoices_closure, A._cancelInvoices__closure, A._cancelInvoices__closure0, A._archiveInvoice_closure, A._archiveInvoice__closure, A._archiveInvoice__closure0, A._archiveInvoice__closure1, A._deleteInvoice_closure, A._deleteInvoice__closure, A._deleteInvoice__closure0, A._deleteInvoice__closure1, A._restoreInvoice_closure, A._restoreInvoice__closure, A._restoreInvoice__closure0, A._restoreInvoice__closure1, A._markInvoiceSent_closure, A._markInvoiceSent__closure, A._markInvoiceSent__closure0, A._markInvoicePaid_closure, A._markInvoicePaid__closure, A._markInvoicePaid__closure0, A._downloadInvoices_closure, A._downloadInvoices__closure, A._downloadInvoices__closure0, A._emailInvoice_closure, A._emailInvoice__closure, A._emailInvoice__closure0, A._bulkEmailInvoices_closure, A._bulkEmailInvoices__closure, A._bulkEmailInvoices__closure0, A._saveInvoice_closure, A._saveInvoice__closure, A._saveInvoice___closure, A._saveInvoice__closure0, A._saveInvoice__closure1, A._loadInvoice_closure, A._loadInvoice__closure, A._loadInvoice__closure0, A._loadInvoices_closure, A._loadInvoices__closure, A._loadInvoices__closure0, A._saveDocument_closure10, A._saveDocument__closure21, A._saveDocument__closure22, A.invoiceUIReducer_closure, A.editingReducer__closure51, A.editingReducer__closure50, A.editingReducer__closure49, A.editingReducer__closure48, A.editingReducer__closure47, A.editingReducer___closure3, A.editingReducer__closure46, A.editingReducer__closure45, A._addInvoiceItem_closure, A._addInvoiceItems_closure, A._removeInvoiceItem_closure, A._updateInvoiceItem_closure, A._viewInvoiceList_closure, A._filterInvoicesByCustom1_closure, A._filterInvoicesByCustom1_closure0, A._filterInvoicesByCustom2_closure, A._filterInvoicesByCustom2_closure0, A._filterInvoicesByCustom3_closure, A._filterInvoicesByCustom3_closure0, A._filterInvoicesByCustom4_closure, A._filterInvoicesByCustom4_closure0, A._filterInvoicesByState_closure, A._filterInvoicesByState_closure0, A._filterInvoicesByStatus_closure, A._filterInvoicesByStatus_closure0, A._filterInvoices_closure, A._sortInvoices_closure, A._startListMultiselect_closure21, A._addToListMultiselect_closure21, A._removeFromListMultiselect_closure21, A._clearListMultiselect_closure21, A._markInvoicesSentSuccess_closure, A._markInvoicesPaidSuccess_closure, A._cancelInvoicesSuccess_closure, A._archiveInvoiceSuccess_closure, A._deleteInvoiceSuccess_closure, A._emailInvoiceSuccess_closure, A._restoreInvoiceSuccess_closure, A._addInvoice_closure, A._addInvoice__closure, A._updateInvoice_closure, A._updateInvoice__closure, A.invoiceContactSelector_closure, A.invoiceContactSelector_closure0, A.memoizedDropdownInvoiceList_closure, A.dropdownInvoiceSelector_closure, A.memoizedFilteredInvoiceList_closure, A.filteredInvoicesSelector__closure0, A.filteredInvoicesSelector_closure0, A.filteredInvoicesSelector__closure, A.InvoiceState_loadInvoices_closure0, A.InvoiceState_loadInvoices_closure1, A.InvoiceState_loadInvoices_closure, A.handlePaymentAction_closure, A.handlePaymentAction_closure0, A.handlePaymentAction__closure1, A.handlePaymentAction_closure1, A.handlePaymentAction__closure, A.handlePaymentAction__closure0, A._editPayment_closure, A._editPayment__closure, A._viewRefundPayment_closure, A._viewRefundPayment__closure, A._viewPayment_closure, A._viewPaymentList_closure0, A._viewPaymentList__closure, A._archivePayment_closure, A._archivePayment__closure, A._archivePayment__closure0, A._archivePayment__closure1, A._deletePayment_closure, A._deletePayment__closure, A._deletePayment__closure0, A._deletePayment__closure1, A._restorePayment_closure, A._restorePayment__closure, A._restorePayment__closure0, A._restorePayment__closure1, A._savePayment_closure, A._savePayment__closure, A._savePayment__closure0, A._refundPayment_closure, A._refundPayment__closure, A._refundPayment__closure0, A._emailPayment_closure, A._emailPayment__closure, A._emailPayment__closure0, A._loadPayment_closure, A._loadPayment__closure, A._loadPayment__closure0, A._loadPayments_closure, A._loadPayments__closure, A._loadPayments__closure0, A.paymentUIReducer_closure, A.editingReducer__closure6, A._viewPaymentList_closure, A._filterPaymentsByCustom1_closure, A._filterPaymentsByCustom1_closure0, A._filterPaymentsByCustom2_closure, A._filterPaymentsByCustom2_closure0, A._filterPaymentsByCustom3_closure, A._filterPaymentsByCustom3_closure0, A._filterPaymentsByCustom4_closure, A._filterPaymentsByCustom4_closure0, A._filterPaymentsByState_closure, A._filterPaymentsByState_closure0, A._filterPayments_closure, A._sortPayments_closure, A._startListMultiselect_closure0, A._addToListMultiselect_closure0, A._removeFromListMultiselect_closure0, A._clearListMultiselect_closure0, A._archivePaymentSuccess_closure, A._deletePaymentSuccess_closure, A._restorePaymentSuccess_closure, A._addPayment_closure, A._updatePayment_closure, A._setLoadedPayment_closure, A.memoizedPaymentsByInvoice_closure, A.paymentsByInvoiceSelector_closure, A.paymentsByInvoiceSelector_closure0, A.paymentsByInvoiceSelector__closure, A.memoizedPaymentsByCredit_closure, A.paymentsByCreditSelector_closure, A.paymentsByCreditSelector_closure0, A.paymentsByCreditSelector__closure, A.memoizedFilteredPaymentList_closure, A.filteredPaymentsSelector_closure, A.filteredPaymentsSelector__closure, A.memoizedPaymentStatsForClient_closure, A.PaymentState_loadPayments_closure0, A.PaymentState_loadPayments_closure1, A.PaymentState_loadPayments_closure, A.handlePaymentTermAction_closure, A._editPaymentTerm_closure, A._viewPaymentTerm_closure, A._viewPaymentTermList_closure0, A._viewPaymentTermList__closure, A._archivePaymentTerm_closure, A._archivePaymentTerm__closure, A._archivePaymentTerm__closure0, A._archivePaymentTerm__closure1, A._deletePaymentTerm_closure, A._deletePaymentTerm__closure, A._deletePaymentTerm__closure0, A._deletePaymentTerm__closure1, A._restorePaymentTerm_closure, A._restorePaymentTerm__closure, A._restorePaymentTerm__closure0, A._restorePaymentTerm__closure1, A._savePaymentTerm_closure, A._savePaymentTerm__closure, A._savePaymentTerm__closure0, A._loadPaymentTerm_closure, A._loadPaymentTerm__closure, A._loadPaymentTerm__closure0, A._loadPaymentTerms_closure, A._loadPaymentTerms__closure, A._loadPaymentTerms__closure0, A.paymentTermUIReducer_closure, A.editingReducer__closure24, A._viewPaymentTermList_closure, A._filterPaymentTermsByCustom1_closure, A._filterPaymentTermsByCustom1_closure0, A._filterPaymentTermsByCustom2_closure, A._filterPaymentTermsByCustom2_closure0, A._filterPaymentTermsByState_closure, A._filterPaymentTermsByState_closure0, A._filterPaymentTerms_closure, A._sortPaymentTerms_closure, A._startListMultiselect_closure12, A._addToListMultiselect_closure12, A._removeFromListMultiselect_closure12, A._clearListMultiselect_closure12, A._archivePaymentTermSuccess_closure, A._deletePaymentTermSuccess_closure, A._restorePaymentTermSuccess_closure, A._addPaymentTerm_closure, A._updatePaymentTerm_closure, A._setLoadedPaymentTerm_closure, A._setLoadedCompany_closure7, A._setLoadedCompany__closure7, A._setLoadedCompany__closure8, A._setLoadedCompany_closure8, A.dropdownPaymentTermsSelector_closure, A.memoizedFilteredPaymentTermList_closure, A.filteredPaymentTermsSelector_closure, A.PaymentTermState_loadPaymentTerms_closure0, A.PaymentTermState_loadPaymentTerms_closure1, A.PaymentTermState_loadPaymentTerms_closure, A.handleProductAction_closure, A.handleProductAction_closure0, A.handleProductAction__closure0, A.handleProductAction_closure1, A.handleProductAction__closure, A._editProduct_closure, A._viewProduct_closure, A._viewProductList_closure, A._viewProductList__closure, A._archiveProduct_closure, A._archiveProduct__closure, A._archiveProduct__closure0, A._archiveProduct__closure1, A._deleteProduct_closure, A._deleteProduct__closure, A._deleteProduct__closure0, A._deleteProduct__closure1, A._restoreProduct_closure, A._restoreProduct__closure, A._restoreProduct__closure0, A._restoreProduct__closure1, A._saveProduct_closure, A._saveProduct__closure, A._saveProduct__closure0, A._loadProduct_closure, A._loadProduct__closure, A._loadProduct__closure0, A._loadProducts_closure, A._loadProducts__closure, A._loadProducts__closure0, A._saveDocument_closure12, A._saveDocument__closure25, A._saveDocument__closure26, A.productUIReducer_closure, A.editingReducer__closure56, A._viewClientList_closure0, A._filterProductsByState_closure, A._filterProductsByState_closure0, A._filterProductsByCustom1_closure, A._filterProductsByCustom1_closure0, A._filterProductsByCustom2_closure, A._filterProductsByCustom2_closure0, A._filterProductsByCustom3_closure, A._filterProductsByCustom3_closure0, A._filterProductsByCustom4_closure, A._filterProductsByCustom4_closure0, A._filterProducts_closure, A._sortProducts_closure, A._startListMultiselect_closure23, A._addToListMultiselect_closure23, A._removeFromListMultiselect_closure23, A._clearListMultiselect_closure23, A._archiveProductSuccess_closure, A._deleteProductSuccess_closure, A._restoreProductSuccess_closure, A._addProduct_closure, A._updateProduct_closure, A._setLoadedProduct_closure, A.convertProductToInvoiceItem_closure, A.memoizedDropdownProductList_closure, A.dropdownProductsSelector_closure, A.memoizedProductList_closure, A.productList_closure, A.memoizedFilteredProductList_closure, A.filteredProductsSelector_closure, A.ProductState_loadProducts_closure0, A.ProductState_loadProducts_closure1, A.ProductState_loadProducts_closure, A.handleProjectAction_closure, A.handleProjectAction_closure0, A.handleProjectAction_closure1, A.handleProjectAction_closure2, A.handleProjectAction_closure3, A.handleProjectAction_closure4, A._editProject_closure, A._viewProject_closure, A._viewProjectList_closure0, A._viewProjectList__closure, A._archiveProject_closure, A._archiveProject__closure, A._archiveProject__closure0, A._archiveProject__closure1, A._deleteProject_closure, A._deleteProject__closure, A._deleteProject__closure0, A._deleteProject__closure1, A._restoreProject_closure, A._restoreProject__closure, A._restoreProject__closure0, A._restoreProject__closure1, A._saveProject_closure, A._saveProject__closure, A._saveProject__closure0, A._loadProject_closure, A._loadProject__closure, A._loadProject__closure0, A._loadProjects_closure, A._loadProjects__closure, A._loadProjects__closure0, A._saveDocument_closure6, A._saveDocument__closure13, A._saveDocument__closure14, A.projectUIReducer_closure, A.editingReducer__closure7, A._viewProjectList_closure, A._filterProjectsByCustom1_closure, A._filterProjectsByCustom1_closure0, A._filterProjectsByCustom2_closure, A._filterProjectsByCustom2_closure0, A._filterProjectsByCustom3_closure, A._filterProjectsByCustom3_closure0, A._filterProjectsByCustom4_closure, A._filterProjectsByCustom4_closure0, A._filterProjectsByState_closure, A._filterProjectsByState_closure0, A._filterProjects_closure, A._sortProjects_closure, A._startListMultiselect_closure1, A._addToListMultiselect_closure1, A._removeFromListMultiselect_closure1, A._clearListMultiselect_closure1, A._archiveProjectSuccess_closure, A._deleteProjectSuccess_closure, A._restoreProjectSuccess_closure, A._addProject_closure, A._updateProject_closure, A._setLoadedProject_closure, A.convertProjectToInvoiceItem_closure3, A.convertProjectToInvoiceItem_closure4, A.memoizedDropdownProjectList_closure, A.dropdownProjectsSelector_closure, A.memoizedFilteredProjectList_closure, A.filteredProjectsSelector_closure, A.ProjectState_loadProjects_closure0, A.ProjectState_loadProjects_closure1, A.ProjectState_loadProjects_closure, A.handlePurchaseOrderAction_closure, A.handlePurchaseOrderAction_closure0, A.handlePurchaseOrderAction_closure2, A.handlePurchaseOrderAction_closure3, A.handlePurchaseOrderAction_closure4, A.handlePurchaseOrderAction_closure5, A.handlePurchaseOrderAction_closure6, A._viewPurchaseOrder_closure, A._viewPurchaseOrderList_closure0, A._viewPurchaseOrderList__closure, A._editPurchaseOrder_closure, A._showEmailPurchaseOrder_closure, A._showPdfPurchaseOrder_closure, A._archivePurchaseOrder_closure, A._archivePurchaseOrder__closure, A._archivePurchaseOrder__closure0, A._archivePurchaseOrder__closure1, A._deletePurchaseOrder_closure, A._deletePurchaseOrder__closure, A._deletePurchaseOrder__closure0, A._deletePurchaseOrder__closure1, A._restorePurchaseOrder_closure, A._restorePurchaseOrder__closure, A._restorePurchaseOrder__closure0, A._restorePurchaseOrder__closure1, A._approvePurchaseOrder_closure, A._approvePurchaseOrder__closure, A._approvePurchaseOrder__closure0, A._markSentPurchaseOrder_closure, A._markSentPurchaseOrder__closure, A._markSentPurchaseOrder__closure0, A._convertPurchaseOrdersToExpense_closure, A._convertPurchaseOrdersToExpense__closure, A._convertPurchaseOrdersToExpense__closure0, A._addPurchaseOrdersToInventory_closure, A._addPurchaseOrdersToInventory__closure, A._addPurchaseOrdersToInventory__closure0, A._acceptPurchaseOrders_closure, A._acceptPurchaseOrders__closure, A._acceptPurchaseOrders__closure0, A._cancelPurchaseOrders_closure, A._cancelPurchaseOrders__closure, A._cancelPurchaseOrders__closure0, A._emailPurchaseOrder_closure, A._emailPurchaseOrder__closure, A._emailPurchaseOrder__closure0, A._savePurchaseOrder_closure, A._savePurchaseOrder__closure, A._savePurchaseOrder___closure, A._savePurchaseOrder__closure0, A._savePurchaseOrder__closure1, A._loadPurchaseOrder_closure, A._loadPurchaseOrder__closure, A._loadPurchaseOrder__closure0, A._downloadPurchaseOrders_closure, A._downloadPurchaseOrders__closure, A._downloadPurchaseOrders__closure0, A._bulkEmailPurchaseOrders_closure, A._bulkEmailPurchaseOrders__closure, A._bulkEmailPurchaseOrders__closure0, A._loadPurchaseOrders_closure, A._loadPurchaseOrders__closure, A._loadPurchaseOrders__closure0, A._saveDocument_closure3, A._saveDocument__closure7, A._saveDocument__closure8, A.purchaseOrderUIReducer_closure, A.editingReducer__closure44, A.editingReducer__closure43, A.editingReducer__closure42, A.editingReducer__closure41, A.editingReducer__closure40, A.editingReducer___closure2, A.editingReducer__closure39, A.editingReducer__closure38, A._addPurchaseOrderItem_closure, A._addPurchaseOrderItems_closure, A._removePurchaseOrderItem_closure, A._updatePurchaseOrderItem_closure, A._viewPurchaseOrderList_closure, A._filterPurchaseOrdersByCustom1_closure, A._filterPurchaseOrdersByCustom1_closure0, A._filterPurchaseOrdersByCustom2_closure, A._filterPurchaseOrdersByCustom2_closure0, A._filterPurchaseOrdersByCustom3_closure, A._filterPurchaseOrdersByCustom3_closure0, A._filterPurchaseOrdersByCustom4_closure, A._filterPurchaseOrdersByCustom4_closure0, A._filterPurchaseOrdersByState_closure, A._filterPurchaseOrdersByState_closure0, A._filterPurchaseOrdersByStatus_closure, A._filterPurchaseOrdersByStatus_closure0, A._filterPurchaseOrders_closure, A._sortPurchaseOrders_closure, A._startListMultiselect_closure20, A._addToListMultiselect_closure20, A._removeFromListMultiselect_closure20, A._clearListMultiselect_closure20, A._markSentPurchaseOrderSuccess_closure0, A._markSentPurchaseOrderSuccess_closure1, A._markSentPurchaseOrderSuccess_closure, A._convertPurchaseOrdersToExpenses_closure0, A._convertPurchaseOrdersToExpenses_closure1, A._convertPurchaseOrdersToExpenses_closure, A._addPurchaseOrdersToInventorySuccess_closure0, A._addPurchaseOrdersToInventorySuccess_closure1, A._addPurchaseOrdersToInventorySuccess_closure, A._acceptPurchaseOrderSuccess_closure0, A._acceptPurchaseOrderSuccess_closure1, A._acceptPurchaseOrderSuccess_closure, A._cancelPurchaseOrderSuccess_closure0, A._cancelPurchaseOrderSuccess_closure1, A._cancelPurchaseOrderSuccess_closure, A._archivePurchaseOrderSuccess_closure, A._deletePurchaseOrderSuccess_closure, A._restorePurchaseOrderSuccess_closure, A._emailPurchaseOrderSuccess_closure, A._approvePurchaseOrderSuccess_closure0, A._approvePurchaseOrderSuccess_closure1, A._approvePurchaseOrderSuccess_closure, A._addPurchaseOrder_closure, A._addPurchaseOrder__closure, A._updatePurchaseOrder_closure, A._updatePurchaseOrder__closure, A.purchaseOrderContactSelector_closure, A.purchaseOrderContactSelector_closure0, A.memoizedFilteredPurchaseOrderList_closure, A.filteredPurchaseOrdersSelector_closure, A.PurchaseOrderState_loadPurchaseOrders_closure0, A.PurchaseOrderState_loadPurchaseOrders_closure1, A.PurchaseOrderState_loadPurchaseOrders_closure, A.handleQuoteAction_closure, A.handleQuoteAction_closure0, A.handleQuoteAction_closure2, A.handleQuoteAction_closure3, A.handleQuoteAction_closure4, A.handleQuoteAction_closure5, A.handleQuoteAction_closure6, A.handleQuoteAction_closure7, A._viewQuote_closure, A._viewQuoteList_closure0, A._viewQuoteList__closure, A._editQuote_closure, A._showEmailQuote_closure, A._showPdfQuote_closure, A._archiveQuote_closure, A._archiveQuote__closure, A._archiveQuote__closure0, A._archiveQuote__closure1, A._deleteQuote_closure, A._deleteQuote__closure, A._deleteQuote__closure0, A._deleteQuote__closure1, A._restoreQuote_closure, A._restoreQuote__closure, A._restoreQuote__closure0, A._restoreQuote__closure1, A._convertQuote_closure, A._convertQuote__closure, A._convertQuote__closure0, A._approveQuote_closure, A._approveQuote__closure, A._approveQuote__closure0, A._markSentQuote_closure, A._markSentQuote__closure, A._markSentQuote__closure0, A._emailQuote_closure, A._emailQuote__closure, A._emailQuote__closure0, A._saveQuote_closure, A._saveQuote__closure, A._saveQuote___closure, A._saveQuote__closure0, A._saveQuote__closure1, A._loadQuote_closure, A._loadQuote__closure, A._loadQuote__closure0, A._downloadQuotes_closure, A._downloadQuotes__closure, A._downloadQuotes__closure0, A._bulkEmailQuotes_closure, A._bulkEmailQuotes__closure, A._bulkEmailQuotes__closure0, A._loadQuotes_closure, A._loadQuotes__closure, A._loadQuotes__closure0, A._saveDocument_closure5, A._saveDocument__closure11, A._saveDocument__closure12, A.quoteUIReducer_closure, A.editingReducer__closure5, A.editingReducer__closure4, A.editingReducer__closure3, A.editingReducer__closure2, A.editingReducer__closure1, A.editingReducer___closure, A.editingReducer__closure0, A.editingReducer__closure, A._addQuoteItem_closure, A._addQuoteItems_closure, A._removeQuoteItem_closure, A._updateQuoteItem_closure, A._viewQuoteList_closure, A._filterQuotesByCustom1_closure, A._filterQuotesByCustom1_closure0, A._filterQuotesByCustom2_closure, A._filterQuotesByCustom2_closure0, A._filterQuotesByCustom3_closure, A._filterQuotesByCustom3_closure0, A._filterQuotesByCustom4_closure, A._filterQuotesByCustom4_closure0, A._filterQuotesByState_closure, A._filterQuotesByState_closure0, A._filterQuotesByStatus_closure, A._filterQuotesByStatus_closure0, A._filterQuotes_closure, A._sortQuotes_closure, A._startListMultiselect_closure, A._addToListMultiselect_closure, A._removeFromListMultiselect_closure, A._clearListMultiselect_closure, A._markSentQuoteSuccess_closure0, A._markSentQuoteSuccess_closure1, A._markSentQuoteSuccess_closure, A._archiveQuoteSuccess_closure, A._deleteQuoteSuccess_closure, A._restoreQuoteSuccess_closure, A._emailQuoteSuccess_closure, A._convertQuoteSuccess_closure0, A._convertQuoteSuccess_closure1, A._convertQuoteSuccess_closure, A._addQuote_closure, A._addQuote__closure, A._updateQuote_closure, A._updateQuote__closure, A.quoteContactSelector_closure, A.quoteContactSelector_closure0, A.memoizedFilteredQuoteList_closure, A.filteredQuotesSelector_closure, A.QuoteState_loadQuotes_closure0, A.QuoteState_loadQuotes_closure1, A.QuoteState_loadQuotes_closure, A.handleRecurringExpenseAction_closure, A.handleRecurringExpenseAction_closure0, A.handleRecurringExpenseAction_closure1, A._editRecurringExpense_closure, A._viewRecurringExpense_closure, A._viewRecurringExpenseList_closure0, A._viewRecurringExpenseList__closure, A._archiveRecurringExpense_closure, A._archiveRecurringExpense__closure, A._archiveRecurringExpense__closure0, A._archiveRecurringExpense__closure1, A._deleteRecurringExpense_closure, A._deleteRecurringExpense__closure, A._deleteRecurringExpense__closure0, A._deleteRecurringExpense__closure1, A._restoreRecurringExpense_closure, A._restoreRecurringExpense__closure, A._restoreRecurringExpense__closure0, A._restoreRecurringExpense__closure1, A._saveRecurringExpense_closure, A._saveRecurringExpense__closure, A._saveRecurringExpense__closure0, A._loadRecurringExpense_closure, A._loadRecurringExpense__closure, A._loadRecurringExpense__closure0, A._loadRecurringExpenses_closure, A._loadRecurringExpenses__closure, A._loadRecurringExpenses__closure0, A._startRecurringExpense_closure, A._startRecurringExpense__closure, A._startRecurringExpense__closure0, A._stopRecurringExpense_closure, A._stopRecurringExpense__closure, A._stopRecurringExpense__closure0, A._saveDocument_closure2, A._saveDocument__closure5, A._saveDocument__closure6, A.recurringExpenseUIReducer_closure, A.editingReducer__closure37, A._viewRecurringExpenseList_closure, A._filterRecurringExpensesByCustom1_closure, A._filterRecurringExpensesByCustom1_closure0, A._filterRecurringExpensesByCustom2_closure, A._filterRecurringExpensesByCustom2_closure0, A._filterRecurringExpensesByState_closure, A._filterRecurringExpensesByState_closure0, A._filterRecurringExpenses_closure, A._sortRecurringExpenses_closure, A._startListMultiselect_closure19, A._addToListMultiselect_closure19, A._removeFromListMultiselect_closure19, A._clearListMultiselect_closure19, A._archiveRecurringExpenseSuccess_closure, A._deleteRecurringExpenseSuccess_closure, A._restoreRecurringExpenseSuccess_closure, A._addRecurringExpense_closure, A._addRecurringExpense__closure, A._updateRecurringExpense_closure, A._updateRecurringExpense__closure, A._startRecurringExpensesSuccess_closure, A._stopRecurringExpensesSuccess_closure, A._setLoadedRecurringExpense_closure, A._setLoadedRecurringExpense__closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.RecurringExpenseState_loadRecurringExpenses_closure0, A.RecurringExpenseState_loadRecurringExpenses_closure1, A.RecurringExpenseState_loadRecurringExpenses_closure, A.handleRecurringInvoiceAction_closure, A.handleRecurringInvoiceAction_closure0, A.handleRecurringInvoiceAction_closure1, A.handleRecurringInvoiceAction_closure2, A.handleRecurringInvoiceAction_closure3, A._editRecurringInvoice_closure, A._viewRecurringInvoice_closure, A._viewRecurringInvoiceList_closure, A._viewRecurringInvoiceList__closure, A._showPdfRecurringInvoice_closure, A._startRecurringInvoice_closure, A._startRecurringInvoice__closure, A._startRecurringInvoice__closure0, A._stopRecurringInvoice_closure, A._stopRecurringInvoice__closure, A._stopRecurringInvoice__closure0, A._sendNowRecurringInvoice_closure, A._sendNowRecurringInvoice__closure, A._sendNowRecurringInvoice__closure0, A._archiveRecurringInvoice_closure, A._archiveRecurringInvoice__closure, A._archiveRecurringInvoice__closure0, A._archiveRecurringInvoice__closure1, A._deleteRecurringInvoice_closure, A._deleteRecurringInvoice__closure, A._deleteRecurringInvoice__closure0, A._deleteRecurringInvoice__closure1, A._restoreRecurringInvoice_closure, A._restoreRecurringInvoice__closure, A._restoreRecurringInvoice__closure0, A._restoreRecurringInvoice__closure1, A._saveRecurringInvoice_closure, A._saveRecurringInvoice__closure, A._saveRecurringInvoice___closure, A._saveRecurringInvoice__closure0, A._saveRecurringInvoice__closure1, A._loadRecurringInvoice_closure, A._loadRecurringInvoice__closure, A._loadRecurringInvoice__closure0, A._loadRecurringInvoices_closure, A._loadRecurringInvoices__closure, A._loadRecurringInvoices__closure0, A._saveDocument_closure1, A._saveDocument__closure3, A._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.editingReducer__closure33, A.editingReducer__closure32, A.editingReducer__closure31, A.editingReducer__closure30, A.editingReducer__closure29, A.editingReducer___closure1, A.editingReducer__closure28, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._sendNowRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._addRecurringInvoice__closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, A.memoizedFilteredRecurringInvoiceList_closure, A.filteredRecurringInvoicesSelector_closure, A.RecurringInvoiceState_loadRecurringInvoices_closure0, A.RecurringInvoiceState_loadRecurringInvoices_closure1, A.RecurringInvoiceState_loadRecurringInvoices_closure, A._viewReports_closure, A._viewReports___closure, A.reportsUIReducer_closure, A.reportsUIReducer_closure0, A.reportsUIReducer_closure1, A._viewSettings_closure, A._viewSettings___closure, A._saveCompany_closure, A._saveCompany__closure, A._saveCompany__closure0, A._saveAuthUser_closure, A._saveAuthUser__closure, A._saveAuthUser__closure0, A._connectOAuthUser_closure0, A._connectOAuthUser__closure, A._connectOAuthUser__closure0, A._connectGmailUser_closure0, A._connectGmailUser__closure, A._connectGmailUser__closure0, A._disableTwoFactor_closure, A._disableTwoFactor__closure, A._disableTwoFactor__closure0, A._saveSettings_closure, A._saveSettings__closure, A._saveSettings__closure0, A._uploadLogo_closure, A._uploadLogo__closure, A._uploadLogo__closure0, A._saveDocument_closure4, A._saveDocument__closure9, A._saveDocument__closure10, A.settingsUIReducer__closure14, A.settingsUIReducer__closure13, A.settingsUIReducer__closure10, A.settingsUIReducer__closure11, A.settingsUIReducer__closure12, A.settingsUIReducer__closure9, A.settingsUIReducer__closure8, A.settingsUIReducer__closure7, A.settingsUIReducer__closure6, A.settingsUIReducer__closure5, A.settingsUIReducer__closure4, A.settingsUIReducer__closure3, A.settingsUIReducer__closure2, A.settingsUIReducer__closure1, A.settingsUIReducer__closure0, A.settingsUIReducer__closure, A.staticLoadedReducer_closure, A.staticLoadedReducer__closure, A.staticLoadedReducer__closure0, A.staticLoadedReducer__closure1, A.staticLoadedReducer__closure2, A.staticLoadedReducer__closure3, A.staticLoadedReducer__closure4, A.staticLoadedReducer__closure5, A.staticLoadedReducer__closure6, A.staticLoadedReducer__closure7, A.staticLoadedReducer__closure8, A.staticLoadedReducer__closure9, A.staticLoadedReducer__closure10, A.staticLoadedReducer__closure11, A.staticLoadedReducer__closure12, A.staticLoadedReducer__closure13, A.staticLoadedReducer__closure14, A.staticLoadedReducer__closure15, A.staticLoadedReducer__closure16, A.memoizedCountryList_closure, A.memoizedGroupList_closure, A.groupList_closure, A.memoizedLanguageList_closure, A.memoizedCurrencyList_closure, A.memoizedTimezoneList_closure, A.memoizedDateFormatList_closure, A.memoizedIndustryList_closure, A.memoizedSizeList_closure, A.memoizedGatewayList_closure, A.gatewayList_closure, A.memoizedPaymentTypeList_closure, A.memoizedFontMap_closure, A.fontMap_closure, A.fontMap_closure0, A.handleSubscriptionAction_closure, A._editSubscription_closure, A._viewSubscription_closure, A._viewSubscriptionList_closure, A._viewSubscriptionList__closure, A._archiveSubscription_closure, A._archiveSubscription__closure, A._archiveSubscription__closure0, A._archiveSubscription__closure1, A._deleteSubscription_closure, A._deleteSubscription__closure, A._deleteSubscription__closure0, A._deleteSubscription__closure1, A._restoreSubscription_closure, A._restoreSubscription__closure, A._restoreSubscription__closure0, A._restoreSubscription__closure1, A._saveSubscription_closure, A._saveSubscription__closure, A._saveSubscription__closure0, A._loadSubscription_closure, A._loadSubscription__closure, A._loadSubscription__closure0, A._loadSubscriptions_closure, A._loadSubscriptions__closure, A._loadSubscriptions__closure0, A.subscriptionUIReducer_closure, A.editingReducer__closure36, A._filterSubscriptionsByCustom1_closure, A._filterSubscriptionsByCustom1_closure0, A._filterSubscriptionsByCustom2_closure, A._filterSubscriptionsByCustom2_closure0, A._filterSubscriptionsByState_closure, A._filterSubscriptionsByState_closure0, A._filterSubscriptions_closure, A._sortSubscriptions_closure, A._startListMultiselect_closure18, A._addToListMultiselect_closure18, A._removeFromListMultiselect_closure18, A._clearListMultiselect_closure18, A._archiveSubscriptionSuccess_closure, A._deleteSubscriptionSuccess_closure, A._restoreSubscriptionSuccess_closure, A._addSubscription_closure, A._updateSubscription_closure, A._setLoadedSubscription_closure, A.memoizedFilteredSubscriptionList_closure, A.filteredSubscriptionsSelector_closure, A.SubscriptionState_loadSubscriptions_closure0, A.SubscriptionState_loadSubscriptions_closure1, A.SubscriptionState_loadSubscriptions_closure, A.handleTaskAction_closure, A.handleTaskAction_closure0, A.handleTaskAction_closure2, A.handleTaskAction_closure3, A.handleTaskAction_closure4, A._editTask_closure, A._viewTask_closure, A._viewTaskList_closure0, A._viewTaskList__closure, A._archiveTask_closure, A._archiveTask__closure, A._archiveTask__closure0, A._archiveTask__closure1, A._startTask_closure, A._startTask__closure, A._startTask__closure0, A._startTask__closure1, A._stopTask_closure, A._stopTask__closure, A._stopTask__closure0, A._stopTask__closure1, A._deleteTask_closure, A._deleteTask__closure, A._deleteTask__closure0, A._deleteTask__closure1, A._restoreTask_closure, A._restoreTask__closure, A._restoreTask__closure0, A._restoreTask__closure1, A._saveTask_closure, A._saveTask__closure, A._saveTask__closure0, A._loadTask_closure, A._loadTask__closure, A._loadTask__closure0, A._loadTasks_closure, A._loadTasks__closure, A._loadTasks__closure0, A._saveDocument_closure7, A._saveDocument__closure15, A._saveDocument__closure16, A._sortTasks_closure0, A._sortTasks__closure, A._sortTasks__closure0, A.taskUIReducer_closure, A.editingReducer__closure8, A._viewTaskList_closure, A._filterTasksByCustom1_closure, A._filterTasksByCustom1_closure0, A._filterTasksByCustom2_closure, A._filterTasksByCustom2_closure0, A._filterTasksByState_closure, A._filterTasksByState_closure0, A._filterTasksByStatus_closure, A._filterTasksByStatus_closure0, A._filterTasks_closure, A._sortTasks_closure, A._startListMultiselect_closure2, A._addToListMultiselect_closure2, A._removeFromListMultiselect_closure2, A._clearListMultiselect_closure2, A._sortTasksSuccess_closure, A._sortTasksSuccess__closure, A._archiveTaskSuccess_closure, A._startTaskSuccess_closure, A._stopTaskSuccess_closure, A._deleteTaskSuccess_closure, A._restoreTaskSuccess_closure, A._addTask_closure, A._updateTask_closure, A._setLoadedTask_closure, A.convertTaskToInvoiceItem_closure, A.convertTaskToInvoiceItem_closure0, A.convertTaskToInvoiceItem_closure1, A.memoizedTaskList_closure, A.taskList_closure, A.memoizedKanbanTaskList_closure, A.kanbanTasksSelector_closure, A.memoizedFilteredTaskList_closure, A.filteredTasksSelector_closure, A.TaskState_loadTasks_closure0, A.TaskState_loadTasks_closure1, A.TaskState_loadTasks_closure, A.handleTaskStatusAction_closure, A.handleTaskStatusAction_closure0, A._editTaskStatus_closure, A._viewTaskStatus_closure, A._viewTaskStatusList_closure0, A._viewTaskStatusList__closure, A._archiveTaskStatus_closure, A._archiveTaskStatus__closure, A._archiveTaskStatus__closure0, A._archiveTaskStatus__closure1, A._deleteTaskStatus_closure, A._deleteTaskStatus__closure, A._deleteTaskStatus__closure0, A._deleteTaskStatus__closure1, A._restoreTaskStatus_closure, A._restoreTaskStatus__closure, A._restoreTaskStatus__closure0, A._restoreTaskStatus__closure1, A._saveTaskStatus_closure, A._saveTaskStatus__closure, A._saveTaskStatus__closure0, A._loadTaskStatus_closure, A._loadTaskStatus__closure, A._loadTaskStatus__closure0, A._loadTaskStatuses_closure, A._loadTaskStatuses__closure, A._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.editingReducer__closure35, A._viewTaskStatusList_closure, A._filterTaskStatusesByCustom1_closure, A._filterTaskStatusesByCustom1_closure0, A._filterTaskStatusesByCustom2_closure, A._filterTaskStatusesByCustom2_closure0, A._filterTaskStatusesByState_closure, A._filterTaskStatusesByState_closure0, A._filterTaskStatuses_closure, A._sortTaskStatuses_closure, A._startListMultiselect_closure17, A._addToListMultiselect_closure17, A._removeFromListMultiselect_closure17, A._clearListMultiselect_closure17, A._sortTaskStatusSuccess_closure, A._sortTaskStatusSuccess__closure, A._archiveTaskStatusSuccess_closure, A._deleteTaskStatusSuccess_closure, A._restoreTaskStatusSuccess_closure, A._addTaskStatus_closure, A._updateTaskStatus_closure, A._setLoadedTaskStatus_closure, A.sortedActiveTaskStatusIds_closure, A.memoizedDropdownTaskStatusList_closure, A.dropdownTaskStatusesSelector_closure, A.memoizedFilteredTaskStatusList_closure, A.filteredTaskStatusesSelector_closure, A.defaultTaskStatusId_closure, A.TaskStatusState_loadTaskStatuses_closure0, A.TaskStatusState_loadTaskStatuses_closure1, A.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, A._editTaxRate_closure, A._viewTaxRate_closure, A._viewTaxRateList_closure0, A._viewTaxRateList__closure, A._archiveTaxRate_closure, A._archiveTaxRate__closure, A._archiveTaxRate__closure0, A._archiveTaxRate__closure1, A._deleteTaxRate_closure, A._deleteTaxRate__closure, A._deleteTaxRate__closure0, A._deleteTaxRate__closure1, A._restoreTaxRate_closure, A._restoreTaxRate__closure, A._restoreTaxRate__closure0, A._restoreTaxRate__closure1, A._saveTaxRate_closure, A._saveTaxRate__closure, A._saveTaxRate__closure0, A._loadTaxRate_closure, A._loadTaxRate__closure, A._loadTaxRate__closure0, A._loadTaxRates_closure, A._loadTaxRates__closure, A._loadTaxRates__closure0, A.taxRateUIReducer_closure, A.editingReducer__closure14, A._viewTaxRateList_closure, A._filterTaxRatesByState_closure, A._filterTaxRatesByState_closure0, A._filterTaxRates_closure, A._sortTaxRates_closure, A._startListMultiselect_closure8, A._addToListMultiselect_closure8, A._removeFromListMultiselect_closure8, A._clearListMultiselect_closure8, A._archiveTaxRateSuccess_closure, A._deleteTaxRateSuccess_closure, A._restoreTaxRateSuccess_closure, A._addTaxRate_closure, A._updateTaxRate_closure, A._setLoadedTaxRate_closure, A._setLoadedTaxRates_closure, A._setLoadedTaxRates__closure, A._setLoadedTaxRates__closure0, A._setLoadedTaxRates_closure0, A._setLoadedCompany_closure3, A._setLoadedCompany__closure3, A._setLoadedCompany__closure4, A._setLoadedCompany_closure4, A.memoizedFilteredTaxRateList_closure, A.filteredTaxRatesSelector_closure, A.handleTokenAction_closure, A._editToken_closure, A._viewToken_closure, A._viewTokenList_closure0, A._viewTokenList__closure, A._archiveToken_closure, A._archiveToken__closure, A._archiveToken__closure0, A._archiveToken__closure1, A._deleteToken_closure, A._deleteToken__closure, A._deleteToken__closure0, A._deleteToken__closure1, A._restoreToken_closure, A._restoreToken__closure, A._restoreToken__closure0, A._restoreToken__closure1, A._saveToken_closure, A._saveToken__closure, A._saveToken__closure0, A._loadToken_closure, A._loadToken__closure, A._loadToken__closure0, A._loadTokens_closure, A._loadTokens__closure, A._loadTokens__closure0, A.tokenUIReducer_closure, A.editingReducer__closure25, A._viewTokenList_closure, A._filterTokensByCustom1_closure, A._filterTokensByCustom1_closure0, A._filterTokensByCustom2_closure, A._filterTokensByCustom2_closure0, A._filterTokensByState_closure, A._filterTokensByState_closure0, A._filterTokens_closure, A._sortTokens_closure, A._startListMultiselect_closure13, A._addToListMultiselect_closure13, A._removeFromListMultiselect_closure13, A._clearListMultiselect_closure13, A._archiveTokenSuccess_closure, A._deleteTokenSuccess_closure, A._restoreTokenSuccess_closure, A._addToken_closure, A._updateToken_closure, A._setLoadedToken_closure, A.memoizedFilteredTokenList_closure, A.filteredTokensSelector_closure, A.TokenState_loadTokens_closure0, A.TokenState_loadTokens_closure1, A.TokenState_loadTokens_closure, A.prefReducer_closure, A._resortFields_closure, A._resortFields_closure0, A.sidebarEditorReducer__closure, A.sidebarEditorReducer__closure0, A.sidebarViewerReducer__closure, A.sidebarViewerReducer__closure0, A.companyPrefReducer_closure, A.historyReducer__closure, A._addToHistory_closure, A._addToHistory_closure1, A._addToHistory_closure2, A.uiReducer_closure, A.previewStackReducer__closure, A.filterStackReducer__closure, A.UIState_mainRoute_closure, A.UIState_subRoute_closure, A.UIState_previousMainRoute_closure, A.UIState_previousSubRoute_closure, A.handleUserAction_closure, A.handleUserAction_closure0, A.handleUserAction_closure1, A.handleUserAction_closure2, A.handleUserAction_closure3, A.handleUserAction_closure4, A.handleUserAction_closure5, A.handleUserAction_closure6, A.handleUserAction_closure7, A.handleUserAction_closure8, A.handleUserAction_closure9, A.handleUserAction_closure11, A.handleUserAction_closure13, A.handleUserAction_closure15, A.handleUserAction_closure17, A.handleUserAction_closure16, A._editUser_closure, A._viewUser_closure, A._viewUserList_closure0, A._viewUserList__closure, A._archiveUser_closure, A._archiveUser__closure, A._archiveUser__closure0, A._archiveUser__closure1, A._deleteUser_closure, A._deleteUser__closure, A._deleteUser__closure0, A._deleteUser__closure1, A._restoreUser_closure, A._restoreUser__closure, A._restoreUser__closure0, A._restoreUser__closure1, A._removeUser_closure, A._removeUser__closure, A._removeUser__closure0, A._resendInvite_closure, A._resendInvite__closure, A._resendInvite__closure0, A._saveUser_closure, A._saveUser__closure, A._saveUser__closure0, A._loadUser_closure, A._loadUser__closure, A._loadUser__closure0, A._loadUsers_closure, A._loadUsers__closure, A._loadUsers__closure0, A.userUIReducer_closure, A.editingReducer__closure15, A._viewUserList_closure, A._filterUsersByCustom1_closure, A._filterUsersByCustom1_closure0, A._filterUsersByCustom2_closure, A._filterUsersByCustom2_closure0, A._filterUsersByCustom3_closure, A._filterUsersByCustom3_closure0, A._filterUsersByCustom4_closure, A._filterUsersByCustom4_closure0, A._filterUsersByState_closure, A._filterUsersByState_closure0, A._filterUsers_closure, A._sortUsers_closure, A._startListMultiselect_closure9, A._addToListMultiselect_closure9, A._removeFromListMultiselect_closure9, A._clearListMultiselect_closure9, A._archiveUserSuccess_closure, A._deleteUserSuccess_closure, A._restoreUserSuccess_closure, A._removeUserSuccess_closure, A._addUser_closure, A._updateUser_closure, A._updateAuthUser_closure, A._connectOAuthUser_closure, A._connectGmailUser_closure, A._setLoadedUser_closure, A._setLoadedUsers_closure, A._setLoadedUsers__closure, A._setLoadedUsers__closure0, A._setLoadedUsers_closure0, A._setLoadedCompany_closure5, A._setLoadedCompany__closure5, A._setLoadedCompany__closure6, A._setLoadedCompany_closure6, A.memoizedFilteredUserList_closure, A.filteredUsersSelector_closure, A.memoizedUserList_closure, A.userList_closure, A.memoizedGmailUserList_closure, A.gmailUserList_closure, A.memoizedMicrosoftUserList_closure, A.microsoftUserList_closure, A.handleVendorAction_closure, A._editVendor_closure, A._viewVendor_closure, A._viewVendorList_closure0, A._viewVendorList__closure, A._archiveVendor_closure, A._archiveVendor__closure, A._archiveVendor__closure0, A._archiveVendor__closure1, A._deleteVendor_closure, A._deleteVendor__closure, A._deleteVendor__closure0, A._deleteVendor__closure1, A._restoreVendor_closure, A._restoreVendor__closure, A._restoreVendor__closure0, A._restoreVendor__closure1, A._saveVendor_closure, A._saveVendor__closure, A._saveVendor__closure0, A._loadVendor_closure, A._loadVendor__closure, A._loadVendor__closure0, A._loadVendors_closure, A._loadVendors__closure, A._loadVendors__closure0, A._saveDocument_closure8, A._saveDocument__closure17, A._saveDocument__closure18, A.vendorUIReducer_closure, A.editingReducer__closure9, A._addContact_closure, A._removeContact_closure, A._updateContact_closure, A._viewVendorList_closure, A._filterVendorsByCustom1_closure, A._filterVendorsByCustom1_closure0, A._filterVendorsByCustom2_closure, A._filterVendorsByCustom2_closure0, A._filterVendorsByCustom3_closure, A._filterVendorsByCustom3_closure0, A._filterVendorsByCustom4_closure, A._filterVendorsByCustom4_closure0, A._filterVendorsByState_closure, A._filterVendorsByState_closure0, A._filterVendors_closure, A._sortVendors_closure, A._startListMultiselect_closure3, A._addToListMultiselect_closure3, A._removeFromListMultiselect_closure3, A._clearListMultiselect_closure3, A._archiveVendorSuccess_closure, A._deleteVendorSuccess_closure, A._restoreVendorSuccess_closure, A._addVendor_closure, A._updateVendor_closure, A._setLoadedVendor_closure, A.memoizedDropdownVendorList_closure, A.dropdownVendorsSelector_closure, A.memoizedFilteredVendorList_closure, A.filteredVendorsSelector_closure, A.memoizedCalculateVendorBalance_closure, A.calculateVendorBalance_closure, A.VendorState_loadVendors_closure0, A.VendorState_loadVendors_closure1, A.VendorState_loadVendors_closure, A.handleWebhookAction_closure, A._editWebhook_closure, A._viewWebhook_closure, A._viewWebhookList_closure0, A._viewWebhookList__closure, A._archiveWebhook_closure, A._archiveWebhook__closure, A._archiveWebhook__closure0, A._archiveWebhook__closure1, A._deleteWebhook_closure, A._deleteWebhook__closure, A._deleteWebhook__closure0, A._deleteWebhook__closure1, A._restoreWebhook_closure, A._restoreWebhook__closure, A._restoreWebhook__closure0, A._restoreWebhook__closure1, A._saveWebhook_closure, A._saveWebhook__closure, A._saveWebhook__closure0, A._loadWebhook_closure, A._loadWebhook__closure, A._loadWebhook__closure0, A._loadWebhooks_closure, A._loadWebhooks__closure, A._loadWebhooks__closure0, A.webhookUIReducer_closure, A.editingReducer__closure26, A._viewWebhookList_closure, A._filterWebhooksByCustom1_closure, A._filterWebhooksByCustom1_closure0, A._filterWebhooksByCustom2_closure, A._filterWebhooksByCustom2_closure0, A._filterWebhooksByState_closure, A._filterWebhooksByState_closure0, A._filterWebhooks_closure, A._sortWebhooks_closure, A._startListMultiselect_closure14, A._addToListMultiselect_closure14, A._removeFromListMultiselect_closure14, A._clearListMultiselect_closure14, A._archiveWebhookSuccess_closure, A._deleteWebhookSuccess_closure, A._restoreWebhookSuccess_closure, A._addWebhook_closure, A._updateWebhook_closure, A._setLoadedWebhook_closure, A.memoizedFilteredWebhookList_closure, A.filteredWebhooksSelector_closure, A.WebhookState_loadWebhooks_closure0, A.WebhookState_loadWebhooks_closure1, A.WebhookState_loadWebhooks_closure, A.ActionMenuButton_build_closure, A.ActionMenuButton_build_closure0, A.ActionMenuButton_build_closure1, A._AppBottomBarState_build__closure14, A._AppBottomBarState_build___closure8, A._AppBottomBarState_build____closure1, A._AppBottomBarState_build_____closure2, A._AppBottomBarState_build__closure12, A._AppBottomBarState_build___closure6, A._AppBottomBarState_build____closure0, A._AppBottomBarState_build_____closure1, A._AppBottomBarState_build__closure2, A._AppBottomBarState_build___closure0, A._AppBottomBarState_build____closure, A._AppBottomBarState_build_____closure, A._AppBottomBarState_build__closure10, A._AppBottomBarState_build___closure4, A._AppBottomBarState_build__closure8, A._AppBottomBarState_build___closure3, A._AppBottomBarState_build__closure6, A._AppBottomBarState_build___closure2, A._AppBottomBarState_build__closure4, A._AppBottomBarState_build___closure1, A._AppBottomBarState_build___onColumnsPressed_closure, A._AppBottomBarState_build___onColumnsPressed__closure, A._AppBottomBarState_build___onColumnsPressed__closure0, A._AppBottomBarState_build___onColumnsPressed__closure1, A.CustomFieldSelector_build_closure0, A.CustomFieldSelector_build__closure, A.CustomFieldSelector_build___closure, A._ChangeLayoutBannerState_build__closure, A.ConfirmEmail_build___closure, A.ConfirmEmailVM_fromStore_closure2, A.ConfirmEmailVM_fromStore__closure, A._DesktopSessionTimeoutState_initState_closure, A._DesktopSessionTimeoutState_build__closure, A.MessageDialog_build_closure, A.ErrorDialog_build__closure, A._HealthCheckDialogState_runCheck_closure0, A._HealthCheckDialogState_runCheck_closure1, A._HealthCheckDialogState_clearCache_closure0, A._HealthCheckDialogState_clearCache__closure, A._HealthCheckDialogState_clearCache_closure1, A.multiselectDialog_closure, A.multiselectDialog__closure, A.MultiSelectListState_build_closure, A.MultiSelectListState_build_closure0, A.MultiSelectListState_build_closure2, A.MultiSelectListState_build_closure3, A.MultiSelectListState_build_closure4, A.DismissibleEntity_build_closure, A.DismissibleEntity_build_closure0, A.DismissibleEntity_build_closure1, A.DismissibleEntity_build_closure2, A.DismissibleEntity_build_closure3, A.DocumentGrid_build__closure, A.DocumentTile_build_closure0, A.DocumentTile_build__closure, A.DocumentTile_build_closure, A.DocumentPreview_build_closure, A.EditScaffold_build_closure, A.EditScaffold_build_closure2, A.EditScaffold_build__closure2, A.EditScaffold_build__closure1, A.EditScaffold_build___closure, A.EditScaffold_build_closure4, A.EditScaffold_build_closure3, A.EditScaffold_build_closure5, A.EditScaffold_build__closure, A.EditScaffold_build_closure6, 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__closure7, A._EntityDropdownState_build_closure5, A._EntityDropdownState_build__closure, A._EntityDropdownState_build__closure0, A._EntityDropdownState_build_closure3, A._EntityDropdownState_build_closure4, A._EntityDropdownState_build_closure__wrapUp, A._EntityDropdownState_build___wrapUp_closure, A._EntityDropdownState_build__closure1, A._EntityDropdownState_build__closure2, A._EntityDropdownState_build__closure3, A._EntityDropdownState_build_closure1, A._EntityDropdownState_build__closure6, A._EntityDropdownState_build__closure5, 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.EntityTopFilterHeader_build_closure, A.EntityTopFilterHeader_build_closure4, A.EntityTopFilterHeader_build__closure1, A.EntityTopFilterHeader_build__closure0, A.EntityTopFilterHeader_build___closure, A.AppDropdownButton_build_closure, A.AppToggleButtons_build__closure, A.AppToggleButtons_build__closure0, A.BoolDropdownButton_build_closure, A.BoolDropdownButton_build_closure0, A.BoolDropdownButton_build_closure1, A.BoolDropdownButton_build_closure3, A.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._CustomFieldState_build_closure, A._CustomFieldState_build_closure1, A._CustomFieldState_build_closure2, A._DatePickerState_build_closure0, A._DecoratedFormFieldState_build_closure0, A._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, A._DurationPickerState_build_closure1, A._DurationPickerState_build_closure, A._DurationPickerState_build__closure0, A._DurationPickerState_build_closure0, A.DynamicSelector_build_closure0, A.DynamicSelector_build_closure, A.DynamicSelector_build_closure1, A.NotificationSettings_build_closure, A.NotificationSettings_build_closure0, A.NotificationSettings_build_closure1, A.NotificationSettings_build__closure, A._NotificationSelector_build_closure, A._PasswordFormFieldState_build_closure0, A.ProjectPicker_build_closure0, A.ProjectPicker_build__closure, A.SaveCancelButtons_build_closure, A.SaveCancelButtons_build_closure0, A._TimePickerState_build_closure0, A._TimePickerState_build__closure, A._TimePickerState_build__closure0, A.VendorPicker_build_closure0, A.VendorPicker_build__closure, A.HistoryDrawer_build_closure, A._HistoryListTileState_build__closure, A._InvoiceEmailViewState_dispose_closure, A._InvoiceEmailViewState__loadTemplate_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure0, A._InvoiceEmailViewState__buildTemplateDropdown_closure1, A._InvoiceEmailViewState__buildTemplateDropdown_closure2, A._InvoiceEmailViewState__buildEdit_closure0, A._InvoiceEmailViewState__buildEdit_closure1, A._InvoiceEmailViewState__buildEdit_closure2, A._InvoiceEmailViewState_build_closure, A._InvoiceEmailViewState_build_closure0, A._InvoiceEmailViewState_build_closure1, A._InvoiceEmailViewState_build_closure2, A._TaxRateDropdownState_didChangeDependencies_closure, A._TaxRateDropdownState_didChangeDependencies_closure0, A._TaxRateDropdownState_build_closure, A._TaxRateDropdownState_build_closure0, A._TaxRateDropdownState_build_closure1, A._TaxRateDropdownState_build_closure3, A.TaxRateField_build_closure, A.TaxRateField_build_closure0, A._LinkTextRelatedEntityState_build_closure2, A._LinkTextRelatedEntityState_build_closure1, A._ListFilterState_build_closure0, A._ListFilterState_build_closure3, A._ListFilterState_build__closure2, A._ListFilterState_build__closure3, A._ListFilterState_build_closure2, A._ListFilterState_build_closure1, A._ListFilterState_build__closure4, A._ListFilterState_build_closure6, A._ListFilterState_build__closure, A._ListFilterState_build___closure0, A._ListFilterState_build__closure0, A._ListFilterState_build___closure, A._ListFilterState_build_closure5, A._ListFilterState_build_closure4, A._ListFilterState_build__closure1, A.ListScaffold_build_closure1, A.ListScaffold_build_closure5, A._LiveTextState_initState_closure, A.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._DrawerTileState_build_closure3, A._DrawerTileState_build_closure4, A.SidebarFooter_build__closure, A.SidebarFooterCollapsed_build_closure0, A.SidebarFooterCollapsed_build_closure, A._showContactUs_closure, A._showUpdate_closure, A._showAbout_closure, A._showAbout___closure0, A._showAbout_____closure, A._showAbout___closure, A._ContactUsDialogState__sendMessage_closure0, A._ContactUsDialogState__sendMessage__closure1, A._ContactUsDialogState__sendMessage_closure1, A._ContactUsDialogState_build_closure1, A._ContactUsDialogState_build_closure2, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, A._DropDownMultiSelectState_initState_closure, A._DropDownMultiSelectState_build__closure1, A._DropDownMultiSelectState_build__closure2, A._DropDownMultiSelectState_build___closure, A._DropDownMultiSelectState_build__closure0, A._DropDownMultiSelectState_build____closure, A._SystemLogViewerState_build_closure, A._SystemLogViewerState_build_closure0, A._SystemLogViewerState_build_closure1, A.AppDataTable_build_closure, A.AppDataTable_build_closure0, A.AppPaginatedDataTableState__getBlankRowFor_closure, A.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, A.AppPaginatedDataTableState_build_closure, A.EntityDataTableSource_getRow_closure, A.EntityDataTableSource_getRow_closure0, A.EntityDataTableSource_getRow_closure5, A._EntityListState_initState_closure, A._EntityListState_build_closure, A._EntityListState_build__closure, A._EntityListState_build__closure3, A._EntityListState_build__closure6, A._EntityListState_build___closure, A._EntityListState_build___closure0, A._EntityListState_build__closure5, A._EntityListState_build__closure7, A._EntityListState_build__closure8, A._EntityListState_build_closure0, A._EntityListState_build_closure1, A._EntityListState_build_closure2, A._EntityListState_build__closure13, A._EntityListState_build_closure4, A._EntityListState_build__closure12, A._EntityListState_build__closure11, A._EntityListState_build___closure2, A._EntityListState_build_closure6, A._EntityListState_build__closure9, A._EntityListState_build_closure5, A._VariablesHelpState_build_closure, A._VariablesHelpState_build_closure0, A._VariablesHelpState_build_closure1, A._VariableGrid_build__closure, A.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, A.InitScreen_build_closure0, A._LoginState__submitSignUpForm_closure0, A._LoginState__submitSignUpForm_closure1, A._LoginState__submitSignUpForm_closure2, A._LoginState__submitLoginForm_closure0, A._LoginState__submitLoginForm___closure, A._LoginState__submitLoginForm_closure1, A._LoginState_build_closure2, A._LoginState_build_closure3, A._LoginState_build_closure5, A._LoginState_build_closure4, A._LoginState_build_closure6, A._LoginState_build_closure7, A._LoginState_build_closure8, A._LoginState_build_closure9, A._LoginState_build_closure10, A.LoginVM_fromStore__handleLogin, A.LoginVM_fromStore__handleLogin_closure, A.LoginVM_fromStore__formatApiUrl, A.LoginVM_fromStore_closure3, A.LoginVM_fromStore___closure2, A.LoginVM_fromStore_closure4, A.LoginVM_fromStore___closure1, A.LoginVM_fromStore_closure5, A.LoginVM_fromStore___closure0, A.LoginVM_fromStore__closure4, A.LoginVM_fromStore_closure6, A.LoginVM_fromStore___closure, A.LoginVM_fromStore__closure2, A.LoginVM_fromStore_closure7, A.LoginVM_fromStore__closure0, A.LoginVM_fromStore_closure8, A.LoginVM_fromStore__closure, A.LoginVM_fromStore_closure1, A.LoginVM_fromStore__closure7, A.LoginVM_fromStore_closure0, A.LoginVM_fromStore_closure, A.LoginVM_fromStore__closure8, A.LoginVM_fromStore_closure2, A.ClientListItem_build__closure, A.ClientListItem_build__closure3, A.ClientListVM_fromStore__handleRefresh, A.ClientListVM_fromStore_closure, A.ClientListVM_fromStore_closure0, A._ClientPdfViewState_loadPdf_closure0, A._ClientPdfViewState_loadPdf_closure1, A._ClientPdfViewState_build_closure, A._ClientPdfViewState_build_closure0, A._ClientPdfViewState_build_closure2, A._ClientPdfViewState_build_closure1, A._ClientPdfViewState_build_closure4, A._ClientPdfViewState_build_closure3, A._ClientPdfViewState_build_closure10, A.ClientPdfScreen_build_closure0, A.ClientPresenter_getField_closure0, A.ClientScreen_build_closure7, A.ClientScreen_build_closure4, A.ClientScreen_build_closure0, A.ClientScreen_build_closure1, A.ClientScreen_build_closure2, A.ClientScreen_build_closure3, A._ClientEditState_build_closure, A._ClientEditState_build_closure0, A.ClientEditBillingAddressState_didChangeDependencies_closure, A.ClientEditBillingAddressState_didChangeDependencies_closure0, A.ClientEditBillingAddressState_dispose_closure, A.ClientEditBillingAddressState__onChanged_closure, A.ClientEditBillingAddressState_build_closure, A.ClientEditBillingAddressState_build__closure0, A.ClientEditBillingAddressState_build__closure, A._ClientEditContactsState__showContactEditor_closure, A._ClientEditContactsState__showContactEditor__closure, A._ClientEditContactsState_build_closure, A._ClientEditContactsState_build_closure0, A.ContactEditDetailsState_didChangeDependencies_closure, A.ContactEditDetailsState_didChangeDependencies_closure0, A.ContactEditDetailsState_dispose_closure, A.ContactEditDetailsState__onChanged_closure, A.ContactEditDetailsState_build_closure0, A.ContactEditDetailsState_build_closure, A.ContactEditDetailsState_build_closure2, A.ContactEditDetailsState_build_closure1, A.ContactEditDetailsState_build_closure4, A.ContactEditDetailsState_build_closure3, A.ContactEditDetailsState_build_closure6, A.ContactEditDetailsState_build_closure5, A.ContactEditDetailsState_build_closure7, A.ContactEditDetailsState_build_closure8, A.ContactEditDetailsState_build_closure9, A.ContactEditDetailsState_build_closure10, A.ContactEditDetailsState_build_closure11, A.ContactEditDetailsState_build_closure12, A.ContactEditDetailsState_build___closure, A.ContactEditDetailsState_build__closure1, A.ContactEditDetailsState_build__closure, A.ClientEditContactsScreen_build_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, A.ClientEditDetailsState_didChangeDependencies_closure, A.ClientEditDetailsState_didChangeDependencies_closure0, A.ClientEditDetailsState_dispose_closure, A.ClientEditDetailsState__onChanged_closure, A.ClientEditDetailsState_build_closure, A.ClientEditDetailsState_build_closure0, A.ClientEditDetailsState_build__closure0, A.ClientEditDetailsState_build_closure1, A.ClientEditDetailsState_build__closure, A.ClientEditNotesState_didChangeDependencies_closure, A.ClientEditNotesState_didChangeDependencies_closure0, A.ClientEditNotesState_dispose_closure, A.ClientEditNotesState__onChanged_closure, A.ClientEditNotesState_build_closure, A.ClientEditNotesState_build_closure0, A.ClientEditNotesState_build__closure0, A.ClientEditNotesState_build_closure1, A.ClientEditNotesState_build__closure, A.ClientEditSettingsState_didChangeDependencies_closure, A.ClientEditSettingsState_didChangeDependencies_closure0, A.ClientEditSettingsState_dispose_closure, A.ClientEditSettingsState__onChanged_closure, A.ClientEditSettingsState_build_closure, A.ClientEditSettingsState_build__closure3, A.ClientEditSettingsState_build_closure0, A.ClientEditSettingsState_build__closure2, A.ClientEditSettingsState_build_closure1, A.ClientEditSettingsState_build_closure2, A.ClientEditSettingsState_build__closure1, A.ClientEditSettingsState_build_closure3, A.ClientEditSettingsState_build_closure4, A.ClientEditSettingsState_build__closure0, A.ClientEditSettingsState_build_closure5, A.ClientEditSettingsState_build__closure, A.ClientEditShippingAddressState_didChangeDependencies_closure, A.ClientEditShippingAddressState_didChangeDependencies_closure0, A.ClientEditShippingAddressState_dispose_closure, A.ClientEditShippingAddressState__onChanged_closure, A.ClientEditShippingAddressState_build_closure, A.ClientEditShippingAddressState_build__closure0, A.ClientEditShippingAddressState_build__closure, A.ClientEditScreen_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure, A.ClientEditVM_ClientEditVM$fromStore__closure, A.ClientEditVM_ClientEditVM$fromStore__closure0, A.ClientEditVM_ClientEditVM$fromStore_closure1, A.ClientEditVM_ClientEditVM$fromStore_closure0, A.ClientEditVM_ClientEditVM$fromStore___closure, A.ClientEditVM_ClientEditVM$fromStore___closure0, A.ClientEditVM_ClientEditVM$fromStore___closure1, A.ClientEditVM_ClientEditVM$fromStore____closure, A._ClientViewState_build_closure0, A._ClientViewState_build__closure5, A._ClientViewDetailsState_build__buildDetailsList_closure, A.ClientViewDocuments_build_closure, A.ClientViewDocuments_build_closure0, A._ClientViewFullwidthState_build__closure1, A._ClientViewLedgerState_build_closure, A.ClientOverview_build_closure, A.ClientOverview_build_closure0, A.ClientViewScreen_build_closure0, A.ClientViewVM_ClientViewVM$fromStore__handleRefresh, A.ClientViewVM_ClientViewVM$fromStore_closure, A.ClientViewVM_ClientViewVM$fromStore__closure0, A.ClientViewVM_ClientViewVM$fromStore__closure1, A.ClientViewVM_ClientViewVM$fromStore___closure, A.ClientViewVM_ClientViewVM$fromStore_closure1, A.ClientViewVM_ClientViewVM$fromStore__closure, A._CompanyGatewayListState_build_closure, A.CompanyGatewayListItem_build_closure, A.CompanyGatewayListVM_fromStore__handleRefresh, A.CompanyGatewayListVM_fromStore_closure, A.CompanyGatewayListVM_fromStore_closure1, A.CompanyGatewayListVM_fromStore__closure, A.CompanyGatewayListVM_fromStore__closure0, A.CompanyGatewayScreen_build_closure, A.CompanyGatewayScreen_build__closure0, A.CompanyGatewayScreen_build__closure1, A.CompanyGatewayScreen_build_closure0, A.CompanyGatewayScreen_build__closure, A.CompanyGatewayScreen_build_closure2, A.CompanyGatewayScreen_build_closure4, A.CompanyGatewayScreen_build_closure5, A.CompanyGatewayScreen_build_closure6, A.CompanyGatewayScreen_build_closure7, A.CompanyGatewayScreenVM_fromStore_closure, A._CompanyGatewayEditState_didChangeDependencies_closure, A._CompanyGatewayEditState_build_closure, A._CompanyGatewayEditState_build_closure0, A._CompanyGatewayEditState_build__closure12, A._CompanyGatewayEditState_build_closure3, A._CompanyGatewayEditState_build__closure11, A._CompanyGatewayEditState_build_closure5, A._CompanyGatewayEditState_build__closure10, A._CompanyGatewayEditState_build_closure4, A._CompanyGatewayEditState_build_closure6, A._CompanyGatewayEditState_build__closure9, A._CompanyGatewayEditState_build___closure, A._CompanyGatewayEditState_build_closure7, A._CompanyGatewayEditState_build__closure8, A._CompanyGatewayEditState_build_closure8, A._CompanyGatewayEditState_build__closure7, A._CompanyGatewayEditState_build_closure9, A._CompanyGatewayEditState_build__closure6, A._CompanyGatewayEditState_build_closure10, A._CompanyGatewayEditState_build__closure5, A._CompanyGatewayEditState_build_closure11, A._CompanyGatewayEditState_build__closure4, A._CompanyGatewayEditState_build_closure12, A._CompanyGatewayEditState_build__closure3, A._CompanyGatewayEditState_build_closure13, A._CompanyGatewayEditState_build__closure2, A._CompanyGatewayEditState_build_closure14, A._CompanyGatewayEditState_build__closure1, A._CompanyGatewayEditState_build_closure15, A._CompanyGatewayEditState_build__closure0, A._CompanyGatewayEditState_build_closure16, A._CompanyGatewayEditState_build_closure17, A.GatewayConfigSettings_build_closure0, A.GatewayConfigSettings_build__closure, A._GatewayConfigFieldState__obscureText_closure, A._GatewayConfigFieldState_build_closure0, A._GatewayConfigFieldState_build_closure, A._GatewayConfigFieldState_build_closure1, A._GatewayConfigFieldState_build_closure2, A._GatewayConfigFieldState_build_closure3, A._LimitEditorState__onChanged_closure, A._LimitEditorState__onChanged_closure0, A._LimitEditorState_build_closure, A._LimitEditorState_build_closure0, A._FeesEditorState_dispose_closure, A._FeesEditorState_didChangeDependencies_closure, A._FeesEditorState_didChangeDependencies_closure0, A._FeesEditorState__onChanged_closure, A._FeesEditorState__onChanged__closure, A._FeesEditorState_build_closure, A._FeesEditorState_build__closure2, A._FeesEditorState_build___closure2, A._FeesEditorState_build_closure0, A._FeesEditorState_build__closure1, A._FeesEditorState_build___closure1, A._FeesEditorState_build_closure1, A._FeesEditorState_build__closure0, A._FeesEditorState_build___closure0, A._FeesEditorState_build_closure2, A._FeesEditorState_build__closure, A._FeesEditorState_build___closure, A.CompanyGatewayEditScreen_build_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, A._CompanyGatewayOverview_build_closure2, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, A.CreditEmailScreen_build_closure1, A.CreditEmailScreen_build_closure0, A.EmailCreditVM_EmailCreditVM$fromStore_closure, A.EmailCreditVM_EmailCreditVM$fromStore__closure, A.CreditListItem_build__closure, A.CreditListItem_build__closure3, A.CreditListVM_fromStore__handleRefresh, A.CreditListVM_fromStore_closure, A.CreditListVM_fromStore_closure0, A.CreditPdfScreen_build_closure0, A.CreditScreen_build_closure7, A.CreditScreen_build_closure4, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A._CreditEditState_build_closure1, A._CreditEditState_build_closure2, A._CreditEditState_build__closure, A._CreditEditState_build___closure0, A._CreditEditState_build___closure1, A._CreditEditState_build___closure, A.CreditEditDetailsScreen_build_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, A.CreditEditItemsScreen_build_closure0, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, A.CreditEditNotesScreen_build_closure0, A.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, A.CreditEditPDFScreen_build_closure0, A.CreditEditScreen_build_closure0, A.CreditEditVM_CreditEditVM$fromStore_closure, A.CreditEditVM_CreditEditVM$fromStore___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_closure4, A._DashboardDateRangePickerState_build_closure5, A._DashboardDateRangePickerState_build__closure, A.DashboardPanels__showDateOptions_closure, A.DashboardPanels__header__closure, A.DashboardPanels__header__closure0, A.DashboardPanels__header___closure1, A.DashboardPanels__header__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__runningTasks_closure, A.DashboardPanels_build__closure2, A.DashboardPanels_build__closure3, A.DashboardPanels_build__closure4, A.DashboardPanels_build__closure5, A.DashboardPanels_build__closure6, 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__closure0, A._DashboardScreenState_build__closure1, A._DashboardScreenState_build__closure2, A._DashboardScreenState_build_closure3, 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__loadDesign_closure, A._DesignEditState__loadDesign_closure0, A._DesignEditState__loadPreview_closure0, A._DesignEditState_build_closure2, A._DesignEditState_build_closure, A._DesignEditState_build_closure0, A._DesignEditState_build_closure1, A._DesignSettingsState_build_closure, A.DesignEditScreen_build_closure0, A.DesignEditVM_DesignEditVM$fromStore_closure, A.DesignEditVM_DesignEditVM$fromStore_closure1, A.DesignEditVM_DesignEditVM$fromStore_closure0, A._DesignViewState_build_closure, A._DesignViewState_build_closure0, A._DesignViewState_build_closure1, A._DesignViewState_build_closure2, A._DesignViewState_build_closure3, A._DesignViewState_build_closure4, A._DesignViewState_build_closure5, A._DesignViewState_build_closure6, A.DesignViewScreen_build_closure0, A.DocumentListItem_build_closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentScreen_build_closure7, A.DocumentScreen_build_closure4, A.DocumentScreen_build_closure0, A.DocumentScreen_build_closure1, A.DocumentScreen_build_closure2, A.DocumentScreen_build_closure3, A._DocumentEditState_didChangeDependencies_closure, A._DocumentEditState_didChangeDependencies_closure0, A._DocumentEditState_dispose_closure, A._DocumentEditState__onChanged_closure, A._DocumentEditState_build_closure0, A._DocumentEditState_build_closure, A.DocumentEditScreen_build_closure0, A.DocumentEditVM_DocumentEditVM$fromStore_closure, A.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A._ExpenseEditState__onSavePressed_closure, A._ExpenseEditState_build_closure1, A._ExpenseEditState_build_closure2, A.ExpenseEditDetailsState_didChangeDependencies_closure, A.ExpenseEditDetailsState_didChangeDependencies_closure0, A.ExpenseEditDetailsState_dispose_closure, A.ExpenseEditDetailsState__onChanged_closure, A.ExpenseEditDetailsState_build_closure1, A.ExpenseEditDetailsState_build__closure18, A.ExpenseEditDetailsState_build_closure, A.ExpenseEditDetailsState_build__closure19, A.ExpenseEditDetailsState_build_closure3, A.ExpenseEditDetailsState_build__closure17, A.ExpenseEditDetailsState_build_closure2, A.ExpenseEditDetailsState_build_closure4, A.ExpenseEditDetailsState_build__closure16, A.ExpenseEditDetailsState_build_closure6, A.ExpenseEditDetailsState_build__closure14, A.ExpenseEditDetailsState_build__closure15, A.ExpenseEditDetailsState_build_closure7, A.ExpenseEditDetailsState_build__closure13, A.ExpenseEditDetailsState_build_closure8, A.ExpenseEditDetailsState_build__closure12, A.ExpenseEditDetailsState_build_closure9, A.ExpenseEditDetailsState_build__closure11, A.ExpenseEditDetailsState_build_closure10, A.ExpenseEditDetailsState_build__closure10, A.ExpenseEditDetailsState_build_closure11, A.ExpenseEditDetailsState_build__closure9, A.ExpenseEditDetailsState_build_closure12, A.ExpenseEditDetailsState_build__closure8, A.ExpenseEditDetailsState_build_closure13, A.ExpenseEditDetailsState_build__closure7, A.ExpenseEditDetailsState_build_closure14, A.ExpenseEditDetailsState_build__closure6, A.ExpenseEditDetailsState_build_closure15, A.ExpenseEditDetailsState_build__closure5, A.ExpenseEditDetailsState_build_closure16, A.ExpenseEditDetailsState_build__closure4, A.ExpenseEditDetailsState_build_closure17, A.ExpenseEditDetailsState_build__closure3, A.ExpenseEditDetailsState_build__closure2, A.ExpenseEditDetailsState_build_closure20, A.ExpenseEditDetailsState_build__closure1, A.ExpenseEditDetailsState_build_closure19, A.ExpenseEditDetailsState_build__closure0, A.ExpenseEditDetailsState_build_closure23, A.ExpenseEditDetailsState_build__closure, A.ExpenseEditDetailsState_build_closure22, A.ExpenseEditNotesState_didChangeDependencies_closure, A.ExpenseEditNotesState_didChangeDependencies_closure0, A.ExpenseEditNotesState_dispose_closure, A.ExpenseEditNotesState__onChanged_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure, A.ExpenseEditSettingsState_didChangeDependencies_closure0, A.ExpenseEditSettingsState_dispose_closure, A.ExpenseEditSettingsState__onChanged_closure, A.ExpenseEditSettingsState__setCurrency_closure, A.ExpenseEditSettingsState__setCurrency_closure0, A.ExpenseEditSettingsState__calculateExchangeRate_closure, A.ExpenseEditSettingsState_build_closure, A.ExpenseEditSettingsState_build__closure11, A.ExpenseEditSettingsState_build_closure0, A.ExpenseEditSettingsState_build__closure7, A.ExpenseEditSettingsState_build__closure8, A.ExpenseEditSettingsState_build__closure9, A.ExpenseEditSettingsState_build_closure1, A.ExpenseEditSettingsState_build__closure6, A.ExpenseEditSettingsState_build__closure5, A.ExpenseEditSettingsState_build_closure3, A.ExpenseEditSettingsState_build__closure3, A.ExpenseEditSettingsState_build__closure4, A.ExpenseEditSettingsState_build_closure4, A.ExpenseEditSettingsState_build_closure7, A.ExpenseEditSettingsState_build_closure5, A.ExpenseEditSettingsState_build_closure6, A.ExpenseEditSettingsState_build_closure8, A.ExpenseEditSettingsState_build__closure1, A.ExpenseEditSettingsState_build_closure10, A.ExpenseEditSettingsState_build__closure0, A.ExpenseEditSettingsState_build_closure11, A.ExpenseEditSettingsState_build__closure, A.ExpenseEditScreen_build_closure0, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, A.ExpenseEditVM_ExpenseEditVM$fromStore__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_closure, A.ExpenseScreen_build_closure0, A.ExpenseScreen_build_closure1, A.ExpenseScreen_build_closure2, A.ExpenseScreen_build_closure3, A.ExpenseScreen_build_closure13, A.ExpenseScreen_build_closure9, A.ExpenseScreen_build_closure5, A.ExpenseScreen_build_closure6, A.ExpenseScreen_build_closure7, A.ExpenseScreen_build_closure8, A._ExpenseViewState_build_closure, A.ExpenseViewDocuments_build_closure, A.ExpenseViewDocuments_build_closure0, A._ExpenseViewScheduleState_build_closure, A.ExpenseViewScreen_build_closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore___closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, A.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, A.ExpenseCategoryEditScreen_build_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, A.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryScreen_build_closure7, A.ExpenseCategoryScreen_build_closure4, A.ExpenseCategoryScreen_build_closure0, A.ExpenseCategoryScreen_build_closure1, A.ExpenseCategoryScreen_build_closure2, A.ExpenseCategoryScreen_build_closure3, A.ExpenseCategoryViewScreen_build_closure0, A._GroupEditState_didChangeDependencies_closure, A._GroupEditState_didChangeDependencies_closure0, A._GroupEditState_dispose_closure, A._GroupEditState__onChanged_closure, A._GroupEditState_build_closure0, A._GroupEditState_build_closure1, A._GroupEditState_build_closure, A._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, A.GroupListItem_build_closure, A.GroupListVM_fromStore__handleRefresh, A.GroupListVM_fromStore_closure, A.GroupListVM_fromStore_closure0, A.GroupSettingsScreen_build_closure3, A.GroupSettingsScreen_build_closure0, A._GroupViewState_build_closure0, A._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewVM_GroupViewVM$fromStore__closure0, A.GroupViewVM_GroupViewVM$fromStore__closure1, A.GroupViewVM_GroupViewVM$fromStore___closure, A.GroupViewVM_GroupViewVM$fromStore_closure1, A.GroupViewVM_GroupViewVM$fromStore__closure, A._InvoiceEditState__onSavePressed_closure, A._InvoiceEditState_build_closure1, A._InvoiceEditState_build_closure2, A._InvoiceEditState_build__closure, A._InvoiceEditState_build___closure0, A._InvoiceEditState_build___closure1, A._InvoiceEditState_build___closure, A.InvoiceEditContacts_build_closure0, A.InvoiceEditContacts_build_closure2, A._ClientContactListTile_build_closure, A._VendorContactListTile_build_closure, A.InvoiceEditContactsScreen_build_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, A.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure1, A.InvoiceEditDesktopState_didChangeDependencies_closure, A.InvoiceEditDesktopState_didChangeDependencies_closure0, A.InvoiceEditDesktopState_dispose_closure, A.InvoiceEditDesktopState__onChanged_closure, A.InvoiceEditDesktopState_build_closure, A.InvoiceEditDesktopState_build_closure0, A.InvoiceEditDesktopState_build_closure1, A.InvoiceEditDesktopState_build_closure2, A.InvoiceEditDesktopState_build_closure3, A.InvoiceEditDesktopState_build_closure4, A.InvoiceEditDesktopState_build_closure6, A.InvoiceEditDesktopState_build__closure17, A.InvoiceEditDesktopState_build_closure5, A.InvoiceEditDesktopState_build__closure16, A.InvoiceEditDesktopState_build_closure9, A.InvoiceEditDesktopState_build__closure15, A.InvoiceEditDesktopState_build_closure8, A.InvoiceEditDesktopState_build_closure11, A.InvoiceEditDesktopState_build__closure14, A.InvoiceEditDesktopState_build_closure10, A.InvoiceEditDesktopState_build_closure13, A.InvoiceEditDesktopState_build__closure13, A.InvoiceEditDesktopState_build__closure12, A.InvoiceEditDesktopState_build_closure15, A.InvoiceEditDesktopState_build__closure11, A.InvoiceEditDesktopState_build_closure17, A.InvoiceEditDesktopState_build_closure18, A.InvoiceEditDesktopState_build__closure10, A.InvoiceEditDesktopState_build_closure20, A.InvoiceEditDesktopState_build__closure9, A.InvoiceEditDesktopState_build_closure19, A.InvoiceEditDesktopState_build_closure21, A.InvoiceEditDesktopState_build_closure22, A.InvoiceEditDesktopState_build__closure, A.InvoiceEditDesktopState_build___closure8, A.InvoiceEditDesktopState_build__closure0, A.InvoiceEditDesktopState_build___closure6, A.InvoiceEditDesktopState_build___closure7, A.InvoiceEditDesktopState_build__closure1, A.InvoiceEditDesktopState_build___closure5, A.InvoiceEditDesktopState_build__closure3, A.InvoiceEditDesktopState_build___closure3, A.InvoiceEditDesktopState_build___closure4, A.InvoiceEditDesktopState_build__closure4, A.InvoiceEditDesktopState_build___closure2, A.InvoiceEditDesktopState_build__closure5, A.InvoiceEditDesktopState_build___closure1, A.InvoiceEditDesktopState_build__closure6, A.InvoiceEditDesktopState_build___closure0, A.InvoiceEditDesktopState_build__closure7, A.InvoiceEditDesktopState_build___closure, A.InvoiceEditDesktopState_build_closure24, A.InvoiceEditDesktopState_build_closure25, A.InvoiceEditDesktopState_build_closure26, A.__PdfPreviewState__loadPdf_closure0, A.__PdfPreviewState__loadPdf_closure1, A.__PdfPreviewState_build_closure1, A.InvoiceEditDetailsState_didChangeDependencies_closure, A.InvoiceEditDetailsState_didChangeDependencies_closure0, A.InvoiceEditDetailsState_dispose_closure, A.InvoiceEditDetailsState__onChanged_closure, A.InvoiceEditDetailsState_build_closure, A.InvoiceEditDetailsState_build_closure0, A.InvoiceEditDetailsState_build_closure1, A.InvoiceEditDetailsState_build_closure2, A.InvoiceEditDetailsState_build_closure3, A.InvoiceEditDetailsState_build_closure4, A.InvoiceEditDetailsState_build__closure17, A.InvoiceEditDetailsState_build_closure6, A.InvoiceEditDetailsState_build__closure16, A.InvoiceEditDetailsState_build_closure5, A.InvoiceEditDetailsState_build__closure15, A.InvoiceEditDetailsState_build_closure9, A.InvoiceEditDetailsState_build__closure14, A.InvoiceEditDetailsState_build_closure8, A.InvoiceEditDetailsState_build_closure11, A.InvoiceEditDetailsState_build__closure13, A.InvoiceEditDetailsState_build_closure10, A.InvoiceEditDetailsState_build_closure13, A.InvoiceEditDetailsState_build__closure12, A.InvoiceEditDetailsState_build__closure11, A.InvoiceEditDetailsState_build_closure15, A.InvoiceEditDetailsState_build__closure10, A.InvoiceEditDetailsState_build_closure17, A.InvoiceEditDetailsState_build__closure9, A.InvoiceEditDetailsState_build_closure19, A.InvoiceEditDetailsState_build__closure8, A.InvoiceEditDetailsState_build_closure18, A.InvoiceEditDetailsState_build_closure20, A.InvoiceEditDetailsState_build_closure21, A.InvoiceEditDetailsState_build_closure22, A.InvoiceEditDetailsState_build_closure23, A.InvoiceEditDetailsState_build__closure7, A.InvoiceEditDetailsState_build_closure24, A.InvoiceEditDetailsState_build__closure5, A.InvoiceEditDetailsState_build__closure6, A.InvoiceEditDetailsState_build_closure25, A.InvoiceEditDetailsState_build__closure4, A.InvoiceEditDetailsState_build_closure27, A.InvoiceEditDetailsState_build__closure2, A.InvoiceEditDetailsState_build__closure3, A.InvoiceEditDetailsState_build_closure28, A.InvoiceEditDetailsState_build__closure1, A.InvoiceEditDetailsState_build_closure29, A.InvoiceEditDetailsState_build__closure0, A.InvoiceEditDetailsState_build_closure30, A.InvoiceEditDetailsState_build__closure, A.InvoiceEditDetailsScreen_build_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, A._InvoiceEditItemsState__showInvoiceItemEditor_closure, A._InvoiceEditItemsState_build_closure, A.ItemEditDetailsState_didChangeDependencies_closure, A.ItemEditDetailsState_dispose_closure, A.ItemEditDetailsState__onChanged_closure, A.ItemEditDetailsState_build__closure2, A.ItemEditDetailsState_build_closure1, A.ItemEditDetailsState_build_closure2, A.ItemEditDetailsState_build_closure3, A._InvoiceEditItemsDesktopState__updateColumns_closure, A._InvoiceEditItemsDesktopState__updateColumns_closure0, A._InvoiceEditItemsDesktopState__updateColumns_closure1, A._InvoiceEditItemsDesktopState__updateColumns_closure2, A._InvoiceEditItemsDesktopState__updateColumns_closure3, A._InvoiceEditItemsDesktopState__onFocusChange_closure, A._InvoiceEditItemsDesktopState_build_closure, A._InvoiceEditItemsDesktopState_build_closure0, A._InvoiceEditItemsDesktopState_build__closure29, A._InvoiceEditItemsDesktopState_build__closure30, A._InvoiceEditItemsDesktopState_build_closure4, A._InvoiceEditItemsDesktopState_build_closure5, A._InvoiceEditItemsDesktopState_build_closure7, A._InvoiceEditItemsDesktopState_build__closure5, A._InvoiceEditItemsDesktopState_build__closure4, A._InvoiceEditItemsDesktopState_build___closure10, A._InvoiceEditItemsDesktopState_build___closure11, A._InvoiceEditItemsDesktopState_build__closure2, A._InvoiceEditItemsDesktopState_build__closure3, A._InvoiceEditItemsDesktopState_build___closure12, A._InvoiceEditItemsDesktopState_build___closure13, A._InvoiceEditItemsDesktopState_build__closure0, A._InvoiceEditItemsDesktopState_build___closure16, A._InvoiceEditItemsDesktopState_build___closure15, A._InvoiceEditItemsDesktopState_build____closure0, A._InvoiceEditItemsDesktopState_build__closure1, A._InvoiceEditItemsDesktopState_build____closure, A._InvoiceEditItemsDesktopState_build__closure7, A._InvoiceEditItemsDesktopState_build__closure6, A._InvoiceEditItemsDesktopState_build___closure9, A._InvoiceEditItemsDesktopState_build__closure9, A._InvoiceEditItemsDesktopState_build__closure8, A._InvoiceEditItemsDesktopState_build___closure8, A._InvoiceEditItemsDesktopState_build__closure11, A._InvoiceEditItemsDesktopState_build__closure10, A._InvoiceEditItemsDesktopState_build___closure7, A._InvoiceEditItemsDesktopState_build__closure13, A._InvoiceEditItemsDesktopState_build__closure12, A._InvoiceEditItemsDesktopState_build___closure6, A._InvoiceEditItemsDesktopState_build__closure15, A._InvoiceEditItemsDesktopState_build__closure14, A._InvoiceEditItemsDesktopState_build___closure5, A._InvoiceEditItemsDesktopState_build__closure17, A._InvoiceEditItemsDesktopState_build__closure16, A._InvoiceEditItemsDesktopState_build___closure4, A._InvoiceEditItemsDesktopState_build__closure19, A._InvoiceEditItemsDesktopState_build__closure18, A._InvoiceEditItemsDesktopState_build___closure3, A._InvoiceEditItemsDesktopState_build__closure21, A._InvoiceEditItemsDesktopState_build__closure20, A._InvoiceEditItemsDesktopState_build___closure2, A._InvoiceEditItemsDesktopState_build__closure23, A._InvoiceEditItemsDesktopState_build__closure22, A._InvoiceEditItemsDesktopState_build___closure1, A._InvoiceEditItemsDesktopState_build__closure25, A._InvoiceEditItemsDesktopState_build__closure24, A._InvoiceEditItemsDesktopState_build___closure0, A._InvoiceEditItemsDesktopState_build__closure27, A._InvoiceEditItemsDesktopState_build__closure26, A._InvoiceEditItemsDesktopState_build___closure, A._InvoiceEditItemsDesktopState_build_closure8, A._InvoiceEditItemsDesktopState_build__closure, A._InvoiceEditItemsDesktopState_build_closure9, A.InvoiceEditItemsScreen_build_closure0, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, A.InvoiceEditNotesState_didChangeDependencies_closure, A.InvoiceEditNotesState_didChangeDependencies_closure0, A.InvoiceEditNotesState_dispose_closure, A.InvoiceEditNotesState__onChanged_closure, A.InvoiceEditNotesScreen_build_closure0, A.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFScreen_build_closure0, A.InvoiceEditScreen_build_closure0, A.InvoiceEditVM_InvoiceEditVM$fromStore_closure, A.InvoiceEditVM_InvoiceEditVM$fromStore___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_closure, A.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, A.InvoiceListItem_build__closure, A.InvoiceListItem_build__closure3, A.InvoiceListVM_fromStore__handleRefresh, A.InvoiceListVM_fromStore_closure, A.InvoiceListVM_fromStore_closure0, A._InvoicePdfViewState_loadPdf_closure0, A._InvoicePdfViewState_loadPdf_closure1, A._InvoicePdfViewState_build_closure, A.InvoicePdfScreen_build_closure0, A.InvoiceScreen_build_closure, A.InvoiceScreen_build_closure0, A.InvoiceScreen_build_closure1, A.InvoiceScreen_build_closure2, A.InvoiceScreen_build_closure3, A.InvoiceScreen_build_closure4, A.InvoiceScreen_build_closure5, A.InvoiceScreen_build_closure15, A.InvoiceScreen_build_closure11, A.InvoiceScreen_build_closure7, A.InvoiceScreen_build_closure8, A.InvoiceScreen_build_closure9, A.InvoiceScreen_build_closure10, A._InvoiceViewState_build_closure, A.InvoiceViewContacts_build_closure, A._InvitationListTile_build_closure, A._InvitationListTile_build_closure1, A.InvoiceViewDocuments_build_closure, A.InvoiceViewDocuments_build_closure0, A.InvoiceViewDocuments_build_closure1, A._InvoiceViewHistoryState_build_closure, A.InvoiceOverview_build_closure, A.InvoiceOverview_build__closure0, A.InvoiceOverview_build__closure1, A.InvoiceOverview_build_closure0, A.InvoiceOverview_build_closure1, A.InvoiceOverview_build_closure2, A.InvoiceOverview_build__closure, A._InvoiceViewScheduleState_build_closure, A.InvoiceViewScreen_build_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore___closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, A.InvoiceViewVM_InvoiceViewVM$fromStore__closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, A._PaymentEditState_didChangeDependencies_closure, A._PaymentEditState_didChangeDependencies_closure0, A._PaymentEditState_dispose_closure, A._PaymentEditState__onChanged_closure, A._PaymentEditState_convertCurrency_closure, A._PaymentEditState_build_closure, A._PaymentEditState_build_closure0, A._PaymentEditState_build_closure1, A._PaymentEditState_build_closure2, A._PaymentEditState_build_closure4, A._PaymentEditState_build_closure3, A._PaymentEditState_build__closure5, A._PaymentEditState_build_closure5, A._PaymentEditState_build_closure7, A._PaymentEditState_build__closure4, A._PaymentEditState_build_closure8, A._PaymentEditState_build__closure3, A._PaymentEditState_build_closure9, A._PaymentEditState_build__closure2, A._PaymentEditState_build_closure10, A._PaymentEditState_build__closure0, A._PaymentEditState_build_closure11, A._PaymentEditState_build_closure13, A._PaymentEditState_build__closure, A._PaymentEditState_build_closure12, A._PaymentEditState_build_onSavePressed, A._PaymentEditState_build_closure16, A._PaymentableEditorState_didChangeDependencies_closure, A._PaymentableEditorState_didChangeDependencies_closure0, A._PaymentableEditorState_dispose_closure0, A._PaymentableEditorState__onChanged_closure, A._PaymentableEditorState__onChanged_closure0, A._PaymentableEditorState__onChanged_closure1, A._PaymentableEditorState__onChanged_closure2, A._PaymentableEditorState__onChanged_closure3, A._PaymentableEditorState__onChanged_closure4, A._PaymentableEditorState__onChanged_closure5, A._PaymentableEditorState_build_closure, A._PaymentableEditorState_build_closure0, A._PaymentableEditorState_build_closure3, A._PaymentableEditorState_build_closure2, A._PaymentableEditorState_build_closure1, A._PaymentableEditorState_build_closure6, A._PaymentableEditorState_build_closure5, A._PaymentableEditorState_build_closure4, A._PaymentableEditorState_build__closure, A._PaymentableEditorState_build__closure0, A.PaymentEditScreen_build_closure0, A.PaymentEditVM_PaymentEditVM$fromStore_closure, A.PaymentEditVM_PaymentEditVM$fromStore_closure1, A.PaymentEditVM_PaymentEditVM$fromStore_closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure, A.PaymentEditVM_PaymentEditVM$fromStore___closure0, A.PaymentEditVM_PaymentEditVM$fromStore___closure1, A.PaymentEditVM_PaymentEditVM$fromStore___closure2, A.PaymentEditVM_PaymentEditVM$fromStore___closure3, A.PaymentEditVM_PaymentEditVM$fromStore____closure, A.PaymentListItem_build__closure, A.PaymentListItem_build__closure3, A.PaymentListVM_fromStore__handleRefresh, A.PaymentListVM_fromStore_closure, A.PaymentListVM_fromStore_closure0, A.PaymentPresenter_getField_closure, A.PaymentPresenter_getField_closure0, A.PaymentPresenter_getField_closure1, A.PaymentPresenter_getField_closure2, A.PaymentScreen_build_closure7, A.PaymentScreen_build_closure4, A.PaymentScreen_build_closure0, A.PaymentScreen_build_closure1, A.PaymentScreen_build_closure2, A.PaymentScreen_build_closure3, A._PaymentRefundState_didChangeDependencies_closure, A._PaymentRefundState_didChangeDependencies_closure0, A._PaymentRefundState_dispose_closure, A._PaymentRefundState__onChanged__closure, A._PaymentRefundState_build_closure, A._PaymentRefundState_build_closure1, A._PaymentRefundState_build__closure1, A._PaymentRefundState_build_closure2, A._PaymentRefundState_build__closure0, A._PaymentRefundState_build_closure3, A._PaymentRefundState_build__closure, A._PaymentRefundState_build_onSavePressed, A._PaymentRefundState_build_onSavePressed_closure0, A._PaymentRefundState_build_closure4, A._PaymentRefundState_build_closure5, A._PaymentableEditorState_didChangeDependencies_closure1, A._PaymentableEditorState_didChangeDependencies_closure2, A._PaymentableEditorState_dispose_closure, A._PaymentableEditorState__onChanged_closure6, A._PaymentableEditorState__onChanged_closure7, A._PaymentableEditorState__onChanged_closure8, A._PaymentableEditorState__onChanged_closure9, A._PaymentableEditorState_build_closure8, A._PaymentableEditorState_build_closure10, A._PaymentableEditorState_build_closure9, A._PaymentableEditorState_build_closure11, A._PaymentableEditorState_build__closure1, A.PaymentRefundScreen_build_closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure, A.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, A.PaymentRefundVM_PaymentRefundVM$fromStore___closure, A._PaymentViewState_build_closure, A.PaymentViewScreen_build_closure0, A.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, A.PaymentViewVM_PaymentViewVM$fromStore_closure, A._PaymentTermEditState_didChangeDependencies_closure, A._PaymentTermEditState_didChangeDependencies_closure0, A._PaymentTermEditState_dispose_closure, A._PaymentTermEditState__onChanged_closure, A._PaymentTermEditState_build_closure0, A._PaymentTermEditState_build_closure1, A._PaymentTermEditState_build_closure, A._PaymentTermEditState_build__closure, A.PaymentTermEditScreen_build_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, A.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, A.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, A.PaymentTermListItem_build_closure, A.PaymentTermListVM_fromStore__handleRefresh, A.PaymentTermListVM_fromStore_closure, A.PaymentTermListVM_fromStore_closure0, A.PaymentTermScreen_build_closure7, A.PaymentTermScreen_build_closure4, A.PaymentTermScreen_build_closure0, A.PaymentTermScreen_build_closure1, A.PaymentTermScreen_build_closure2, A.PaymentTermScreen_build_closure3, A.PaymentTermViewScreen_build_closure0, A._ProductEditState_didChangeDependencies_closure, A._ProductEditState_didChangeDependencies_closure0, A._ProductEditState_dispose_closure, A._ProductEditState__onChanged_closure, A._ProductEditState_build_closure4, A._ProductEditState_build_closure5, A._ProductEditState_build_closure, A._ProductEditState_build_closure0, A._ProductEditState_build__closure3, A._ProductEditState_build_closure1, A._ProductEditState_build__closure2, A._ProductEditState_build_closure2, A._ProductEditState_build__closure1, A._ProductEditState_build_closure3, A._ProductEditState_build__closure0, A.ProductEditScreen_build_closure0, A.ProductEditVM_ProductEditVM$fromStore_closure, A.ProductEditVM_ProductEditVM$fromStore_closure1, A.ProductEditVM_ProductEditVM$fromStore_closure0, A.ProductEditVM_ProductEditVM$fromStore___closure, A.ProductEditVM_ProductEditVM$fromStore___closure0, A.ProductEditVM_ProductEditVM$fromStore____closure, A.ProductListItem_build__closure, A.ProductListItem_build__closure3, A.ProductListVM_fromStore__handleRefresh, A.ProductListVM_fromStore_closure, A.ProductListVM_fromStore_closure0, A.ProductScreen_build_closure7, A.ProductScreen_build_closure4, A.ProductScreen_build_closure0, A.ProductScreen_build_closure1, A.ProductScreen_build_closure2, A.ProductScreen_build_closure3, A._ProductViewState_build_closure, A.ProductViewDocuments_build_closure, A.ProductViewDocuments_build_closure0, A.ProductViewScreen_build_closure0, A.ProductViewVM_ProductViewVM$fromStore__handleRefresh, A.ProductViewVM_ProductViewVM$fromStore_closure, A.ProductViewVM_ProductViewVM$fromStore__closure0, A.ProductViewVM_ProductViewVM$fromStore__closure1, A.ProductViewVM_ProductViewVM$fromStore___closure, A.ProductViewVM_ProductViewVM$fromStore_closure1, A.ProductViewVM_ProductViewVM$fromStore__closure, A._ProjectEditState_didChangeDependencies_closure, A._ProjectEditState_didChangeDependencies_closure0, A._ProjectEditState_dispose_closure, A._ProjectEditState__onChanged_closure, A._ProjectEditState_build_closure0, A._ProjectEditState_build_closure1, A._ProjectEditState_build_closure, A._ProjectEditState_build__closure0, A._ProjectEditState_build__closure3, A._ProjectEditState_build__closure2, A._ProjectEditState_build___closure1, A._ProjectEditState_build__closure1, A._ProjectEditState_build__closure5, A._ProjectEditState_build___closure, A._ProjectEditState_build___closure0, A.ProjectEditScreen_build_closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure1, A.ProjectEditVM_ProjectEditVM$fromStore__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure0, A.ProjectEditVM_ProjectEditVM$fromStore_closure0, A.ProjectEditVM_ProjectEditVM$fromStore___closure, A.ProjectEditVM_ProjectEditVM$fromStore___closure0, A.ProjectEditVM_ProjectEditVM$fromStore____closure, A.ProjectListItem_build__closure, A.ProjectListItem_build__closure3, A.ProjectListVM_fromStore__handleRefresh, A.ProjectListVM_fromStore_closure, A.ProjectListVM_fromStore_closure0, A.ProjectScreen_build_closure7, A.ProjectScreen_build_closure4, A.ProjectScreen_build_closure0, A.ProjectScreen_build_closure1, A.ProjectScreen_build_closure2, A.ProjectScreen_build_closure3, A._ProjectViewState_build_closure0, A.ProjectViewDocuments_build_closure, A.ProjectViewDocuments_build_closure0, A._ProjectOverviewState_initState_closure, A.ProjectViewScreen_build_closure0, A.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, A.ProjectViewVM_ProjectViewVM$fromStore_closure0, A.ProjectViewVM_ProjectViewVM$fromStore_closure, A.ProjectViewVM_ProjectViewVM$fromStore__closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure0, A.ProjectViewVM_ProjectViewVM$fromStore__closure1, A.ProjectViewVM_ProjectViewVM$fromStore___closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure2, A.ProjectViewVM_ProjectViewVM$fromStore__closure, A._PurchaseOrderEditState_build_closure1, A._PurchaseOrderEditState_build_closure2, A._PurchaseOrderEditState_build__closure, A._PurchaseOrderEditState_build___closure0, A._PurchaseOrderEditState_build___closure1, A._PurchaseOrderEditState_build___closure, A.PurchaseOrderEditDetailsScreen_build_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure0, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore__closure0, A.PurchaseOrderEditItemsScreen_build_closure0, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure, A.PurchaseOrderEditNotesScreen_build_closure0, A.PurchaseOrderEditNotesVM_PurchaseOrderEditNotesVM$fromStore_closure, A.PurchaseOrderEditPDFScreen_build_closure0, A.PurchaseOrderEditScreen_build_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore___closure1, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore____closure, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore_closure1, A.PurchaseOrderEmailScreen_build_closure0, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore_closure, A.EmailPurchaseOrderVM_EmailPurchaseOrderVM$fromStore__closure, A.PurchaseOrderListItem_build__closure, A.PurchaseOrderListItem_build__closure3, A.PurchaseOrderListVM_fromStore__handleRefresh, A.PurchaseOrderListVM_fromStore_closure, A.PurchaseOrderListVM_fromStore_closure0, A.PurchaseOrderPdfScreen_build_closure0, A.PurchaseOrderScreen_build_closure, A.PurchaseOrderScreen_build_closure0, A.PurchaseOrderScreen_build_closure1, A.PurchaseOrderScreen_build_closure2, A.PurchaseOrderScreen_build_closure12, A.PurchaseOrderScreen_build_closure8, A.PurchaseOrderScreen_build_closure4, A.PurchaseOrderScreen_build_closure5, A.PurchaseOrderScreen_build_closure6, A.PurchaseOrderScreen_build_closure7, A.PurchaseOrderViewScreen_build_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__handleRefresh, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure0, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure1, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore___closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure2, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore__closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure3, A.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_closure, A.EmailQuoteVM_EmailQuoteVM$fromStore__closure, A.QuoteListItem_build__closure, A.QuoteListItem_build__closure3, A.QuoteListVM_fromStore__handleRefresh, A.QuoteListVM_fromStore_closure, A.QuoteListVM_fromStore_closure0, A.QuotePdfScreen_build_closure0, A.QuoteScreen_build_closure, A.QuoteScreen_build_closure0, A.QuoteScreen_build_closure1, A.QuoteScreen_build_closure2, A.QuoteScreen_build_closure3, A.QuoteScreen_build_closure13, A.QuoteScreen_build_closure9, A.QuoteScreen_build_closure5, A.QuoteScreen_build_closure6, A.QuoteScreen_build_closure7, A.QuoteScreen_build_closure8, A.QuoteViewScreen_build_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, A.QuoteViewVM_QuoteViewVM$fromStore_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure0, A.QuoteViewVM_QuoteViewVM$fromStore__closure1, A.QuoteViewVM_QuoteViewVM$fromStore___closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure2, A.QuoteViewVM_QuoteViewVM$fromStore__closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure3, A.RecurringExpenseEditScreen_build_closure0, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__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___closure0, A._RecurringInvoiceEditState_build___closure1, A._RecurringInvoiceEditState_build___closure, A.RecurringInvoiceEditDetailsScreen_build_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, A.RecurringInvoiceEditItemsScreen_build_closure0, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, A.RecurringInvoiceEditNotesScreen_build_closure0, A.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, A.RecurringInvoiceEditPDFScreen_build_closure0, A.RecurringInvoiceEditScreen_build_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___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_closure, A.RecurringInvoiceScreen_build_closure0, A.RecurringInvoiceScreen_build_closure1, A.RecurringInvoiceScreen_build_closure2, A.RecurringInvoiceScreen_build_closure3, A.RecurringInvoiceScreen_build_closure13, A.RecurringInvoiceScreen_build_closure9, A.RecurringInvoiceScreen_build_closure5, A.RecurringInvoiceScreen_build_closure6, A.RecurringInvoiceScreen_build_closure7, A.RecurringInvoiceScreen_build_closure8, A.RecurringInvoiceViewScreen_build_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure3, A.clientReport_closure4, A.memoizedContactReport_closure, A.contactReport_closure, A.contactReport_closure0, A.contactReport_closure1, A.contactReport_closure3, A.contactReport_closure4, A.memoizedCreditReport_closure, A.creditReport_closure, A.creditReport_closure0, A.creditReport_closure1, A.creditReport_closure3, A.creditReport_closure4, A.memoizedDocumentReport_closure, A.documentReport_closure, A.documentReport_closure0, A.documentReport__closure2, A.documentReport__closure1, A.documentReport__closure0, A.documentReport__closure, A.documentReport_closure5, A.documentReport_closure7, A.documentReport_closure8, A.memoizedExpenseReport_closure, A.expenseReport_closure, A.expenseReport_closure0, A.expenseReport_closure1, A.expenseReport_closure3, A.expenseReport_closure4, A.memoizedInvoiceItemReport_closure, A.lineItemReport_closure5, A.lineItemReport_closure6, A.lineItemReport_closure7, A.lineItemReport_closure9, A.lineItemReport_closure10, A.memoizedInvoiceReport_closure, A.invoiceReport_closure, A.invoiceReport_closure0, A.invoiceReport_closure1, A.invoiceReport_closure3, A.invoiceReport_closure4, A.memoizedInvoiceTaxReport_closure, A.taxReport_closure, A.taxReport_closure0, A.taxReport_closure2, A.taxReport_closure3, A.taxReport_closure4, A.taxReport_closure5, A.memoizedPaymentReport_closure, A.paymentReport_closure, A.paymentReport_closure0, A.paymentReport_closure1, A.paymentReport_closure3, A.paymentReport_closure4, A.memoizedPaymentTaxReport_closure, A.paymentTaxReport_closure, A.paymentTaxReport_closure0, A.paymentTaxReport_closure2, A.paymentTaxReport_closure3, A.paymentTaxReport_closure4, A.paymentTaxReport_closure5, A.memoizedProductReport_closure, A.productReport_closure, A.productReport_closure0, A.productReport_closure1, A.productReport_closure3, A.productReport_closure4, A.memoizedProfitAndLossReport_closure, A.profitAndLossReport_closure, A.profitAndLossReport_closure0, A.profitAndLossReport_closure2, A.profitAndLossReport_closure3, A.profitAndLossReport_closure4, A.profitAndLossReport_closure5, A.memoizedPurchaseOrderReport_closure, A.purchaseOrderReport_closure, A.purchaseOrderReport_closure0, A.purchaseOrderReport_closure1, A.purchaseOrderReport_closure3, A.purchaseOrderReport_closure4, A.memoizedQuoteItemReport_closure, A.lineItemReport_closure, A.lineItemReport_closure0, A.lineItemReport_closure1, A.lineItemReport_closure3, A.lineItemReport_closure4, A.memoizedQuoteReport_closure, A.quoteReport_closure, A.quoteReport_closure0, A.quoteReport_closure1, A.quoteReport_closure3, A.quoteReport_closure4, A.memoizedRecurringExpenseReport_closure, A.recurringExpenseReport_closure, A.recurringExpenseReport_closure0, A.recurringExpenseReport_closure1, A.recurringExpenseReport_closure3, A.recurringExpenseReport_closure4, A.memoizedRecurringInvoiceReport_closure, A.recurringInvoiceReport_closure, A.recurringInvoiceReport_closure0, A.recurringInvoiceReport_closure1, A.recurringInvoiceReport_closure3, A.recurringInvoiceReport_closure4, A.ReportCharts_build_closure0, A.ReportCharts_build_closure3, A.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure11, A.ReportsScreen_build__closure4, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure12, A.ReportsScreen_build__closure3, A.ReportsScreen_build_closure13, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure16, A.ReportsScreen_build_closure17, A.ReportsScreen_build_closure19, A.ReportsScreen_build___closure0, A.ReportsScreen_build__closure1, A.ReportsScreen_build_closure22, A.ReportsScreen_build_closure24, A.ReportsScreen_build___closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A.getReportColumnType_convertCustomFieldType, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure5, A.ReportResult_tableFilters__closure4, A.ReportResult_tableFilters_closure6, A.ReportResult_tableRow__closure, A.ReportResult_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__closure5, A._AccountOverview_build_closure2, A._AccountOverview_build__closure4, A._AccountOverview_build_closure3, A._AccountOverview_build__closure3, A._AccountOverview_build_closure4, A._AccountOverview_build__closure2, A._AccountOverview_build__closure1, A._AccountOverview_build___closure1, A._AccountOverview_build___closure2, A._AccountOverview_build___closure3, A._AccountOverview_build__closure0, A._AccountOverview_build__closure, A.AccountManagementVM_fromStore_closure1, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore__closure, A.AccountManagementVM_fromStore__closure0, A.AccountManagementVM_fromStore___closure0, A.AccountManagementVM_fromStore__closure1, A.AccountManagementVM_fromStore___closure, A.AccountManagementVM_fromStore_closure, A.AccountManagementVM_fromStore_closure3, A.AccountManagementVM_fromStore_closure0, A._ClientPortalState__validateSubdomain__closure1, A._ClientPortalState__validateSubdomain__closure2, A._ClientPortalState_dispose_closure, A._ClientPortalState_didChangeDependencies_closure, A._ClientPortalState_didChangeDependencies_closure0, A._ClientPortalState__onChanged__closure, A._ClientPortalState__onChanged__closure0, A._ClientPortalState_build_closure20, A._ClientPortalState_build_closure, A._ClientPortalState_build__closure12, A._ClientPortalState_build_closure1, A._ClientPortalState_build_closure0, A._ClientPortalState_build_closure2, A._ClientPortalState_build_closure5, A._ClientPortalState_build__closure11, A._ClientPortalState_build_closure6, A._ClientPortalState_build__closure10, A._ClientPortalState_build_closure7, A._ClientPortalState_build__closure9, A._ClientPortalState_build_closure8, A._ClientPortalState_build__closure8, A._ClientPortalState_build_closure10, A._ClientPortalState_build__closure7, A._ClientPortalState_build_closure12, A._ClientPortalState_build__closure6, A._ClientPortalState_build___closure, A._ClientPortalState_build____closure, A._ClientPortalState_build_closure13, A._ClientPortalState_build__closure5, A._ClientPortalState_build_closure14, A._ClientPortalState_build__closure4, A._ClientPortalState_build_closure15, A._ClientPortalState_build__closure3, A._ClientPortalState_build_closure16, A._ClientPortalState_build__closure2, A._ClientPortalState_build_closure17, A._ClientPortalState_build__closure1, A._ClientPortalState_build_closure18, A._ClientPortalState_build__closure0, A._ClientPortalState_build_closure19, A._ClientPortalState_build__closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure14, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure13, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure19, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure20, A._CompanyDetailsState_build_closure21, A.CompanyDetailsVM_fromStore_closure, A.CompanyDetailsVM_fromStore_closure0, A.CompanyDetailsVM_fromStore_closure3, A.CompanyDetailsVM_fromStore__closure2, A.CompanyDetailsVM_fromStore__closure3, A.CompanyDetailsVM_fromStore__closure4, A.CompanyDetailsVM_fromStore_closure1, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, A._CreditCardsAndBanksState_dispose_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure, A._CreditCardsAndBanksState_didChangeDependencies_closure0, A._CustomFieldsState_initState_closure, A.CustomFieldsSettings_build_closure, A.CustomFieldsSettings_build__closure6, A.CustomFieldsSettings_build_closure0, A.CustomFieldsSettings_build__closure5, A.CustomFieldsSettings_build_closure1, A.CustomFieldsSettings_build__closure4, A.CustomFieldsSettings_build_closure2, A.CustomFieldsSettings_build__closure3, A.CustomFieldsSettings_build_closure3, A.CustomFieldsSettings_build__closure2, A.CustomFieldsSettings_build_closure4, A.CustomFieldsSettings_build__closure1, A.CustomFieldsSettings_build_closure5, A.CustomFieldsSettings_build__closure0, A.CustomFieldsSettings_build_closure6, A.CustomFieldsSettings_build__closure, A._CustomFormFieldState_dispose_closure, A._CustomFormFieldState_didChangeDependencies_closure, A._CustomFormFieldState_didChangeDependencies_closure0, A._CustomFormFieldState__onChanged_closure, A._CustomFormFieldState_build_closure, A._CustomFormFieldState_build_closure1, A.CustomFieldsVM_fromStore_closure0, A.CustomFieldsVM_fromStore_closure, A._DataVisualizationsState_dispose_closure, A._DataVisualizationsState_didChangeDependencies_closure, A._DataVisualizationsState_didChangeDependencies_closure0, A._DeviceSettingsState_build_closure, A._DeviceSettingsState_build_closure0, A._DeviceSettingsState_build_closure1, A._DeviceSettingsState_build_closure2, A._DeviceSettingsState_build_closure3, A._DeviceSettingsState_build_closure4, A._DeviceSettingsState_build_closure5, A._DeviceSettingsState_build__closure7, A._DeviceSettingsState_build_closure7, A._DeviceSettingsState_build_closure8, A._DeviceSettingsState_build_closure9, A._DeviceSettingsState_build_closure10, A._DeviceSettingsState_build_closure11, A._DeviceSettingsState_build_closure12, A._DeviceSettingsState_build_closure13, A._DeviceSettingsState_build__closure4, A._DeviceSettingsState_build_closure15, A._DeviceSettingsState_build_closure16, A._DeviceSettingsState_build_closure17, A._DeviceSettingsState_build_closure18, A._DeviceSettingsState_build__closure2, A._DeviceSettingsState_build__closure3, A._DeviceSettingsState_build_closure19, A._DeviceSettingsState_build__closure1, A._DeviceSettingsState_build___closure0, A._DeviceSettingsState_build__closure0, A._DeviceSettingsState_build__closure, A._DeviceSettingsState_build___closure, A.DeviceSettingsVM_fromStore_closure, A.DeviceSettingsVM_fromStore_closure0, A.DeviceSettingsVM_fromStore__closure, A._EmailSettingsState_dispose_closure, A._EmailSettingsState_didChangeDependencies_closure, A._EmailSettingsState_didChangeDependencies_closure0, A._EmailSettingsState__onChanged_closure, A._EmailSettingsState_build_closure, A._EmailSettingsState_build__closure6, A._EmailSettingsState_build_closure1, A._EmailSettingsState_build__closure5, A._EmailSettingsState_build_closure2, A._EmailSettingsState_build_closure4, A._EmailSettingsState_build__closure4, A._EmailSettingsState_build_closure5, A._EmailSettingsState_build_closure7, A._EmailSettingsState_build__closure3, A._EmailSettingsState_build_closure6, A._EmailSettingsState_build_closure8, A._EmailSettingsState_build__closure2, A._EmailSettingsState_build_closure9, A._EmailSettingsState_build__closure1, A._EmailSettingsState_build_closure10, A._EmailSettingsState_build__closure0, A._EmailSettingsState_build_closure11, A._EmailSettingsState_build__closure, A.EmailSettingsVM_fromStore_closure0, A.EmailSettingsVM_fromStore_closure, A._ExpenseSettingsState_build_closure, A._ExpenseSettingsState_build__closure3, A._ExpenseSettingsState_build_closure0, A._ExpenseSettingsState_build__closure2, A._ExpenseSettingsState_build_closure1, A._ExpenseSettingsState_build__closure1, A._ExpenseSettingsState_build_closure2, A._ExpenseSettingsState_build__closure0, A._ExpenseSettingsState_build_closure3, A._ExpenseSettingsState_build__closure, A.ExpenseSettingsVM_fromStore_closure0, A.ExpenseSettingsVM_fromStore_closure, A.ExpenseSettingsVM_fromStore_closure1, A._GeneratedNumbersState_initState_closure, A._GeneratedNumbersState_dispose_closure, A._GeneratedNumbersState_didChangeDependencies_closure, A._GeneratedNumbersState_didChangeDependencies_closure0, A._GeneratedNumbersState__onChanged__closure, A._GeneratedNumbersState__onSavePressed_closure, A._GeneratedNumbersState__onSavePressed_closure0, A._GeneratedNumbersState_build_closure0, A._GeneratedNumbersState_build__closure16, A._GeneratedNumbersState_build_closure, A._GeneratedNumbersState_build_closure1, A._GeneratedNumbersState_build__closure15, A._GeneratedNumbersState_build_closure2, A._GeneratedNumbersState_build__closure14, A._GeneratedNumbersState_build_closure3, A._GeneratedNumbersState_build__closure13, A._GeneratedNumbersState_build_closure5, A._GeneratedNumbersState_build__closure12, A._GeneratedNumbersState_build__closure11, A._GeneratedNumbersState_build__closure10, A._GeneratedNumbersState_build__closure9, A._GeneratedNumbersState_build__closure8, A._GeneratedNumbersState_build__closure7, A._GeneratedNumbersState_build__closure6, A._GeneratedNumbersState_build__closure5, A._GeneratedNumbersState_build__closure4, A._GeneratedNumbersState_build__closure3, A._GeneratedNumbersState_build__closure2, A._GeneratedNumbersState_build__closure1, A._GeneratedNumbersState_build__closure0, A._GeneratedNumbersState_build__closure, A._EntityNumberSettingsState_dispose_closure, A._EntityNumberSettingsState_didChangeDependencies_closure, A._EntityNumberSettingsState_didChangeDependencies_closure0, A._EntityNumberSettingsState_build_closure0, A.HelpPanel_build_closure, A.HelpPanel_build_closure0, A.HelpPanel_build_closure1, A.HelpPanel_build_closure2, A.GeneratedNumbersVM_fromStore_closure0, A.GeneratedNumbersVM_fromStore_closure, A._ImportExportState_build_closure0, A._ImportExportState_build_closure, A._ImportExportState_build_closure3, A._ImportExportState_build_closure2, A._ImportExportState_build_closure5, A._ImportExportState_build_closure4, A._ImportExportState_build__closure0, A._ImportExportState_build__closure1, A._FileImportState_uploadJsonFile_closure0, A._FileImportState_uploadJsonFile_closure1, A._FileImportState_uploadFile_closure0, A._FileImportState_uploadFile_closure1, A._FileImportState_build_closure0, A._FileImportState_build_closure, A._FileImportState_build_closure2, A._FileImportState_build_closure3, A.__FileMapperState_build_closure, A.__FileMapperState_build_closure0, A.__FileMapperState_build__closure0, A.__FileMapperState_build__closure1, A._FieldMapper_build_closure1, A._FieldMapper_build__closure, A._FieldMapper_build_closure0, A._InvoiceDesignState_initState_closure, A._InvoiceDesignState_build_closure62, A._InvoiceDesignState_build_closure, A._InvoiceDesignState_build__closure20, A._InvoiceDesignState_build_closure0, A._InvoiceDesignState_build_closure1, A._InvoiceDesignState_build__closure17, A._InvoiceDesignState_build_closure2, A._InvoiceDesignState_build_closure3, A._InvoiceDesignState_build__closure14, A._InvoiceDesignState_build_closure4, A._InvoiceDesignState_build_closure5, A._InvoiceDesignState_build__closure11, A._InvoiceDesignState_build_closure6, A._InvoiceDesignState_build_closure9, A._InvoiceDesignState_build__closure8, A._InvoiceDesignState_build_closure8, A._InvoiceDesignState_build_closure11, A._InvoiceDesignState_build__closure7, A._InvoiceDesignState_build_closure10, A._InvoiceDesignState_build_closure13, A._InvoiceDesignState_build__closure6, A._InvoiceDesignState_build_closure12, A._InvoiceDesignState_build_closure14, A._InvoiceDesignState_build__closure5, A._InvoiceDesignState_build_closure15, A._InvoiceDesignState_build__closure4, A._InvoiceDesignState_build_closure16, A._InvoiceDesignState_build__closure3, A._InvoiceDesignState_build_closure17, A._InvoiceDesignState_build__closure2, A._InvoiceDesignState_build_closure18, A._InvoiceDesignState_build__closure1, A._InvoiceDesignState_build_closure19, A._InvoiceDesignState_build__closure0, A._InvoiceDesignState_build_closure21, A._InvoiceDesignState_build__closure, A._InvoiceDesignState_build_closure22, A._InvoiceDesignState_build_closure23, A._InvoiceDesignState_build_closure24, A._InvoiceDesignState_build_closure25, A._InvoiceDesignState_build_closure26, A._InvoiceDesignState_build_closure27, A._InvoiceDesignState_build_closure28, A._InvoiceDesignState_build_closure29, A._InvoiceDesignState_build_closure30, A._InvoiceDesignState_build_closure31, A._InvoiceDesignState_build_closure32, A._InvoiceDesignState_build_closure33, A._InvoiceDesignState_build_closure34, A._InvoiceDesignState_build_closure35, A._InvoiceDesignState_build_closure36, A._InvoiceDesignState_build_closure37, A._InvoiceDesignState_build_closure38, A._InvoiceDesignState_build_closure39, A._InvoiceDesignState_build_closure40, A._InvoiceDesignState_build_closure41, A._InvoiceDesignState_build_closure42, A._InvoiceDesignState_build_closure43, A._InvoiceDesignState_build_closure44, A._InvoiceDesignState_build_closure45, A._InvoiceDesignState_build_closure46, A._InvoiceDesignState_build_closure47, A._InvoiceDesignState_build_closure48, A._InvoiceDesignState_build_closure49, A._InvoiceDesignState_build_closure50, A._InvoiceDesignState_build_closure51, A._InvoiceDesignState_build_closure52, A._InvoiceDesignState_build_closure53, A._InvoiceDesignState_build_closure54, A._InvoiceDesignState_build_closure55, A._InvoiceDesignState_build_closure56, A._InvoiceDesignState_build_closure57, A._InvoiceDesignState_build_closure58, A._InvoiceDesignState_build_closure59, A._InvoiceDesignState_build_closure60, A._InvoiceDesignState_build_closure61, A.InvoiceDesignVM_fromStore_closure, A.InvoiceDesignVM_fromStore___closure, A.InvoiceDesignVM_fromStore____closure, A.InvoiceDesignVM_fromStore_____closure, A.InvoiceDesignVM_fromStore_____closure0, A._LocalizationSettingsState_dispose_closure, A._LocalizationSettingsState_didChangeDependencies_closure, A._LocalizationSettingsState_didChangeDependencies_closure0, A._LocalizationSettingsState_build_closure, A._LocalizationSettingsState_build_closure1, A._LocalizationSettingsState_build__closure13, A._LocalizationSettingsState_build_closure2, A._LocalizationSettingsState_build__closure12, A._LocalizationSettingsState_build_closure3, A._LocalizationSettingsState_build__closure11, A._LocalizationSettingsState_build_closure4, A._LocalizationSettingsState_build__closure10, A._LocalizationSettingsState_build_closure5, A._LocalizationSettingsState_build__closure9, A._LocalizationSettingsState_build_closure6, A._LocalizationSettingsState_build__closure8, A._LocalizationSettingsState_build_closure7, A._LocalizationSettingsState_build__closure7, A._LocalizationSettingsState_build_closure9, A._LocalizationSettingsState_build__closure6, A._LocalizationSettingsState_build_closure10, A._LocalizationSettingsState_build_closure11, A._LocalizationSettingsState_build__closure5, A._LocalizationSettingsState_build__closure3, A._LocalizationSettingsState_build___closure, A._LocalizationSettingsState_build__closure1, A._LocalizationSettingsState_build__closure2, A._LocalizationSettingsState_build_closure14, A._LocalizationSettingsState_build__closure0, A._LocalizationSettingsState_build__closure, A._AddCompanyDialogState_build_closure1, A.LocalizationSettingsVM_fromStore_closure0, A.LocalizationSettingsVM_fromStore_closure, A.LocalizationSettingsVM_fromStore_closure1, A.LocalizationSettingsVM_fromStore___closure, A.LocalizationSettingsVM_fromStore____closure, A._PaymentSettingsState_didChangeDependencies_closure, A._PaymentSettingsState_didChangeDependencies_closure0, A._PaymentSettingsState__onChanged_closure, A._PaymentSettingsState_build_closure, A._PaymentSettingsState_build__closure3, A._PaymentSettingsState_build_closure0, A._PaymentSettingsState_build__closure2, A._PaymentSettingsState_build_closure1, A._PaymentSettingsState_build__closure1, A._PaymentSettingsState_build_closure2, A._PaymentSettingsState_build__closure0, A._PaymentSettingsState_build_closure3, A._PaymentSettingsState_build__closure, A.PaymentSettingsVM_fromStore_closure0, A.PaymentSettingsVM_fromStore_closure1, A.PaymentSettingsVM_fromStore_closure, A.PaymentSettingsVM_fromStore_closure2, A._ProductSettingsState_didChangeDependencies_closure, A._ProductSettingsState_didChangeDependencies_closure0, A._ProductSettingsState_dispose_closure, A._ProductSettingsState__onChanged_closure, A._ProductSettingsState_build_closure, A._ProductSettingsState_build__closure9, A._ProductSettingsState_build_closure0, A._ProductSettingsState_build__closure8, A._ProductSettingsState_build_closure1, A._ProductSettingsState_build__closure7, A._ProductSettingsState_build_closure2, A._ProductSettingsState_build__closure6, A._ProductSettingsState_build_closure3, A._ProductSettingsState_build__closure5, A._ProductSettingsState_build_closure4, A._ProductSettingsState_build__closure4, A._ProductSettingsState_build_closure5, A._ProductSettingsState_build__closure3, A._ProductSettingsState_build_closure6, A._ProductSettingsState_build__closure2, A._ProductSettingsState_build_closure7, A._ProductSettingsState_build__closure1, A._ProductSettingsState_build_closure8, A._ProductSettingsState_build__closure0, A._ProductSettingsState_build_closure9, A._ProductSettingsState_build__closure, A.ProductSettingsVM_fromStore_closure0, A.ProductSettingsVM_fromStore_closure, A.SettingsListVM_fromStore_closure, A.SettingsListVM_fromStore_closure1, A.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, A._SettingsWizardState_dispose_closure, A._SettingsWizardState__validateSubdomain__closure1, A._SettingsWizardState__validateSubdomain__closure2, A._SettingsWizardState__onSavePressed__closure, A._SettingsWizardState__onSavePressed___closure0, A._SettingsWizardState__onSavePressed___closure1, A._SettingsWizardState__onSavePressed___closure2, A._SettingsWizardState__onSavePressed__closure0, A._SettingsWizardState__onSavePressed__closure2, A._SettingsWizardState_build_closure, A._SettingsWizardState_build_closure0, A._SettingsWizardState_build_closure1, A._SettingsWizardState_build_closure2, A._SettingsWizardState_build_closure3, A._SettingsWizardState_build_closure4, A._SettingsWizardState_build_closure5, A._SettingsWizardState_build__closure, A._SettingsWizardState_build_closure8, A._SettingsWizardState_build_closure7, A._TaskSettingsState_didChangeDependencies_closure, A._TaskSettingsState_didChangeDependencies_closure0, A._TaskSettingsState_dispose_closure, A._TaskSettingsState__onChanged_closure, A._TaskSettingsState_build_closure, A._TaskSettingsState_build__closure6, A._TaskSettingsState_build_closure0, A._TaskSettingsState_build__closure5, A._TaskSettingsState_build_closure1, A._TaskSettingsState_build__closure4, A._TaskSettingsState_build_closure2, A._TaskSettingsState_build__closure3, A._TaskSettingsState_build_closure3, A._TaskSettingsState_build__closure2, A._TaskSettingsState_build_closure4, A._TaskSettingsState_build__closure1, A._TaskSettingsState_build_closure5, A._TaskSettingsState_build__closure0, A._TaskSettingsState_build_closure6, A._TaskSettingsState_build__closure, A._TaskSettingsState_build_closure7, 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_initState_closure, A._TemplatesAndRemindersState_dispose_closure, A._TemplatesAndRemindersState__onChanged_closure, A._TemplatesAndRemindersState__onChanged_closure0, A._TemplatesAndRemindersState__onChanged_closure1, A._TemplatesAndRemindersState__onChanged_closure2, A._TemplatesAndRemindersState__onChanged_closure3, A._TemplatesAndRemindersState__onChanged_closure4, A._TemplatesAndRemindersState__onChanged_closure5, A._TemplatesAndRemindersState__onChanged_closure6, A._TemplatesAndRemindersState__onChanged_closure7, A._TemplatesAndRemindersState__onChanged_closure8, A._TemplatesAndRemindersState__onChanged_closure9, A._TemplatesAndRemindersState__onChanged_closure10, A._TemplatesAndRemindersState__onChanged_closure11, A._TemplatesAndRemindersState__onChanged_closure12, A._TemplatesAndRemindersState__renderTemplate_closure0, A._TemplatesAndRemindersState_build_closure9, A._TemplatesAndRemindersState_build_closure1, A._TemplatesAndRemindersState_build_closure, A._TemplatesAndRemindersState_build_closure0, A._TemplatesAndRemindersState_build_closure2, A._TemplatesAndRemindersState_build__closure3, A._TemplatesAndRemindersState_build_closure3, A._TemplatesAndRemindersState_build__closure2, A._TemplatesAndRemindersState_build_closure4, A._TemplatesAndRemindersState_build__closure1, A._TemplatesAndRemindersState_build_closure5, A._TemplatesAndRemindersState_build__closure0, A._TemplatesAndRemindersState_build_closure7, A._TemplatesAndRemindersState_build__closure, A._TemplatesAndRemindersState_build_closure8, A._ReminderSettingsState_dispose_closure, A._ReminderSettingsState_didChangeDependencies_closure, A._ReminderSettingsState_didChangeDependencies_closure0, A._ReminderSettingsState_build_closure, A._ReminderSettingsState_build_closure0, A.TemplatesAndRemindersVM_fromStore_closure0, A.TemplatesAndRemindersVM_fromStore_closure, A.TemplatesAndRemindersVM_fromStore____closure, A.TemplatesAndRemindersVM_fromStore____closure0, A.TemplatesAndRemindersVM_fromStore___closure0, A.TemplatesAndRemindersVM_fromStore___closure1, A.TemplatesAndRemindersVM_fromStore___closure2, A._UserDetailsState_dispose_closure, A._UserDetailsState_didChangeDependencies_closure, A._UserDetailsState_didChangeDependencies_closure0, A._UserDetailsState__onChanged_closure, A._UserDetailsState_build_closure13, A._UserDetailsState_build_closure4, A._UserDetailsState_build_closure5, A._UserDetailsState_build_closure6, A._UserDetailsState_build__closure4, A._UserDetailsState_build_closure8, A._UserDetailsState_build__closure3, A._UserDetailsState_build_closure10, A._UserDetailsState_build__closure2, A._UserDetailsState_build_closure9, A._UserDetailsState_build_closure11, 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_closure5, A.UserDetailsVM_fromStore__closure2, A.UserDetailsVM_fromStore____closure2, A.UserDetailsVM_fromStore_closure6, A.UserDetailsVM_fromStore__closure1, A.UserDetailsVM_fromStore____closure1, A.UserDetailsVM_fromStore_closure7, A.UserDetailsVM_fromStore__closure0, A.UserDetailsVM_fromStore_closure2, A.UserDetailsVM_fromStore__closure5, A.UserDetailsVM_fromStore____closure5, A.UserDetailsVM_fromStore____closure6, A.UserDetailsVM_fromStore_closure1, A.UserDetailsVM_fromStore_closure4, A.UserDetailsVM_fromStore__closure3, A.UserDetailsVM_fromStore____closure3, A.UserDetailsVM_fromStore____closure4, A.UserDetailsVM_fromStore_closure8, A.UserDetailsVM_fromStore__closure, A.UserDetailsVM_fromStore____closure, A.UserDetailsVM_fromStore____closure0, A.UserDetailsVM_fromStore_closure3, A.UserDetailsVM_fromStore___closure5, A.UserDetailsVM_fromStore_closure0, A.UserDetailsVM_fromStore___closure8, A.UserDetailsVM_fromStore____closure8, A.UserDetailsVM_fromStore___closure9, A._WorkflowSettingsState_build_closure, A._WorkflowSettingsState_build__closure5, A._WorkflowSettingsState_build_closure0, A._WorkflowSettingsState_build__closure4, A._WorkflowSettingsState_build_closure1, A._WorkflowSettingsState_build__closure3, A._WorkflowSettingsState_build_closure2, A._WorkflowSettingsState_build__closure2, A._WorkflowSettingsState_build_closure4, A._WorkflowSettingsState_build__closure1, A._WorkflowSettingsState_build_closure3, A._WorkflowSettingsState_build_closure5, A._WorkflowSettingsState_build__closure0, A._WorkflowSettingsState_build_closure6, A._WorkflowSettingsState_build__closure, A.WorkflowSettingsVM_fromStore_closure0, A.WorkflowSettingsVM_fromStore_closure1, A.WorkflowSettingsVM_fromStore_closure, A._SubscriptionEditState_didChangeDependencies_closure, A._SubscriptionEditState_didChangeDependencies_closure0, A._SubscriptionEditState_dispose_closure, A._SubscriptionEditState__onChanged_closure, A._SubscriptionEditState_build_closure24, A._SubscriptionEditState_build_closure25, A._SubscriptionEditState_build_closure, A._SubscriptionEditState_build__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_closure8, A._SubscriptionEditState_build__closure13, A._SubscriptionEditState_build_closure7, A._SubscriptionEditState_build_closure10, A._SubscriptionEditState_build__closure12, A._SubscriptionEditState_build_closure9, A._SubscriptionEditState_build_closure11, A._SubscriptionEditState_build__closure11, A._SubscriptionEditState_build_closure12, A._SubscriptionEditState_build__closure10, A._SubscriptionEditState_build_closure13, A._SubscriptionEditState_build__closure9, A._SubscriptionEditState_build_closure14, A._SubscriptionEditState_build__closure8, A._SubscriptionEditState_build_closure15, A._SubscriptionEditState_build__closure7, A._SubscriptionEditState_build_closure16, A._SubscriptionEditState_build__closure6, A._SubscriptionEditState_build_closure17, A._SubscriptionEditState_build__closure5, A._SubscriptionEditState_build_closure18, A._SubscriptionEditState_build__closure4, A._SubscriptionEditState_build_closure19, A._SubscriptionEditState_build__closure3, A._SubscriptionEditState_build_closure20, A._SubscriptionEditState_build_closure21, A._SubscriptionEditState_build__closure0, A._SubscriptionEditState_build_closure23, A._SubscriptionEditState_build___closure, A.SubscriptionEditScreen_build_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, A.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, A.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, A.SubscriptionListItem_build_closure, A.SubscriptionListVM_fromStore__handleRefresh, A.SubscriptionListVM_fromStore_closure, A.SubscriptionListVM_fromStore_closure0, A.SubscriptionScreen_build_closure7, A.SubscriptionScreen_build_closure4, A.SubscriptionScreen_build_closure0, A.SubscriptionScreen_build_closure1, A.SubscriptionScreen_build_closure2, A.SubscriptionScreen_build_closure3, A.SubscriptionViewScreen_build_closure0, A._UpdateDialogState_updateApp__closure0, A._UpdateDialogState_updateApp__closure1, A._TaskEditState_build_closure1, A._TaskEditState_build_closure2, A._TaskEditDesktopState_didChangeDependencies_closure, A._TaskEditDesktopState_didChangeDependencies_closure0, A._TaskEditDesktopState_dispose_closure, A._TaskEditDesktopState__onChanged_closure, A._TaskEditDesktopState_build_closure, A._TaskEditDesktopState_build_closure0, A._TaskEditDesktopState_build_closure2, A._TaskEditDesktopState_build__closure8, A._TaskEditDesktopState_build_closure1, A._TaskEditDesktopState_build_closure3, A._TaskEditDesktopState_build__closure7, A._TaskEditDesktopState_build_closure4, A._TaskEditDesktopState_build_closure5, A._TaskEditDesktopState_build__closure6, A._TaskEditDesktopState_build_closure6, A._TaskEditDesktopState_build__closure5, A._TaskEditDesktopState_build_closure8, A._TaskEditDesktopState_build_closure10, A._TaskEditDesktopState_build_closure11, A._TaskEditDetailsState_didChangeDependencies_closure, A._TaskEditDetailsState_didChangeDependencies_closure0, A._TaskEditDetailsState_dispose_closure, A._TaskEditDetailsState__onChanged_closure, A._TaskEditDetailsState_build_closure0, A._TaskEditDetailsState_build__closure2, A._TaskEditDetailsState_build_closure, A._TaskEditDetailsState_build_closure1, A._TaskEditDetailsState_build__closure1, A._TaskEditDetailsState_build_closure2, A._TaskEditDetailsState_build_closure3, A._TaskEditDetailsState_build__closure0, A._TaskEditDetailsState_build_closure4, A._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, A._TaskEditTimesState__showTaskTimeEditor_closure, A._TaskEditTimesState__showTaskTimeEditor__closure, A._TaskEditTimesState_build_closure, A._TaskEditTimesState_build_closure0, A.TimeEditDetailsState_build_closure0, A.TimeEditDetailsState_build_closure1, A.TimeEditDetailsState_build_closure3, A.TaskEditTimesScreen_build_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, A.TaskEditScreen_build_closure0, A.TaskEditVM_TaskEditVM$fromStore_closure0, A.TaskEditVM_TaskEditVM$fromStore__closure, A.TaskEditVM_TaskEditVM$fromStore_closure, A.TaskEditVM_TaskEditVM$fromStore___closure, A.TaskEditVM_TaskEditVM$fromStore___closure0, A.TaskEditVM_TaskEditVM$fromStore___closure1, A.TaskEditVM_TaskEditVM$fromStore____closure, A._KanbanTaskCardState_build_closure, A._KanbanTaskCardState_build__closure4, A._KanbanTaskCardState_build_closure10, A._KanbanTaskCardState_build_closure9, A._KanbanTaskCardState_build_closure6, A._KanbanTaskCardState_build__closure2, A._KanbanTaskCardState_build_closure7, A._KanbanStatusCardState__onSavePressed_closure, A._KanbanStatusCardState_build_closure, A._KanbanStatusCardState_build_closure0, A.KanbanViewState__initBoard_closure, A.KanbanViewState__onBoardChanged_closure, A.KanbanViewState_build_closure, A.KanbanViewState_build_closure0, A.KanbanViewState_build____closure3, A.KanbanViewState_build__closure3, A.KanbanViewState_build__closure4, A.KanbanViewState_build___closure3, A.KanbanViewState_build___closure2, A.KanbanVM_fromStore_closure, A.KanbanVM_fromStore_closure1, A.KanbanVM_fromStore__closure, A.KanbanVM_fromStore_closure0, A.KanbanVM_fromStore__closure0, A.KanbanVM_fromStore__closure1, A.KanbanVM_fromStore__closure2, A.KanbanVM_fromStore__closure3, A.TaskListItem_build__closure, A.TaskListItem_build__closure3, A.TaskListVM_fromStore__handleRefresh, A.TaskListVM_fromStore_closure0, A.TaskListVM_fromStore_closure, A.TaskPresenter_getField_closure, A.TaskPresenter_getField_closure0, A.TaskScreen_build_closure, A.TaskScreen_build_closure0, A.TaskScreen_build_closure1, A.TaskScreen_build_closure13, A.TaskScreen_build_closure9, A.TaskScreen_build_closure5, A.TaskScreen_build_closure6, A.TaskScreen_build_closure7, A.TaskScreen_build_closure8, A._TaskViewState_build_closure, A.TaskViewDocuments_build_closure, A.TaskViewDocuments_build_closure0, A._TaskOverviewState_initState_closure, A._TaskOverviewState_build__buildView_closure, A._TaskOverviewState_build__buildView__closure, A.TaskViewScreen_build_closure0, A.TaskViewVM_TaskViewVM$fromStore__handleRefresh, A.TaskViewVM_TaskViewVM$fromStore__toggleTask, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, A.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, A.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, A.TaskViewVM_TaskViewVM$fromStore_closure0, A.TaskViewVM_TaskViewVM$fromStore_closure, A.TaskViewVM_TaskViewVM$fromStore_closure1, A.TaskViewVM_TaskViewVM$fromStore__closure0, A.TaskViewVM_TaskViewVM$fromStore__closure1, A.TaskViewVM_TaskViewVM$fromStore___closure, A.TaskViewVM_TaskViewVM$fromStore_closure3, A.TaskViewVM_TaskViewVM$fromStore__closure, A._TaskStatusEditState_didChangeDependencies_closure, A._TaskStatusEditState_didChangeDependencies_closure0, A._TaskStatusEditState_dispose_closure, A._TaskStatusEditState__onChanged_closure, A._TaskStatusEditState_build_closure0, A._TaskStatusEditState_build_closure1, A._TaskStatusEditState_build_closure, A._TaskStatusEditState_build__closure0, A._TaskStatusEditState_build__closure1, A._TaskStatusEditState_build___closure, A.TaskStatusEditScreen_build_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, A.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, A.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, A.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, A.TaskStatusListItem_build_closure, A.TaskStatusListVM_fromStore__handleRefresh, A.TaskStatusListVM_fromStore_closure, A.TaskStatusListVM_fromStore_closure0, A.TaskStatusScreen_build_closure7, A.TaskStatusScreen_build_closure4, A.TaskStatusScreen_build_closure0, A.TaskStatusScreen_build_closure1, A.TaskStatusScreen_build_closure2, A.TaskStatusScreen_build_closure3, A.TaskStatusViewScreen_build_closure0, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState_build_closure, A.TaxRateEditScreen_build_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, A.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure, A.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore____closure, A.TaxRateListItem_build_closure, A.TaxRateListVM_fromStore__handleRefresh, A.TaxRateListVM_fromStore_closure, A.TaxRateListVM_fromStore_closure0, A.TaxRateSettingsScreen_build_closure3, A.TaxRateSettingsScreen_build_closure0, A.TaxRateViewScreen_build_closure0, A._TokenEditState_didChangeDependencies_closure, A._TokenEditState_didChangeDependencies_closure0, A._TokenEditState_dispose_closure, A._TokenEditState__onChanged_closure, A._TokenEditState_build_closure0, A._TokenEditState_build_closure1, A._TokenEditState_build_closure, A._TokenEditState_build__closure0, A.TokenEditScreen_build_closure0, A.TokenEditVM_TokenEditVM$fromStore_closure, A.TokenEditVM_TokenEditVM$fromStore_closure1, A.TokenEditVM_TokenEditVM$fromStore_closure0, A.TokenEditVM_TokenEditVM$fromStore____closure, A.TokenEditVM_TokenEditVM$fromStore____closure0, A.TokenEditVM_TokenEditVM$fromStore_____closure, A.TokenListItem_build_closure, A.TokenListVM_fromStore__handleRefresh, A.TokenListVM_fromStore_closure, A.TokenListVM_fromStore_closure0, A.TokenScreen_build_closure7, A.TokenScreen_build_closure4, A.TokenScreen_build_closure0, A.TokenScreen_build_closure1, A.TokenScreen_build_closure2, A.TokenScreen_build_closure3, A.TokenViewScreen_build_closure0, A._UserEditState_didChangeDependencies_closure, A._UserEditState_didChangeDependencies_closure0, A._UserEditState_dispose_closure, A._UserEditState__onChanged_closure, A._UserEditState__togglePermission_closure, A._UserEditState__togglePermission_closure0, A._UserEditState_build_closure13, A._UserEditState_build_closure14, A._UserEditState_build_closure, A._UserEditState_build_closure0, A._UserEditState_build_closure1, A._UserEditState_build__closure9, A._UserEditState_build_closure3, A._UserEditState_build__closure8, A._UserEditState_build__closure7, A._UserEditState_build___closure0, A._UserEditState_build_closure5, A._UserEditState_build_closure7, A._UserEditState_build_closure9, A._UserEditState_build_closure11, A._UserEditState_build_closure12, A._UserEditState_build___closure, A._UserEditState_build____closure, A._UserEditState_build__closure2, A._UserEditState_build__closure4, A._UserEditState_build__closure6, A.UserEditScreen_build_closure0, A.UserEditVM_UserEditVM$fromStore_closure, A.UserEditVM_UserEditVM$fromStore_closure1, A.UserEditVM_UserEditVM$fromStore_closure0, A.UserEditVM_UserEditVM$fromStore___closure0, A.UserEditVM_UserEditVM$fromStore___closure1, A.UserEditVM_UserEditVM$fromStore____closure, A.UserListItem_build_closure, A.UserListVM_fromStore__handleRefresh, A.UserListVM_fromStore_closure, A.UserListVM_fromStore_closure0, A.UserScreen_build_closure7, A.UserScreen_build_closure4, A.UserScreen_build_closure0, A.UserScreen_build_closure1, A.UserScreen_build_closure2, A.UserScreen_build_closure3, A.UserViewScreen_build_closure0, A._VendorEditState_build_closure, A._VendorEditState_build_closure0, A.VendorEditAddressState_didChangeDependencies_closure, A.VendorEditAddressState_didChangeDependencies_closure0, A.VendorEditAddressState_dispose_closure, A.VendorEditAddressState__onChanged_closure, A.VendorEditAddressState_build_closure, A.VendorEditAddressState_build__closure, A._VendorEditContactsState__showContactEditor_closure, A._VendorEditContactsState__showContactEditor__closure, A._VendorEditContactsState_build_closure, A._VendorEditContactsState_build_closure0, A.VendorContactEditDetailsState_didChangeDependencies_closure, A.VendorContactEditDetailsState_didChangeDependencies_closure0, A.VendorContactEditDetailsState_dispose_closure, A.VendorContactEditDetailsState__onChanged_closure, A.VendorContactEditDetailsState_build_closure, A.VendorContactEditDetailsState_build_closure0, A.VendorContactEditDetailsState_build_closure1, A.VendorContactEditDetailsState_build_closure2, A.VendorContactEditDetailsState_build_closure3, A.VendorContactEditDetailsState_build__closure, A.VendorEditContactsScreen_build_closure0, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, A.VendorEditDetailsState_didChangeDependencies_closure, A.VendorEditDetailsState_didChangeDependencies_closure0, A.VendorEditDetailsState_dispose_closure, A.VendorEditDetailsState__onChanged_closure, A.VendorEditDetailsState_build_closure, A.VendorEditDetailsState_build_closure0, A.VendorEditDetailsState_build__closure, A.VendorEditNotesState_didChangeDependencies_closure, A.VendorEditNotesState_didChangeDependencies_closure0, A.VendorEditNotesState_dispose_closure, A.VendorEditNotesState__onChanged_closure, A.VendorEditNotesState_build_closure, A.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, A.VendorListItem_build__closure, A.VendorListItem_build__closure3, A.VendorListVM_fromStore__handleRefresh, A.VendorListVM_fromStore_closure, A.VendorListVM_fromStore_closure0, A.VendorPresenter_getField_closure, A.VendorScreen_build_closure7, A.VendorScreen_build_closure4, A.VendorScreen_build_closure0, A.VendorScreen_build_closure1, A.VendorScreen_build_closure2, A.VendorScreen_build_closure3, A._VendorViewState_build_closure0, A._VendorViewDetailsState_build__buildDetailsList_closure, A.VendorViewDocuments_build_closure, A.VendorViewDocuments_build_closure0, A._VendorViewFullwidthState_build__closure0, A.VendorViewScreen_build_closure0, A.VendorViewVM_VendorViewVM$fromStore__handleRefresh, A.VendorViewVM_VendorViewVM$fromStore_closure, A.VendorViewVM_VendorViewVM$fromStore_closure0, A.VendorViewVM_VendorViewVM$fromStore__closure0, A.VendorViewVM_VendorViewVM$fromStore__closure1, A.VendorViewVM_VendorViewVM$fromStore___closure, A.VendorViewVM_VendorViewVM$fromStore_closure2, A.VendorViewVM_VendorViewVM$fromStore__closure, A._WebhookEditState_didChangeDependencies_closure, A._WebhookEditState_didChangeDependencies_closure0, A._WebhookEditState_dispose_closure, A._WebhookEditState__onChanged_closure, A._WebhookEditState_build_closure0, A._WebhookEditState_build_closure1, A._WebhookEditState_build_closure, A._WebhookEditState_build__closure, A._WebhookEditState_build__closure1, A._WebhookEditState_build___closure4, A._WebhookEditState_build__closure0, A._WebhookEditState_build__closure2, A._WebhookEditState_build___closure3, A._WebhookEditState_build__closure3, A._WebhookEditState_build__closure4, A._WebhookEditState_build___closure0, A._WebhookEditState_build__closure6, A._WebhookEditState_build____closure, A.WebhookEditScreen_build_closure0, A.WebhookEditVM_WebhookEditVM$fromStore_closure, A.WebhookEditVM_WebhookEditVM$fromStore_closure1, A.WebhookEditVM_WebhookEditVM$fromStore_closure0, A.WebhookEditVM_WebhookEditVM$fromStore___closure, A.WebhookEditVM_WebhookEditVM$fromStore___closure0, A.WebhookEditVM_WebhookEditVM$fromStore____closure, A.WebhookViewScreen_build_closure0, A.WebhookListItem_build_closure, A.WebhookListVM_fromStore__handleRefresh, A.WebhookListVM_fromStore_closure, A.WebhookListVM_fromStore_closure0, A.WebhookScreen_build_closure7, A.WebhookScreen_build_closure4, A.WebhookScreen_build_closure0, A.WebhookScreen_build_closure1, A.WebhookScreen_build_closure2, A.WebhookScreen_build_closure3, A.snackBarCompleter_closure, A.snackBarCompleter_closure0, A.snackBarCompleter__closure, A.loadDesign_closure, A.loadDesign_closure0, A.showRefreshDataDialog_closure, A.showErrorDialog_closure, A.showMessageDialog_closure, A.confirmCallback_closure, A.confirmCallback__closure, A.confirmCallback__closure0, A.confirmCallback__closure1, A.passwordCallback_closure0, A.passwordCallback__closure0, A.passwordCallback__closure, A.passwordCallback_closure3, A._PasswordConfirmationState_build_closure0, A._PasswordConfirmationState_build_closure1, A.fieldCallback_closure, A._FieldConfirmationState_build_closure0, A._FieldConfirmationState_build_closure, A._FieldConfirmationState_build_closure1, A.cloneToDialog_closure, A.changeTaskStatusDialog_closure, A.changeTaskStatusDialog_closure0, A.changeTaskStatusDialog__closure, A.changeTaskStatusDialog____closure, A.addToInvoiceDialog_closure, A.addToInvoiceDialog_closure0, A.addToInvoiceDialog__closure, A.addToInvoiceDialog____closure, A.EnumUtils_fromString_closure, A._extension_0__encodeLinkMarker_closure, A._extension_0_toMarkdown_closure, A.GoogleOAuth_signIn_closure, A.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesString_closure, A.matchesStringsValue_closure, A._ExampleEditorState__showEditorToolbar_closure, A._ExampleEditorState__showEditorToolbar_closure0, A._ExampleEditorState__showImageToolbar_closure, A._ExampleEditorState__showImageToolbar_closure0, A._ExampleEditorState__buildEditor_closure, A._ExampleEditorState__buildEditor_closure0, A._ExampleEditorState__buildMountedToolbar_closure, A._EditorToolbarState__getSelectedLinkSpans_closure, A._EditorToolbarState__onLinkPressed_closure, A._EditorToolbarState_build_closure, A._EditorToolbarState__buildToolbar_closure, A._EditorToolbarState__buildToolbar_closure0, A._EditorToolbarState__buildUrlField_closure, A._ImageFormatToolbarState_build_closure, A._PositionedToolbar_build_closure, A.loadEmailTemplate_closure, A.loadEmailTemplate_closure0, A.WebUtils_registerWebView_closure, A.WebUtils_warnChanges_closure, A.WebUtils_microsoftLogin_closure, A.WebUtils_microsoftLogin_closure0, A.linkify_closure, A.EmailLinkifier_parse_closure, A.UrlLinkifier_parse_closure, A.Element_textContent_closure, A.BlockSyntax_isAtBlockEnd_closure, A.BlockquoteSyntax_parseChildLines_closure, A.ListSyntax_parse_tryMatch, A.ParagraphSyntax__extractReflinkDefinitions_lineStartsReflinkDefinition, A.InlineParser_parse_closure, A.InlineParser__linkOrImage_closure, A.InlineParser__linkOrImage_closure0, A.InlineParser__linkOrImage_closure1, A.InlineParser__processEmphasis_closure0, A.LinkSyntax_closure, A.ImageSyntax__createNode_closure, A.memo1_closure, A.memo3_closure, A.memo4_closure, A.memo5_closure, A.memo6_closure, A.memo7_closure, A.memo8_closure, A.memo9_closure, A.memo10_closure, A.RenderOverflowView_resetOffstage_closure, A.RenderOverflowView_performFixedLayout_getChildOffset, A.RenderOverflowView_visitOnlyOnStageChildren_closure, A.RenderOverflowView_paint_paintChild, A.RenderOverflowView_hitTestChildren_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.encodePermissions_closure, A._registerFactory_closure, A.PrintingPlugin__initPlugin_closure, A.PrintingPlugin_layoutPdf_closure, A.PrintingPlugin_layoutPdf_closure0, A.PrintingPlugin_raster_closure, A.PrintingPlugin_raster_closure0, A.MethodChannelPrinting__handleMethod_closure, A.PdfPreviewCustomState_didChangeDependencies_closure, A._PdfPreviewState_didChangeDependencies_closure, A._PdfPreviewState_build_closure, A.PdfRaster_toImage_closure, A.Store__createReduceAndNotify_closure, A.Store__createDispatchers_closure, A.RoundedLoadingButtonState_initState_closure1, A.RoundedLoadingButtonState_initState_closure3, A.Subject_addStream_closure, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.SentryNavigatorObserver__startTransaction_closure, A.SentryNavigatorObserver__startTransaction_closure0, A.SharedPreferencesPlugin__storedFlutterKeys_closure, A.MethodChannelSignInWithApple__signInWithAppleAndroid_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.InjectedImp_initialize_closure, A.InjectedImp_initialize_closure0, A.InjectedImp_initialize_closure1, A.ReactiveModelBase__setInitialStateCreator__closure, A.ReactiveModelBase_setStateFn__closure0, A.ReactiveModelBase__streamSubscription_closure, A.OnBuilder_closure, A.OnBuilder_build_closure2, A.SideEffects__closure, A.OnX_listenTo__closure, A.OnX_listenTo___closure, A.OnX_listenTo____closure, A.OnX_listenTo___closure1, A.OnX_listenTo__closure0, A.OnX_listenTo__closure1, A.MutableDocument_getNodeById_closure, A.MutableDocument_getNode_closure, A._BlockquoteComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure4, A._PasteEditorCommand_execute_closure, A._DocumentMouseInteractorState__onSelectionChange_closure, A._DocumentMouseInteractorState__buildGestureInput_closure0, A._DocumentMouseInteractorState__buildGestureInput_closure2, A._AndroidDocumentTouchInteractorState_initState_closure1, A._AndroidDocumentTouchInteractorState_didChangeDependencies_closure, A._AndroidDocumentTouchInteractorState_reassemble_closure, A._AndroidDocumentTouchInteractorState_dispose_closure, A._AndroidDocumentTouchInteractorState_didChangeMetrics_closure, A._AndroidDocumentTouchInteractorState__onDocumentChange_closure, A._AndroidDocumentTouchInteractorState__onSelectionChange_closure, A._AndroidDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure0, A._AndroidDocumentTouchEditingControlsState_build_closure, A._IOSDocumentTouchInteractorState_didChangeDependencies_closure, A._IOSDocumentTouchInteractorState_reassemble_closure, A._IOSDocumentTouchInteractorState_didChangeMetrics_closure, A._IOSDocumentTouchInteractorState__onDocumentChange_closure, A._IOSDocumentTouchInteractorState__onSelectionChange_closure, A._IOSDocumentTouchInteractorState__showEditingControlsOverlay_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure0, A._IOSDocumentTouchInteractorState__buildGestureInput_closure2, A._IosDocumentTouchEditingControlsState__onFloatingCursorChange_closure, A._IosDocumentTouchEditingControlsState_build_closure, A._IosDocumentTouchEditingControlsState__buildHandleOld_closure, A._IosDocumentTouchEditingControlsState__buildFloatingCursor_closure, A._IosDocumentTouchEditingControlsState__buildToolbar_closure, A._DocumentImeInteractorState_updateEditingValueWithDeltas_closure, A.KeyboardEditingToolbar_build_closure, A._SingleColumnDocumentLayoutState__getDocumentPositionInComponentNearOffset_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween_closure, A._SingleColumnDocumentLayoutState__getNodeIdsBetween__closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure, A._SingleColumnDocumentLayoutState_getDocumentSelectionInRegion_closure0, A.SingleColumnLayoutSelectionStyler__computeNodeSelection_closure, A._ListItemComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A._ParagraphComponentViewModel_SingleColumnLayoutComponentViewModel_TextComponentViewModel_applyStyles_closure, A.ComputerTextSpan_computeTextSpan_closure, A.CharacterMovement__moveOffsetByWord_closure, A.CharacterMovement__moveOffsetByWord_closure0, A.CharacterMovement__moveOffsetByWord_closure1, A.CharacterMovement__moveOffsetByCharacter_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerBeneath_closure, A._RebuildOptimizedSuperTextWithSelectionState__buildLayerAbove_closure, A.format_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure]); + _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.AssetManager__baseUrl_closure0, A.ProductionCollector_collect_closure, A.patchCanvasKitModule_closure, A.patchCanvasKitModule_closure1, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.FontFallbackData_createNotoFontTree_closure, A.FontFallbackData_registerFallbackFont_closure, A._makeResolvedNotoFontFromCss_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.SkiaFontCollection_ensureFontsLoaded_closure, A.SkiaFontCollection_ensureFontsLoaded_closure0, A.SkiaFontCollection__registerFont__downloadFont, A.skiaDecodeImageFromPixels_closure, A.httpRequestFactory_closure, A.CkImage_closure, A.CkBrowserImageDecoder__cacheExpirationClock_closure, A.CkBrowserImageDecoder__getOrCreateWebDecoder_closure, A.Frame_raster_closure, A.Frame_raster_closure0, A.CkTextStyle_skTextStyle_closure, A.PersistedPicture__applyBitmapPaint_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.initializeEngineServices_closure, A.initializeEngineServices_closure1, A._addUrlStrategyListener_closure0, A.Keyboard$__closure1, A.Keyboard__handleHtmlEvent_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.HashUrlStrategy_addPopStateListener_closure, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure0, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, A.invoke2_closure, A.invoke3_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A.PointerDataConverter__ensureStateForPointer_closure, A.AccessibilityAnnouncements$__closure, A.AccessibilityAnnouncements_handleMessage_closure, A.Scrollable_update_closure, A.EngineSemanticsOwner$__closure, A.EngineSemanticsOwner__now_closure, A.EngineSemanticsOwner__getGestureModeClock_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField_update_closure, A._PolyfillFontManager_registerAsset__watchWidth, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A.EngineFlutterWindow_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A._HeaderValue__parse_done, A._HeaderValue__parse_skipWS, A._HeaderValue__parse_parseValue, A._HeaderValue__parse_parseParameters, A._HeaderValue__parse_parseParameters_parseParameterName, A._HeaderValue__parse_parseParameters_parseParameterValue, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__asyncCompleteWithValue_closure, A._Future__chainFuture_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A._Future_timeout_closure, A.Stream_fold_closure, A.Stream_fold__closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_isEmpty_closure, A.Stream_toList_closure0, A.Stream_first_closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A.Utf8Decoder__decoder_closure, A.Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A.Entry_remove_closure, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readDataChunked_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.webOnlyWarmupEngine_closure, A.webOnlyWarmupEngine_closure0, A.KeyData__logicalToString_closure, A.AttributedSpans_copyAttributionRegion__closure1, A.AttributedSpans_copyAttributionRegion__closure2, A.AttributedSpans_copyAttributionRegion__closure, A.AttributedSpans_copyAttributionRegion__closure0, A.BoardItemState_onDropItem_closure, A.BoardItemState__startDrag_closure, A.BoardItemState__startDrag_closure0, A.BoardItemState_build_closure2, A.BoardItemState_build_closure1, A.BoardItemState_build_closure0, A.BoardListState_onDropList_closure, A.BoardListState__startDrag_closure, A.BoardListState_build_closure0, A.BoardListState_build_closure1, A.BoardListState_build_closure, A.BoardViewState_moveDown_closure, A.BoardViewState_moveUp_closure, A.BoardViewState_moveListRight_closure, A.BoardViewState_moveListRight__closure, A.BoardViewState_moveListRight_closure0, A.BoardViewState_moveRight_closure, A.BoardViewState_moveRight_closure0, A.BoardViewState_moveRight_closure1, A.BoardViewState_moveRight__closure, A.BoardViewState_moveRight_closure2, A.BoardViewState_moveListLeft_closure, A.BoardViewState_moveListLeft__closure, A.BoardViewState_moveListLeft_closure0, A.BoardViewState_moveLeft_closure, A.BoardViewState_moveLeft_closure0, A.BoardViewState_moveLeft_closure1, A.BoardViewState_moveLeft__closure, A.BoardViewState_moveLeft_closure2, A.BoardViewState_build__closure5, A.BoardViewState_build_closure1, A.BoardViewState_build__closure4, A.BoardViewState_build_closure2, A.BoardViewState_build__closure3, A.BoardViewState_build__closure2, A.BoardViewState_build__closure0, A.BoardViewState_build__closure1, A.BoardViewState_build__closure, A.BoardViewState_run_closure, A.Serializers_Serializers_closure, A.Serializers_Serializers_closure0, A.Serializers_Serializers_closure1, A.Serializers_Serializers_closure2, A.Serializers_Serializers_closure3, A.CachedNetworkImageProvider__loadAsyncHttpGet_closure, A.BaseBarRenderer_preprocessSeries__closure1, A.BaseBarRenderer_update__closure, A.BaseBarRenderer_update__closure1, A._ReversedSeriesIterator_closure, A.BaseChart_getSelectionModel_closure, A.BaseChart_configureSeries__closure, A.BaseChart_preprocessSeries__closure, A.GestureListener_defaultTapCancel_closure, A.MaterialPalette__orderedPalettes_closure, A.MaterialPalette__orderedPalettes_closure0, A.MaterialPalette__orderedPalettes_closure1, A.MaterialPalette__orderedPalettes_closure2, A.MaterialPalette__orderedPalettes_closure3, A.MaterialPalette__orderedPalettes_closure4, A.MaterialPalette__orderedPalettes_closure5, A.MaterialPalette__orderedPalettes_closure6, A.MaterialPalette__orderedPalettes_closure7, A.MaterialPalette__orderedPalettes_closure8, A.MaterialPalette__orderedPalettes_closure9, A.BaseChartState_requestRebuild_closure, A.BaseChartState__animationTick_closure, A.LinePainter__drawDashedLine_closure, A.ChartGestureDetector_makeWidget_closure, A.ChartGestureDetector_onTapDown_closure, A.CanonicalizedMap_putIfAbsent_closure, A.MemoryDirectory_createTempSync_closure, A.MemoryDirectory_createTempSync_closure0, A.MemoryDirectory_createTempSync_name, A.MemoryFile__resolvedBackingOrCreate_closure, A.MemoryFile__resolvedBackingOrCreate_closure0, A._FileSink__FileSink$fromFile_closure, A._FileSink_addStream_finish, A._MemoryFileSystem_findNode_subpath, A.MemoryFileSystemEntity_backing_closure, A.MemoryFileSystemEntity_resolvedBacking_closure, A.MemoryFileSystemEntity_resolvedBacking_closure0, A.MemoryFileSystemEntity_defaultCheckType_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoSwitchState__handleDragEnd_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.FlutterErrorDetails_summary_closure0, A.BindingBase_initServiceExtensions_closure, A.BindingBase_initServiceExtensions_closure1, A.BindingBase_lockEvents_closure, A.BindingBase_registerServiceExtension__closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseEntryWithLineBreaks_paragraphs_addLine, A.LicenseEntryWithLineBreaks_paragraphs_getParagraph, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.MultiDragGestureRecognizer__startDrag_closure, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.ScaleGestureRecognizer__reconfigure_closure, A.ScaleGestureRecognizer__reconfigure_closure0, A.ScaleGestureRecognizer__advanceStateMachine_closure, A.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.GestureArenaTeam_add_closure, A._PackagesViewState__packagesList__closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute__closure, A.AppBar__getEffectiveCenterTitle_platformCenter, A._AppBarState__handleScrollNotification_closure, A.MaterialPointArcTween__initialize_sweepAngle, A.BackButton_build_closure, A._ButtonStyleState_build__closure1, A._CalendarDatePickerState__handleModeChanged_closure, A._CalendarDatePickerState__handleMonthChanged_closure, A._CalendarDatePickerState__handleYearChanged_closure, A._CalendarDatePickerState__handleDayChanged_closure, A._CalendarDatePickerState_build_closure, A._MonthPickerState__handleMonthPageChanged_closure, A._MonthPickerState__handleGridFocusChange_closure, A._MonthPickerState__handleDirectionFocus_closure, A._DayPickerState_build_closure, A._YearPickerState__buildYearItem_closure, A.DataTable_build_closure5, A.TableRowInkWell_getRectCallback_closure, A._SortArrowState__rebuild_closure, A._DatePickerDialogState__handleOk_closure, A._DatePickerDialogState__handleEntryModeToggle_closure, A._DatePickerDialogState__handleDateChanged_closure, A._DatePickerDialogState_build_calendarDatePicker, A._DatePickerDialogState_build_inputDatePicker, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A._DropdownButtonState__handleFocusChanged_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.Feedback_wrapForTap_closure, A._getClipCallback_closure, A._getClipCallback_closure0, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createInkFeature_onRemoved, A._InkResponseState__handleFocusHighlightModeChange_closure, A._InputDatePickerFormFieldState_didUpdateWidget__closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._InputDecoratorState__getFloatingLabelStyle_getFallbackTextStyle, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MergeableMaterialState__handleTick_closure, A.PaginatedDataTableState__handleDataSourceChanged_closure, A.PaginatedDataTableState_pageTo_closure, A.PaginatedDataTableState__getRows_closure, A.RadioListTile_build_closure, A.RefreshIndicatorState__handleScrollNotification_closure, A.RefreshIndicatorState__dismiss_closure, A.RefreshIndicatorState__dismiss_closure0, A.RefreshIndicatorState__show__closure, A.RefreshIndicatorState__show__closure0, A._ReorderableListViewState__wrapWithSemantics_moveToStart, A._ReorderableListViewState__wrapWithSemantics_moveToEnd, A._ReorderableListViewState__wrapWithSemantics_moveBefore, A._ReorderableListViewState__wrapWithSemantics_moveAfter, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__endDrawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, A.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, A.ScaffoldState__buildBottomSheet_closure, A.ScaffoldState__buildBottomSheet__removeEntryIfNeeded, A.ScaffoldState__buildBottomSheet_closure0, A.ScaffoldState__buildBottomSheet_closure1, A.ScaffoldState__buildBottomSheet__closure, A.ScaffoldState__buildBottomSheet_closure2, A.ScaffoldState_showBottomSheet_closure, A.ScaffoldState__moveFloatingActionButton_closure, A.ScaffoldState_showBodyScrim_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SelectableTextState__onControllerChanged_closure, A._SelectableTextState__handleSelectionChanged_closure, A._SelectableTextState_build_closure, A._MaterialSwitchState__handleDragEnd_closure, A.SwitchListTile_build_closure, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure0, A._TabBarViewState__warpToCurrentIndex_closure, A._TabBarViewState__warpToCurrentIndex_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build__closure, A.ThemeData_localize_closure, A._HourControl_build_closure1, A._HourControl_build_closure0, A._HourControl_build_closure, A._MinuteControl_build_closure1, A._MinuteControl_build_closure0, A._MinuteControl_build_closure, A._DayPeriodControl_build_closure1, A._DayPeriodControl_build_closure2, A._DialState_initState_closure, A._DialState_initState__closure, A._DialState__updateThetaForPan_closure, A._DialState__build24HourRing_closure, A._DialState__build12HourRing_closure, A._DialState__buildMinutes_closure, A._TimePickerInputState__validateHour_closure, A._TimePickerInputState__validateMinute_closure, A._HourMinuteTextFieldState_initState_closure, A._HourMinuteTextFieldState_initState__closure, A._HourMinuteTextFieldState_build_closure, A._TimePickerDialogState_initState_closure, A._TimePickerDialogState__vibrate_closure, A._TimePickerDialogState__handleModeChanged_closure, A._TimePickerDialogState__handleEntryModeToggle_closure, A._TimePickerDialogState__handleTimeChanged_closure, A._TimePickerDialogState__handleHourSelected_closure, A._TimePickerDialogState__handleOk_closure, A.ToggleButtons_build__closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__handleMouseTrackerChange_closure, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__debugReportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.RenderSliverFloatingPersistentHeader__updateAnimation_closure, A._TaskEntry_run_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.ServicesBinding__addLicenses_closure, A.RawKeyEvent_RawKeyEvent$fromMessage__dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedCrossFadeState_initState__closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A.AutofillGroupState_register_closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure2, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure4, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure, A.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, A._DraggableScrollableSheetState__setExtent_closure, A._DraggableScrollableSheetScrollController_createScrollPosition_closure, A._DraggableScrollableSheetScrollPosition_goBallistic__tick, A._DraggableScrollableSheetScrollPosition_goBallistic_closure, A.EditableTextState__cursorTick_closure, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._throttle__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__handleImageChunk_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._InteractiveViewerState__onTransformationControllerChange_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromWindowState_didChangeMetrics_closure, A._MediaQueryFromWindowState_didChangeTextScaleFactor_closure, A._MediaQueryFromWindowState_didChangePlatformBrightness_closure, A.ModalBarrier_build_handleDismiss, A.Route_isCurrent_closure0, A.Route_isFirst_closure0, A.Route_isActive_closure0, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A.NavigatorState__flushHistoryUpdates_closure0, A.NavigatorState_maybePop_closure0, A.NavigatorState_maybePop_closure2, A.NavigatorState_removeRoute_closure0, A.NavigatorState__cancelActivePointers_closure, A._RenderOverflowBar_performLayout_nextChild, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._GlowController_pull_closure, A.SliverReorderableListState_startItemDragReorder_closure, A.SliverReorderableListState__dragUpdate_closure, A.SliverReorderableListState__dragEnd_closure, A.SliverReorderableListState__dragReset_closure, A._ReorderableItemState_dragging_closure, A._ReorderableItemState_rebuild_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SliverPersistentHeaderElement__build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._AnimatedState__handleChange_closure, A._ValueListenableBuilderState__valueChanged_closure, A.CacheStore__scheduleCleanup_closure, A._BlockPickerState_changeColor_closure, A._BlockPickerState_build__closure, A.JsonObjectViewerState__getList_closure, A.JsonObjectViewerState__getList__closure, A.JsonObjectViewerState_getValueWidget_closure, A.JsonObjectViewerState_getValueWidget__closure0, A.JsonObjectViewerState_getValueWidget_closure0, A.JsonObjectViewerState_getValueWidget__closure, A._JsonArrayViewerState_getInkWell_closure, A._JsonArrayViewerState_getInkWell__closure, A._JsonArrayViewerState_getValueWidget_closure, A._JsonArrayViewerState_getValueWidget__closure0, A._JsonArrayViewerState_getValueWidget_closure0, A._JsonArrayViewerState_getValueWidget__closure, A._GlobalCupertinoLocalizationsDelegate_load_closure, A._MaterialLocalizationsDelegate_load_closure, A.CustomSlidableAction_build_closure, A._SlidableDismissalState_handleResizeRequestChanged_closure0, A._ActionPaneState_handleRatioChanged_closure, A._SlidableState_handleActionPanelTypeChanged_closure, A.StyledToastWidgetState_initState_closure, A.StyledToastWidgetState_dismissToast_closure, A.StyledToastWidgetState_didChangeMetrics_closure, A.ToastFuture$create_closure, A.inject_closure, A.init_closure, A.Phase_startTagHtml__closure, A.InBodyPhase_startTagBody__closure, A.entitiesByFirstChar_closure, A.entitiesByFirstChar__closure, A.HtmlTokenizer_emitCurrentToken_closure, A.Rule_findRule_closure1, A._CommonRules_referenceLink_closure, A.MediaType_MediaType$parse_closure, A.ClientEntity_primaryContact_closure0, A.ClientEntity_getContact_closure0, A.InvoiceEntity_getInvitationForClientContact_closure0, A.InvoiceEntity_getInvitationForVendorContact_closure0, A.InvoiceEntity__calculateTax_closure, A.CalculateInvoiceTotal_calculateTaxes__closure0, A.CalculateInvoiceTotal_calculateTaxes__closure2, A.CalculateInvoiceTotal_calculateTaxes__closure4, A.CalculateInvoiceTotal_calculateTaxes_closure1, A.CalculateInvoiceTotal_calculateTaxes_closure3, A.CalculateInvoiceTotal_calculateTaxes_closure5, A.PaymentEntity_invoiceId_closure0, A._$serializers_closure, A._$serializers_closure0, A._$serializers_closure1, A._$serializers_closure2, A._$serializers_closure3, A._$serializers_closure4, A._$serializers_closure5, A._$serializers_closure6, A._$serializers_closure7, A._$serializers_closure8, A._$serializers_closure9, A._$serializers_closure10, A._$serializers_closure11, A._$serializers_closure12, A._$serializers_closure13, A._$serializers_closure14, A._$serializers_closure15, A._$serializers_closure16, A._$serializers_closure17, A._$serializers_closure18, A._$serializers_closure19, A._$serializers_closure20, A._$serializers_closure21, A._$serializers_closure22, A._$serializers_closure23, A._$serializers_closure24, A._$serializers_closure25, A._$serializers_closure26, A._$serializers_closure27, A._$serializers_closure28, A._$serializers_closure29, A._$serializers_closure30, A._$serializers_closure31, A._$serializers_closure32, A._$serializers_closure33, A._$serializers_closure34, A._$serializers_closure35, A._$serializers_closure36, A._$serializers_closure37, A._$serializers_closure38, A._$serializers_closure39, A._$serializers_closure40, A._$serializers_closure41, A._$serializers_closure42, A._$serializers_closure43, A._$serializers_closure44, A._$serializers_closure45, A._$serializers_closure46, A._$serializers_closure47, A._$serializers_closure48, A._$serializers_closure49, A._$serializers_closure50, A._$serializers_closure51, A._$serializers_closure52, A._$serializers_closure53, A._$serializers_closure54, A._$serializers_closure55, A._$serializers_closure56, A._$serializers_closure57, A._$serializers_closure58, A._$serializers_closure59, A._$serializers_closure60, A._$serializers_closure61, A._$serializers_closure62, A._$serializers_closure63, A._$serializers_closure64, A._$serializers_closure65, A._$serializers_closure66, A._$serializers_closure67, A._$serializers_closure68, A._$serializers_closure69, A._$serializers_closure70, A._$serializers_closure71, A._$serializers_closure72, A._$serializers_closure73, A._$serializers_closure74, A._$serializers_closure75, A._$serializers_closure76, A._$serializers_closure77, A._$serializers_closure78, A._$serializers_closure79, A._$serializers_closure80, A._$serializers_closure81, A._$serializers_closure82, A._$serializers_closure83, A._$serializers_closure84, A._$serializers_closure85, A._$serializers_closure86, A._$serializers_closure87, A._$serializers_closure88, A._$serializers_closure89, A._$serializers_closure90, A._$serializers_closure91, A._$serializers_closure92, A._$serializers_closure93, A._$serializers_closure94, A._$serializers_closure95, A._$serializers_closure96, A._$serializers_closure97, A._$serializers_closure98, A._$serializers_closure99, A._$serializers_closure100, A._$serializers_closure101, A._$serializers_closure102, A._$serializers_closure103, A._$serializers_closure104, A._$serializers_closure105, A._$serializers_closure106, A._$serializers_closure107, A._$serializers_closure108, A._$serializers_closure109, A._$serializers_closure110, A._$serializers_closure111, A._$serializers_closure112, A._$serializers_closure113, A._$serializers_closure114, A._$serializers_closure115, A._$serializers_closure116, A._$serializers_closure117, A._$serializers_closure118, A._$serializers_closure119, A._$serializers_closure120, A._$serializers_closure121, A._$serializers_closure122, A._$serializers_closure123, A._$serializers_closure124, A._$serializers_closure125, A._$serializers_closure126, A._$serializers_closure127, A._$serializers_closure128, A._$serializers_closure129, A._$serializers_closure130, A._$serializers_closure131, A._$serializers_closure132, A._$serializers_closure133, A._$serializers_closure134, A._$serializers_closure135, A._$serializers_closure136, A._$serializers_closure137, A._$serializers_closure138, A._$serializers_closure139, A._$serializers_closure140, A._$serializers_closure141, A._$serializers_closure142, A._$serializers_closure143, A._$serializers_closure144, A._$serializers_closure145, A._$serializers_closure146, A._$serializers_closure147, A._$serializers_closure148, A._$serializers_closure149, A._$serializers_closure150, A._$serializers_closure151, A._$serializers_closure152, A._$serializers_closure153, A._$serializers_closure154, A._$serializers_closure155, A._$serializers_closure156, A._$serializers_closure157, A._$serializers_closure158, A._$serializers_closure159, A._$serializers_closure160, A._$serializers_closure161, A._$serializers_closure162, A._$serializers_closure163, A._$serializers_closure164, A._$serializers_closure165, A._$serializers_closure166, A._$serializers_closure167, A._$serializers_closure168, A._$serializers_closure169, A._$serializers_closure170, A._$serializers_closure171, A._$serializers_closure172, A._$serializers_closure173, A._$serializers_closure174, A._$serializers_closure175, A._$serializers_closure176, A._$serializers_closure177, A._$serializers_closure178, A._$serializers_closure179, A._$serializers_closure180, A._$serializers_closure181, A._$serializers_closure182, A._$serializers_closure183, A._$serializers_closure184, A._$serializers_closure185, A._$serializers_closure186, A._$serializers_closure187, A._$serializers_closure188, A._$serializers_closure189, A._$serializers_closure190, A._$serializers_closure191, A.VendorEntity_primaryContact_closure0, A.VendorEntity_getContact_closure0, A.InvoiceNinjaAppState__authenticate_closure, A.viewEntitiesByType_closure, A.viewEntityById_closure, A.createEntityByType_closure, A.createEntity_closure, A.editEntity_closure, A.checkForChanges__closure, A._createPersistUI__closure, A.handleCreditAction_closure1, A._createViewDashboard__closure, A.DesignState_cleanDesign_closure0, A.handleInvoiceAction_closure3, A.handlePurchaseOrderAction_closure1, A.handleQuoteAction_closure1, A._viewReports__closure, A._viewSettings__closure, A._addToHistory_closure0, A._AppBottomBarState_build_closure0, A._AppBottomBarState_build__closure15, A._AppBottomBarState_build_closure1, A._AppBottomBarState_build__closure13, A._AppBottomBarState_build_closure6, A._AppBottomBarState_build_____closure0, A._AppBottomBarState_build__closure3, A._AppBottomBarState_build_closure2, A._AppBottomBarState_build__closure11, A._AppBottomBarState_build_closure3, A._AppBottomBarState_build__closure9, A._AppBottomBarState_build_closure4, A._AppBottomBarState_build__closure7, A._AppBottomBarState_build_closure5, A._AppBottomBarState_build__closure5, A._AppBottomBarState_build_closure__onColumnsPressed, A._AppBottomBarState_build__closure, A._AppBottomBarState_build__closure0, A._AppBottomBarState_build__closure1, A.AppBuilderState_rebuild_closure, A.AppHeader_build__value1, A.AppHeader_build__value2, A.BottomButtons_build_closure, A.BottomButtons_build_closure0, A._ChangeLayoutBannerState_build_closure, A._ChangeLayoutBannerState_build__closure0, A._ChangeLayoutBannerState_build_closure0, A.ConfirmEmail_build_closure, A.ConfirmEmailVM_fromStore_closure0, A.ConfirmEmailVM_fromStore_closure1, A.ConfirmEmailVM_fromStore_closure, A.CopyToClipboard_build_closure, A._DesktopSessionTimeoutState_initState__closure, A._DesktopSessionTimeoutState_build_closure, A._DesktopSessionTimeoutState_build___closure, A.MessageDialog_build_closure0, A.MessageDialog_build_closure1, A.ErrorDialog_build_closure, A.ErrorDialog_build_closure0, A.ErrorDialog_build_closure1, A._HealthCheckDialogState_runCheck_closure, A._HealthCheckDialogState_runCheck__closure, A._HealthCheckDialogState_clearCache_closure, A._HealthCheckDialogState_build_closure, A._HealthCheckDialogState_build_closure0, A._HealthCheckDialogState_build_closure1, A._HealthListTile_build_closure, A.MultiSelectListState_build__closure3, A.MultiSelectListState_build__closure2, A.MultiSelectListState_build___closure, A.MultiSelectListState_build__closure1, A.MultiSelectListState_build_closure6, A.MultiSelectListState_build__closure0, A.MultiSelectListState_build_closure7, A.MultiSelectListState_build__closure, A.MultiSelectListState_build_closure8, A.MultiSelectListState_build_closure9, A.DocumentGrid_build_closure, A.DocumentGrid_build_closure0, A.EditScaffold_build_closure7, A.EditScaffold_build_closure0, A.EditScaffold_build__closure0, A.EntityActionListTile_build_closure, A._EntityListTileState_build_closure0, A._EntityListTileState_build__closure0, A._EntityListTileState_build__closure, A._EntityListTileState_build_closure2, A._EntityListTileState_build_closure1, A._EntitiesListTileState_build__closure0, A._EntitiesListTileState_build__closure, A._EntitiesListTileState_build_closure, A._EntitiesListTileState_build_closure1, A._EntitiesListTileState_build_closure0, A._EntityDropdownState_build_closure, A._EntityDropdownState_build_closure0, A._EntityDropdownState_build_closure6, A._EntityDropdownState_build_closure7, A._EntityDropdownDialogState_build__headerRow, A._EntityDropdownDialogState_build__headerRow__closure0, A._EntityDropdownDialogState_build__headerRow_closure0, A._EntityDropdownDialogState_build__headerRow_closure1, A._EntityDropdownDialogState_build__createList, A.EntityAutocompleteListTile_build_closure, A.EntityHeader_build__value1, A.EntityHeader_build__value2, A.EntityTopFilter_build_closure0, A.EntityTopFilter_build_closure2, A.EntityTopFilter_build_closure1, A.EntityTopFilter_build_closure4, A.EntityTopFilter_build_closure3, A.EntityTopFilter_build_closure6, A.EntityTopFilterHeader_build_closure0, A.EntityTopFilterHeader_build_closure2, A.EntityTopFilterHeader_build_closure1, A.EntityTopFilterHeader_build__closure, A.EntityTopFilterHeader_build_closure5, A.BoolDropdownButton_build_closure2, A.BoolDropdownButton_build_closure4, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, A._CustomFieldState_build__closure, A._DatePickerState__onFoucsChanged_closure, A._DatePickerState_build_closure, A._DatePickerState_build__closure, A._DecoratedFormFieldState_build_closure, A._DecoratedFormFieldState_build__closure, A._DurationPickerState__onFoucsChanged_closure, A._DurationPickerState_build__closure, A._GrowableFormFieldState__onFoucsChanged_closure, A.LearnMoreUrl_build_closure, A._PasswordFormFieldState_build_closure, A._PasswordFormFieldState_build__closure, A.SaveCancelButtons_build__closure0, A.SaveCancelButtons_build__closure, A._TimePickerState__onFoucsChanged_closure, A._TimePickerState_build_closure, A._TimePickerState_build__closure1, A.HistoryDrawer_build__closure, A.HistoryDrawer_build_closure0, A._HistoryListTileState_build_closure1, A._HistoryListTileState_build_closure0, A._HistoryListTileState_build_closure, A._InvoiceEmailViewState__onChanged_closure, A._InvoiceEmailViewState__loadTemplate_closure, A._InvoiceEmailViewState__loadTemplate__closure, A._InvoiceEmailViewState__buildTemplateDropdown__closure1, A._InvoiceEmailViewState__buildTemplateDropdown__closure, A._InvoiceEmailViewState__buildEdit_closure, A._TaxRateDropdownState_didChangeDependencies_closure1, A._TaxRateDropdownState_build_closure2, A._LinkTextRelatedEntityState_build__closure, A._LinkTextRelatedEntityState_build__closure0, A._LinkTextRelatedEntityState_build_closure0, A._LinkTextRelatedEntityState_build_closure, A.LinkTextSpan_closure, A._ListFilterState_onFocusChanged_closure, A._ListFilterState_build_closure, A._ListFilterState_build__closure5, A.ListScaffold_build_closure, A.ListScaffold_build_closure0, A.ListScaffold_build__closure0, A.ListScaffold_build_closure2, A.ListScaffold_build_closure3, A.ListScaffold_build_closure6, A.ListScaffold_build_closure4, A.ListScaffold_build__closure, A.ActivityListTile_build_closure, A.AppListTile_build_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_closure1, A._DrawerTileState_build_closure2, A._DrawerTileState_build__closure0, A._DrawerTileState_build__closure, A.SidebarFooter_build_closure, A.SidebarFooter_build__closure4, A.SidebarFooter_build__closure5, A.SidebarFooter_build_closure0, A.SidebarFooter_build_closure1, A.SidebarFooter_build_closure2, A.SidebarFooter_build_closure3, A.SidebarFooter_build__closure2, A.SidebarFooter_build__closure0, A.SidebarFooter_build__closure1, A.SidebarFooter_build__closure3, A.SidebarFooter_build_closure4, A.SidebarFooter_build_closure5, A.SidebarFooter_build_closure6, A.SidebarFooter_build_closure7, A.SidebarFooter_build_closure8, A.SidebarFooter_build_closure9, A.SidebarFooterCollapsed_build_closure1, A._showConnectStripe_closure, A._showAbout__closure, A._showAbout__closure0, A._showAbout__closure2, A._showAbout__closure1, A._showAbout___closure1, A._showAbout__closure3, A._showAbout____closure, A._showAbout______closure, A._showAbout______closure0, A._showAbout______closure1, A._showAbout______closure2, A._showAbout____closure0, A._showAbout____closure1, A._showAbout____closure2, A._showAbout____closure3, A._showAbout____closure4, A._showAbout____closure5, A._showAbout____closure6, A._showAbout__closure4, A._showAbout__closure5, A._showAbout__closure6, A._showAbout__closure7, A._showAbout__closure8, A._showAbout__closure9, A._showAbout__closure10, A._showAbout__closure11, A._showAbout__closure12, A._ContactUsDialogState__sendMessage_closure, A._ContactUsDialogState__sendMessage__closure0, A._ContactUsDialogState__sendMessage__closure, A._ContactUsDialogState_build_closure, A._ContactUsDialogState_build_closure0, A._ContactUsDialogState_build__closure, A.MenuDrawerVM_fromStore__closure1, A._theState_closure, A._SelectRow_build_closure, A._DropDownMultiSelectState_initState__closure, A._DropDownMultiSelectState_build__closure, A._DropDownMultiSelectState_build___closure0, A._DropDownMultiSelectState_build___closure1, A.PortalLinks_build_closure, A.PortalLinks_build_closure0, A._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__closure5, A._LoginState_build_closure1, A._LoginState_build__closure4, A._LoginState_build__closure3, A._LoginState_build__closure2, A._LoginState_build__closure1, A._LoginState_build_closure11, A._LoginState_build_closure12, A._LoginState_build_closure13, A._LoginState_build__closure0, A._LoginState_build_closure14, A._LoginState_build__closure, A._LoginState_build_closure15, A._LoginState_build_closure16, A.ClientListItem_build__closure2, A.ClientListItem_build__closure1, A.ClientListItem_build__closure5, A.ClientListItem_build__closure4, A.ClientListVM_fromStore_closure1, A._ClientPdfViewState_loadPdf_closure, A._ClientPdfViewState_loadPdf__closure0, A._ClientPdfViewState_loadPdf__closure, A._ClientPdfViewState_build__closure4, A._ClientPdfViewState_build__closure3, A._ClientPdfViewState_build__closure2, A._ClientPdfViewState_build__closure1, A._ClientPdfViewState_build_closure5, A._ClientPdfViewState_build_closure6, A._ClientPdfViewState_build__closure0, A._ClientPdfViewState_build__closure, A._ClientPdfViewState_build_closure9, A.ClientPresenter_getField_closure, A.ClientScreen_build_closure10, A.ClientScreen_build_closure9, A.ClientScreen_build_closure, A.ClientScreen_build_closure6, A._ClientEditState_build__closure, A.ClientEditBillingAddressState__onChanged_closure0, A.ClientEditBillingAddressState_build_closure0, A._ClientEditContactsState_build__closure, A._ClientEditContactsState_build_closure1, A.ContactEditDetailsState__onChanged_closure0, A.ContactEditDetailsState_build__closure0, A.ContactEditDetailsState_build_closure13, A.ContactEditDetailsState_build_closure14, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, A.ClientEditDetailsState__onChanged_closure0, A.ClientEditFooter_build_closure, A.ClientEditNotesState__onChanged_closure0, A.ClientEditSettingsState__onChanged_closure0, A.ClientEditShippingAddressState__onChanged_closure0, A.ClientEditShippingAddressState_build_closure0, A.ClientEditVM_ClientEditVM$fromStore_closure3, A.ClientEditVM_ClientEditVM$fromStore_closure2, A.ClientEditVM_ClientEditVM$fromStore__closure1, A._ClientViewState_build__closure, A._ClientViewState_build__closure0, A._ClientViewState_build__closure1, A._ClientViewState_build__closure2, A._ClientViewState_build__closure3, A._ClientViewState_build__closure4, A._ClientViewState_build_closure, A._ClientViewState_build___closure, A._ClientViewState_build___closure0, A._ClientViewState_build___closure1, A._ClientViewState_build___closure2, A._ClientViewState_build___closure3, A._ClientViewState_build___closure4, A._ClientViewDetailsState_build__buildDetailsList, A._ClientViewDetailsState_build__buildDetailsList__closure1, A._ClientViewDetailsState_build__buildDetailsList___closure0, A._ClientViewDetailsState_build__buildDetailsList__closure2, A._ClientViewDetailsState_build__buildDetailsList___closure, A._ClientViewDetailsState_build__buildDetailsList_closure0, A._ClientViewDetailsState_build__buildDetailsList__closure0, A._ClientViewDetailsState_build__buildDetailsList_closure1, A._ClientViewDetailsState_build__buildDetailsList__closure, A._ClientViewDetailsState_build__buildDetailsList_closure2, A._ClientViewDetailsState_build__buildDetailsList_closure3, A._ClientViewFullwidthState_build__closure, A._ClientViewFullwidthState_build__closure0, A._ClientViewFullwidthState_build__closure2, A._ClientViewFullwidthState_build__closure3, A._ClientViewFullwidthState_build__closure4, A._ClientViewFullwidthState_build__closure5, A._ClientViewLedgerState_build__closure0, A._ClientViewLedgerState_build__closure, A.ClientOverview_build_closure1, A.ClientOverview_build_closure2, A.ClientOverview_build_closure3, A._CompanyGatewayListState_build_closure1, A._CompanyGatewayListState_build__closure, A.CompanyGatewayListItem_build_closure0, A.CompanyGatewayScreen_build_closure11, A.CompanyGatewayScreen_build_closure10, A.CompanyGatewayScreen_build_closure1, A.CompanyGatewayScreen_build_closure3, A.CompanyGatewayScreen_build_closure9, A.CompanyGatewayScreenVM_fromStore__closure, A._CompanyGatewayEditState_build_closure1, A._CompanyGatewayEditState_build_closure2, A._CompanyGatewayEditState_build__closure, A.GatewayConfigSettings_build_closure, A._LimitEditorState__onTextChange_closure, A._LimitEditorState_build__closure0, A._LimitEditorState_build__closure, A._FeesEditorState__onChanged_closure0, A.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, A._CompanyGatewayViewState_build_closure1, A._CompanyGatewayViewState_build_closure, A._CompanyGatewayViewState_build_closure0, A._CompanyGatewayOverview_build_closure, A._CompanyGatewayOverview_build_closure0, A._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CreditListItem_build__closure2, A.CreditListItem_build__closure1, A.CreditListItem_build__closure5, A.CreditListItem_build__closure4, A.CreditListVM_fromStore_closure1, A.CreditPresenter_getField_closure, A.CreditScreen_build_closure10, A.CreditScreen_build_closure9, A.CreditScreen_build_closure, A.CreditScreen_build_closure6, A._CreditEditState_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, A.CreditEditVM_CreditEditVM$fromStore__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.DashboardPanels_build__runningTasks, A.DashboardPanels_build__runningTasks__closure2, A.DashboardPanels_build__runningTasks__closure1, A.DashboardPanels_build__runningTasks__closure0, A.DashboardPanels_build__closure, A.DashboardPanels_build__closure0, A.DashboardPanels_build__closure1, A._DashboardScreenState_build__closure3, A._DashboardScreenState_build_closure1, A._DashboardScreenState_build_closure2, A._DashboardScreenState_build__closure, A._DashboardScreenState_build_closure4, A._CustomTabBarView_build__closure, A._CustomTabBarView_build_closure0, A._CustomTabBarView_build_closure1, A._CustomTabBarView_build_closure2, A.DashboardVM_fromStore_closure6, A.SidebarScaffold_build_closure, A._DashboardSidebar_build_closure, A.DesignListItem_build_closure1, A.DesignListItem_build_closure0, A.DesignListVM_fromStore_closure1, A.DesignScreen_build_closure10, A.DesignScreen_build_closure9, A.DesignScreen_build_closure, A.DesignScreen_build_closure6, A._DesignEditState__onChanged_closure0, A._DesignEditState__onHtmlChanged_closure, A._DesignEditState__onHtmlChanged__closure, A._DesignEditState__loadPreview_closure, A._DesignEditState__loadPreview__closure, A._DesignEditState__setDraftMode_closure, A._DesignSettingsState_build_closure0, A.DesignEditVM_DesignEditVM$fromStore__closure, A._DesignViewState_build_closure7, A.DesignViewVM_DesignViewVM$fromStore_closure, A.DocumentListItem_build_closure1, A.DocumentListItem_build_closure0, A.DocumentListVM_fromStore_closure1, A.DocumentScreen_build_closure10, A.DocumentScreen_build_closure9, A.DocumentScreen_build_closure, A.DocumentScreen_build_closure6, A._DocumentEditState__onChanged_closure0, A._ExpenseEditState_build_closure, A.ExpenseEditDetailsState__onChanged_closure0, A.ExpenseEditNotesState__onChanged_closure0, A.ExpenseEditSettingsState__onChanged_closure0, A.ExpenseEditSettingsState_build__closure10, A.ExpenseEditSettingsState_build__closure2, A.ExpenseEditSettingsState_build_closure9, A.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, A.ExpenseListItem_build__closure2, A.ExpenseListItem_build__closure1, A.ExpenseListItem_build__closure5, A.ExpenseListItem_build__closure4, A.ExpenseListVM_fromStore_closure1, A.ExpenseScreen_build_closure17, A.ExpenseScreen_build_closure16, A.ExpenseScreen_build_closure4, A.ExpenseScreen_build_closure12, A._ExpenseViewState_build__closure, A._ExpenseViewState_build__closure0, A._ExpenseViewState_build__closure1, A.ExpenseOverview_build__buildDetailsList, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build__closure, A.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, A.ExpenseCategoryListItem_build_closure1, A.ExpenseCategoryListItem_build_closure0, A.ExpenseCategoryListVM_fromStore_closure1, A.ExpenseCategoryScreen_build_closure10, A.ExpenseCategoryScreen_build_closure9, A.ExpenseCategoryScreen_build_closure, A.ExpenseCategoryScreen_build_closure6, A._ExpenseCategoryViewState_build_closure, A.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, A._GroupEditState__onChanged_closure0, A._GroupEditState_build__closure, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupListItem_build_closure1, A.GroupListItem_build_closure0, A.GroupListVM_fromStore_closure1, A.GroupSettingsScreen_build_closure6, A.GroupSettingsScreen_build_closure5, A.GroupSettingsScreen_build_closure, A.GroupSettingsScreen_build_closure2, A._GroupViewState_build_closure2, A._GroupViewState_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A._InvoiceEditState_build_closure, A.InvoiceEditContacts_build__closure0, A.InvoiceEditContacts_build__closure, A._ClientContactListTile_build_closure0, A._VendorContactListTile_build_closure0, A.InvoiceEditDesktopState__onChanged_closure0, A.InvoiceEditDesktopState_build__closure8, A.__PdfPreviewState_loadPdf_closure, A.__PdfPreviewState__loadPdf_closure, A.__PdfPreviewState__loadPdf__closure0, A.__PdfPreviewState__loadPdf__closure, A.__PdfPreviewState_build_closure, A.__PdfPreviewState_build__closure0, A.__PdfPreviewState_build_closure0, A.__PdfPreviewState_build__closure, A.InvoiceEditDetailsState__onChanged_closure0, A.InvoiceEditFooter_build_closure, A._InvoiceEditItemsState_build_closure0, A.ItemEditDetailsState__onTextChanged_closure, A.ItemEditDetailsState_build_closure, A.ItemEditDetailsState_build_closure0, A.ItemEditDetailsState_build__closure1, A.ItemEditDetailsState_build__closure0, A.ItemEditDetailsState_build__closure, A._InvoiceEditItemsDesktopState__updateTable_closure, A._InvoiceEditItemsDesktopState__onChanged_closure, A._InvoiceEditItemsDesktopState_build_closure1, A._InvoiceEditItemsDesktopState_build__closure31, A._InvoiceEditItemsDesktopState_build_closure6, A._InvoiceEditItemsDesktopState_build__closure28, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, A.InvoiceEditNotesState__onChanged_closure0, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies__closure, A.InvoiceEditVM_InvoiceEditVM$fromStore__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.InvoiceListItem_build__closure2, A.InvoiceListItem_build__closure1, A.InvoiceListItem_build__closure5, A.InvoiceListItem_build__closure4, A.InvoiceListVM_fromStore_closure1, A._InvoicePdfViewState_loadPdf_closure, A._InvoicePdfViewState_loadPdf__closure, A._InvoicePdfViewState_build__closure, A._InvoicePdfViewState_build_closure0, A._InvoicePdfViewState_build_closure1, A._InvoicePdfViewState_build_closure2, A.InvoicePresenter_getField_closure, A.InvoiceScreen_build_closure19, A.InvoiceScreen_build_closure18, A.InvoiceScreen_build_closure6, A.InvoiceScreen_build_closure14, A._InvoiceViewState_build__closure5, A._InvoiceViewState_build__closure, A._InvoiceViewState_build__closure0, A._InvoiceViewState_build__closure1, A._InvoiceViewState_build__closure2, A._InvoiceViewState_build__closure3, A._InvoiceViewState_build__closure4, A._InvitationListTile_build_closure0, A._InvitationListTile_build_closure2, A._InvoiceViewHistoryState_build__closure, A.InvoiceOverview_build___closure, A._PaymentEditState__onChanged_closure0, A._PaymentEditState_build__closure1, A._PaymentEditState_build_onSavePressed_closure, A._PaymentEditState_build_closure14, A._PaymentEditState_build_closure15, A._PaymentableEditorState_build_closure7, A.PaymentEditVM_PaymentEditVM$fromStore__closure, A.PaymentListItem_build__closure2, A.PaymentListItem_build__closure1, A.PaymentListItem_build__closure5, A.PaymentListItem_build__closure4, A.PaymentListVM_fromStore_closure1, A.PaymentScreen_build_closure10, A.PaymentScreen_build_closure9, A.PaymentScreen_build_closure, A.PaymentScreen_build_closure6, A._PaymentRefundState__onChanged_closure, A._PaymentRefundState_build_onSavePressed_closure, A._PaymentRefundState_build_closure6, A._PaymentRefundState_build_closure7, A._PaymentableEditorState_build__closure2, A._PaymentableEditorState_build_closure12, A._PaymentViewState_build__closure2, A._PaymentViewState_build__closure, A._PaymentViewState_build__closure0, A._PaymentViewState_build__closure1, A._PaymentTermEditState__onChanged_closure0, A.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, A.PaymentTermListItem_build_closure1, A.PaymentTermListItem_build_closure0, A.PaymentTermListVM_fromStore_closure1, A.PaymentTermScreen_build_closure10, A.PaymentTermScreen_build_closure9, A.PaymentTermScreen_build_closure, A.PaymentTermScreen_build_closure6, A._PaymentTermViewState_build_closure, A.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, A._ProductEditState__onChanged_closure0, A._ProductEditState_build__closure, A.ProductEditVM_ProductEditVM$fromStore__closure, A.ProductListItem_build__closure2, A.ProductListItem_build__closure1, A.ProductListItem_build__closure5, A.ProductListItem_build__closure4, A.ProductListVM_fromStore_closure1, A.ProductScreen_build_closure10, A.ProductScreen_build_closure9, A.ProductScreen_build_closure, A.ProductScreen_build_closure6, A._ProductViewState_build__closure, A._ProductViewState_build__closure0, A._ProjectEditState__onChanged_closure0, A._ProjectEditState_build__closure, A.ProjectEditVM_ProjectEditVM$fromStore__closure1, A.ProjectListItem_build__closure2, A.ProjectListItem_build__closure1, A.ProjectListItem_build__closure5, A.ProjectListItem_build__closure4, A.ProjectListVM_fromStore_closure1, A.ProjectScreen_build_closure10, A.ProjectScreen_build_closure9, A.ProjectScreen_build_closure, A.ProjectScreen_build_closure6, A._ProjectViewState_build__closure, A._ProjectViewState_build__closure0, A._ProjectViewState_build_closure, A._ProjectOverviewState_initState__closure, A._ProjectOverviewState_build__buildView, A._ProjectOverviewState_build_closure, A._PurchaseOrderEditState_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure0, A.PurchaseOrderEditVM_PurchaseOrderEditVM$fromStore__closure, A.PurchaseOrderListItem_build__closure2, A.PurchaseOrderListItem_build__closure1, A.PurchaseOrderListItem_build__closure5, A.PurchaseOrderListItem_build__closure4, A.PurchaseOrderListVM_fromStore_closure1, A.PurchaseOrderPresenter_getField_closure, A.PurchaseOrderScreen_build_closure16, A.PurchaseOrderScreen_build_closure15, A.PurchaseOrderScreen_build_closure3, A.PurchaseOrderScreen_build_closure11, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, A.QuoteEditVM_QuoteEditVM$fromStore__closure, A._QuoteEditState_build_closure, A.QuoteListItem_build__closure2, A.QuoteListItem_build__closure1, A.QuoteListItem_build__closure5, A.QuoteListItem_build__closure4, A.QuoteListVM_fromStore_closure1, A.QuotePresenter_getField_closure, A.QuoteScreen_build_closure17, A.QuoteScreen_build_closure16, A.QuoteScreen_build_closure4, A.QuoteScreen_build_closure12, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure3, A.RecurringExpenseListItem_build__closure2, A.RecurringExpenseListItem_build__closure1, A.RecurringExpenseListItem_build__closure5, A.RecurringExpenseListItem_build__closure4, A.RecurringExpenseListVM_fromStore_closure1, A.RecurringExpenseScreen_build_closure10, A.RecurringExpenseScreen_build_closure9, A.RecurringExpenseScreen_build_closure, A.RecurringExpenseScreen_build_closure6, A._RecurringInvoiceEditState_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, A.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, A.RecurringInvoiceListItem_build__closure2, A.RecurringInvoiceListItem_build__closure1, A.RecurringInvoiceListItem_build__closure5, A.RecurringInvoiceListItem_build__closure4, A.RecurringInvoiceListVM_fromStore_closure1, A.RecurringInvoiceScreen_build_closure17, A.RecurringInvoiceScreen_build_closure16, A.RecurringInvoiceScreen_build_closure4, A.RecurringInvoiceScreen_build_closure12, A.ReportsScreen_build__closure5, A.ReportsScreen_build_closure26, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure20, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure23, A.ReportsScreen_build__closure, A.ReportsScreen_build_closure25, A._ReportDataTableState_didChangeDependencies_closure, A.ReportResult_tableColumns_closure, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters__closure3, A.ReportResult_tableFilters___closure, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportsScreenVM_fromStore__closure, A._AccountManagementState__onChanged_closure0, A._AccountOverview_build__getDataStats, A._AccountOverview_build_closure, A._AccountOverview_build_closure0, A._AccountOverview_build_closure5, A._AccountOverview_build_closure6, A._AccountOverview_build_closure7, A._AccountOverview_build_closure8, A._AccountOverview_build_closure9, A._AccountOverview_build_closure10, A._AccountOverview_build_closure11, A._AccountOverview_build_closure12, A.AccountManagementVM_fromStore__closure2, A.AccountManagementVM_fromStore_closure4, A._ClientPortalState__validateSubdomain_closure, A._ClientPortalState__validateSubdomain_closure0, A._ClientPortalState__validateSubdomain__closure, A._ClientPortalState__validateSubdomain__closure0, A._ClientPortalState__validateSubdomain___closure0, A._ClientPortalState__validateSubdomain___closure, A._ClientPortalState__onChanged_closure, A._ClientPortalState__onSavePressed_closure, A._ClientPortalState_build_closure3, A._ClientPortalState_build_closure4, A._ClientPortalState_build_closure9, A._ClientPortalState_build_closure11, A.ClientPortalVM_fromStore__closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure12, A.CompanyDetailsVM_fromStore__closure5, A._CustomFormFieldState_build_closure0, A._CustomFormFieldState_build__closure, A.CustomFieldsVM_fromStore__closure, A._DeviceSettingsState_build__closure6, A._DeviceSettingsState_build__closure5, A._DeviceSettingsState_build_closure14, A._DeviceSettingsState_build_closure20, A._DeviceSettingsState_build_closure21, A.DeviceSettingsVM_fromStore_closure18, A._EmailSettingsState_build_closure0, A._EmailSettingsState_build_closure3, A.EmailSettingsVM_fromStore__closure, A._ExpenseSettingsState_build_closure4, A.ExpenseSettingsVM_fromStore__closure, A._GeneratedNumbersState__onChanged_closure, A._EntityNumberSettingsState__onChanged_closure, A._EntityNumberSettingsState_build_closure, A.HelpPanel_build__closure, A.GeneratedNumbersVM_fromStore__closure, A._ImportExportState_build__closure5, A._ImportExportState_build__closure6, A._ImportExportState_build_closure1, A._ImportExportState_build__closure4, A._ImportExportState_build__closure3, A._ImportExportState_build__closure2, A._ImportExportState_build_closure6, A._ImportExportState_build__closure, A._ImportExportState_build___closure0, A._ImportExportState_build___closure, A._FileImportState_uploadJsonFile_closure, A._FileImportState_uploadJsonFile__closure0, A._FileImportState_uploadJsonFile__closure, A._FileImportState_uploadFile_closure, A._FileImportState_uploadFile__closure0, A._FileImportState_uploadFile__closure, A._FileImportState_build_closure1, A._FileImportState_build__closure1, A._FileImportState_build__closure0, A._FileImportState_build__closure, A._FileImportState_build_closure4, A.__FileMapperState_build__closure3, A.__FileMapperState_build__closure2, A.__FileMapperState_build_closure1, A.__FileMapperState_build_closure2, A.__FileMapperState_build__closure, A.__FileMapperState_build___closure0, A.__FileMapperState_build___closure, A._InvoiceDesignState_build_closure20, A._InvoiceDesignState_build__closure19, A._InvoiceDesignState_build__closure18, A._InvoiceDesignState_build__closure16, A._InvoiceDesignState_build__closure15, A._InvoiceDesignState_build__closure13, A._InvoiceDesignState_build__closure12, A._InvoiceDesignState_build__closure10, A._InvoiceDesignState_build__closure9, A._InvoiceDesignState_build_closure7, A.InvoiceDesignVM_fromStore__closure, A._LocalizationSettingsState_build_closure12, A._LocalizationSettingsState_build__closure4, A._LocalizationSettingsState_build_closure13, A._LocalizationSettingsState_build_closure15, A._AddCompanyDialogState_build_closure, A._AddCompanyDialogState_build_closure0, A.LocalizationSettingsVM_fromStore__closure, A._PaymentSettingsState_build_closure4, A.PaymentSettingsVM_fromStore__closure, A._ProductSettingsState__onChanged_closure0, A.ProductSettingsVM_fromStore__closure, A.SettingsListTile_build_closure, A.SettingsSearch_build_closure, A.SettingsListVM_fromStore_closure2, A._SettingsWizardState__validateSubdomain_closure, A._SettingsWizardState__validateSubdomain__closure, A._SettingsWizardState__validateSubdomain__closure0, A._SettingsWizardState__validateSubdomain___closure0, A._SettingsWizardState__validateSubdomain___closure, A._SettingsWizardState__onSavePressed_closure, A._SettingsWizardState__onSavePressed____closure, A._SettingsWizardState__onSavePressed___closure, A._SettingsWizardState__onSavePressed__closure1, A._SettingsWizardState_build__closure1, A._SettingsWizardState_build__closure0, A._SettingsWizardState_build_closure9, A._TaskSettingsState_build_closure8, A.TaskSettingsVM_fromStore__closure, A._TaxSettingsState_build_closure5, A.TaxSettingsVM_fromStore__closure, A._TemplatesAndRemindersState__loadTemplate_closure, A._TemplatesAndRemindersState__onTextChanged_closure, A._TemplatesAndRemindersState__onTabChanged_closure, A._TemplatesAndRemindersState__renderTemplate_closure, A._TemplatesAndRemindersState__renderTemplate__closure, A._TemplatesAndRemindersState_build__closure4, A._ReminderSettingsState__onTextChanged_closure, A.TemplatesAndRemindersVM_fromStore__closure, A.TemplatesAndRemindersVM_fromStore___closure, A.TemplatesAndRemindersVM_fromStore_____closure, A._UserDetailsState__onChanged_closure0, A._UserDetailsState_build_closure, A._UserDetailsState_build_closure0, A._UserDetailsState_build_closure1, A._UserDetailsState_build_closure2, A._UserDetailsState_build_closure3, A._UserDetailsState_build__closure, A._UserDetailsState_build_closure7, A._EnableTwoFactorState_initState__closure, A._EnableTwoFactorState__onSavePressed_closure, A._EnableTwoFactorState__onSavePressed_closure0, A._EnableTwoFactorState__onSavePressed__closure0, A._EnableTwoFactorState__onSavePressed__closure, A._EnableTwoFactorState_build_closure2, A._EnableTwoFactorState_build_closure3, A._EnableTwoFactorState_build_closure4, A.UserDetailsVM_fromStore__closure7, A.WorkflowSettingsVM_fromStore__closure, A._SubscriptionEditState__onChanged_closure0, A._SubscriptionEditState_build__closure16, A._SubscriptionEditState_build__closure14, A._SubscriptionEditState_build__closure2, A._SubscriptionEditState_build__closure1, A._SubscriptionEditState_build_closure22, A._SubscriptionEditState_build__closure, A.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, A.SubscriptionListItem_build_closure1, A.SubscriptionListItem_build_closure0, A.SubscriptionListVM_fromStore_closure1, A.SubscriptionScreen_build_closure10, A.SubscriptionScreen_build_closure9, A.SubscriptionScreen_build_closure, A.SubscriptionScreen_build_closure6, A._SubscriptionViewState_build_closure1, A._SubscriptionViewState_build_closure0, A._SubscriptionViewState_build_closure, A.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, A._UpdateDialogState_build_closure, A._UpdateDialogState_build_closure0, A._UpdateDialogState_build_closure1, A._UpdateDialogState_build_closure2, A._UpdateDialogState_build_closure3, A._UpdateDialogState_build_closure4, A._UpdateDialogState_updateApp__closure, A._UpdateDialogState_updateApp___closure0, A._UpdateDialogState_updateApp___closure, A._TaskEditState_build_closure, A._TaskEditState_build__closure, A._BottomBar_build_closure, A._BottomBar_build_closure0, A._TaskEditDesktopState__onChanged_closure0, A._TaskEditDesktopState_build__closure4, A._TaskEditDesktopState_build__closure3, A._TaskEditDesktopState_build__closure2, A._TaskEditDesktopState_build__closure1, A._TaskEditDesktopState_build__closure0, A._TaskEditDesktopState_build_closure12, A._TaskEditDesktopState_build__closure, A._TaskEditDetailsState__onChanged_closure0, A.TimeEditDetailsState_build__closure3, A.TimeEditDetailsState_build__closure2, A.TimeEditDetailsState_build__closure1, A.TimeEditDetailsState_build__closure0, A.TimeEditDetailsState_build__closure, A.TimeEditDetailsState_build_closure4, A.TimeEditDetailsState_build_closure5, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, A.TaskEditVM_TaskEditVM$fromStore_closure1, A.TaskEditVM_TaskEditVM$fromStore__closure0, A._KanbanTaskCardState_build_closure1, A._KanbanTaskCardState_build__closure3, A._KanbanTaskCardState_build_closure0, A._KanbanTaskCardState_build___closure, A._KanbanTaskCardState_build__closure, A._KanbanTaskCardState_build__closure0, A._KanbanTaskCardState_build_closure2, A._KanbanTaskCardState_build_closure3, A._KanbanTaskCardState_build_closure4, A._KanbanTaskCardState_build_closure5, A._KanbanTaskCardState_build_closure8, A._KanbanTaskCardState_build__closure1, A._KanbanStatusCardState__onSavePressed__closure, A._KanbanStatusCardState_build_closure1, A._KanbanStatusCardState_build__closure0, A._KanbanStatusCardState_build_closure2, A._KanbanStatusCardState_build__closure, A.KanbanViewState_build___closure, A.KanbanViewState_build__closure0, A.KanbanViewState_build___closure5, A.KanbanViewState_build__closure2, A.KanbanViewState_build___closure4, A.KanbanViewState_build___closure0, A.KanbanViewState_build____closure2, A.KanbanViewState_build____closure, A.KanbanViewState_build____closure0, A.KanbanViewState_build____closure1, A.TaskListItem_build_closure1, A.TaskListItem_build_closure, A.TaskListItem_build__closure2, A.TaskListItem_build__closure1, A.TaskListItem_build__closure5, A.TaskListItem_build__closure4, A.TaskListVM_fromStore_closure1, A.TaskScreen_build_closure17, A.TaskScreen_build_closure16, A.TaskScreen_build_closure2, A.TaskScreen_build_closure3, 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_closure10, A.TaskStatusScreen_build_closure9, A.TaskStatusScreen_build_closure, A.TaskStatusScreen_build_closure6, A._TaskStatusViewState_build_closure, A.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState__onChanged_closure0, A.TaxRateEditVM_TaxRateEditVM$fromStore__closure, A.TaxRateListItem_build_closure1, A.TaxRateListItem_build_closure0, A.TaxRateListVM_fromStore_closure1, A.TaxRateSettingsScreen_build_closure6, A.TaxRateSettingsScreen_build_closure5, A.TaxRateSettingsScreen_build_closure, A.TaxRateSettingsScreen_build_closure2, A._TaxRateViewState_build_closure, A.TaxRateViewVM_TaxRateViewVM$fromStore_closure, A._TokenEditState__onChanged_closure0, A._TokenEditState_build__closure, A.TokenEditVM_TokenEditVM$fromStore__closure, A.TokenListItem_build_closure1, A.TokenListItem_build_closure0, A.TokenListVM_fromStore_closure1, A.TokenScreen_build_closure10, A.TokenScreen_build_closure9, A.TokenScreen_build_closure, A.TokenScreen_build_closure6, A._TokenViewState_build_closure, A._TokenListTile_build_closure, A.TokenViewVM_TokenViewVM$fromStore_closure, A._UserEditState__onChanged_closure0, A._UserEditState_build__closure, A._UserEditState_build_closure4, A._UserEditState_build_closure6, A._UserEditState_build_closure8, A._UserEditState_build_closure10, A._UserEditState_build__closure0, A._UserEditState_build__closure1, A._UserEditState_build__closure3, A._UserEditState_build__closure5, A.UserEditVM_UserEditVM$fromStore__closure, A.UserListItem_build_closure1, A.UserListItem_build_closure0, A.UserListBuilder_build__closure_showDialog, A.UserListBuilder_build___closure, A.UserListVM_fromStore_closure1, A.UserScreen_build_closure10, A.UserScreen_build_closure9, A.UserScreen_build_closure, A.UserScreen_build_closure6, A.UserView_build_closure, A.UserViewVM_UserViewVM$fromStore_closure, A.VendorEditAddressState__onChanged_closure0, A._VendorEditContactsState_build__closure, A._VendorEditContactsState_build_closure1, A.VendorContactEditDetailsState__onChanged_closure0, A.VendorContactEditDetailsState_build_closure4, A.VendorContactEditDetailsState_build_closure5, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, A.VendorEditDetailsState__onChanged_closure0, A.VendorEditFooter_build_closure, A.VendorEditNotesState__onChanged_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorListItem_build__closure2, A.VendorListItem_build__closure1, A.VendorListItem_build__closure5, A.VendorListItem_build__closure4, A.VendorListVM_fromStore_closure1, A.VendorScreen_build_closure10, A.VendorScreen_build_closure9, A.VendorScreen_build_closure, A.VendorScreen_build_closure6, A._VendorViewState_build__closure, A._VendorViewState_build__closure0, A._VendorViewState_build__closure1, A._VendorViewState_build_closure, A._VendorViewDetailsState_build__buildDetailsList, A._VendorViewDetailsState_build__buildDetailsList__closure1, A._VendorViewDetailsState_build__buildDetailsList___closure0, A._VendorViewDetailsState_build__buildDetailsList__closure2, A._VendorViewDetailsState_build__buildDetailsList___closure, A._VendorViewDetailsState_build__buildDetailsList_closure0, A._VendorViewDetailsState_build__buildDetailsList__closure0, A._VendorViewDetailsState_build__buildDetailsList_closure1, A._VendorViewDetailsState_build__buildDetailsList__closure, A._VendorViewDetailsState_build__buildDetailsList_closure2, A._VendorViewFullwidthState_build__closure, A._VendorViewFullwidthState_build__closure1, A._WebhookEditState__onChanged_closure0, A._WebhookEditState_build___closure2, A._WebhookEditState_build___closure1, A._WebhookEditState_build__closure5, A._WebhookEditState_build___closure, A.WebhookEditVM_WebhookEditVM$fromStore__closure, A._WebhookViewState_build_closure, A.TargetListTile_build_closure, A.WebhookViewVM_WebhookViewVM$fromStore_closure, A.WebhookListItem_build_closure1, A.WebhookListItem_build_closure0, A.WebhookListVM_fromStore_closure1, A.WebhookScreen_build_closure10, A.WebhookScreen_build_closure9, A.WebhookScreen_build_closure, A.WebhookScreen_build_closure6, A.Debouncer_run_closure, A.PersistUIDebouncer_run_closure, A.confirmCallback_closure__onPressed, A.confirmCallback__closure2, A.confirmCallback__closure3, A.passwordCallback_closure, A._PasswordConfirmationState_build_closure, A._PasswordConfirmationState_build__closure, A._PasswordConfirmationState_build_closure2, A._PasswordConfirmationState_build_closure3, A._FieldConfirmationState_build_closure2, A._FieldConfirmationState_build_closure3, A.cloneToDialog__closure, A.cloneToDialog__closure0, A.cloneToDialog__closure1, A.cloneToDialog__closure2, A.cloneToDialog__closure3, A.cloneToDialog__closure4, A.changeTaskStatusDialog___closure, A.changeTaskStatusDialog__closure0, A.addToInvoiceDialog___closure, A.EnumUtils_fromString_closure0, A._ExampleEditorState_initState_closure, A._EditorToolbarState__onLinkPressed_closure0, A._EditorToolbarState__applyLink_closure, A._EditorToolbarState__buildUrlField_closure0, A._EditorToolbarState__buildUrlField__closure, A.Logger_Logger_closure, A.ListSyntax_parse_endItem, A.ParagraphSyntax__parseReflinkDefinition_closure, A.InlineParser__linkOrImage_closure2, A.InlineParser__processEmphasis_closure, A.InlineParser__processEmphasis_closure1, A.PublicClientApplication_loginPopup_closure, A.PublicClientApplication_logoutPopup_closure, A._FadeWidgetState_animationStatusChange_closure, A.PrintingPlugin_layoutPdf__closure, A.PdfPreviewAction_build_closure, A.PdfPreviewCustomState_didChangeDependencies__closure, A.PdfPreviewCustomState__createPreview__closure, A.PdfPreviewCustomState__createPreview___closure, A.PdfPreviewCustomState__zoomPreview_closure, A.PdfPreviewCustomState__zoomPreview__closure, A.PdfPreviewCustomState_build_closure, A._PdfPreviewState_initState_closure, A._PdfPreviewState_initState__closure, A._PdfPreviewState_didUpdateWidget_closure, A._PdfPreviewState_didChangeDependencies__closure, A.PdfPreviewRaster_raster_closure, A.PdfPreviewRaster__raster_closure, A.PdfPreviewRaster__raster_closure0, A.PdfPreviewRaster__raster_closure1, A.PdfPreviewRaster__raster_closure2, A.LoggingMiddleware_call_closure, A.RoundedLoadingButtonState_initState_closure, A.RoundedLoadingButtonState_initState__closure1, A.RoundedLoadingButtonState_initState_closure0, A.RoundedLoadingButtonState_initState__closure0, A.RoundedLoadingButtonState_initState_closure2, A.RoundedLoadingButtonState_initState__closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A.Subject_addStream_closure0, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.InjectedImp_initialize__closure, A.ReactiveModelBase__setInitialStateCreator_closure, A.ReactiveModelBase_setStateFn_closure, A.ReactiveModelBase_setStateFn__closure, A.ReactiveModelBase_setStateFn__closure1, A.ReactiveModelBase__streamSubscription_closure0, A.ReactiveModelListener_addListenerForRebuild_closure0, A.ReactiveModelListener_addListenerForRebuild_closure, A.ReactiveModelListener_addCleaner_closure, A._StateBuilderBaseState_initState_closure, A._StateBuilderBaseState_initState__closure, A.OnBuilder_build_closure, A.OnBuilder_build_closure0, A.OnBuilder_build_closure1, A.SideEffects_closure, A.OnX_listenTo___closure0, A.RM_inject_closure, A.addToInjectedModels_closure, A.addToContextSet_closure, A.DocumentComposer_closure, A._DocumentMouseInteractorState__onPanUpdate_closure, A._DocumentMouseInteractorState__onDragEnd_closure, A._DocumentMouseInteractorState__buildGestureInput_closure, A._DocumentMouseInteractorState__buildGestureInput_closure1, A._AndroidDocumentTouchInteractorState_initState_closure, A._AndroidDocumentTouchInteractorState_initState_closure0, A._AndroidDocumentTouchInteractorState_didChangeMetrics__closure, A._AndroidDocumentTouchInteractorState__positionCollapsedHandle_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure, A._AndroidDocumentTouchInteractorState__positionExpandedHandles_closure0, A._AndroidDocumentTouchInteractorState__buildGestureInput_closure, A._AndroidDocumentTouchEditingControlsState__onCollapsedPanStart_closure, A._AndroidDocumentTouchEditingControlsState__onExpandedHandleDragStart_closure, A._AndroidDocumentTouchEditingControlsState__onPanUpdate_closure, A._AndroidDocumentTouchEditingControlsState__onHandleDragEnd_closure, A._IOSDocumentTouchInteractorState_initState_closure, A._IOSDocumentTouchInteractorState_initState_closure0, A._IOSDocumentTouchInteractorState_didChangeDependencies__closure, A._IOSDocumentTouchInteractorState_didChangeMetrics__closure, A._IOSDocumentTouchInteractorState__onTapUp_closure, A._IOSDocumentTouchInteractorState__onTapTimeout_closure, A._IOSDocumentTouchInteractorState__positionCollapsedHandle_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure, A._IOSDocumentTouchInteractorState__buildGestureInput_closure1, A._DocumentImeInteractorState_updateEditingValue_closure, A._SingleColumnDocumentLayoutState__onViewModelChange_closure, A._PresenterComponentBuilderState__onViewModelChange_closure, A.SingleColumnLayoutPresenter__assemblePipeline_closure, A.SuperEditorState__createEditContext_closure, A.SuperEditorState__createEditContext_closure0, A.SuperEditorState__buildGestureSystem_closure, A.SuperEditorState__buildGestureSystem_closure0, A.ToggleTextAttributionsCommand_execute_closure, A._MultiListenableBuilderState__onListenableChange_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure, A.TapSequenceGestureRecognizer_addAllowedPointer_closure0, A.TapSequenceGestureRecognizer__checkUp_closure, A.TapSequenceGestureRecognizer__checkUp_closure0, A.TapSequenceGestureRecognizer__checkUp_closure1, A.main_closure0, A.main_closure]); _inheritMany(A.Closure2Args, [A.AppBootstrap_prepareEngineInitializer__closure0, A.AppBootstrap_prepareEngineInitializer__closure, A.AppBootstrap__prepareAppRunner__closure, A.HtmlViewEmbedder_submitFrame_closure1, A.downloadCanvasKit_closure, A.IntervalTree_IntervalTree$createFromRanges_closure, A.IntervalTree_IntervalTree$createFromRanges_closure0, A.Surface_acquireFrame_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure0, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure0, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A._HeaderValue_toString_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A._Future__chainForeignFuture_closure0, A._Future_timeout_closure1, A.Stream_Stream$fromFuture_closure0, A._AddStreamState_makeErrorHandler_closure, A._cancelAndErrorClosure_closure, A._RootZone_bindBinaryCallbackGuarded_closure, A._HashMap_addAll_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._symbolMapToStringMap_closure, A.NoSuchMethodError_toString_closure, A._BigIntImpl_hashCode_combine, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQuery_writeParameter, A._Uri__makeQuery_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.MutationObserver_observe_override, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._DataAttributeMap_forEach_closure, A._DataAttributeMap_keys_closure, A._DataAttributeMap_values_closure, A._ValidatingTreeSanitizer_sanitizeTree_walk, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AttributedSpans_copyAttributionRegion_closure1, A.AttributedSpans_copyAttributionRegion_closure6, A.BoardListState_build_closure3, A.BoardViewState_build_closure0, A.hashObjects_closure, A.BuiltListMultimap_forEach_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, A.BuiltSetMultimap_forEach_closure, A.StandardJsonPlugin__toList_closure0, A.StandardJsonPlugin__toListUsingDiscriminator_closure0, A.loadAsyncHtmlImage_closure, A.MultiImageStreamCompleter_closure0, A.MultiImageStreamCompleter_closure1, A.BaseBarRenderer_preprocessSeries__closure, A.BaseBarRenderer_update_closure0, A.BaseBarRenderer_paint_closure, A.BaseBarRenderer_paint_closure0, A.BaseBarRenderer_paint_closure1, A.BaseBarRenderer__getSegmentsForDomainValue_closure, A._ReversedSeriesIterator_closure0, A.BaseTickDrawStrategy_collides_closure, A.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, A.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, A.CartesianChart_init_closure, A.CartesianChart_preprocessSeries_closure, A.CartesianChart_preprocessSeries_closure0, A.CartesianChart_preprocessSeries_closure1, A.CartesianChart_preprocessSeries_closure2, A.CartesianChart_onSkipLayout_closure, A.BaseChart_getNearestDatumDetailPerSeries_closure0, A.BaseChart_configureSeries_closure0, A.BaseChart_preprocessSeries_closure1, A.BaseChart_onPostLayout_closure, A.LinePointHighlighter__updateViewData_closure, A._LinePointLayoutView_paint_closure, A._LinePointLayoutView_paint_closure0, A.SelectNearest__onSelect_closure, A.LayoutManagerImpl_paintOrderedViews_closure, A.LayoutManagerImpl_positionOrderedViews_closure, A.LineRenderer_update_closure0, A.LineRenderer_paint_closure, A.LineRenderer_paint_closure0, A.PointRenderer_paint_closure, A.PointRenderer_paint_closure0, A.BaseChartState_build_closure, A.BaseChartState_dispose_closure, A.TabularLegendLayout__buildTableFromRows_closure0, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.MemoryDirectory_createSync_closure, A.MemoryFile__doCreate_closure, A._FileSink_addStream_closure0, A._FileSink_close_closure0, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoSwitch_paint_closure, A.BindingBase_registerServiceExtension_closure, A.PointerRouter__dispatchEventToRoutes_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._RenderInputPadding_hitTest_closure, A._RenderInputPadding_hitTest_closure0, A.__DatePickerDialogState_State_RestorationMixin_dispose_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransition_build_closure, A.PaginatedDataTableState_build_closure, A._PopupMenu_build_closure0, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A._RefreshProgressIndicatorState__buildAnimation_closure, A.RefreshIndicatorState_build_closure, A.ReorderableListView_closure, A._ReorderableListViewState__wrapWithSemantics_reorder, A._ReorderableListViewState__proxyDecorator_closure, A.ScaffoldState_build_closure, A._StandardBottomSheetState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A.__TextFieldState_State_RestorationMixin_dispose_closure, A.ThemeData__lerpThemeExtensions_closure, A._RenderInputPadding_hitTest_closure1, A.__HourMinuteTextFieldState_State_RestorationMixin_dispose_closure, A.__TimePickerDialogState_State_RestorationMixin_dispose_closure, A.__TimePickerInputState_State_RestorationMixin_dispose_closure, A._RenderInputPadding_hitTest_closure2, A.NetworkImage__loadAsync_closure, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_hitTestChildren_closure, A.RenderEditable__paintContents_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderParagraph_hitTestChildren_closure, A.RenderParagraph_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.RenderTable_computeDryLayout_closure, A.RenderTable_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A._DraggableScrollableSheetState_build_closure, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.RenderObjectElement_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A._ImageState__getListener_closure, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheatre_hitTestChildren_closure, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A.HtmlElementView_build_closure, A._DragItemProxy_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.loadDateIntlDataIfNotLoaded_closure, A._StoreStreamListenerState_build_closure, A._RenderFlexEntranceTransition_hitTestChildren_closure, A.Element__addOuterHtml_closure, A.Phase_startTagHtml_closure, A.InBodyPhase_startTagBody_closure, A.formatStr_closure, A._separatingNewlines_closure, A._BaseRules_blankRule_closure, A._BaseRules_defaultRule_closure, A._CommonRules_paragraph_closure, A._CommonRules_lineBreak_closure, A._CommonRules_heading_closure, A._CommonRules_blockquote_closure, A._CommonRules_list_closure, A._CommonRules_listItem_closure, A._CommonRules_indentedCodeBlock_closure0, A._CommonRules_fencedCodeBlock_closure0, A._CommonRules_horizontalRule_closure, A._CommonRules_inlineLink_closure0, A._CommonRules_referenceLink_closure1, A._CommonRules_emphasis_closure, A._CommonRules_strong_closure, A._CommonRules_strike_closure, A._CommonRules_code_closure0, A._CommonRules_image_closure, A._TableRules_table_closure, A._TableRules_tr_closure, A._TableRules_tHeadBody_closure, A._TableRules_th_closure, A._TableRules_td_closure, A.BaseRequest_closure, A.mapToQuery_closure, A.MediaType_toString_closure, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure0, A.GatewayEntity_supportedEvents_closure, A.InvoiceEntity_getTaxes_calculateAmount, A.TaskEntity_getTaskTimes_closure0, A._parseError_closure, A.InvoiceNinjaAppState_build__closure109, A.lastErrorReducer_closure, A.lastErrorReducer_closure0, A.lastErrorReducer_closure1, A.lastErrorReducer_closure2, A.lastErrorReducer_closure3, A.lastErrorReducer_closure4, A.lastErrorReducer_closure5, A.lastErrorReducer_closure6, A.lastErrorReducer_closure7, A.lastErrorReducer_closure8, A.lastErrorReducer_closure9, A.lastErrorReducer_closure10, A.lastErrorReducer_closure11, A.lastErrorReducer_closure12, A.lastErrorReducer_closure13, A.lastErrorReducer_closure14, A.lastErrorReducer_closure15, A.lastErrorReducer_closure16, A.lastErrorReducer_closure17, A.lastErrorReducer_closure18, A.lastErrorReducer_closure19, A.dismissedNativeWarningReducer_closure, A.dismissedNativeWarningReducer_closure0, A.handleClientAction__closure, A.forceSelectedReducer_closure175, A.forceSelectedReducer_closure176, A.forceSelectedReducer_closure177, A.forceSelectedReducer_closure178, A.forceSelectedReducer_closure179, A.forceSelectedReducer_closure180, A.forceSelectedReducer_closure181, A.forceSelectedReducer_closure182, A.tabIndexReducer_closure23, A.tabIndexReducer_closure24, A.saveCompleterReducer_closure1, A.cancelCompleterReducer_closure1, A.editingContactReducer_closure, A.editingContactReducer_closure0, A.selectedIdReducer_closure354, A.selectedIdReducer_closure355, A.selectedIdReducer_closure356, A.selectedIdReducer_closure357, A.selectedIdReducer_closure358, A.selectedIdReducer_closure359, A.selectedIdReducer_closure360, A.selectedIdReducer_closure361, A.selectedIdReducer_closure362, A.selectedIdReducer_closure363, A.selectedIdReducer_closure364, A.selectedIdReducer_closure365, A.selectedIdReducer_closure366, A.selectedIdReducer_closure367, A.selectedIdReducer_closure368, A.selectedIdReducer_closure369, A.selectedIdReducer_closure370, A.editingReducer_closure125, A.editingReducer_closure126, A.editingReducer_closure127, A.editingReducer_closure128, A.editingReducer_closure129, A.editingReducer_closure130, A.editingReducer_closure131, A.editingReducer_closure132, A.editingReducer_closure133, A.editingReducer_closure134, A.editingReducer_closure135, A.editingReducer_closure136, A.editingReducer_closure137, A.editingReducer_closure138, A.dropdownClientsSelector_closure0, A.memoizedClientStatsForUser_closure, A.clientStatsForUser_closure, A.filteredClientsSelector_closure0, A.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_closure37, A.editingReducer_closure38, A.editingReducer_closure39, A.editingReducer_closure40, A.memoizedCalculateCompanyGatewayProcessed_closure, A.calculateCompanyGatewayProcessed_closure, A.memoizedClientStatsForCompanyGateway_closure, A.clientStatsForCompanyGateway_closure, A.memoizedPaymentStatsForCompanyGateway_closure, A.paymentStatsForCompanyGateway_closure, A.getUnconnectedStripeAccount_closure, A.forceSelectedReducer_closure79, A.forceSelectedReducer_closure80, A.forceSelectedReducer_closure81, A.forceSelectedReducer_closure82, A.forceSelectedReducer_closure83, A.forceSelectedReducer_closure84, A.forceSelectedReducer_closure85, A.forceSelectedReducer_closure86, A.tabIndexReducer_closure11, A.tabIndexReducer_closure12, A.historyActivityIdReducer_closure0, A.editingItemReducer_closure1, A.editingItemReducer_closure2, A.selectedIdReducer_closure160, A.selectedIdReducer_closure161, A.selectedIdReducer_closure162, A.selectedIdReducer_closure163, A.selectedIdReducer_closure164, A.selectedIdReducer_closure165, A.selectedIdReducer_closure166, A.selectedIdReducer_closure167, A.selectedIdReducer_closure168, A.selectedIdReducer_closure169, A.selectedIdReducer_closure170, A.selectedIdReducer_closure171, A.selectedIdReducer_closure172, A.selectedIdReducer_closure173, A.selectedIdReducer_closure174, A.selectedIdReducer_closure175, A.selectedIdReducer_closure176, A.selectedIdReducer_closure177, A.selectedIdReducer_closure178, A.editingReducer_closure49, A.editingReducer_closure50, A.editingReducer_closure51, A.editingReducer_closure52, A.editingReducer_closure53, A.editingReducer_closure54, A.editingReducer_closure55, A.editingReducer_closure56, A.editingReducer_closure57, A.editingReducer_closure58, A.editingReducer_closure59, A.dropdownCreditSelector_closure0, A.filteredCreditsSelector_closure0, A.memoizedCreditStatsForDesign_closure, A.creditStatsForDesign_closure, A.memoizedCreditStatsForClient_closure, A.creditStatsForClient_closure, A.memoizedCreditStatsForUser_closure, A.creditStatsForUser_closure, A.selectedEntitiesReducer_closure, A.selectedEntitiesReducer_closure0, A.selectedEntityTypeReducer_closure, A.showSidebarReducer_closure, A._chartInvoices_closure, A.chartQuotes_closure, A.chartPayments_closure, A.chartTasks_closure, A.chartTasks___closure, A.chartExpenses_closure, A.memoizedRunningTasks_closure0, A.runningTasks_closure, A.memoizedUpcomingInvoices_closure, A._upcomingInvoices_closure, A._upcomingInvoices_closure0, A.memoizedPastDueInvoices_closure, A._pastDueInvoices_closure, A._pastDueInvoices_closure0, A.memoizedRecentPayments_closure, A._recentPayments_closure, A._recentPayments_closure0, A.memoizedUpcomingQuotes_closure, A._upcomingQuotes_closure, A._upcomingQuotes_closure0, A.memoizedExpiredQuotes_closure, A._expiredQuotes_closure, A._expiredQuotes_closure0, A.memoizedRunningTasks_closure, A._runningTasks_closure, A._runningTasks_closure0, A.memoizedRecentTasks_closure, A._recentTasks_closure, A._recentTasks_closure0, A.memoizedRecentExpenses_closure, A._recentExpenses_closure, A._recentExpenses_closure0, A.forceSelectedReducer_closure87, A.forceSelectedReducer_closure88, A.forceSelectedReducer_closure89, A.forceSelectedReducer_closure90, A.forceSelectedReducer_closure91, A.forceSelectedReducer_closure92, A.forceSelectedReducer_closure93, A.forceSelectedReducer_closure94, A.selectedIdReducer_closure179, A.selectedIdReducer_closure180, A.selectedIdReducer_closure181, A.selectedIdReducer_closure182, A.selectedIdReducer_closure183, A.selectedIdReducer_closure184, A.selectedIdReducer_closure185, A.selectedIdReducer_closure186, A.selectedIdReducer_closure187, A.selectedIdReducer_closure188, A.selectedIdReducer_closure189, A.selectedIdReducer_closure190, A.selectedIdReducer_closure191, A.selectedIdReducer_closure192, A.editingReducer_closure60, A.editingReducer_closure61, A.editingReducer_closure62, A.editingReducer_closure63, A.filteredDesignsSelector_closure0, A.forceSelectedReducer_closure47, A.forceSelectedReducer_closure48, A.forceSelectedReducer_closure49, A.forceSelectedReducer_closure50, A.forceSelectedReducer_closure51, A.forceSelectedReducer_closure52, A.forceSelectedReducer_closure53, A.forceSelectedReducer_closure54, A.selectedIdReducer_closure94, A.selectedIdReducer_closure95, A.selectedIdReducer_closure96, A.selectedIdReducer_closure97, A.selectedIdReducer_closure98, A.selectedIdReducer_closure99, A.selectedIdReducer_closure100, A.selectedIdReducer_closure101, A.selectedIdReducer_closure102, A.selectedIdReducer_closure103, A.selectedIdReducer_closure104, A.selectedIdReducer_closure105, A.selectedIdReducer_closure106, A.editingReducer_closure32, A.filteredDocumentsSelector_closure0, A.forceSelectedReducer_closure39, A.forceSelectedReducer_closure40, A.forceSelectedReducer_closure41, A.forceSelectedReducer_closure42, A.forceSelectedReducer_closure43, A.forceSelectedReducer_closure44, A.forceSelectedReducer_closure45, A.forceSelectedReducer_closure46, A.tabIndexReducer_closure9, A.tabIndexReducer_closure10, A.selectedIdReducer_closure79, A.selectedIdReducer_closure80, A.selectedIdReducer_closure81, A.selectedIdReducer_closure82, A.selectedIdReducer_closure83, A.selectedIdReducer_closure84, A.selectedIdReducer_closure85, A.selectedIdReducer_closure86, A.selectedIdReducer_closure87, A.selectedIdReducer_closure88, A.selectedIdReducer_closure89, A.selectedIdReducer_closure90, A.selectedIdReducer_closure91, A.selectedIdReducer_closure92, A.selectedIdReducer_closure93, A.editingReducer_closure28, A.editingReducer_closure29, A.editingReducer_closure30, A.editingReducer_closure31, A.memoizedExpensePurchaseOrderSelector_closure, A.expensePurchaseOrderSelector_closure, A.filteredExpensesSelector_closure0, A.memoizedExpenseStatsForVendor_closure, A.expenseStatsForVendor_closure, A.memoizedExpenseStatsForClient_closure, A.expenseStatsForClient_closure, A.memoizedClientExpenseList_closure, A.clientExpenseList_closure0, A.memoizedExpenseStatsForProject_closure, A.expenseStatsForProject_closure, A.memoizedExpenseStatsForUser_closure, A.expenseStatsForUser_closure, A.forceSelectedReducer_closure127, A.forceSelectedReducer_closure128, A.forceSelectedReducer_closure129, A.forceSelectedReducer_closure130, A.forceSelectedReducer_closure131, A.forceSelectedReducer_closure132, A.forceSelectedReducer_closure133, A.forceSelectedReducer_closure134, A.selectedIdReducer_closure256, A.selectedIdReducer_closure257, A.selectedIdReducer_closure258, A.selectedIdReducer_closure259, A.selectedIdReducer_closure260, A.selectedIdReducer_closure261, A.selectedIdReducer_closure262, A.selectedIdReducer_closure263, A.selectedIdReducer_closure264, A.selectedIdReducer_closure265, A.selectedIdReducer_closure266, A.selectedIdReducer_closure267, A.selectedIdReducer_closure268, A.selectedIdReducer_closure269, A.selectedIdReducer_closure270, A.editingReducer_closure87, A.editingReducer_closure88, A.editingReducer_closure89, A.editingReducer_closure90, A.filteredExpenseCategoriesSelector_closure0, A.memoizedCalculateExpenseCategoryAmount_closure, A.calculateExpenseCategoryAmount_closure, A.memoizedExpenseStatsForExpenseCategory_closure, A.expenseStatsForExpenseCategory_closure, A.forceSelectedReducer_closure55, A.forceSelectedReducer_closure56, A.forceSelectedReducer_closure57, A.forceSelectedReducer_closure58, A.selectedIdReducer_closure107, A.selectedIdReducer_closure108, A.selectedIdReducer_closure109, A.selectedIdReducer_closure110, A.selectedIdReducer_closure111, A.selectedIdReducer_closure112, A.selectedIdReducer_closure113, A.selectedIdReducer_closure114, A.selectedIdReducer_closure115, A.selectedIdReducer_closure116, A.selectedIdReducer_closure117, A.selectedIdReducer_closure118, A.editingReducer_closure33, A.editingReducer_closure34, A.editingReducer_closure35, A.editingReducer_closure36, A.filteredGroupsSelector_closure0, A.memoizedClientStatsForGroup_closure, A.clientStatsForGroup_closure, A.forceSelectedReducer_closure167, A.forceSelectedReducer_closure168, A.forceSelectedReducer_closure169, A.forceSelectedReducer_closure170, A.forceSelectedReducer_closure171, A.forceSelectedReducer_closure172, A.forceSelectedReducer_closure173, A.forceSelectedReducer_closure174, A.tabIndexReducer_closure21, A.tabIndexReducer_closure22, A.historyActivityIdReducer_closure3, A.editingItemIndexReducer_closure1, A.editingItemIndexReducer_closure2, A.selectedIdReducer_closure335, A.selectedIdReducer_closure336, A.selectedIdReducer_closure337, A.selectedIdReducer_closure338, A.selectedIdReducer_closure339, A.selectedIdReducer_closure340, A.selectedIdReducer_closure341, A.selectedIdReducer_closure342, A.selectedIdReducer_closure343, A.selectedIdReducer_closure344, A.selectedIdReducer_closure345, A.selectedIdReducer_closure346, A.selectedIdReducer_closure347, A.selectedIdReducer_closure348, A.selectedIdReducer_closure349, A.selectedIdReducer_closure350, A.selectedIdReducer_closure351, A.selectedIdReducer_closure352, A.selectedIdReducer_closure353, A.editingReducer_closure114, A.editingReducer_closure115, A.editingReducer_closure116, A.editingReducer_closure117, A.editingReducer_closure118, A.editingReducer_closure119, A.editingReducer_closure120, A.editingReducer_closure121, A.editingReducer_closure122, A.editingReducer_closure123, A.editingReducer_closure124, A.memoizedInvoiceQuoteSelector_closure, A.invoiceQuoteSelector_closure, A.dropdownInvoiceSelector_closure0, A.filteredInvoicesSelector_closure, A.filteredInvoicesSelector_closure1, A.memoizedInvoiceStatsForClient_closure, A.invoiceStatsForClient_closure, A.memoizedInvoiceStatsForDesign_closure, A.invoiceStatsForDesign_closure, A.memoizedInvoiceStatsForSubscription_closure, A.invoiceStatsForSubscription_closure, A.memoizedInvoiceStatsForProject_closure, A.invoiceStatsForProject_closure, A.memoizedInvoiceStatsForUser_closure, A.invoiceStatsForUser_closure, A.forceSelectedReducer_closure7, A.forceSelectedReducer_closure8, A.forceSelectedReducer_closure9, A.forceSelectedReducer_closure10, A.forceSelectedReducer_closure11, A.forceSelectedReducer_closure12, A.forceSelectedReducer_closure13, A.forceSelectedReducer_closure14, A.tabIndexReducer_closure1, A.tabIndexReducer_closure2, A.selectedIdReducer_closure18, A.selectedIdReducer_closure19, A.selectedIdReducer_closure20, A.selectedIdReducer_closure21, A.selectedIdReducer_closure22, A.selectedIdReducer_closure23, A.selectedIdReducer_closure24, A.selectedIdReducer_closure25, A.selectedIdReducer_closure26, A.selectedIdReducer_closure27, A.selectedIdReducer_closure28, A.selectedIdReducer_closure29, A.selectedIdReducer_closure30, A.selectedIdReducer_closure31, A.selectedIdReducer_closure32, A.selectedIdReducer_closure33, A.editingReducer_closure10, A.editingReducer_closure11, A.editingReducer_closure12, A.editingReducer_closure13, A.filteredPaymentsSelector_closure0, A.paymentStatsForClient_closure, A.forceSelectedReducer_closure95, A.forceSelectedReducer_closure96, A.forceSelectedReducer_closure97, A.forceSelectedReducer_closure98, A.forceSelectedReducer_closure99, A.forceSelectedReducer_closure100, A.forceSelectedReducer_closure101, A.forceSelectedReducer_closure102, A.selectedIdReducer_closure193, A.selectedIdReducer_closure194, A.selectedIdReducer_closure195, A.selectedIdReducer_closure196, A.selectedIdReducer_closure197, A.selectedIdReducer_closure198, A.selectedIdReducer_closure199, A.selectedIdReducer_closure200, A.selectedIdReducer_closure201, A.selectedIdReducer_closure202, A.selectedIdReducer_closure203, A.selectedIdReducer_closure204, A.selectedIdReducer_closure205, A.selectedIdReducer_closure206, A.editingReducer_closure64, A.editingReducer_closure65, A.editingReducer_closure66, A.editingReducer_closure67, A.memoizedDropdownPaymentTermList_closure, A.dropdownPaymentTermsSelector_closure0, A.filteredPaymentTermsSelector_closure0, A.forceSelectedReducer_closure183, A.forceSelectedReducer_closure184, A.forceSelectedReducer_closure185, A.forceSelectedReducer_closure186, A.forceSelectedReducer_closure187, A.forceSelectedReducer_closure188, A.forceSelectedReducer_closure189, A.forceSelectedReducer_closure190, A.tabIndexReducer_closure25, A.tabIndexReducer_closure26, A.editingReducer_closure139, A.editingReducer_closure140, A.editingReducer_closure141, A.editingReducer_closure142, A.selectedIdReducer_closure371, A.selectedIdReducer_closure372, A.selectedIdReducer_closure373, A.selectedIdReducer_closure374, A.selectedIdReducer_closure375, A.selectedIdReducer_closure376, A.selectedIdReducer_closure377, A.selectedIdReducer_closure378, A.selectedIdReducer_closure379, A.selectedIdReducer_closure380, A.selectedIdReducer_closure381, A.selectedIdReducer_closure382, A.selectedIdReducer_closure383, A.selectedIdReducer_closure384, A.dropdownProductsSelector_closure0, A.productList_closure0, A.filteredProductsSelector_closure0, A.forceSelectedReducer_closure15, A.forceSelectedReducer_closure16, A.forceSelectedReducer_closure17, A.forceSelectedReducer_closure18, A.forceSelectedReducer_closure19, A.forceSelectedReducer_closure20, A.forceSelectedReducer_closure21, A.forceSelectedReducer_closure22, A.tabIndexReducer_closure3, A.tabIndexReducer_closure4, A.saveCompleterReducer_closure, A.cancelCompleterReducer_closure, A.selectedIdReducer_closure34, A.selectedIdReducer_closure35, A.selectedIdReducer_closure36, A.selectedIdReducer_closure37, A.selectedIdReducer_closure38, A.selectedIdReducer_closure39, A.selectedIdReducer_closure40, A.selectedIdReducer_closure41, A.selectedIdReducer_closure42, A.selectedIdReducer_closure43, A.selectedIdReducer_closure44, A.selectedIdReducer_closure45, A.selectedIdReducer_closure46, A.selectedIdReducer_closure47, A.selectedIdReducer_closure48, A.editingReducer_closure14, A.editingReducer_closure15, A.editingReducer_closure16, A.editingReducer_closure17, A.convertProjectToInvoiceItem_closure, A.convertProjectToInvoiceItem_closure0, A.convertProjectToInvoiceItem_closure1, A.convertProjectToInvoiceItem_closure2, A.dropdownProjectsSelector_closure0, A.filteredProjectsSelector_closure0, A.taskDurationForProject_closure, A.memoizedProjectStatsForClient_closure, A.projectStatsForClient_closure, A.memoizedProjectStatsForUser_closure, A.forceSelectedReducer_closure159, A.forceSelectedReducer_closure160, A.forceSelectedReducer_closure161, A.forceSelectedReducer_closure162, A.forceSelectedReducer_closure163, A.forceSelectedReducer_closure164, A.forceSelectedReducer_closure165, A.forceSelectedReducer_closure166, A.tabIndexReducer_closure19, A.tabIndexReducer_closure20, A.historyActivityIdReducer_closure2, A.editingItemReducer_closure3, A.editingItemReducer_closure4, A.selectedIdReducer_closure316, A.selectedIdReducer_closure317, A.selectedIdReducer_closure318, A.selectedIdReducer_closure319, A.selectedIdReducer_closure320, A.selectedIdReducer_closure321, A.selectedIdReducer_closure322, A.selectedIdReducer_closure323, A.selectedIdReducer_closure324, A.selectedIdReducer_closure325, A.selectedIdReducer_closure326, A.selectedIdReducer_closure327, A.selectedIdReducer_closure328, A.selectedIdReducer_closure329, A.selectedIdReducer_closure330, A.selectedIdReducer_closure331, A.selectedIdReducer_closure332, A.selectedIdReducer_closure333, A.selectedIdReducer_closure334, A.editingReducer_closure103, A.editingReducer_closure104, A.editingReducer_closure105, A.editingReducer_closure106, A.editingReducer_closure107, A.editingReducer_closure108, A.editingReducer_closure109, A.editingReducer_closure110, A.editingReducer_closure111, A.editingReducer_closure112, A.editingReducer_closure113, A.filteredPurchaseOrdersSelector_closure0, A.memoizedPurchaseOrderStatsForVendor_closure, A.purchaseOrderStatsForVendor_closure, A.forceSelectedReducer_closure, A.forceSelectedReducer_closure0, A.forceSelectedReducer_closure1, A.forceSelectedReducer_closure2, A.forceSelectedReducer_closure3, A.forceSelectedReducer_closure4, A.forceSelectedReducer_closure5, A.forceSelectedReducer_closure6, A.tabIndexReducer_closure, A.tabIndexReducer_closure0, A.historyActivityIdReducer_closure, A.editingItemReducer_closure, A.editingItemReducer_closure0, A.selectedIdReducer_closure, A.selectedIdReducer_closure0, A.selectedIdReducer_closure1, A.selectedIdReducer_closure2, A.selectedIdReducer_closure3, A.selectedIdReducer_closure4, A.selectedIdReducer_closure5, A.selectedIdReducer_closure6, A.selectedIdReducer_closure7, A.selectedIdReducer_closure8, A.selectedIdReducer_closure9, A.selectedIdReducer_closure10, A.selectedIdReducer_closure11, A.selectedIdReducer_closure12, A.selectedIdReducer_closure13, A.selectedIdReducer_closure14, A.selectedIdReducer_closure15, A.selectedIdReducer_closure16, A.selectedIdReducer_closure17, A.editingReducer_closure, A.editingReducer_closure0, A.editingReducer_closure1, A.editingReducer_closure2, A.editingReducer_closure3, A.editingReducer_closure4, A.editingReducer_closure5, A.editingReducer_closure6, A.editingReducer_closure7, A.editingReducer_closure8, A.editingReducer_closure9, A.filteredQuotesSelector_closure0, A.memoizedQuoteStatsForClient_closure, A.quoteStatsForClient_closure, A.memoizedQuoteStatsForDesign_closure, A.quoteStatsForDesign_closure, A.memoizedQuoteStatsForUser_closure, A.quoteStatsForUser_closure, A.forceSelectedReducer_closure151, A.forceSelectedReducer_closure152, A.forceSelectedReducer_closure153, A.forceSelectedReducer_closure154, A.forceSelectedReducer_closure155, A.forceSelectedReducer_closure156, A.forceSelectedReducer_closure157, A.forceSelectedReducer_closure158, A.tabIndexReducer_closure17, A.tabIndexReducer_closure18, A.selectedIdReducer_closure301, A.selectedIdReducer_closure302, A.selectedIdReducer_closure303, A.selectedIdReducer_closure304, A.selectedIdReducer_closure305, A.selectedIdReducer_closure306, A.selectedIdReducer_closure307, A.selectedIdReducer_closure308, A.selectedIdReducer_closure309, A.selectedIdReducer_closure310, A.selectedIdReducer_closure311, A.selectedIdReducer_closure312, A.selectedIdReducer_closure313, A.selectedIdReducer_closure314, A.selectedIdReducer_closure315, A.editingReducer_closure99, A.editingReducer_closure100, A.editingReducer_closure101, A.editingReducer_closure102, A.filteredRecurringExpensesSelector_closure0, A.memoizedRecurringExpenseStatsForClient_closure, A.recurringExpenseStatsForClient_closure, A.memoizedRecurringExpenseStatsForVendor_closure, A.recurringExpenseStatsForVendor_closure, A.memoizedRecurringExpenseStatsForUser_closure, A.recurringExpenseStatsForUser_closure, A.memoizedRecurringExpenseStatsForExpense_closure, A.recurringExpenseStatsForExpense_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer_closure78, A.editingReducer_closure79, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer_closure84, A.editingReducer_closure85, A.editingReducer_closure86, A.filteredRecurringInvoicesSelector_closure0, A.memoizedRecurringInvoiceStatsForClient_closure, A.recurringInvoiceStatsForClient_closure, A.memoizedRecurringInvoiceStatsForUser_closure, A.recurringInvoiceStatsForUser_closure, A.memoizedRecurringInvoiceStatsForInvoice_closure, A.recurringInvoiceStatsForInvoice_closure, A.memoizedRecurringInvoiceStatsForDesign_closure, A.recurringInvoiceStatsForDesign_closure, A.memoizedRecurringInvoiceStatsForSubscription_closure, A.recurringInvoiceStatsForSubscription_closure, A.settingsUIReducer_closure, A.settingsUIReducer_closure0, A.settingsUIReducer_closure1, A.settingsUIReducer_closure2, A.settingsUIReducer_closure3, A.settingsUIReducer_closure4, A.settingsUIReducer_closure5, A.settingsUIReducer_closure6, A.settingsUIReducer_closure7, A.settingsUIReducer_closure8, A.settingsUIReducer_closure9, A.settingsUIReducer_closure10, A.settingsUIReducer_closure11, A.settingsUIReducer_closure12, A.countryList_closure, A.groupList_closure0, A.languageList_closure, A.currencyList_closure, A.timezoneList_closure, A.dateFormatList_closure, A.industryList_closure, A.sizeList_closure, A.gatewayList_closure0, A.paymentTypeList_closure, A.forceSelectedReducer_closure143, A.forceSelectedReducer_closure144, A.forceSelectedReducer_closure145, A.forceSelectedReducer_closure146, A.forceSelectedReducer_closure147, A.forceSelectedReducer_closure148, A.forceSelectedReducer_closure149, A.forceSelectedReducer_closure150, A.tabIndexReducer_closure15, A.tabIndexReducer_closure16, A.selectedIdReducer_closure286, A.selectedIdReducer_closure287, A.selectedIdReducer_closure288, A.selectedIdReducer_closure289, A.selectedIdReducer_closure290, A.selectedIdReducer_closure291, A.selectedIdReducer_closure292, A.selectedIdReducer_closure293, A.selectedIdReducer_closure294, A.selectedIdReducer_closure295, A.selectedIdReducer_closure296, A.selectedIdReducer_closure297, A.selectedIdReducer_closure298, A.selectedIdReducer_closure299, A.selectedIdReducer_closure300, A.editingReducer_closure95, A.editingReducer_closure96, A.editingReducer_closure97, A.editingReducer_closure98, A.filteredSubscriptionsSelector_closure0, A.handleTaskAction_closure1, A.forceSelectedReducer_closure23, A.forceSelectedReducer_closure24, A.forceSelectedReducer_closure25, A.forceSelectedReducer_closure26, A.forceSelectedReducer_closure27, A.forceSelectedReducer_closure28, A.forceSelectedReducer_closure29, A.forceSelectedReducer_closure30, A.tabIndexReducer_closure5, A.tabIndexReducer_closure6, A.kanbanLastUpdatedReducer_closure, A.editingTimeReducer_closure, A.editingTimeReducer_closure0, A.selectedIdReducer_closure49, A.selectedIdReducer_closure50, A.selectedIdReducer_closure51, A.selectedIdReducer_closure52, A.selectedIdReducer_closure53, A.selectedIdReducer_closure54, A.selectedIdReducer_closure55, A.selectedIdReducer_closure56, A.selectedIdReducer_closure57, A.selectedIdReducer_closure58, A.selectedIdReducer_closure59, A.selectedIdReducer_closure60, A.selectedIdReducer_closure61, A.selectedIdReducer_closure62, A.selectedIdReducer_closure63, A.editingReducer_closure18, A.editingReducer_closure19, A.editingReducer_closure20, A.editingReducer_closure21, A.editingReducer_closure22, A.editingReducer_closure23, A.taskList_closure0, A.kanbanTasksSelector_closure0, A.filteredTasksSelector_closure0, A.memoizedTaskStatsForClient_closure, A.taskStatsForClient_closure, A.memoizedTaskStatsForProject_closure, A.taskStatsForProject_closure, A.memoizedTaskStatsForUser_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure91, A.editingReducer_closure92, A.editingReducer_closure93, A.editingReducer_closure94, A.memoizedSortedActiveTaskStatusIds_closure, A.sortedActiveTaskStatusIds_closure0, A.dropdownTaskStatusesSelector_closure0, A.filteredTaskStatusesSelector_closure0, A.memoizedCalculateTaskStatusAmount_closure, A.calculateTaskStatusAmount_closure, A.memoizedTaskStatsForTaskStatus_closure, A.taskStatsForTaskStatus_closure, A.defaultTaskStatusId_closure0, A.forceSelectedReducer_closure67, A.forceSelectedReducer_closure68, A.forceSelectedReducer_closure69, A.forceSelectedReducer_closure70, A.selectedIdReducer_closure134, A.selectedIdReducer_closure135, A.selectedIdReducer_closure136, A.selectedIdReducer_closure137, A.selectedIdReducer_closure138, A.selectedIdReducer_closure139, A.selectedIdReducer_closure140, A.selectedIdReducer_closure141, A.selectedIdReducer_closure142, A.selectedIdReducer_closure143, A.editingReducer_closure41, A.editingReducer_closure42, A.editingReducer_closure43, A.editingReducer_closure44, A.filteredTaxRatesSelector_closure0, A.forceSelectedReducer_closure103, A.forceSelectedReducer_closure104, A.forceSelectedReducer_closure105, A.forceSelectedReducer_closure106, A.forceSelectedReducer_closure107, A.forceSelectedReducer_closure108, A.forceSelectedReducer_closure109, A.forceSelectedReducer_closure110, A.selectedIdReducer_closure207, A.selectedIdReducer_closure208, A.selectedIdReducer_closure209, A.selectedIdReducer_closure210, A.selectedIdReducer_closure211, A.selectedIdReducer_closure212, A.selectedIdReducer_closure213, A.selectedIdReducer_closure214, A.selectedIdReducer_closure215, A.selectedIdReducer_closure216, A.selectedIdReducer_closure217, A.selectedIdReducer_closure218, A.selectedIdReducer_closure219, A.selectedIdReducer_closure220, A.selectedIdReducer_closure221, A.editingReducer_closure68, A.editingReducer_closure69, A.editingReducer_closure70, A.editingReducer_closure71, A.filteredTokensSelector_closure0, A.sortFieldsReducer_closure, A.sortFieldsReducer_closure0, A.sortFieldsReducer_closure1, A.sortFieldsReducer_closure2, A.sortFieldsReducer_closure3, A.sortFieldsReducer_closure4, A.sortFieldsReducer_closure5, A.sortFieldsReducer_closure6, A.sortFieldsReducer_closure7, A.sortFieldsReducer_closure8, A.sortFieldsReducer_closure9, A.sortFieldsReducer_closure10, A.sortFieldsReducer_closure11, A.sortFieldsReducer_closure12, A.sortFieldsReducer_closure13, A.sortFieldsReducer_closure14, A.sortFieldsReducer_closure15, A.sortFieldsReducer_closure16, A.sortFieldsReducer_closure17, A.sortFieldsReducer_closure18, A.sortFieldsReducer_closure19, A.sortFieldsReducer_closure20, A.sidebarEditorReducer_closure, A.sidebarViewerReducer_closure, A.menuVisibleReducer_closure, A.menuVisibleReducer_closure0, A.textScaleFactorReducer_closure, A.historyVisibleReducer_closure, A.historyVisibleReducer_closure0, A.hideDesktopWarningReducer_closure, A.hideGatewayWarningReducer_closure, A.hideReviewAppReducer_closure, A.layoutReducer_closure, A.moduleLayoutReducer_closure, A.moduleLayoutReducer_closure0, A.rowsPerPageReducer_closure, A.manuSidebarReducer_closure, A.historySidebarReducer_closure, A.darkModeReducer_closure, A.enableJspdfReducer_closure, A.enableTooltipsReducer_closure, A.enableFlexibleSearchReducer_closure, A.persistDataReducer_closure, A.persistUIReducer_closure, A.showKanbanReducer_closure, A.isFilterVisibleReducer_closure, A.longPressReducer_closure, A.tapSelectedToEditReducer_closure, A.isPreviewVisibleReducer_closure, A.isPreviewVisibleReducer_closure0, A.requireAuthenticationReducer_closure, A.colorThemeReducer_closure, A.showPdfPreviewReducer_closure, A.editAfterSavingReducer_closure, A.enableTouchEventsReducer_closure, A.customColorsReducer_closure, A.historyReducer_closure, A.historyReducer_closure0, A.historyReducer_closure1, A.historyReducer_closure2, A.historyReducer_closure3, A.historyReducer_closure4, A.historyReducer_closure5, A.historyReducer_closure6, A.historyReducer_closure7, A.historyReducer_closure8, A.historyReducer_closure9, A.historyReducer_closure10, A.historyReducer_closure11, A.historyReducer_closure12, A.historyReducer_closure13, A.historyReducer_closure14, A.historyReducer_closure15, A.historyReducer_closure16, A.historyReducer_closure17, A.historyReducer_closure18, A.historyReducer_closure19, A.historyReducer_closure20, A.historyReducer_closure21, A.historyReducer_closure22, A.historyReducer_closure23, A.historyReducer_closure24, A.historyReducer_closure25, A.historyReducer_closure26, A.historyReducer_closure27, A.historyReducer_closure28, A.historyReducer_closure29, A.historyReducer_closure30, A.historyReducer_closure31, A.historyReducer_closure32, A.historyReducer_closure33, A.historyReducer_closure34, A.historyReducer_closure35, A.historyReducer_closure36, A.historyReducer_closure37, A.historyReducer_closure38, A.historyReducer_closure39, A.historyReducer_closure40, A.historyReducer_closure41, A.historyReducer_closure42, A.historyReducer_closure43, A.historyReducer_closure44, A.historyReducer_closure45, A.historyReducer_closure46, A.historyReducer_closure47, A.historyReducer_closure48, A.lastActivityReducer_closure, A.filterReducer_closure, A.filterReducer_closure0, A.loadingEntityTypeReducer_closure, A.loadingEntityTypeReducer_closure0, A.loadingEntityTypeReducer_closure1, A.loadingEntityTypeReducer_closure2, A.loadingEntityTypeReducer_closure3, A.loadingEntityTypeReducer_closure4, A.loadingEntityTypeReducer_closure5, A.loadingEntityTypeReducer_closure6, A.loadingEntityTypeReducer_closure7, A.loadingEntityTypeReducer_closure8, A.loadingEntityTypeReducer_closure9, A.loadingEntityTypeReducer_closure10, A.loadingEntityTypeReducer_closure11, A.loadingEntityTypeReducer_closure12, A.filterClearedAtReducer_closure, A.filterClearedAtReducer_closure0, A.currentRouteReducer_closure, A.selectedCompanyIndexReducer_closure, A.previewStackReducer_closure, A.previewStackReducer_closure0, A.previewStackReducer_closure1, A.filterStackReducer_closure, A.filterStackReducer_closure0, A.filterStackReducer_closure1, A.handleUserAction_closure10, A.handleUserAction_closure12, A.handleUserAction_closure14, A.handleUserAction__closure, A.handleUserAction_closure18, A.forceSelectedReducer_closure71, A.forceSelectedReducer_closure72, A.forceSelectedReducer_closure73, A.forceSelectedReducer_closure74, A.forceSelectedReducer_closure75, A.forceSelectedReducer_closure76, A.forceSelectedReducer_closure77, A.forceSelectedReducer_closure78, A.selectedIdReducer_closure144, A.selectedIdReducer_closure145, A.selectedIdReducer_closure146, A.selectedIdReducer_closure147, A.selectedIdReducer_closure148, A.selectedIdReducer_closure149, A.selectedIdReducer_closure150, A.selectedIdReducer_closure151, A.selectedIdReducer_closure152, A.selectedIdReducer_closure153, A.selectedIdReducer_closure154, A.selectedIdReducer_closure155, A.selectedIdReducer_closure156, A.selectedIdReducer_closure157, A.selectedIdReducer_closure158, A.selectedIdReducer_closure159, A.editingReducer_closure45, A.editingReducer_closure46, A.editingReducer_closure47, A.editingReducer_closure48, A.filteredUsersSelector_closure0, A.userList_closure0, A.forceSelectedReducer_closure31, A.forceSelectedReducer_closure32, A.forceSelectedReducer_closure33, A.forceSelectedReducer_closure34, A.forceSelectedReducer_closure35, A.forceSelectedReducer_closure36, A.forceSelectedReducer_closure37, A.forceSelectedReducer_closure38, A.tabIndexReducer_closure7, A.tabIndexReducer_closure8, A.saveCompleterReducer_closure0, A.cancelCompleterReducer_closure0, A.selectedIdReducer_closure64, A.selectedIdReducer_closure65, A.selectedIdReducer_closure66, A.selectedIdReducer_closure67, A.selectedIdReducer_closure68, A.selectedIdReducer_closure69, A.selectedIdReducer_closure70, A.selectedIdReducer_closure71, A.selectedIdReducer_closure72, A.selectedIdReducer_closure73, A.selectedIdReducer_closure74, A.selectedIdReducer_closure75, A.selectedIdReducer_closure76, A.selectedIdReducer_closure77, A.selectedIdReducer_closure78, A.editingReducer_closure24, A.editingReducer_closure25, A.editingReducer_closure26, A.editingReducer_closure27, A.dropdownVendorsSelector_closure0, A.filteredVendorsSelector_closure0, A.memoizedVendorStatsForUser_closure, A.vendorStatsForUser_closure, A.forceSelectedReducer_closure111, A.forceSelectedReducer_closure112, A.forceSelectedReducer_closure113, A.forceSelectedReducer_closure114, A.forceSelectedReducer_closure115, A.forceSelectedReducer_closure116, A.forceSelectedReducer_closure117, A.forceSelectedReducer_closure118, A.selectedIdReducer_closure222, A.selectedIdReducer_closure223, A.selectedIdReducer_closure224, A.selectedIdReducer_closure225, A.selectedIdReducer_closure226, A.selectedIdReducer_closure227, A.selectedIdReducer_closure228, A.selectedIdReducer_closure229, A.selectedIdReducer_closure230, A.selectedIdReducer_closure231, A.selectedIdReducer_closure232, A.selectedIdReducer_closure233, A.selectedIdReducer_closure234, A.selectedIdReducer_closure235, A.selectedIdReducer_closure236, A.editingReducer_closure72, A.editingReducer_closure73, A.editingReducer_closure74, A.editingReducer_closure75, A.filteredWebhooksSelector_closure0, A.FieldGrid_build_closure, A.FieldGrid_build_closure0, A._AppBottomBarState_build___closure7, A._AppBottomBarState_build___closure5, A._AppBottomBarState_build___closure, A._AppBottomBarState_build_closure, A.CustomFieldSelector_build_closure, A.ConfirmEmail_build__closure, A.ConfirmEmailBuilder_build_closure, A.MultiSelectListState_build_closure1, A.MultiSelectListState_build_closure5, A.DocumentGrid_build_closure1, A.DocumentTile_build___closure, A.DocumentPreview_build_closure0, A.EditScaffold_build_closure1, A._EntityListTileState_build_closure, A._EntityDropdownState__showOptions__closure, A._EntityDropdownState_build__closure4, A._EntityDropdownDialogState_build__createList_closure0, A.EntityTopFilter_build_closure5, A.EntityTopFilterHeader_build_closure3, A.AppToggleButtons_build_closure, A._CustomFieldState_build_closure0, A.ProjectPicker_build_closure, A._TimePickerState__showTimePicker_closure, A.VendorPicker_build_closure, A.HistoryDrawerBuilder_build_closure, A._InvoiceEmailViewState__buildHistory_closure, A.FilterListTile_build_closure, A.MainScreen_build_closure, A.MenuDrawerBuilder_build_closure, A._DropDownMultiSelectState_build_closure, A._SystemLogViewerState_build_closure2, A._SystemLogViewerState_build__closure0, A.AppPaginatedDataTableState_build_closure0, A.EntityDataTableSource_getRow_closure3, A._EntityListState_build__closure2, A._EntityListState_build__closure1, A._EntityListState_build___closure1, A._EntityListState_build_closure3, A._VariableGrid_build_closure, A._VariableGrid_build_closure0, A.ViewScaffold_build_closure5, A.InitScreen_build_closure, A.LoginScreen_build_closure, A.LoginVM_fromStore__closure6, A.LoginVM_fromStore__closure5, A.LoginVM_fromStore__closure3, A.LoginVM_fromStore__closure1, A.ClientListItem_build_closure, A.ClientListItem_build__closure0, A.ClientListBuilder_build_closure, A.ClientListBuilder_build__closure, A._ClientPdfViewState_build_closure7, A._ClientPdfViewState_build_closure8, A.ClientPdfScreen_build_closure, A.ClientScreen_build_closure8, A.ClientScreen_build_closure5, A.ClientScreenBuilder_build_closure, A.ClientEditContactsScreen_build_closure, A.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, A.ClientEditScreen_build_closure, A._ClientViewActivityState_build_closure0, A._ClientViewActivityState_build_closure, A._ClientViewFullwidthState_build_closure, A._ClientViewLedgerState_build_closure1, A._ClientViewLedgerState_build_closure0, A.ClientViewScreen_build_closure, A.ClientViewVM_ClientViewVM$fromStore_closure0, A._CompanyGatewayListState_build_closure0, A.CompanyGatewayListBuilder_build_closure, A.CompanyGatewayListVM_fromStore_closure0, A.CompanyGatewayScreen_build_closure8, A.CompanyGatewayScreenBuilder_build_closure, A.CompanyGatewayEditScreen_build_closure, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CreditEmailScreen_build_closure, A.CreditListItem_build_closure, A.CreditListItem_build__closure0, A.CreditListBuilder_build_closure, A.CreditListBuilder_build__closure, A.CreditPdfScreen_build_closure, A.CreditScreen_build_closure8, A.CreditScreen_build_closure5, A.CreditScreenBuilder_build_closure, A._CreditEditState_build_closure0, A.CreditEditDetailsScreen_build_closure, A.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, A.CreditEditItemsScreen_build_closure, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, A.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, A.CreditEditNotesScreen_build_closure, A.CreditEditPDFScreen_build_closure, A.CreditEditScreen_build_closure, A.CreditViewScreen_build_closure, A.CreditViewVM_CreditViewVM$fromStore_closure1, A.DashboardActivity_build_closure0, A.DashboardActivity_build_closure, A._DashboardDateRangePickerState_build_closure2, A._DashboardDateRangePickerState_build_closure3, A._DashboardDateRangePickerState_build_closure6, A._DashboardDateRangePickerState_build_closure7, A.DashboardPanels__header_closure, A.DashboardPanels__paymentChart_closure0, A.DashboardPanels__quoteChart_closure0, A.DashboardPanels__taskChart_closure0, A.DashboardPanels__expenseChart_closure0, A.DashboardPanels_build__runningTasks__closure, A.DashboardPanels_build_closure, A.__DashboardPanelState_build__closure0, A.__DashboardPanelState_build__closure1, A.__DashboardPanelState_build__closure, A.__DashboardPanelState_build__closure2, A.__DashboardPanelState_build__closure4, A.__DashboardPanelState_build__closure5, A.__DashboardPanelState_build__closure3, A.__DashboardPanelState_build__closure6, A._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_closure8, A.DesignScreen_build_closure5, A.DesignScreenBuilder_build_closure, A.DesignEditScreen_build_closure, A.DesignViewScreen_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentScreen_build_closure8, A.DocumentScreen_build_closure5, A.DocumentScreenBuilder_build_closure, A.DocumentEditScreen_build_closure, A.DocumentViewScreen_build_closure, A._ExpenseEditState_build_closure0, A.ExpenseEditDetailsState_build_closure0, A.ExpenseEditDetailsState_build_closure5, A.ExpenseEditDetailsState_build_closure18, A.ExpenseEditDetailsState_build_closure21, A.ExpenseEditSettingsState_build_closure2, A.ExpenseEditScreen_build_closure, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, A.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, A.ExpenseListItem_build_closure, A.ExpenseListItem_build__closure0, A.ExpenseListBuilder_build_closure, A.ExpenseListBuilder_build__closure, A.ExpenseScreen_build_closure15, A.ExpenseScreen_build_closure14, A.ExpenseScreen_build_closure10, A.ExpenseScreen_build_closure11, A.ExpenseScreenBuilder_build_closure, A.ExpenseViewScreen_build_closure, A.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, A.ExpenseCategoryEditScreen_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryScreen_build_closure8, A.ExpenseCategoryScreen_build_closure5, A.ExpenseCategoryScreenBuilder_build_closure, A.ExpenseCategoryViewScreen_build_closure, A.GroupEditScreen_build_closure, A.GroupListBuilder_build_closure, A.GroupListBuilder_build__closure, A.GroupSettingsScreen_build_closure4, A.GroupSettingsScreen_build_closure1, A.GroupScreenBuilder_build_closure, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure0, A._InvoiceEditState_build_closure0, A.InvoiceEditContacts_build_closure, A.InvoiceEditContacts_build_closure1, A.InvoiceEditContactsScreen_build_closure, A.InvoiceEditDesktopState_build_closure7, A.InvoiceEditDesktopState_build_closure12, A.InvoiceEditDesktopState_build_closure14, A.InvoiceEditDesktopState_build_closure16, A.InvoiceEditDesktopState_build_closure23, A.InvoiceEditDesktopState_build__closure2, A.InvoiceEditDetailsState_build_closure7, A.InvoiceEditDetailsState_build_closure12, A.InvoiceEditDetailsState_build_closure14, A.InvoiceEditDetailsState_build_closure16, A.InvoiceEditDetailsState_build_closure26, A.InvoiceEditDetailsScreen_build_closure, A.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, A._InvoiceEditItemsDesktopState_build_closure2, A._InvoiceEditItemsDesktopState_build_closure3, A._InvoiceEditItemsDesktopState_build___closure14, A.InvoiceEditItemsScreen_build_closure, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, A.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, A.InvoiceEditNotesScreen_build_closure, A.InvoiceEditPDFScreen_build_closure, A.InvoiceEditScreen_build_closure, A._InvoiceItemSelectorState_build__productList_closure, A._InvoiceItemSelectorState_build__taskList_closure, A._InvoiceItemSelectorState_build__expenseList_closure, A.InvoiceEmailScreen_build_closure, A.InvoiceListItem_build_closure, A.InvoiceListItem_build__closure0, A.InvoiceListBuilder_build_closure, A.InvoiceListBuilder_build__closure, A.InvoicePdfScreen_build_closure, A.InvoiceScreen_build_closure17, A.InvoiceScreen_build_closure16, A.InvoiceScreen_build_closure12, A.InvoiceScreen_build_closure13, A.InvoiceScreenBuilder_build_closure, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, A._InvoiceViewHistoryState_build_closure0, A._InvoiceViewHistoryState_build_closure1, A._InvoiceViewHistoryState_build_closure2, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, A.InvoiceViewScreen_build_closure, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, A.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, A._PaymentEditState_build_closure6, A.PaymentEditScreen_build_closure, A.PaymentListItem_build_closure, A.PaymentListItem_build__closure0, A.PaymentListBuilder_build_closure, A.PaymentListBuilder_build__closure, A.PaymentScreen_build_closure8, A.PaymentScreen_build_closure5, A.PaymentScreenBuilder_build_closure, A._PaymentRefundState_build_closure0, A.PaymentRefundScreen_build_closure, A.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, A.PaymentViewScreen_build_closure, A.PaymentTermEditScreen_build_closure, A.PaymentTermListBuilder_build_closure, A.PaymentTermListBuilder_build__closure, A.PaymentTermScreen_build_closure8, A.PaymentTermScreen_build_closure5, A.PaymentTermScreenBuilder_build_closure, A.PaymentTermViewScreen_build_closure, A.ProductEditScreen_build_closure, A.ProductListItem_build_closure, A.ProductListItem_build__closure0, A.ProductListBuilder_build_closure, A.ProductListBuilder_build__closure, A.ProductScreen_build_closure8, A.ProductScreen_build_closure5, A.ProductScreenBuilder_build_closure, A.ProductViewScreen_build_closure, A.ProductViewVM_ProductViewVM$fromStore_closure0, A._ProjectEditState_build__closure4, A.ProjectEditScreen_build_closure, A.ProjectEditVM_ProjectEditVM$fromStore_closure2, A.ProjectListItem_build_closure, A.ProjectListItem_build__closure0, A.ProjectListBuilder_build_closure, A.ProjectListBuilder_build__closure, A.ProjectScreen_build_closure8, A.ProjectScreen_build_closure5, A.ProjectScreenBuilder_build_closure, A.ProjectViewScreen_build_closure, A.ProjectViewVM_ProjectViewVM$fromStore_closure1, A._PurchaseOrderEditState_build_closure0, A.PurchaseOrderEditDetailsScreen_build_closure, A.PurchaseOrderEditDetailsVM_PurchaseOrderEditDetailsVM$fromStore_closure1, A.PurchaseOrderEditItemsScreen_build_closure, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure1, A.PurchaseOrderEditItemsVM_PurchaseOrderEditItemsVM$fromStore_closure2, A.PurchaseOrderEditNotesScreen_build_closure, A.PurchaseOrderEditPDFScreen_build_closure, A.PurchaseOrderEditScreen_build_closure, A.PurchaseOrderEmailScreen_build_closure, A.PurchaseOrderListItem_build_closure, A.PurchaseOrderListItem_build__closure0, A.PurchaseOrderListBuilder_build_closure, A.PurchaseOrderListBuilder_build__closure, A.PurchaseOrderPdfScreen_build_closure, A.PurchaseOrderScreen_build_closure14, A.PurchaseOrderScreen_build_closure13, A.PurchaseOrderScreen_build_closure9, A.PurchaseOrderScreen_build_closure10, A.PurchaseOrderScreenBuilder_build_closure, A.PurchaseOrderViewScreen_build_closure, A.PurchaseOrderViewVM_PurchaseOrderViewVM$fromStore_closure1, A.QuoteEditDetailsScreen_build_closure, A.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, A.QuoteEditItemsScreen_build_closure, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, A.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, A.QuoteEditNotesScreen_build_closure, A.QuoteEditPDFScreen_build_closure, A.QuoteEditScreen_build_closure, A._QuoteEditState_build_closure0, A.QuoteEmailScreen_build_closure, A.QuoteListItem_build_closure, A.QuoteListItem_build__closure0, A.QuoteListBuilder_build_closure, A.QuoteListBuilder_build__closure, A.QuotePdfScreen_build_closure, A.QuoteScreen_build_closure15, A.QuoteScreen_build_closure14, A.QuoteScreen_build_closure10, A.QuoteScreen_build_closure11, A.QuoteScreenBuilder_build_closure, A.QuoteViewScreen_build_closure, A.QuoteViewVM_QuoteViewVM$fromStore_closure1, A.RecurringExpenseEditScreen_build_closure, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure2, A.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure3, A.RecurringExpenseListItem_build_closure, A.RecurringExpenseListItem_build__closure0, A.RecurringExpenseListBuilder_build_closure, A.RecurringExpenseListBuilder_build__closure, A.RecurringExpenseScreen_build_closure8, A.RecurringExpenseScreen_build_closure5, A.RecurringExpenseScreenBuilder_build_closure, A.RecurringExpenseViewScreen_build_closure, A.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, A._RecurringInvoiceEditState_build_closure0, A.RecurringInvoiceEditDetailsScreen_build_closure, A.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, A.RecurringInvoiceEditItemsScreen_build_closure, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, A.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, A.RecurringInvoiceEditNotesScreen_build_closure, A.RecurringInvoiceEditPDFScreen_build_closure, A.RecurringInvoiceEditScreen_build_closure, A.RecurringInvoiceListItem_build_closure, A.RecurringInvoiceListItem_build__closure0, A.RecurringInvoiceListBuilder_build_closure, A.RecurringInvoiceListBuilder_build__closure, A.RecurringInvoicePdfScreen_build_closure, A.RecurringInvoiceScreen_build_closure14, A.RecurringInvoiceScreen_build_closure15, A.RecurringInvoiceScreen_build_closure11, A.RecurringInvoiceScreen_build_closure10, A.RecurringInvoiceScreenBuilder_build_closure, A.RecurringInvoiceViewScreen_build_closure, A.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, A.clientReport_closure2, A.contactReport_closure2, A.creditReport_closure2, A.documentReport__getRow, A.documentReport_closure1, A.documentReport_closure2, A.documentReport_closure3, A.documentReport_closure4, A.documentReport_closure6, A.expenseReport_closure2, A.lineItemReport_closure8, A.invoiceReport_closure2, A.taxReport_closure1, A.paymentReport_closure2, A.paymentTaxReport_closure1, A.productReport_closure2, A.profitAndLossReport_closure1, A.purchaseOrderReport_closure2, A.lineItemReport_closure2, A.quoteReport_closure2, A.recurringExpenseReport_closure2, A.recurringInvoiceReport_closure2, A.ReportCharts_build_closure, A.ReportCharts_build_closure1, A.ReportCharts_build_closure2, A.ReportCharts_build_closure4, A.ReportCharts_build_closure5, A.ReportCharts_build_closure7, A.ReportCharts_build_closure8, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build_closure21, A._ReportDataTableState_initState_closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters__closure2, A.ReportResult_totalColumns_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_closure6, A.DeviceSettingsScreen_build_closure, A.DeviceSettingsVM_fromStore_closure1, A.DeviceSettingsVM_fromStore_closure7, A.DeviceSettingsVM_fromStore_closure4, A.DeviceSettingsVM_fromStore_closure5, A.DeviceSettingsVM_fromStore_closure8, A.DeviceSettingsVM_fromStore_closure14, A.DeviceSettingsVM_fromStore_closure12, A.DeviceSettingsVM_fromStore_closure13, A.DeviceSettingsVM_fromStore_closure17, A.DeviceSettingsVM_fromStore_closure15, A.DeviceSettingsVM_fromStore_closure16, A.DeviceSettingsVM_fromStore_closure6, A.DeviceSettingsVM_fromStore_closure9, A.DeviceSettingsVM_fromStore_closure3, A.DeviceSettingsVM_fromStore_closure10, A.DeviceSettingsVM_fromStore_closure2, A.DeviceSettingsVM_fromStore_closure11, A.EmailSettingsScreen_build_closure, A.ExpenseSettingsScreen_build_closure, A._GeneratedNumbersState_build_closure4, A._GeneratedNumbersState_build_closure6, A._GeneratedNumbersState_build_closure7, A._GeneratedNumbersState_build_closure8, A._GeneratedNumbersState_build_closure9, A._GeneratedNumbersState_build_closure10, A._GeneratedNumbersState_build_closure11, A._GeneratedNumbersState_build_closure12, A._GeneratedNumbersState_build_closure13, A._GeneratedNumbersState_build_closure14, A._GeneratedNumbersState_build_closure15, A._GeneratedNumbersState_build_closure16, A._GeneratedNumbersState_build_closure17, A._GeneratedNumbersState_build_closure18, A.GeneratedNumbersScreen_build_closure, A._FieldMapper_build_closure, A.ImportExportScreen_build_closure, A.InvoiceDesignScreen_build_closure, A.InvoiceDesignVM_fromStore_closure0, A._LocalizationSettingsState_build_closure0, A._LocalizationSettingsState_build_closure8, A.LocalizationScreen_build_closure, A.PaymentsSettingsScreen_build_closure, A.ProductSettingsScreen_build_closure, A.SettingsListBuilder_build_closure, A.SettingsScreenBuilder_build_closure, A._SettingsWizardState__onSavePressed_closure0, A._SettingsWizardState_build_closure6, A.TaskSettingsScreen_build_closure, A.TaxSettingsScreen_build_closure, A._TemplatesAndRemindersState_build_closure6, A.TemplatesAndRemindersScreen_build_closure, A.TemplatesAndRemindersVM_fromStore_closure1, A._UserDetailsState_build_closure12, A.UserDetailsScreen_build_closure, A.UserDetailsVM_fromStore___closure2, A.UserDetailsVM_fromStore___closure1, A.UserDetailsVM_fromStore___closure0, A.UserDetailsVM_fromStore___closure6, A.UserDetailsVM_fromStore__closure6, A.UserDetailsVM_fromStore___closure7, A.UserDetailsVM_fromStore___closure3, A.UserDetailsVM_fromStore___closure, A.UserDetailsVM_fromStore__closure4, A.UserDetailsVM_fromStore___closure4, A.UserDetailsVM_fromStore____closure7, A.WorkflowSettingsScreen_build_closure, A.SubscriptionEditScreen_build_closure, A.SubscriptionListBuilder_build_closure, A.SubscriptionListBuilder_build__closure, A.SubscriptionScreen_build_closure8, A.SubscriptionScreen_build_closure5, A.SubscriptionScreenBuilder_build_closure, A.SubscriptionViewScreen_build_closure, A._UpdateDialogState_updateApp_closure, A._TaskEditState_build_closure0, A._TaskEditDesktopState_build_closure7, A._TaskEditDesktopState_build_closure9, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TimeEditDetailsState_build_closure, A.TimeEditDetailsState_build_closure2, A.TaskEditTimesScreen_build_closure, A.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, A.TaskEditScreen_build_closure, A.KanbanViewState__initBoard_closure0, A.KanbanViewState__initBoard__closure, A.KanbanViewState_build__closure5, A.KanbanViewState_build__closure, A.KanbanViewState_build__closure1, A.KanbanViewState_build___closure1, A._KanbanViewBuilderState_build_closure, A.TaskListItem_build_closure0, A.TaskListItem_build__closure0, A.TaskListBuilder_build_closure, A.TaskListBuilder_build__closure, A.TaskScreen_build_closure15, A.TaskScreen_build_closure14, 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_closure8, A.TaskStatusScreen_build_closure5, A.TaskStatusScreenBuilder_build_closure, A.TaskStatusViewScreen_build_closure, A.TaxRateEditScreen_build_closure, A.TaxRateListBuilder_build_closure, A.TaxRateListBuilder_build__closure, A.TaxRateSettingsScreen_build_closure4, A.TaxRateSettingsScreen_build_closure1, A.TaxRateScreenBuilder_build_closure, A.TaxRateViewScreen_build_closure, A.TokenEditScreen_build_closure, A.TokenEditVM_TokenEditVM$fromStore___closure, A.TokenListBuilder_build_closure, A.TokenListBuilder_build__closure, A.TokenScreen_build_closure8, A.TokenScreen_build_closure5, A.TokenScreenBuilder_build_closure, A.TokenViewScreen_build_closure, A._UserEditState_build_closure2, A.UserEditScreen_build_closure, A.UserEditVM_UserEditVM$fromStore___closure, A.UserListBuilder_build_closure, A.UserListBuilder_build__closure, A.UserScreen_build_closure8, A.UserScreen_build_closure5, A.UserScreenBuilder_build_closure, A.UserViewScreen_build_closure, A.VendorEditContactsScreen_build_closure, A.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, A.VendorEditScreen_build_closure, A.VendorListItem_build_closure, A.VendorListItem_build__closure0, A.VendorListBuilder_build_closure, A.VendorListBuilder_build__closure, A.VendorScreen_build_closure8, A.VendorScreen_build_closure5, A.VendorScreenBuilder_build_closure, A._VendorViewFullwidthState_build_closure, A.VendorViewScreen_build_closure, A.VendorViewVM_VendorViewVM$fromStore_closure1, A.WebhookEditScreen_build_closure, A.WebhookViewScreen_build_closure, A.WebhookListBuilder_build_closure, A.WebhookListBuilder_build__closure, A.WebhookScreen_build_closure8, A.WebhookScreen_build_closure5, A.WebhookScreenBuilder_build_closure, A.passwordCallback_closure1, A.passwordCallback_closure2, A._ExampleEditorState__showImageToolbar__closure, A.memo2_closure, A.RenderOverflowView_performFlexibleLayout_closure, A.RenderOverflowView_paint_defaultPaint, A.RenderOverflowView_hitTestChildren__closure, A.OverflowView$_all_closure, A.decodePermissionRequestResult_closure, A.PdfPreviewCustomState__createPreview_closure, A._QrImageViewState_build_closure, A.hashObjects_closure0, A.combineReducers_closure, A.RoundedLoadingButtonState_build_closure, A.Subject_addStream_closure1, A.RouteObserverBreadcrumb__formatArgs_closure, A.Highlighter__collateLines_closure0, A.ReactiveModelBase__streamSubscription_closure1, A.OnX_listenTo_closure, A.OnX_listenTo__closure2, A.On_On_closure, A.On_On$or_closure, A.CommonEditorOperations_deleteUpstream_closure, A.CommonEditorOperations_deleteUpstream_closure0, A.CommonEditorOperations__replaceBlockNodeWithEmptyParagraphAndCollapsedSelection_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure, A.CommonEditorOperations_convertParagraphByPatternMatching_closure0, A.CommonEditorOperations_convertParagraphByPatternMatching_closure1, A.CommonEditorOperations_convertParagraphByPatternMatching_closure2, A.CommonEditorOperations_convertParagraphByPatternMatching_closure3, A.CommonEditorOperations__processUrlNode_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure, A.CommonEditorOperations_insertBlockLevelNewline_closure0, A.CommonEditorOperations_convertToListItem_closure, A.CommonEditorOperations_convertToBlockquote_closure, A.CommonEditorOperations_convertToParagraph_closure, A._DocumentMouseInteractorState__buildCursorStyle_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure, A._SingleColumnDocumentLayoutState__buildDocComponents_closure0, A.defaultStylesheet_closure, A.defaultStylesheet_closure0, A.defaultStylesheet_closure1, A.defaultStylesheet_closure2, A.defaultStylesheet_closure3, A.defaultStylesheet_closure4, A.defaultStylesheet_closure5, A.defaultStylesheet_closure6, A.defaultStylesheet_closure7, A.defaultStylesheet_closure8, A.defaultStylesheet_closure9, A.ListenableBuilder_build_closure, A.SuperTextState_build_closure, A.SuperTextState_build_closure0]); _inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A._ParagraphCommandType, A.PersistedSurfaceState, A.DebugEngineInitializationState, A._CheckableKind, A.Role, A.AccessibilityMode, A.GestureMode, A.EnabledState, A.LineCharProperty, A.LineBreakType, A._ComparisonResult, A.WordCharProperty, A.TextCapitalization, A.TransformKind, A.ClipOp, A.PathFillType, A.KeyEventType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.ImageByteFormat, A.PixelFormat, A.AppLifecycleState, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.SpanMarkerType, A.AttributionVisitEvent, A.ImageRenderMethodForWeb, A.BarGroupingType, A.AxisOrientation, A._PixelVerticalDirection, A.RangeBandType, A.StepSizeType, A.TickLabelAnchor, A.TickLabelJustification, A.CalendarField, A.BehaviorPosition, A.OutsideJustification, A.InsideJustification, A.LegendTapHandling, A.LegendDefaultMeasure, A.LinePointHighlighterFollowLineType, A.SelectionMode, A.SelectionTrigger, A.FillPatternType, A.SelectionModelType, A.LayoutPosition, A.TextDirection0, A.MaxWidthStrategy, A.GestureType, A._HorizontalJustification, A.MessageLevel, A.FileType, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A._WordWrapParseMode, A._LicenseEntryWithLineBreaksParserState, A.TargetPlatform, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.GestureRecognizerState, A._ScaleState, A._ActionLevel, A._LayoutMode, A._Focus, A.ThemeMode, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A.DatePickerEntryMode, A.DatePickerMode, A.DrawerAlignment, A._FloatingActionButtonType, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A._ListTileSlot, A.MaterialType, A.MaterialState, A.PopupMenuPosition, A._ActivityIndicatorType, A._RefreshIndicatorMode, A.RefreshIndicatorTriggerMode, A._ScaffoldSlot, A.SnackBarClosedReason, A._SwitchType, A._SwitchListTileType, A.MaterialTapTargetSize, A.DayPeriod, A.TimeOfDayFormat, A.HourFormat, A._TimePickerMode, A.TimePickerEntryMode, A.TooltipTriggerMode, A.ScriptCategory, A.RenderComparison, A.Axis0, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.GrowthDirection, A.StackFit, A.TableCellVerticalAlignment, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.CrossFadeState, A.ConnectionState, A.AutofillContextAction, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A._GestureType, A.Orientation, A.NavigationMode, A._ToolbarSlot, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A.OverflowBarAlignment, A._GlowState, A._StretchState, A.AndroidOverscrollIndicator, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.TextSelectionHandleType, A.ActionPaneType, A.GestureDirection, A.StyledToastAnimation, A.SignInOption, A.CropAspectRatioPreset, A.CropStyle, A.ImageCompressFormat, A.CameraDevice, A.ImageSource, A.PluralCase, A.ClientReportFields, A.ContactReportFields, A.CreditReportFields, A.DocumentReportFields, A.ExpenseReportFields, A.InvoiceItemReportFields, A.InvoiceReportFields, A.TaxRateReportFields0, A.PaymentReportFields, A.TaxRateReportFields, A.ProductReportFields, A.ProfitAndLossReportFields, A.PurchaseOrderReportFields, A.QuoteItemReportFields, A.QuoteReportFields, A.RecurringExpenseReportFields, A.RecurringInvoiceReportFields, A.ReportColumnType, A.TaskReportFields, A.UpdateState, A.FormatNumberType, A._TextType, A.AnimationDirection, A._PlaceholderType, A.OverflowViewLayoutBehavior, A.PermissionStatus0, A.QrCodeElement, A.FinderPatternPosition, A.QrEyeShape, A.QrDataModuleShape, A.QrValidationStatus, A.ButtonState, A._MissingCase, A.SignInWithAppleButtonStyle, A.IconAlignment, A.AppleIDAuthorizationScopes, A.AuthorizationErrorCode, A.SelectionType, A.SelectionType0, A._DragMode, A.ExecutionInstruction, A.ListItemType, A.DocumentInputSource, A.DocumentGestureMode, A.ViewportEdge, A.HandleType]); _inherit(A.CanvasPool, A._SaveStackTracking); @@ -488427,7 +488174,7 @@ _inheritMany(A.RealNode, [A.DirectoryNode, A.FileNode]); _inherit(A.RootNode, A.DirectoryNode); _inherit(A._Posix, A.FileSystemStyle); - _inheritMany(A.PlatformInterface, [A.FilePicker, A.ImageCropperPlatform, A.ImagePickerPlatform, A.InAppReviewPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.PrintingPlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); + _inheritMany(A.PlatformInterface, [A.FilePicker, A.ImageCropperPlatform, A.ImagePickerPlatform, A.PackageInfoPlatform, A.PathProviderPlatform, A.PermissionHandlerPlatform, A.PrintingPlatform, A.SignInWithApplePlatform, A.UrlLauncherPlatform]); _inheritMany(A.FilePicker, [A.FilePickerWeb, A.FilePickerIO, A.FilePickerMacOS, A.FilePickerLinux]); _inheritMany(A.Animation0, [A._AnimationController_Animation_AnimationEagerListenerMixin, A._AlwaysCompleteAnimation, A._AlwaysDismissedAnimation, A.AlwaysStoppedAnimation, A._ProxyAnimation_Animation_AnimationLazyListenerMixin, A._ReverseAnimation_Animation_AnimationLazyListenerMixin, A._CurvedAnimation_Animation_AnimationWithParentMixin, A._TrainHoppingAnimation_Animation_AnimationEagerListenerMixin, A._CompoundAnimation_Animation_AnimationLazyListenerMixin, A.__AnimatedEvaluation_Animation_AnimationWithParentMixin, A.__ChangeAnimation_Animation_AnimationWithParentMixin, A.__DragAnimation_Animation_AnimationWithParentMixin]); _inherit(A._AnimationController_Animation_AnimationEagerListenerMixin_AnimationLocalListenersMixin, A._AnimationController_Animation_AnimationEagerListenerMixin); @@ -489011,7 +488758,6 @@ _inheritMany(A.ImageCropperPlatform, [A.ImageCropperPlugin, A.MethodChannelImageCropper]); _inherit(A.CroppedFile, A.CroppedFileBase); _inheritMany(A.ImagePickerPlatform, [A.ImagePickerPlugin, A.MethodChannelImagePicker]); - _inherit(A.MethodChannelInAppReview, A.InAppReviewPlatform); _inheritMany(A._DateFormatField, [A._DateFormatLiteralField, A._DateFormatQuotedField, A._DateFormatPatternField]); _inherit(A._$AccountEntity, A.AccountEntity); _inherit(A._ClientEntity_Object_BaseEntity_SelectableEntity, A._ClientEntity_Object_BaseEntity); @@ -490032,7 +489778,7 @@ typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []}, mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List"}, mangledNames: {}, - types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "Null(@)", "double(double)", "@(bool*)", "@()", "Null(String*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "int*(String*,String*)", "Null(bool*)", "~(Duration)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ErrorDialog*(BuildContext*)", "String*(@)", "Future*()", "Null(EntityState*,bool*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "Null(List*)", "Future*()", "~(TextEditingController*)", "Null(SelectableEntity*)", "~(Object?)", "Null(Duration*)", "ListBuilder*()", "~(bool*)", "String*(BaseEntity*)", "Null(String*,String*)", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "bool(SpanMarker)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "bool*(Route<@>*)", "ClientEntityBuilder*(ClientEntityBuilder*)", "PluralCase()", "Null(String*,InvoiceEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "Null(String*,bool*)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "@(BuildContext*)", "bool(String)", "String*(String*,ClearEntityFilter*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "bool*(InvoiceItemEntity*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "~(BuildContext*,EntityAction*)", "Null(InvoiceEntity*)", "String(String,Node)", "@(SelectableEntity*)", "String()", "InvoiceEntity*(String*)", "~(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "~(Event)", "bool(BoxHitTestResult,Offset)", "Null(DocumentEntity*)", "~(DragUpdateDetails)", "Null(TextEditingController*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "bool*(bool*,UpdateUserPreferences*)", "Widget(BuildContext)", "UserEntityBuilder*(UserEntityBuilder*)", "~(bool)", "String*(String*,FilterByEntity*)", "ListDivider*(BuildContext*,int*)", "Null(Event)", "int*(List*,List*)", "~(@)", "~(int)", "~(TapDownDetails)", "Null(~)", "~(DragStartDetails)", "EntityStats*(String*,BuiltMap*)", "@(int*,String*)", "double(RenderBox)", "String*(String*,@)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "Null(BuildContext*,MultipartFile*)", "~(TapUpDetails)", "@(TaxRateEntity*)", "~(PaintingContext,Offset)", "VendorEntityBuilder*(VendorEntityBuilder*)", "InvoiceEntity*(@)", "~(Element0)", "int*(int*,PreviewEntity*)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Future?(Object*)", "~(PointerEvent)", "Future<~>()", "Null(List*)", "bool(Object?)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "String(String)", "Null(int*)", "Null(String*,ExpenseEntity*)", "~(DragEndDetails)", "~(RenderObject)", "String(Match)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(Document2,DocumentEditorTransaction)", "Null(EntityStatus*,bool*)", "Null(BuildContext*,Completer*)", "Color(Set)", "~(String)", "int(int)", "Map(Document2,DocumentNode)", "UserStateBuilder*(UserStateBuilder*)", "@(CompanyEntity*)", "Palette()", "~(@,@)", "Null(Object,StackTrace)", "~(Object,StackTrace)", "Widget*()", "bool(@)", "~(RestorableProperty,~())", "String*(InvoiceEntityBuilder*)", "Null(BaseEntity*)", "Null(ExpenseEntity*)", "Null(int*,int*)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "~(ByteData?)", "Null(String*,TaskEntity*)", "@(InvoiceEntity*)", "String*()", "List()", "Null(TaxRateEntity*)", "bool(FocusNode)", "bool*(ClientContactEntity*)", "InvoiceEntity*(InvoiceEntity*,@)", "~(String,@)", "ListBuilder*()", "Widget*(BuildContext*,int*)", "~(LayoutView)", "AuthStateBuilder*(AuthStateBuilder*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "String*(String*,ClearEntitySelection*)", "Null(PaymentEntity*)", "Null(DesignEntity*)", "EntityStats*(String*,BuiltMap*)", "@(DocumentEntity*,String*,String*)", "~(Object*)", "@(MultipartFile*)", "bool*(BaseEntity*)", "int()", "SimpleDialog*(BuildContext*)", "Widget(BuildContext,int)", "ScrollableListView*(BuildContext*)", "Object?(@)", "AlertDialog*(BuildContext*)", "~(SelectableEntity*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "Null(SettingsEntity*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "bool(ScrollNotification)", "Null(BuildContext*[EntityAction*])", "~(ForcePressDetails)", "Null(List*)", "~(String,String)", "bool(FlutterHtmlKeyboardEvent)", "bool*(InvoiceEntity*)", "Null(UserEntity*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Null(TaskTime*)", "Null(TaskEntity*)", "~(ProgressEvent)", "TaskEntity*(String*)", "GroupStateBuilder*(GroupStateBuilder*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "Null(EntityType*)", "Null(Completer*)", "MapBuilder*()", "@(int*)", "ListBuilder*()", "Null(@,@)", "Color0(int?)", "double*(double*)", "InvitationEntity*(ClientContactEntity*)", "String*(PaymentableEntity*)", "bool*(VendorContactEntity*)", "bool(int)", "DropdownMenuItem*(int*)", "bool(_RouteEntry?)", "@(Event)", "List*()", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "bool(Node)", "Null(Completer*,String*)", "ExpenseEntity*(String*)", "double*()", "Column*(BuildContext*)", "bool(InlineSpan)", "bool*(PaymentableEntity*)", "@(List*)", "double(RenderBox,double)", "Null(String*,PaymentEntity*)", "~(PointerExitEvent)", "Null(BuildContext*,bool*)", "Null(InvoiceStateBuilder*)", "Future*(BuildContext*,bool*)", "Color?(Set)", "PaymentEntity*(String*)", "bool*(TaskTime*)", "Widget(BuildContext,Widget?)", "Future()", "Null(LoginResponse*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(ProductEntity*)", "MapBuilder*(MapBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "int(_Codes)", "Null(TaskStateBuilder*)", "Null(String*,ClientEntity*)", "Null(ProjectEntity*)", "Null(List*)", "Null(PaymentableEntity*)", "Null(TaskStatusEntity*)", "TaxRateEntity*(String*)", "Null(GroupEntity*)", "Null(BuiltList*)", "Null(List*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(VendorEntity*)", "Null(EntityAction*)", "Null(RecurringExpenseStateBuilder*)", "ProductEntity*(String*)", "TextStyle(Set)", "AppStateBuilder*(AppStateBuilder*)", "bool*(EntityType*)", "MapBuilder*()", "Null(InvoiceItemEntity*)", "Uint8List*(PdfPageFormat*)", "int(FocusNode,FocusNode)", "bool(Element0)", "~(LongPressStartDetails)", "~(LongPressMoveUpdateDetails)", "~(PointerEnterEvent)", "~(DateTime)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "ListTile*(String*)", "Widget(BuildContext,BoxConstraints)", "Null(InvoiceItemEntity*,int*)", "Future>(Map)", "Null(List*,String*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "bool(GestureListener)", "~(String,NumericAxis)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "~(PointerDownEvent)", "@(DesignEntity*)", "~(SpanMarker)", "~(Object?,Object?)", "~(String?)", "Null(List*[String*,String*])", "TokenStateBuilder*(TokenStateBuilder*)", "Null(CompanyGatewayEntity*)", "CompanyGatewayEntity*(String*)", "ProjectEntity*(String*)", "Future*(String*)", "EntityStats*(String*,BuiltMap*)", "ProductStateBuilder*(ProductStateBuilder*)", "ClientStateBuilder*(ClientStateBuilder*)", "~(PointerExitEvent*)", "Null(ClientEntity*)", "ClientEntity*(String*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "MessageDialog*(BuildContext*)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "ListBuilder*()", "Null(PaymentTermEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "int(@,@)", "AppTextButton*(BuildContext*)", "Future()", "ActivityListTile*(BuildContext*,int*)", "bool*(@)", "InkWell*(BuildContext*)", "~(NavigatorObserver)", "bool(_RouteEntry)", "~(PanGestureRecognizer)", "PanGestureRecognizer()", "Null(SubscriptionEntity*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "_TextBoundary(DirectionalTextEditingIntent)", "Future>(Map)", "bool(InheritedElement)", "Null(TokenEntity*)", "DropdownMenuItem*(DateRange*)", "Future<@>(MethodCall0)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "int(RenderObject,RenderObject)", "PaymentStateBuilder*(PaymentStateBuilder*)", "MapBuilder*(MapBuilder*)", "ColorTween(@)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "@([String*,String*])", "ProjectStateBuilder*(ProjectStateBuilder*)", "KeyEventResult(FocusNode,RawKeyEvent)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Null(ExpenseCategoryEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "TaskListItem*(BuildContext*,int*)", "Null(List*)", "DesignStateBuilder*(DesignStateBuilder*)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "DesignEntity*(String*)", "Color(Color)", "double*(ChartMoneyData*,int*)", "int(Object?)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "double(double,double)", "DropdownMenuItem*(MapEntry*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "CustomFieldSelector*(BuildContext*)", "@(Completer*)", "@(String*,bool*)", "int*(InvoiceEntity*,InvoiceEntity*)", "List*(BuiltMap*,BuiltMap*)", "Future()", "String*(TaxRateReportFields0*)", "String*(TaxRateReportFields*)", "String*(ProfitAndLossReportFields*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "String(int)", "String*(InvitationEntity*)", "~(MouseEvent)", "Null(TouchEvent)", "CreditStateBuilder*(CreditStateBuilder*)", "Null(DateTime*)", "TaskStateBuilder*(TaskStateBuilder*)", "Null(PointerEvent0)", "Offset()", "bool(MapEntry>>)", "DocumentLayout()", "DateTime()", "~(int,int)", "MaterialStateProperty?(ButtonStyle?)", "UserEntity*(String*)", "bool(Node0)", "bool*(PaymentEntity*)", "Future()", "Null(List*)", "Null(CompanyGatewayStateBuilder*)", "~(ImageStreamListener)", "Null(CreditStateBuilder*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "int(SemanticsNode,SemanticsNode)", "Future<~>(MethodCall0)", "int*(TaskEntity*,TaskEntity*)", "Null(List*)", "Set()", "bool(FocusableActionDetector)", "Null(DesignStateBuilder*)", "Null(List*)", "Null(@,StackTrace)", "Future<~>(bool)", "bool(Point)", "Null(ExpenseStateBuilder*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "~(PointerEnterEvent*)", "Null(ExpenseCategoryStateBuilder*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "Null(bool)", "Null(PaymentStateBuilder*)", "PaymentTermEntity*(String*)", "Null(List*)", "Null(PaymentTermStateBuilder*)", "EdgeInsetsGeometryTween(@)", "Null(List*)", "Null(ProductStateBuilder*)", "~(PointerSignalEvent)", "Null(List*)", "Null(ProjectStateBuilder*)", "Null(PurchaseOrderStateBuilder*)", "Null(QuoteStateBuilder*)", "~(LongPressEndDetails)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "~(Object,String)", "bool(String?)", "SubscriptionEntity*(String*)", "Null(List*)", "Null(SubscriptionStateBuilder*)", "bool(Object?,Object?)", "TaskStatusEntity*(String*)", "Null(List*)", "ClientContactEntity*()", "Null(MouseEvent)", "Null(List*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(TaxRateStateBuilder*)", "bool*(ActivityEntity*)", "TokenEntity*(String*)", "Null(List*)", "Null(TokenStateBuilder*)", "InvitationEntity*(VendorContactEntity*)", "ListBuilder*(ListBuilder*)", "bool*(InvitationEntity*)", "int(int,int)", "~(Timer)", "Null(UserStateBuilder*)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "Null(VendorStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "Null(WebhookStateBuilder*)", "ListBuilder*()", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "ListBuilder*()", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "IconButton*(BuildContext*)", "~(Timer*)", "Null(int*,bool*)", "ListBuilder*()", "MapBuilder*>*()", "BaseEntity*(String*)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*,String*)", "double()", "Null(Timer*)", "~(~())", "Object?(Object?)", "MaterialStateProperty?(ButtonStyle?)", "~(Codec)", "MouseCursor0(Set)", "bool(DataRow)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "~(bool?)", "@(double*)", "Rect()", "DropdownMenuItem*(int*)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "Null(List*)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "String*(PaymentReportFields*)", "String*(ProductReportFields*)", "String*(PurchaseOrderReportFields*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "String?(String?)", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "Null(ClientStateBuilder*)", "Tween(@)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "bool(KeyData)", "Null(Store*)", "bool(RenderBox)", "~(ScaleStartDetails)", "~(ScaleUpdateDetails)", "Null(ProgressEvent)", "~(ScaleEndDetails)", "DataCell(DataColumn)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ImageStreamCompleter()", "~(ImageChunkEvent)", "Widget(BuildContext,Object,StackTrace?)", "Object?(DismissIntent)", "DocumentEntity*(String*)", "~(List)", "Node2?(DirectoryNode,String,Node2?)", "MapBuilder*>*(MapBuilder*>*)", "PaymentableEntity*(BaseEntity*)", "Future(Body)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(DocumentStateBuilder*)", "TaxRateEntity*(@)", "~(Rect)", "bool(InlineSpanSemanticsInformation)", "~(GestureMode)", "TokenEntityBuilder*(TokenEntityBuilder*)", "bool(DisplayFeature)", "ByteBuffer(@)", "bool*(ProductEntity*)", "@(Object?)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "int(LayoutView,LayoutView)", "~(Symbol0,@)", "Null(BuiltList*)", "~(bool(String))", "bool(LayoutView)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "int(String?)", "UserEntity*(@)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "ExpenseEntity*(@)", "String*(String*,ShowPdfCredit*)", "Future<~>(~)", "Completer*(Completer*,EditVendor*)", "~(Uint8List,String,int)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "Color?(Color?)", "TapGestureRecognizer()", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "Future()", "Future<~>(String)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "ListBuilder*()", "bool(Node1)", "LongPressGestureRecognizer()", "List*>*(BuildContext*)", "InkWell*(String*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "Null(BuildContext*,String*,String*,String*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "List*()", "ListBuilder*()", "ListBuilder*()", "List?(int?)", "KeyData()", "~(LongPressGestureRecognizer)", "Future<~>(~(FlutterApp),~(Object?))", "bool(BoxHitTestResult)", "VerticalDragGestureRecognizer()", "MapBuilder*()", "ListBuilder*()", "~(num)", "~(TapGestureRecognizer)", "ListBuilder*()", "GroupEntity*(@)", "ListBuilder*()", "String*(String*,ShowPdfInvoice*)", "ListBuilder*()", "ListBuilder*()", "MapBuilder*()", "ListBuilder*()", "ListBuilder*()", "~(DiagnosticsNode)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "ListBuilder*()", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "ListBuilder*()", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "ListBuilder*()", "Text*(@)", "Align*(List<@>*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "Widget*(CompanyEntity*)", "bool(NodeValidator)", "ContactUsDialog*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "bool*(SystemLogEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "~(VerticalDragGestureRecognizer)", "MapBuilder*()", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "HorizontalDragGestureRecognizer()", "DataCell0*(String*)", "MapBuilder*()", "~(HorizontalDragGestureRecognizer)", "Drag?(Offset)", "Widget(BuildContext,Object?,ScrollController?)", "@(Object*)", "TaskTimeBuilder*(TaskTimeBuilder*)", "~(TextSelection,SelectionChangedCause?)", "Widget(BuildContext,bool)", "~(Object[StackTrace?])", "Null(Uint8List)", "~(RandomAccessFile)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Widget(Widget,Animation0)", "VendorContactEntity*()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "String(@)", "PrefStateBuilder*(PrefStateBuilder*)", "Row*(BuildContext*,BoxConstraints*)", "Future(RandomAccessFile)", "int*(BaseEntity*,BaseEntity*)", "Positioned(BuildContext,Widget?)", "LoginScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "List*(String*,BuiltMap*,BuiltList*)", "MediaQuery*(BuildContext*,Widget*)", "PaymentEditScreen*(BuildContext*)", "PaymentRefundScreen*(BuildContext*)", "bool(DraggableScrollableNotification)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "_Channel()", "WebhookEntity*(WebhookEntity*,@)", "~(_TimePickerMode)", "MapBuilder*>*(MapBuilder*>*)", "Future(String,Map)", "List()", "AlignmentGeometryTween(@)", "Null(DateRange*)", "~(PersistenceRepository*)", "DateTime*(ChartMoneyData*,int*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "int(int,@)", "PaymentListItem*(BuildContext*,int*)", "List(_SemanticsSortGroup)", "ListBuilder*()", "PaymentTermEntity*(@)", "bool*(bool*,DismissNativeWarningPermanently*)", "bool*(CompanyEntity*)", "Future*(Response*)", "bool*(HistoryRecord*)", "InvoiceItemEntity*(String*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(BuildContext)", "Null(UserCompanyEntity*)", "DecorationTween(@)", "Null(VendorContactEntity*)", "String*(PaymentEntityBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "String*(ProjectEntityBuilder*)", "~(Attribution,int)", "Container*(BuildContext*,int*)", "~(TimeOfDay)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "~(DragDownDetails)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "String(String,String)", "double*(PaymentableEntity*)", "~(GestureListener)", "Completer*(Completer*,EditProject*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "num?(int?)", "String*(InvoiceItemEntityBuilder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "String*(String*,ShowPdfPurchaseOrder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CustomSingleChildLayout(BuildContext)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "~(Size)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "~([Intent?])", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool(ChartBehavior<@>)", "Future(ByteData?)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "Completer*(Completer*,EditClient*)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "~(FocusHighlightMode)", "~(_DragInfo)", "String*(MapBuilder*)", "SpanMarker(SpanMarker)", "Future*(BuildContext*,AppSidebarMode*)", "List()", "~(RestorationBucket)", "VelocityTracker(PointerEvent)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "bool(ScrollMetricsNotification)", "Future*(Object*)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "~(String,String?)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "~(RenderBox?)", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "List*(BuiltMap*,BuiltMap*)", "Element2(int)", "~(ChartBehavior<@>)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "~(ImageInfo,bool)", "~(BuildContext)", "Null(CompanyEntity*)", "int*(ExpenseEntity*,ExpenseEntity*)", "Map()", "List()", "CompanyGatewayEntity*(@)", "~(Offset)", "ScrollPosition()", "RenderBox()", "~([Object?])", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "EntityStats*(String*,BuiltMap*)", "LocalKey(MergeableMaterialItem)", "bool*(GatewayTokenEntity*)", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "bool(bool?)", "bool(Rule)", "bool(Element2,String,String,_Html5NodeValidator)", "String(num?)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "DesignEntity*(DesignEntity*,@)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "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*,@)", "UIStateBuilder*(UIStateBuilder*)", "LicenseEntry(int)", "String*(String*,FilterDesigns*)", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "StyledToast*(BuildContext*)", "bool?(ButtonStyle?)", "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*)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "JsArray<@>(@)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "JsObject(@)", "Incrementable(SemanticsObject)", "Scrollable0(SemanticsObject)", "TableRow(int)", "String?(~(Codec))", "Future*(SharedPreferences*)", "Rect()(RenderBox)", "LabelAndValue(SemanticsObject)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "Null(FrameInfo)", "UserCompanyState*(int*)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "Tappable(SemanticsObject)", "Widget(BuildContext,Animation0,Animation0)", "Null(UserCompanyState*)", "TextField0(SemanticsObject)", "Checkable(SemanticsObject)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "ImageRoleManager(SemanticsObject)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "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?)", "LiveRegion(SemanticsObject)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "SkTextStyle()", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "~(int?)", "bool(InkHighlight?)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "Null(FontFace)", "~(PointerMoveEvent)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "bool(NotoFont)", "TextStyle()", "ListTileTheme(BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "bool(LayoutChangedNotification)", "~(PointerUpEvent)", "~(_ResolvedNotoSubset)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ShapeBorderTween(@)", "IndentingBuiltValueToStringHelper(String)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "ListBuilder()", "ListMultimapBuilder()", "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*)", "ColoredBox(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "bool*(ClientEntity*)", "MapBuilder()", "DataRow?()", "Column(BuildContext,BoxConstraints)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "bool*(ProjectEntity*)", "SetBuilder()", "bool*(TaskEntity*)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "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*)", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "bool(Set)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "double(Set)", "SetMultimapBuilder()", "Null(String)", "~(KeyboardEvent)", "~(String,FormElement)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "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*)", "Center(int)", "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*)", "InputDecorator(BuildContext,Widget?)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Semantics(BuildContext,Widget?)", "UnmanagedRestorationScope(FormFieldState)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "~(EditingState?,TextEditingDeltaState?)", "TimeOfDay(int)", "Offset(double)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(List<_TappableLabel>?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "CkCanvas(CkPictureRecorder)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "Null(String*,Duration*)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "List*(BuiltMap*,String*)", "~(Event?)", "bool(double)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Color(double)", "_LiveImage()", "List*(BuiltMap*,BuiltMap*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "Map()", "Null(Map>?)", "~(ImageInfo)", "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*)", "num(int?)", "String*(String*,SortDesigns*)", "~(Object,StackTrace?)?(ImageStreamListener)", "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*)", "~(ImageChunkEvent)?(ImageStreamListener)", "ViewClipChain()", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "Paint(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "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*)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "double?()", "InvoiceItemEntity*(BaseEntity*)", "Set(Set,Set)", "~(TextSelection)", "Rect(TextBox)", "Promise<1&>([InitializeEngineFnParameters?])", "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*)", "Rect(Rect?,TextBox)", "~(String?,List)", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "List*(BuiltMap*,String*)", "bool(MouseTrackerAnnotation)", "TextElement2(String)", "double(TextElement2)", "Future(Body)", "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*)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "SurfaceScene()", "int(int?)", "HitTestResult(Offset)", "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*)", "bool(RenderSliver)", "bool(Pattern[int])", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "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*)", "bool(Color)", "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*)", "SemanticsNode(_TraversalSortNode)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "DiagnosticsNode(SemanticsNode)", "int(PaintRequest,PaintRequest)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "bool(Point[double?])", "int(SemanticsNode)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "Stream()", "Future(String?)", "bool(Point,double,double)", "Future<~>(ByteData?,~(ByteData?))", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "Future>(@)", "~(RawKeyEvent)", "String(int?)", "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*)", "RawKeyEventData()", "bool(PhysicalKeyboardKey)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "Null(SkDeletable)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "List()", "List(List)", "List(SelectionRect)", "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*)", "Color0?(int?)", "double(num)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "List<@>(String)", "~(_LineRendererElement)", "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)", "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*)", "~(Action)", "Palette(Palette())", "~(_ChildEntry)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Widget(_ChildEntry)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "Route<@>?(RouteSettings)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "@(String)", "CompositedTransformFollower(BuildContext)", "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*)", "bool(AutofillClient)", "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*)", "AutofillClient()", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "bool(KeepAliveNotification)", "String?(int)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "ClipPath(BuildContext)", "Null(~())", "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*)", "~(JsUrlStrategy?)", "HitTestResult()", "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*)", "Future()", "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*)", "Future<~>(double)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Future<~>(@)", "Future>(Map)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "~(SelectionModelType)", "Rect(DisplayFeature)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "_DraggableSheetExtent()", "Future<~>(~(FlutterAppRunner),~(Object?))", "~(ReplaceTextIntent)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(ScrollToDocumentBoundaryIntent)", "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*(@)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "~(ExpandSelectionToLineBreakIntent)", "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*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "SelectionRect?(int)", "bool(SelectionRect?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "SelectionRect(SelectionRect?)", "Future<~>(PasteTextIntent)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(HitTestEntry)", "TextSelection(TextSelection)", "TaskEntity*(@)", "~(UndoTextIntent)", "~(RedoTextIntent)", "~(String,ChartBehavior0<@>)", "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*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "~(ChartStateBehavior>,AnimationController)", "bool(TraversalDirection)", "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*)", "Set(_ReadingOrderSortData)", "Widget(LegendEntry<@>)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "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*)", "~(int,@)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "Padding(Widget)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "DoubleTapGestureRecognizer()", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(DoubleTapGestureRecognizer)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadPurchaseOrdersRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "int(TableRow)", "Padding(int)", "List(Size)", "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*)", "_Future<@>?()", "Future()", "HttpRequest()", "ChartContainerRenderObject<@>()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "Promise<1&>([RunAppFnParameters?])", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "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*)", "~(StatefulElement,Object)", "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*)", "SkImage()", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "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<@>(@)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "FileNode()", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "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*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "bool(bool)", "BottomAppBar*(BuildContext*,Store*)", "Future<@>(_Pending)", "Map(List<@>)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "~(FileNode)", "Padding*(TextButton*)", "bool(Route<@>?)", "MultiSelectList*(BuildContext*)", "bool(OverlayEntry)", "FileNode(FileNode)", "Padding*(MapEntry*)", "Future<@>(@)", "_RouteEntry(Route<@>)", "String(Object?)", "DocumentTile*(DocumentEntity*)", "MapEntry>(@,@)", "RenderBox?()", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "~(Node2)", "Null(RestorationBucket?)", "~(RestorableProperty)", "RestorationScope(BuildContext,Widget?)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Actions(BuildContext)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "Node2?(DirectoryNode,String,Node2?,int,int)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "Null(Color*)", "~(@,StackTrace)", "bool(ScrollMetrics?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "DataRow*(String*)", "~(File,Uint8List?,String?,Stream>?)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "List(LogicalKeyboardKey)", "BaseEntity*(InvitationEntity*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "~(RenderBox)", "DropdownMenuItem*(TaxRateEntity*)", "Element0?()", "Null(PointerExitEvent*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Element0(Widget)", "String*(EntityStatus*)", "bool(_TableElementRow)", "ListTile*(BuildContext*,BoxConstraints*)", "bool(List)", "Widget*(BuildContext*,Store*)", "Iterable(_TableElementRow)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "RenderBox(Element0)", "List(_TableElementRow)", "UpdateDialog*(BuildContext*)", "~(DragStartDetails,DragUpdateDetails)", "HealthCheckDialog*(BuildContext*)", "ForcePressGestureRecognizer()", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "~(ForcePressGestureRecognizer)", "_SelectRow*()", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "List(List)", "Widget(Color)", "SynchronousFuture()", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "SynchronousFuture()", "DataRow0*()", "~(String,Map)", "Card*(BuildContext*,BoxConstraints*)", "~(Object,StackTrace,Object?)", "~(BaseEntity*)", "Column*()", "Flexible(Widget)", "~(SlidableAutoCloseNotification)", "DataColumn0*(String*)", "int*(int*)", "~(SlidableAutoCloseBarrierNotification)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "Future<~>(String,ByteData?,~(ByteData?)?)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "GoogleSignInAccount?/(~)", "Future(String)", "GoogleSignInTokenData(Map?)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "Null(GoogleAuth)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Null(GoogleAuthInitFailureError)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "TickerFuture({from:double?})", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(_AnimationDirection)", "~(Element)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "List()", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "~({canceled:bool})", "~(Rule)", "int(String?,String?)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "~(int,bool(FlutterHtmlKeyboardEvent))", "GatewayConfigField*(String*)", "Rule()", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "bool(int,int)", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "String(String,Color)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "String?(RegExpMatch)", "~(Node0)", "Future(Client0)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "Future(Client0)", "bool(String,String)", "int(String)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "Promise<1&>()", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "String(List)", "MediaType()", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "XFile(File)", "List(String)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "RegExp()", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "DateTime(int,int,int,int,int,int,int,bool)", "Card*(TaskEntity*)", "Null(ChartDataGroup*)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "_DateFormatLiteralField(String,DateFormat)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "Null(ByteData)", "String?(NumberSymbols)", "String(NumberSymbols)", "~(Element2)", "~(List<@>,MutationObserver)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "Map(Map,String)", "~(String,int)", "~(String,int?)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "TargetPlatform?()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "Null(String*,GatewayOptionsEntity*)", "TargetPlatform()", "bool(DiagnosticsNode?)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "Uint8List({seed:int})", "bool(StackFrame)", "ErrorDescription(String)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "String(DiagnosticsNode)", "Null(InvitationEntity*)", "Uint8List(@,@)", "Element2()", "~(Blob?)", "InvitationEntity*(InvitationEntity*)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "InvoiceHistoryEntity*(ActivityEntity*)", "bool(Element2)", "double*(double*,double*)", "Map*()", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "~(Iterable)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "bool(DiagnosticsNode)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "LicenseParagraph()", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "~(AbstractNode)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "String(GestureArenaMember)", "_GestureArena()", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "~(PointerDataPacket)", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "ListBuilder*()", "~(DomException)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "bool(PointerData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "_PointerEventDescription(PointerData)", "_ButtonSanitizer()", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "Drag?()", "~(_TapTracker)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "Map<~(PointerEvent),Matrix4?>()", "~(~(PointerEvent),Matrix4?)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "~(CanvasKit)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "~(Node1,Node1?)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "_LicenseData(_LicenseData,LicenseEntry)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "_LicenseData(_LicenseData)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "Center(BuildContext,int?,Widget?)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "ListBuilder*()", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "ListBuilder*()", "ListBuilder*()", "String*(@,int*)", "@(@,@)", "ListBuilder*()", "DateTime*(@,int*)", "ListBuilder*()", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "_PackageListTile(MapEntry)", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "int(String,String)", "Null(BuildContext*,List*)", "Null({chart:String*,customEndDate:String*,customStartDate:String*,group:String*,report:String*,selectedGroup:String*,subgroup:String*})", "Null(List*)", "GroupTotals*(ReportResult*,ReportsUIState*,ReportSettingsEntity*,BuiltMap*,CompanyEntity*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "TaskReportFields*(String*)", "bool*(TaskReportFields*)", "Localizations(BuildContext,int)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "Element2(Node1)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "List>(NavigatorState,String)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "MaterialPageRoute<~>(RouteSettings)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "BlockSemantics(BuildContext)", "WillPopScope(BuildContext)", "List(BuildContext,_ActionLevel)", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "Future<@>()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "MouseRegion(BuildContext,ScrollController)", "DropdownMenuItem*(ExportType*)", "MaterialRectArcTween(Rect?,Rect?)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "Widget(BuildContext,~())", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "String?(String)", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "bool(SurfaceFrame,CkCanvas)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "ListBuilder*()", "~(ScrollNotification)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "ListBuilder*()", "~(BuildContext*[EntityAction*])", "ListBuilder*()", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "ListBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "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*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "_PointerState()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "ListBuilder*>*()", "Null(AttributedText*,int*,Set*,AttributionVisitEvent*)", "ListBuilder*()", "ListBuilder*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "ListBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "MapBuilder*>*()", "Logger()", "double(_Diagonal)", "MapBuilder*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "MapBuilder*()", "_RandomAccessFile(@)", "bool(Node3)", "MapBuilder*()", "Null(String[String?])", "MapBuilder*()", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Future<~>(ISentrySpan)", "~(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "Widget()", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(String)", "Listener(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "int/(@)", "MapBuilder*()", "AndroidDocumentTouchEditingControls(BuildContext)", "MapBuilder*()", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder*()", "MapBuilder*()", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,~())", "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*()", "String(CropAspectRatioPreset?)", "MapBuilder*()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "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*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "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*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "~(Surface)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ConvertPurchaseOrdersToExpensesSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrdersToInventorySuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,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*,SendNowRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "Future(int)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "MouseCursor0?(Set)", "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*)", "Null(String*,@)", "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*)", "MouseCursor0?(ButtonStyle?)", "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*,@)", "JsFunction(@)", "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*)", "Route<@>*(RouteSettings*)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "Color?(ButtonStyle?)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "VisualDensity?(ButtonStyle?)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "EntityList*(BuildContext*,ExpenseListVM*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "Null(@)", "double(double)", "@(bool*)", "@()", "Null(String*)", "@(@)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "bool()", "int*(String*,String*)", "Null(bool*)", "~(Duration)", "bool*()", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "ErrorDialog*(BuildContext*)", "String*(@)", "Future*()", "Null(EntityState*,bool*)", "Future*(Store*,@,@(@)*)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "~(BuildContext*)", "Future<~>*()", "Null(List*)", "~(TextEditingController*)", "Null(SelectableEntity*)", "Future*()", "~(Object?)", "Null(Duration*)", "~(bool*)", "String*(BaseEntity*)", "Null(String*,String*)", "ListBuilder*()", "~(AnimationStatus)", "DropdownMenuItem*(String*)", "bool*(Route<@>*)", "bool(SpanMarker)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "PluralCase()", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(String*,InvoiceEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(String*,bool*)", "@(BuildContext*)", "String*(String*,SelectCompany*)", "String*(String*,PreviewEntity*)", "bool(String)", "ExecutionInstruction({editContext!EditContext,keyEvent!RawKeyEvent})", "String*(String*,ClearEntityFilter*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "~(BuildContext*,EntityAction*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "bool*(InvoiceItemEntity*)", "Null(InvoiceEntity*)", "String(String,Node)", "@(SelectableEntity*)", "String()", "~(String*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "InvoiceEntity*(String*)", "bool(BoxHitTestResult,Offset)", "~(DragUpdateDetails)", "Null(TextEditingController*)", "Null(DocumentEntity*)", "~(Event)", "UserEntityBuilder*(UserEntityBuilder*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "Widget(BuildContext)", "~(bool)", "bool*(bool*,UpdateUserPreferences*)", "ListDivider*(BuildContext*,int*)", "String*(String*,FilterByEntity*)", "int*(List*,List*)", "Null(Event)", "EntityStats*(String*,BuiltMap*)", "~(DragStartDetails)", "~(TapDownDetails)", "@(int*,String*)", "~(@)", "Null(~)", "~(int)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "double(RenderBox)", "String*(String*,@)", "Null(BuildContext*,MultipartFile*)", "~(TapUpDetails)", "~(PaintingContext,Offset)", "@(TaxRateEntity*)", "Future?(Object*)", "Null(List*)", "VendorEntityBuilder*(VendorEntityBuilder*)", "~(PointerEvent)", "int*(int*,PreviewEntity*)", "Future<~>()", "Null(BuildContext*,DocumentEntity*,String*,String*)", "~(Element0)", "InvoiceEntity*(@)", "~(DragEndDetails)", "Null(String*,ExpenseEntity*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "String(Match)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "String(String)", "Null(int*)", "bool(Object?)", "~(RenderObject)", "~(Document2,DocumentEditorTransaction)", "Color(Set)", "Null(BuildContext*,Completer*)", "~(String)", "Null(EntityStatus*,bool*)", "@(CompanyEntity*)", "Map(Document2,DocumentNode)", "~(Object,StackTrace)", "Widget*()", "UserStateBuilder*(UserStateBuilder*)", "~(@,@)", "int(int)", "Palette()", "Null(Object,StackTrace)", "bool(@)", "~(String,@)", "String*()", "~(RestorableProperty,~())", "bool(FocusNode)", "String*(InvoiceEntityBuilder*)", "Null(TaxRateEntity*)", "Widget*(BuildContext*,int*)", "InvoiceEntity*(InvoiceEntity*,@)", "PurchaseOrderStateBuilder*(PurchaseOrderStateBuilder*)", "Null(String*,TaskEntity*)", "List()", "Null(int*,int*)", "Null(ExpenseEntity*)", "~(ByteData?)", "ListBuilder*()", "Null(BaseEntity*)", "bool*(ClientContactEntity*)", "@(InvoiceEntity*)", "Null(PaymentEntity*)", "@(DocumentEntity*,String*,String*)", "Null(DesignEntity*)", "String*(String*,ClearEntitySelection*)", "AuthStateBuilder*(AuthStateBuilder*)", "@(MultipartFile*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "~(Object*)", "EntityStats*(String*,BuiltMap*)", "~(LayoutView)", "Null(BuildContext*[EntityAction*])", "bool*(BaseEntity*)", "Null(List*)", "bool*(InvoiceEntity*)", "SimpleDialog*(BuildContext*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "~(String,String)", "Widget(BuildContext,int)", "Object?(@)", "ScrollableListView*(BuildContext*)", "int()", "bool(ScrollNotification)", "~(ForcePressDetails)", "AlertDialog*(BuildContext*)", "~(SelectableEntity*)", "Null(SettingsEntity*)", "bool(FlutterHtmlKeyboardEvent)", "double*(double*)", "bool*(VendorContactEntity*)", "bool(_RouteEntry?)", "ListBuilder*()", "Null(EntityType*)", "MapBuilder*()", "Null(TaskTime*)", "bool(int)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "InvitationEntity*(ClientContactEntity*)", "Color0(int?)", "Null(TaskEntity*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Null(UserEntity*)", "@(int*)", "DropdownMenuItem*(int*)", "Null(@,@)", "GroupStateBuilder*(GroupStateBuilder*)", "Null(Completer*)", "TaskEntity*(String*)", "~(ProgressEvent)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "String*(PaymentableEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "int(_Codes)", "bool*(PaymentableEntity*)", "@(List*)", "double*()", "PaymentEntity*(String*)", "bool(Node)", "Null(RecurringInvoiceStateBuilder*)", "double(RenderBox,double)", "Null(LoginResponse*)", "bool(InlineSpan)", "Null(Completer*,String*)", "ExpenseEntity*(String*)", "Null(ProductEntity*)", "~(PointerExitEvent)", "List*()", "Null(TaskStateBuilder*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "MapBuilder*(MapBuilder*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "Null(InvoiceStateBuilder*)", "Column*(BuildContext*)", "Future*(BuildContext*,bool*)", "@(Event)", "Null(BuildContext*,bool*)", "Null(String*,PaymentEntity*)", "bool*(TaskTime*)", "Future()", "Widget(BuildContext,Widget?)", "Color?(Set)", "~(DateTime)", "~(PointerEnterEvent)", "Null(TaskStatusEntity*)", "Widget(BuildContext,BoxConstraints)", "Null(BuiltList*)", "Null(List*)", "Null(GroupEntity*)", "bool(GestureListener)", "~(LongPressMoveUpdateDetails)", "~(String,NumericAxis)", "TaxRateEntity*(String*)", "~(PointerDownEvent)", "AppStateBuilder*(AppStateBuilder*)", "Null(PaymentableEntity*)", "InvoiceItemSelector*(BuildContext*)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*,String*])", "~(SpanMarker)", "~(LongPressStartDetails)", "Null(InvoiceItemEntity*,int*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(List*,String*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "~(Object?,Object?)", "Null(List*)", "bool(Element0)", "Null(VendorEntity*)", "Null(String*,ClientEntity*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "~(String?)", "@(DesignEntity*)", "int(FocusNode,FocusNode)", "Uint8List*(PdfPageFormat*)", "Null(RecurringExpenseStateBuilder*)", "MapBuilder*()", "Null(InvoiceItemEntity*)", "ProductEntity*(String*)", "Null(ProjectEntity*)", "ListTile*(String*)", "TextStyle(Set)", "Null(EntityAction*)", "bool*(EntityType*)", "Future>(Map)", "@([String*,String*])", "PaymentStateBuilder*(PaymentStateBuilder*)", "int(Object?)", "MessageDialog*(BuildContext*)", "Color(Color)", "ClientEntity*(String*)", "Null(ClientEntity*)", "~(int,int)", "ClientStateBuilder*(ClientStateBuilder*)", "KeyEventResult(FocusNode,RawKeyEvent)", "ProjectEntity*(String*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "MaterialStateProperty?(ButtonStyle?)", "DateTime()", "CreditStateBuilder*(CreditStateBuilder*)", "String*(InvitationEntity*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DesignEntity*(String*)", "Null(PointerEvent0)", "DesignStateBuilder*(DesignStateBuilder*)", "ColorTween(@)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "Future()", "ExpenseEntity*(ExpenseEntity*,@)", "Null(PaymentTermEntity*)", "ProductStateBuilder*(ProductStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(SubscriptionEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "int(RenderObject,RenderObject)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "TaskStateBuilder*(TaskStateBuilder*)", "EntityStats*(String*,BuiltMap*)", "Null(TouchEvent)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(TokenEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "MapBuilder*(MapBuilder*)", "Future<@>(MethodCall0)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "GridView*(BuildContext*,BoxConstraints*)", "bool(InheritedElement)", "CustomFieldSelector*(BuildContext*)", "Future>(Map)", "_TextBoundary(DirectionalTextEditingIntent)", "Future*(String*)", "DocumentLayout()", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "AppTextButton*(BuildContext*)", "ActivityListTile*(BuildContext*,int*)", "bool*(@)", "InkWell*(BuildContext*)", "bool(_RouteEntry)", "~(NavigatorObserver)", "Future()", "DropdownMenuItem*(DateRange*)", "int(@,@)", "ClientContactEntityBuilder*(ClientContactEntityBuilder*)", "~(MouseEvent)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "double(double,double)", "double*(ChartMoneyData*,int*)", "TaskListItem*(BuildContext*,int*)", "String(int)", "DropdownMenuItem*(MapEntry*)", "@(Completer*)", "@(String*,bool*)", "String*(TaxRateReportFields0*)", "String*(TaxRateReportFields*)", "String*(ProfitAndLossReportFields*)", "ListBuilder*()", "Null(DateTime*)", "Offset()", "bool(MapEntry>>)", "~(PointerExitEvent*)", "String*(PurchaseOrderReportFields*)", "bool(Object?,Object?)", "ListBuilder*()", "double()", "bool*(PaymentEntity*)", "int(int,int)", "Null(List*)", "Null(CompanyGatewayStateBuilder*)", "MaterialStateProperty?(ButtonStyle?)", "MouseCursor0(Set)", "bool(DataRow)", "~(bool?)", "Null(CreditStateBuilder*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*)", "Rect()", "QuoteListItem*(BuildContext*,int*)", "int*(TaskEntity*,TaskEntity*)", "Null(List*)", "Null(DesignStateBuilder*)", "Null(List*)", "String?(String?)", "Tween(@)", "Null(ExpenseStateBuilder*)", "ExpenseCategoryEntity*(String*)", "Null(List*)", "ListBuilder*()", "Null(ExpenseCategoryStateBuilder*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "MapBuilder*>*()", "Null(PaymentStateBuilder*)", "PaymentTermEntity*(String*)", "Null(List*)", "Null(PaymentTermStateBuilder*)", "Object?(Object?)", "Null(List*)", "Null(ProductStateBuilder*)", "Null(List*)", "Null(ProjectStateBuilder*)", "Null(PurchaseOrderStateBuilder*)", "Null(QuoteStateBuilder*)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "SubscriptionEntity*(String*)", "Null(List*)", "Null(SubscriptionStateBuilder*)", "~(Codec)", "Future<~>(MethodCall0)", "TaskStatusEntity*(String*)", "Null(List*)", "Null(Timer*)", "~(SliverConstraints)", "Null(List*)", "~(List)", "Null(TaxRateStateBuilder*)", "bool(SemanticsNode)", "TokenEntity*(String*)", "Null(List*)", "Null(TokenStateBuilder*)", "ListBuilder*(ListBuilder*)", "int(SemanticsNode,SemanticsNode)", "UserEntity*(String*)", "BaseEntity*(String*)", "Null(UserStateBuilder*)", "List*(BuiltMap*)", "VendorEntity*(String*)", "Null(List*)", "Null(VendorStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "Null(MouseEvent)", "Null(WebhookStateBuilder*)", "Future()", "bool(FocusableActionDetector)", "Future<~>(bool)", "Null(@,StackTrace)", "List*>*(BuildContext*)", "bool*(EntityAction*)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "~(PointerEnterEvent*)", "bool(KeyData)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "IconButton*(BuildContext*)", "EdgeInsetsGeometryTween(@)", "~(Timer*)", "Null(int*,bool*)", "~(PointerSignalEvent)", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "~(LongPressEndDetails)", "Future*(BuildContext*,Completer*,String*)", "~(Object,String)", "bool(Node0)", "bool(String?)", "Null(List*)", "Null(Store*)", "ClientContactEntity*()", "Null(bool)", "~(ImageStreamListener)", "DesignEntityBuilder*(DesignEntityBuilder*)", "bool*(ActivityEntity*)", "InvitationEntity*(VendorContactEntity*)", "InvoiceListItem*(BuildContext*,int*)", "ExpenseListItem*(BuildContext*,int*)", "bool*(InvitationEntity*)", "@(double*)", "DropdownMenuItem*(int*)", "bool(Point)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "String*(ContactReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "Null(ClientStateBuilder*)", "String*(PaymentReportFields*)", "String*(ProductReportFields*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "String*(RecurringExpenseReportFields*)", "String*(RecurringInvoiceReportFields*)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "~(Timer)", "ListBuilder*()", "MapEntry*>*(String*,String*)", "Null(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Future*(String*,String*)", "PasswordConfirmation*(BuildContext*)", "bool*(Attribution*)", "Widget(BuildContext,Widget,int?,bool)", "Iterable(Iterable)", "bool(_Highlight)", "bool(DocumentNode)", "TapSequenceGestureRecognizer()", "~(TapSequenceGestureRecognizer)", "~(~())", "Set()", "bool(RenderBox)", "VendorContactEntity*()", "int*(ExpenseEntity*,ExpenseEntity*)", "~(Symbol0,@)", "PrefStateBuilder*(PrefStateBuilder*)", "~(Size)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "ListBuilder*()", "ListBuilder*()", "ListBuilder*()", "~([Intent?])", "bool(BoxHitTestResult)", "LoginScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "~(FocusHighlightMode)", "ListBuilder*()", "int(String?)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "ListBuilder*()", "DocumentEntity*(String*)", "TaxRateEntity*(@)", "PaymentableEntity*(BaseEntity*)", "bool(NodeValidator)", "MediaQuery*(BuildContext*,Widget*)", "TokenEntityBuilder*(TokenEntityBuilder*)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "PaymentEditScreen*(BuildContext*)", "PaymentRefundScreen*(BuildContext*)", "List(_SemanticsSortGroup)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "Null(DocumentStateBuilder*)", "~(Uint8List,String,int)", "Null(Uint8List)", "~(RenderBox?)", "Future(ByteData?)", "int*(BaseEntity*,BaseEntity*)", "~(RestorationBucket)", "UserEntity*(@)", "ListBuilder*()", "Null(BuiltList*)", "ListBuilder*()", "Map()", "Completer*(Completer*,EditVendor*)", "~(List)", "ListBuilder*()", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "LocalKey(MergeableMaterialItem)", "Node2?(DirectoryNode,String,Node2?)", "ExpenseEntity*(@)", "bool*(ProductEntity*)", "UIStateBuilder*(UIStateBuilder*)", "String*(String*,ShowPdfCredit*)", "Future(String,Map)", "List*>*(BuildContext*)", "InkWell*(String*)", "ByteBuffer(@)", "num?(int?)", "Object?(DismissIntent)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "~(Attribution,int)", "String(@)", "Null(BuildContext*,String*,String*,String*)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "bool(DisplayFeature)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "SpanMarker(SpanMarker)", "List*()", "~(GestureMode)", "~(PersistenceRepository*)", "MapBuilder*()", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "bool(BuildContext)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "ListBuilder*()", "ListBuilder*()", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "TapGestureRecognizer()", "~(TapGestureRecognizer)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "GroupEntity*(@)", "LongPressGestureRecognizer()", "~(LongPressGestureRecognizer)", "String*(String*,ShowPdfInvoice*)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "bool*(bool*,DismissNativeWarningPermanently*)", "bool*(CompanyEntity*)", "Positioned(BuildContext,Widget?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "bool*(HistoryRecord*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "Null(String*,String*,String*,String*,String*)", "Null(EmailTemplate*)", "ListBuilder*()", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "Null(PointerHoverEvent*)", "Null(List<@>*)", "Future<~>(~)", "Text*(@)", "Align*(List<@>*)", "Null(UserCompanyEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "Widget*(CompanyEntity*)", "DecorationTween(@)", "PointerInterceptor*(BuildContext*)", "Future*(@)", "DropdownMenuItem<@>*(@)", "bool*(SystemLogEntity*)", "ListBuilder*()", "~(GestureListener)", "String(String,String)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "~(Object[StackTrace?])", "DataCell0*(String*)", "String*(PaymentEntityBuilder*)", "WebhookEntity*(WebhookEntity*,@)", "~(_DragInfo)", "VelocityTracker(PointerEvent)", "@(Object*)", "bool(ScrollMetricsNotification)", "~(RandomAccessFile)", "MapBuilder*()", "bool(ChartBehavior<@>)", "String*(ProjectEntityBuilder*)", "Color?(Color?)", "ListBuilder*()", "~(ChartBehavior<@>)", "List()", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ClientContactEntity*)", "bool(Rule)", "List*(String*,BuiltMap*,BuiltList*)", "Row*(BuildContext*,BoxConstraints*)", "int(int,@)", "Null(ProgressEvent)", "MapBuilder*()", "Future(RandomAccessFile)", "Future()", "MapBuilder*()", "ListBuilder*()", "bool(Node1)", "TaskTimeBuilder*(TaskTimeBuilder*)", "Widget(BuildContext,Object,StackTrace?)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "VendorEntity*(VendorEntity*,@)", "MapBuilder*>*(MapBuilder*>*)", "MapBuilder*>*(MapBuilder*>*)", "~(DragDownDetails)", "~(bool(String))", "List?(int?)", "PaymentTermEntity*(@)", "Null(DateRange*)", "Completer*(Completer*,EditClient*)", "DateTime*(ChartMoneyData*,int*)", "~([Object?])", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "InvoiceItemEntity*(String*)", "PaymentListItem*(BuildContext*,int*)", "ListBuilder*()", "List()", "ListBuilder*()", "List()", "~(TextSelection,SelectionChangedCause?)", "Future*(Response*)", "String(num?)", "~(DiagnosticsNode)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "~(num)", "Future<~>(~(FlutterApp),~(Object?))", "~(String,String?)", "Null(VendorContactEntity*)", "Drag?(Offset)", "Future(Body)", "Widget(BuildContext,Object?,ScrollController?)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "Container*(BuildContext*,int*)", "~(_TimePickerMode)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "int(LayoutView,LayoutView)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "Completer*(Completer*,EditProject*)", "double*(PaymentableEntity*)", "CustomSingleChildLayout(BuildContext)", "bool(LayoutView)", "~(ScaleStartDetails)", "String*(InvoiceItemEntityBuilder*)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfPurchaseOrder*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrderItem*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderItem*)", "~(TimeOfDay)", "ListBuilder*()", "CompanyGatewayEntity*(@)", "Widget(BuildContext,bool)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "DataCell(DataColumn)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "EntityStats*(String*,BuiltMap*)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "~(ImageInfo,bool)", "ListBuilder*()", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "String*(MapBuilder*)", "ImageStreamCompleter()", "Future*(BuildContext*,AppSidebarMode*)", "~(ScaleUpdateDetails)", "ListBuilder*()", "String*(String*,ShowPdfRecurringInvoice*)", "DropdownMenuItem*(ImportType*)", "Set<~>*()", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "Future*(Object*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "ListBuilder*()", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "KeyData()", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "~(ImageChunkEvent)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "Widget*(BuildContext*,DocumentSelection*,Widget*)", "~(LinkifyElement)", "String(Node3)", "bool(BlockSyntax)", "bool(InlineSyntax)", "bool(Delimiter)", "List()", "ListBuilder*()", "Element2(int)", "Null(CompanyEntity*)", "Future<~>(BuildContext,Uint8List/(PdfPageFormat),PdfPageFormat)", "Null(PrintingInfo)", "~([~])", "_Channel()", "~(BuildContext)", "~(Rect)", "Size(RenderBox,BoxConstraints)", "ListBuilder*()", "ListBuilder*()", "List*(BuiltMap*,BuiltMap*)", "~(Offset)", "ScrollPosition()", "RenderBox()", "bool*(GatewayTokenEntity*)", "Padding(BuildContext)", "~({addedComponents!List,changedComponents!List,removedComponents!List})", "@(Object?)", "Widget(Widget,Animation0)", "ListBuilder*()", "Widget(BuildContext,TextLayout)", "Stack(BuildContext,List,Widget?)", "bool(bool?)", "~(ScaleEndDetails)", "bool(Element2,String,String,_Html5NodeValidator)", "bool(InlineSpanSemanticsInformation)", "ListBuilder*()", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "ListBuilder*()", "DesignEntity*(DesignEntity*,@)", "bool(DraggableScrollableNotification)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "Future<~>(String)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "LicenseEntry(int)", "String*(String*,FilterDesigns*)", "Color?(ButtonStyle?)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "Duration?(ButtonStyle?)", "StyledToast*(BuildContext*)", "bool?(ButtonStyle?)", "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*)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "PurchaseOrderScreenBuilder*(BuildContext*)", "PurchaseOrderViewScreen*(BuildContext*)", "PurchaseOrderEditScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "PaymentsSettingsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "JsArray<@>(@)", "~(NextFocusIntent)", "~(PreviousFocusIntent)", "~(DirectionalFocusIntent)", "JsObject(@)", "Incrementable(SemanticsObject)", "Scrollable0(SemanticsObject)", "TableRow(int)", "String?(~(Codec))", "Future*(SharedPreferences*)", "Rect()(RenderBox)", "LabelAndValue(SemanticsObject)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadPurchaseOrdersFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "bool*(bool*,DismissNativeWarning*)", "Null(FrameInfo)", "UserCompanyState*(int*)", "CalendarDatePicker()", "Form()", "Flex(BuildContext)", "Tappable(SemanticsObject)", "Widget(BuildContext,Animation0,Animation0)", "Null(UserCompanyState*)", "TextField0(SemanticsObject)", "Checkable(SemanticsObject)", "~(ActivateIntent)", "~(ButtonActivateIntent)", "ImageRoleManager(SemanticsObject)", "RenderObjectWidget(Widget)", "DropdownButtonHideUnderline(BuildContext)", "Rect()?(RenderBox)", "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?)", "LiveRegion(SemanticsObject)", "ClientContactEntity*(ClientContactEntity*,EditClient*)", "ClientContactEntity*(ClientContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "SkTextStyle()", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "String*(String*,ShowPdfClient*)", "~(int?)", "bool(InkHighlight?)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "Null(FontFace)", "~(PointerMoveEvent)", "ClientEntity*(ClientEntity*,SaveClientSuccess*)", "ClientEntity*(ClientEntity*,AddClientSuccess*)", "ClientEntity*(ClientEntity*,RestoreClientSuccess*)", "ClientEntity*(ClientEntity*,ArchiveClientsSuccess*)", "ClientEntity*(ClientEntity*,DeleteClientsSuccess*)", "ClientEntity*(ClientEntity*,EditClient*)", "ClientEntity*(ClientEntity*,UpdateClient*)", "ClientEntity*(ClientEntity*,AddContact*)", "ClientEntity*(ClientEntity*,DeleteContact*)", "ClientEntity*(ClientEntity*,UpdateContact*)", "ClientEntity*(ClientEntity*,ViewClient*)", "ClientEntity*(ClientEntity*,ViewClientList*)", "ClientEntity*(ClientEntity*,SelectCompany*)", "ClientEntity*(ClientEntity*,DiscardChanges*)", "bool(NotoFont)", "TextStyle()", "ListTileTheme(BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "bool(LayoutChangedNotification)", "~(PointerUpEvent)", "~(_ResolvedNotoSubset)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ShapeBorderTween(@)", "IndentingBuiltValueToStringHelper(String)", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "ListBuilder()", "ListMultimapBuilder()", "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*)", "ColoredBox(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "bool*(ClientEntity*)", "MapBuilder()", "DataRow?()", "Column(BuildContext,BoxConstraints)", "FadeTransition(BuildContext,Widget?)", "~(double,double)", "bool*(ProjectEntity*)", "SetBuilder()", "bool*(TaskEntity*)", "bool(OverscrollIndicatorNotification)", "RefreshProgressIndicator(BuildContext,Widget?)", "Widget(Widget,int,Animation0)", "Material(BuildContext,Widget?)", "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*)", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "Align(BuildContext,Widget?)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "bool(Set)", "EntityStats*(String*,BuiltMap*)", "Null(String*,CompanyGatewayEntity*)", "double(Set)", "SetMultimapBuilder()", "Null(String)", "~(KeyboardEvent)", "~(String,FormElement)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "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*)", "Center(int)", "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*)", "InputDecorator(BuildContext,Widget?)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Semantics(BuildContext,Widget?)", "UnmanagedRestorationScope(FormFieldState)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "ThemeDataTween(@)", "ThemeData()", "MapEntry>(Object,ThemeExtension<@>)", "bool(MapEntry>)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "~(EditingState?,TextEditingDeltaState?)", "TimeOfDay(int)", "Offset(double)", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "~(List<_TappableLabel>?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "bool*(bool*,UpdateDashboardSidebar*)", "CkCanvas(CkPictureRecorder)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "Null(String*,Duration*)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "List*(BuiltMap*,String*)", "~(Event?)", "bool(double)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Color(double)", "_LiveImage()", "List*(BuiltMap*,BuiltMap*)", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "Map()", "Null(Map>?)", "~(ImageInfo)", "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*)", "num(int?)", "String*(String*,SortDesigns*)", "~(Object,StackTrace?)?(ImageStreamListener)", "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*)", "~(ImageChunkEvent)?(ImageStreamListener)", "ViewClipChain()", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "Paint(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "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*)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "double?()", "InvoiceItemEntity*(BaseEntity*)", "Set(Set,Set)", "~(TextSelection)", "Rect(TextBox)", "Promise<1&>([InitializeEngineFnParameters?])", "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*)", "Rect(Rect?,TextBox)", "~(String?,List)", "InvoiceEntity*(ExpenseEntity*,BuiltMap*)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "List*(BuiltMap*,String*)", "bool(MouseTrackerAnnotation)", "TextElement2(String)", "double(TextElement2)", "Future(Body)", "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*)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "SurfaceScene()", "int(int?)", "HitTestResult(Offset)", "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*)", "bool(RenderSliver)", "bool(Pattern[int])", "~(FrameTiming)", "~(int,_FrameCallbackEntry)", "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*)", "bool(Color)", "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*)", "SemanticsNode(_TraversalSortNode)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "DiagnosticsNode(SemanticsNode)", "int(PaintRequest,PaintRequest)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "bool(Point[double?])", "int(SemanticsNode)", "InvoiceEntity*(InvoiceEntity*,BuiltMap*)", "List*(BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "SemanticsNode(int)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "Null(BuiltList*)", "PaymentUIStateBuilder*(PaymentUIStateBuilder*)", "bool*(bool*,ViewPayment*)", "bool*(bool*,ViewPaymentList*)", "bool*(bool*,FilterPaymentsByState*)", "bool*(bool*,FilterPayments*)", "bool*(bool*,FilterPaymentsByCustom1*)", "bool*(bool*,FilterPaymentsByCustom2*)", "bool*(bool*,FilterPaymentsByCustom3*)", "bool*(bool*,FilterPaymentsByCustom4*)", "int*(int*,UpdatePaymentTab*)", "String*(String*,ArchivePaymentsSuccess*)", "String*(String*,DeletePaymentsSuccess*)", "String*(String*,ViewPayment*)", "String*(String*,AddPaymentSuccess*)", "String*(String*,SortPayments*)", "String*(String*,FilterPayments*)", "String*(String*,FilterPaymentsByState*)", "String*(String*,FilterPaymentsByCustom1*)", "String*(String*,FilterPaymentsByCustom2*)", "String*(String*,FilterPaymentsByCustom3*)", "String*(String*,FilterPaymentsByCustom4*)", "PaymentEntity*(PaymentEntity*,RestorePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,ArchivePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,DeletePaymentsSuccess*)", "PaymentEntity*(PaymentEntity*,UpdatePayment*)", "Stream()", "Future(String?)", "bool(Point,double,double)", "Future<~>(ByteData?,~(ByteData?))", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "Future>(@)", "~(RawKeyEvent)", "String(int?)", "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*)", "RawKeyEventData()", "bool(PhysicalKeyboardKey)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "Null(SkDeletable)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "List()", "List(List)", "List(SelectionRect)", "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*)", "Color0?(int?)", "double(num)", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "List<@>(String)", "~(_LineRendererElement)", "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)", "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*)", "~(Action)", "Palette(Palette())", "~(_ChildEntry)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Widget(_ChildEntry)", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "PurchaseOrderUIStateBuilder*(PurchaseOrderUIStateBuilder*)", "bool*(bool*,ViewPurchaseOrder*)", "bool*(bool*,ViewPurchaseOrderList*)", "bool*(bool*,FilterPurchaseOrdersByState*)", "bool*(bool*,FilterPurchaseOrders*)", "bool*(bool*,FilterPurchaseOrdersByCustom1*)", "bool*(bool*,FilterPurchaseOrdersByCustom2*)", "bool*(bool*,FilterPurchaseOrdersByCustom3*)", "bool*(bool*,FilterPurchaseOrdersByCustom4*)", "int*(int*,UpdatePurchaseOrderTab*)", "Route<@>?(RouteSettings)", "int*(int*,EditPurchaseOrder*)", "int*(int*,EditPurchaseOrderItem*)", "String*(String*,ArchivePurchaseOrdersSuccess*)", "String*(String*,DeletePurchaseOrdersSuccess*)", "String*(String*,ViewPurchaseOrder*)", "String*(String*,AddPurchaseOrderSuccess*)", "String*(String*,ShowEmailPurchaseOrder*)", "String*(String*,SortPurchaseOrders*)", "String*(String*,FilterPurchaseOrders*)", "String*(String*,FilterPurchaseOrdersByState*)", "String*(String*,FilterPurchaseOrdersByStatus*)", "String*(String*,FilterPurchaseOrdersByCustom1*)", "String*(String*,FilterPurchaseOrdersByCustom2*)", "String*(String*,FilterPurchaseOrdersByCustom3*)", "String*(String*,FilterPurchaseOrdersByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrder*)", "Route<@>(RouteSettings)", "InvoiceEntity*(InvoiceEntity*,MovePurchaseOrderItem*)", "~(AutocompletePreviousOptionIntent)", "~(AutocompleteNextOptionIntent)", "InvoiceEntity*(InvoiceEntity*,UpdatePurchaseOrderVendor*)", "InvoiceEntity*(InvoiceEntity*,RestorePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchivePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeletePurchaseOrdersSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderContact*)", "InvoiceEntity*(InvoiceEntity*,RemovePurchaseOrderContact*)", "@(String)", "CompositedTransformFollower(BuildContext)", "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*)", "bool(AutofillClient)", "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*)", "AutofillClient()", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "bool(KeepAliveNotification)", "String?(int)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "ClipPath(BuildContext)", "Null(~())", "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*)", "~(JsUrlStrategy?)", "HitTestResult()", "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*)", "Future()", "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*)", "Future<~>(double)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "Future<~>(@)", "Future>(Map)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "~(SelectionModelType)", "Rect(DisplayFeature)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "_DraggableSheetExtent()", "Future<~>(~(FlutterAppRunner),~(Object?))", "~(ReplaceTextIntent)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(ScrollToDocumentBoundaryIntent)", "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*(@)", "~(UpdateSelectionIntent)", "~(ExpandSelectionToDocumentBoundaryIntent)", "~(ExpandSelectionToLineBreakIntent)", "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*)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "SelectionRect?(int)", "bool(SelectionRect?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "SelectionRect(SelectionRect?)", "Future<~>(PasteTextIntent)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,UpdateKanban*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,StartTasksSuccess*)", "TaskEntity*(TaskEntity*,StopTasksSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "~(TextEditingValue)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "bool(HitTestEntry)", "TextSelection(TextSelection)", "TaskEntity*(@)", "~(UndoTextIntent)", "~(RedoTextIntent)", "~(String,ChartBehavior0<@>)", "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*)", "DiagnosticsNode(FocusNode)", "bool(KeyMessage)", "~(_FocusTraversalGroupInfo)", "List*(BuiltList*,BuiltMap*)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "bool(_DirectionalPolicyDataEntry)", "~(ChartStateBehavior>,AnimationController)", "bool(TraversalDirection)", "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*)", "Set(_ReadingOrderSortData)", "Widget(LegendEntry<@>)", "List(BuildContext)", "Rect(_ReadingOrderSortData)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "bool(_ReadingOrderSortData)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "bool(FormFieldState<@>)", "Element0?(Element0)", "Object?(int,Element0?)", "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*)", "~(int,@)", "BuiltMap*(BuiltMap*,ToggleViewerLayout*)", "Padding(Widget)", "double*(double*,UpdateUserPreferences*)", "bool*(bool*,DismissGatewayWarningPermanently*)", "bool*(bool*,DismissReviewAppPermanently*)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "DoubleTapGestureRecognizer()", "bool*(bool*,TogglePreviewSidebar*)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "~(DoubleTapGestureRecognizer)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewPurchaseOrder*)", "BuiltList*(BuiltList*,EditPurchaseOrder*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "BuiltList*(BuiltList*,FilterByEntity*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "Null(EntityType*,StopLoading*)", "EntityType*(EntityType*,LoadClientsRequest*)", "EntityType*(EntityType*,LoadProductsRequest*)", "EntityType*(EntityType*,LoadInvoicesRequest*)", "EntityType*(EntityType*,LoadRecurringInvoicesRequest*)", "EntityType*(EntityType*,LoadPaymentsRequest*)", "EntityType*(EntityType*,LoadQuotesRequest*)", "EntityType*(EntityType*,LoadCreditsRequest*)", "EntityType*(EntityType*,LoadProjectsRequest*)", "EntityType*(EntityType*,LoadTasksRequest*)", "EntityType*(EntityType*,LoadVendorsRequest*)", "EntityType*(EntityType*,LoadPurchaseOrdersRequest*)", "EntityType*(EntityType*,LoadExpensesRequest*)", "EntityType*(EntityType*,LoadRecurringExpensesRequest*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "BuiltList*(BuiltList*,ClearEntityFilter*)", "BuiltList*(BuiltList*,FilterByEntity*)", "BuiltList*(BuiltList*,PopFilterStack*)", "String*(ClientEntityBuilder*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "int(TableRow)", "Padding(int)", "List(Size)", "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*)", "_Future<@>?()", "Future()", "HttpRequest()", "ChartContainerRenderObject<@>()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "Promise<1&>([RunAppFnParameters?])", "ScaleGestureRecognizer()", "~(ScaleGestureRecognizer)", "~(RenderSemanticsGestureHandler)", "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*)", "~(StatefulElement,Object)", "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*)", "SkImage()", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "bool(_HeroFlight)", "IconTheme(BuildContext)", "~(Object,StackTrace?)", "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<@>(@)", "DirectoryNode?(DirectoryNode,bool)", "RealNode?(DirectoryNode,bool)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "FileNode()", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "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*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "bool(bool)", "BottomAppBar*(BuildContext*,Store*)", "Future<@>(_Pending)", "Map(List<@>)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "~(FileNode)", "Padding*(TextButton*)", "bool(Route<@>?)", "MultiSelectList*(BuildContext*)", "bool(OverlayEntry)", "FileNode(FileNode)", "Padding*(MapEntry*)", "Future<@>(@)", "_RouteEntry(Route<@>)", "String(Object?)", "DocumentTile*(DocumentEntity*)", "MapEntry>(@,@)", "RenderBox?()", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "ClipRect(BuildContext,Widget?)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "PlatformViewSurface(BuildContext,PlatformViewController)", "Future<~>(PointerEvent)", "~(_DragInfo,Offset,Offset)", "StatefulWidget*(EntityAction*)", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "~(Node2)", "Null(RestorationBucket?)", "~(RestorableProperty)", "RestorationScope(BuildContext,Widget?)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "Actions(BuildContext)", "List*(TextEditingValue*)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "String*(SelectableEntity*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Builder*(BuildContext*,int*)", "Container*(BuildContext*)", "EntityAutocompleteListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "Node2?(DirectoryNode,String,Node2?,int,int)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "Padding*(BuildContext*,BoxConstraints*)", "Container*(String*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "int?(Widget,int)", "Null(Color*)", "~(@,StackTrace)", "bool(ScrollMetrics?)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "DataRow*(String*)", "~(File,Uint8List?,String?,Stream>?)", "_TrackTapGestureRecognizer()", "~(_TrackTapGestureRecognizer)", "~(PointerHoverEvent)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "List(LogicalKeyboardKey)", "BaseEntity*(InvitationEntity*)", "~(ShortcutActivator,Intent)", "List<_ActivatorIntentPair>()", "_SingleChildViewport(BuildContext,ViewportOffset)", "~(RenderBox)", "DropdownMenuItem*(TaxRateEntity*)", "Element0?()", "Null(PointerExitEvent*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Element0(Widget)", "String*(EntityStatus*)", "bool(_TableElementRow)", "ListTile*(BuildContext*,BoxConstraints*)", "bool(List)", "Widget*(BuildContext*,Store*)", "Iterable(_TableElementRow)", "Widget*(CompanyEntity*{showAccentColor:bool*})", "bool*(UserCompanyState*)", "PopupMenuItem*(CompanyEntity*)", "List*(BuildContext*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "RenderBox(Element0)", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "List(_TableElementRow)", "HealthCheckDialog*(BuildContext*)", "~(DragStartDetails,DragUpdateDetails)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "_TheState*()", "Stack*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "ForcePressGestureRecognizer()", "_SelectRow*()", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "SynchronousFuture()", "DataRow0*()", "SynchronousFuture()", "Card*(BuildContext*,BoxConstraints*)", "~(String,Map)", "~(BaseEntity*)", "Column*()", "~(Object,StackTrace,Object?)", "Flexible(Widget)", "DataColumn0*(String*)", "int*(int*)", "~(SlidableAutoCloseNotification)", "~(SlidableAutoCloseBarrierNotification)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "TextButton*(String*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future<~>(String,ByteData?,~(ByteData?)?)", "GoogleSignInAccount?/(~)", "Future(String)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "GoogleSignInTokenData(Map?)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "Null(Response*)", "Null(GoogleAuth)", "ClientPdfVM*(Store*)", "ClientPdfView*(BuildContext*,ClientPdfVM*)", "String*(ClientContactEntity*)", "Null(GoogleAuthInitFailureError)", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ClientContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ClientContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "TickerFuture({from:double?})", "~(_AnimationDirection)", "~(Element)", "String(StringToken)", "bool(Set)", "bool(Selector)", "Map>()", "Column*(ClientContactEntity*)", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "List()", "~({canceled:bool})", "~(Rule)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "int(String?,String?)", "GatewayConfigField*(String*)", "~(int,bool(FlutterHtmlKeyboardEvent))", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "Rule()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "bool(int,int)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "String(String,Color)", "String?(RegExpMatch)", "~(Node0)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "Future(Client0)", "Future(Client0)", "bool(String,String)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "int(String)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,CreditEditPDFVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "Promise<1&>()", "String(List)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "MediaType()", "XFile(File)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "List(String)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "RegExp()", "Card*(TaskEntity*)", "Null(ChartDataGroup*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "SettingsWizard*(BuildContext*)", "AccountEntityBuilder*(AccountEntityBuilder*)", "_DateFormatPatternField(String,DateFormat)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "_DateFormatLiteralField(String,DateFormat)", "Null(ByteData)", "String?(NumberSymbols)", "String(NumberSymbols)", "~(Element2)", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~({debounce:bool*})", "~(DesignEntity*)", "~(List<@>,MutationObserver)", "Map(Map,String)", "~(String,int)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "~(String,int?)", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "TargetPlatform?()", "Null(String*,GatewayOptionsEntity*)", "TargetPlatform()", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "Uint8List({seed:int})", "bool(DiagnosticsNode?)", "bool(StackFrame)", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "Padding*(ExpenseScheduleEntity*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(VendorContactEntity*,VendorContactEntity*)", "_VendorContactListTile*(VendorContactEntity*)", "int*(ClientContactEntity*,ClientContactEntity*)", "_ClientContactListTile*(ClientContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "ErrorDescription(String)", "Null(InvitationEntity*)", "String(DiagnosticsNode)", "Uint8List(@,@)", "Element2()", "~(Blob?)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "Expanded*(Widget*)", "Text*(String*)", "Expanded*(Text*)", "Focus*(String*)", "List*(TextEditingValue*)", "String*(ProductEntity*)", "Theme*(BuildContext*,~(ProductEntity*)*,Iterable*)", "InvitationEntity*(InvitationEntity*)", "InvoiceHistoryEntity*(ActivityEntity*)", "bool(Element2)", "double*(double*,double*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "Map*()", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "~(Iterable)", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "bool(DiagnosticsNode)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(ActivityEntity*,ActivityEntity*)", "LicenseParagraph()", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "~(AbstractNode)", "String(GestureArenaMember)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "_GestureArena()", "EntityList*(BuildContext*,PaymentListVM*)", "InvoiceEntity*(PaymentableEntity*)", "Padding*(InvoiceEntity*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "PurchaseOrderEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditDetailsVM*)", "Null(BuildContext*,InvoiceEntity*,VendorEntity*)", "PurchaseOrderEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,PurchaseOrderEditItemsVM*)", "PurchaseOrderEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,PurchaseOrderEditNotesVM*)", "PurchaseOrderEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,PurchaseOrderEditPDFVM*)", "PurchaseOrderEditVM*(Store*)", "PurchaseOrderEdit*(BuildContext*,PurchaseOrderEditVM*)", "EmailPurchaseOrderVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailPurchaseOrderVM*)", "EntityList*(BuildContext*,PurchaseOrderListVM*)", "PurchaseOrderListItem*(BuildContext*,int*)", "PurchaseOrderPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,PurchaseOrderPdfVM*)", "PurchaseOrderScreen*(BuildContext*,PurchaseOrderScreenVM*)", "PurchaseOrderViewVM*(Store*)", "InvoiceView*(BuildContext*,PurchaseOrderViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "QuoteEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,QuoteEditPDFVM*)", "QuoteEditVM*(Store*)", "QuoteEdit*(BuildContext*,QuoteEditVM*)", "EmailQuoteVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailQuoteVM*)", "EntityList*(BuildContext*,QuoteListVM*)", "QuotePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,QuotePdfVM*)", "QuoteScreen*(BuildContext*,QuoteScreenVM*)", "QuoteViewVM*(Store*)", "InvoiceView*(BuildContext*,QuoteViewVM*)", "RecurringExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,RecurringExpenseEditVM*)", "EntityList*(BuildContext*,RecurringExpenseListVM*)", "RecurringExpenseListItem*(BuildContext*,int*)", "RecurringExpenseScreen*(BuildContext*,RecurringExpenseScreenVM*)", "RecurringExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,RecurringExpenseViewVM*)", "RecurringInvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditDetailsVM*)", "RecurringInvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,RecurringInvoiceEditItemsVM*)", "RecurringInvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,RecurringInvoiceEditNotesVM*)", "RecurringInvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,RecurringInvoiceEditPDFVM*)", "RecurringInvoiceEditVM*(Store*)", "RecurringInvoiceEdit*(BuildContext*,RecurringInvoiceEditVM*)", "EntityList*(BuildContext*,RecurringInvoiceListVM*)", "RecurringInvoiceListItem*(BuildContext*,int*)", "RecurringInvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,RecurringInvoicePdfVM*)", "RecurringInvoiceScreen*(BuildContext*,RecurringInvoiceScreenVM*)", "RecurringInvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,RecurringInvoiceViewVM*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "~(PointerDataPacket)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,StaticState*)", "ContactReportFields*(String*)", "bool*(ContactReportFields*)", "~(DomException)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "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*)", "bool(PointerData)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "_PointerEventDescription(PointerData)", "_ButtonSanitizer()", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "Drag?()", "~(_TapTracker)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "Map<~(PointerEvent),Matrix4?>()", "~(~(PointerEvent),Matrix4?)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "_CombiningGestureArenaMember()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "LicensePage(BuildContext)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "~(CanvasKit)", "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*)", "~(Node1,Node1?)", "_LicenseData(_LicenseData,LicenseEntry)", "PurchaseOrderReportFields*(String*)", "bool*(PurchaseOrderReportFields*)", "_LicenseData(_LicenseData)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "RecurringExpenseReportFields*(String*)", "bool*(RecurringExpenseReportFields*)", "StatefulWidget(BuildContext,BoxConstraints)", "RecurringInvoiceReportFields*(String*)", "bool*(RecurringInvoiceReportFields*)", "Center(BuildContext,int?,Widget?)", "ListBuilder*()", "String*(@,int*)", "ListBuilder*()", "ListBuilder*()", "DateTime*(@,int*)", "@(@,@)", "Null(BuildContext*,EntityAction*)", "Expanded*(BuildContext*)", "ListBuilder*()", "ReportColumnType*(String*)", "@(String*,String*)", "List*(TextEditingValue*)", "bool*(List*)", "String*(List*)", "Theme*(BuildContext*,~(String*)*,Iterable*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "ListBuilder*()", "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*)", "_PackageListTile(MapEntry)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "int(String,String)", "Null(BuildContext*,String*,String*)", "SwitchListTile*(RegistrationFieldEntity*)", "RegistrationFieldEntityBuilder*(RegistrationFieldEntityBuilder*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "Localizations(BuildContext,int)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "Element2(Node1)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "List>(NavigatorState,String)", "MaterialPageRoute<~>(RouteSettings)", "BlockSemantics(BuildContext)", "Null(BuildContext*,double*)", "Future*(BuildContext*,String*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "WillPopScope(BuildContext)", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "List(BuildContext,_ActionLevel)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "DropdownMenuItem*(ExportType*)", "Future<@>()", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "Null(BuildContext*,List*)", "_AddCompanyDialog*(BuildContext*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "PaymentSettings*(BuildContext*,PaymentSettingsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "MouseRegion(BuildContext,ScrollController)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "MaterialRectArcTween(Rect?,Rect?)", "Future*(GroupEntity*)", "Future*(ClientEntity*)", "_EnableTwoFactor*(BuildContext*)", "Widget(BuildContext,~())", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "String?(String)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "bool(SurfaceFrame,CkCanvas)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "ListBuilder*()", "~(BuildContext*[EntityAction*])", "~(ScrollNotification)", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "ListBuilder*()", "TimeEditDetails*(BuildContext*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "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*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "String*(VendorContactEntity*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Column*(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "ListBuilder*()", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "SimpleDialogOption*(InvoiceEntity*)", "ListBuilder*()", "Null(AttributedText*,int*,Set*,AttributionVisitEvent*)", "_PointerState()", "ListBuilder*>*()", "DocumentLayout*()", "Theme*(BuildContext*)", "ImageFormatToolbar*(BuildContext*)", "AndroidTextEditingFloatingToolbar*(BuildContext*)", "IOSTextEditingFloatingToolbar*(BuildContext*)", "Widget*(BuildContext*)", "~(_TextType*)", "ListBuilder*()", "bool*(_TextType*)", "DropdownMenuItem<_TextType*>*(_TextType*)", "SizedBox*(BuildContext*,Offset*,Widget*)", "IFrameElement*(int*)", "Null(Event*)", "Null(AuthenticationResult*)", "~(Linkifier)", "ListBuilder*()", "Logger()", "ListBuilder*()", "MapBuilder*>*()", "~(ListItem)", "bool(RegExp)", "LinkReference()", "double(_Diagonal)", "MapBuilder*()", "bool(Node3)", "MapBuilder*()", "Null(String[String?])", "_RandomAccessFile(@)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MapEntry(int,int)", "int(Permission)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "GestureDetector(BuildContext,int)", "PdfPageFormat()", "PdfPreviewCustom(BuildContext)", "~(Image1)", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "~(ButtonState)", "MapBuilder*()", "Future<~>(ISentrySpan)", "~(Scope)", "MapEntry(String,@)", "String(AppleIDAuthorizationScopes)", "String?()", "int(_Line)", "MapBuilder*()", "Object(_Line)", "Object(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(MapEntry>)", "SourceSpanWithContext()", "String(String{color:@})", "@(@())", "Widget()", "bool(SnapState?)", "LifeCycleHooks<_OnWidget>(_OnWidget,bool())", "MapBuilder*()", "~(BuildContext,_OnWidget,_OnWidget)", "Widget(BuildContext,_OnWidget)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "int(int,LinkifyElement)", "String(String,LinkifyElement)", "bool(LinkifyElement)", "ParagraphNode(String)", "Listener(BuildContext,Widget?)", "MapBuilder*()", "MapBuilder*()", "~(HandleType,Offset)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "AndroidDocumentTouchEditingControls(BuildContext)", "int/(@)", "MapBuilder*()", "IosDocumentTouchEditingControls(BuildContext)", "IOSCollapsedHandle(BuildContext,bool,Widget?)", "Widget(BuildContext,Offset?,Widget?)", "bool(TextEditingDelta)", "Row(BuildContext)", "MapBuilder*()", "MapBuilder*()", "String(GlobalKey>)", "_Component(BuildContext,SingleColumnLayoutComponentViewModel)", "~(String,GlobalKey>)", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "SpanRange()", "TextSpan(MultiAttributionSpan)", "~(_TapTracker0)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "~(HtmlElement)", "MapBuilder*()", "~(Zone?,ZoneDelegate?,Zone,~())", "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*()", "String(CropAspectRatioPreset?)", "MapBuilder*()", "~({isTesting:bool*})", "AppState*(AppState*,@)", "AuthState*(AuthState*,UserLoadUrl*)", "AuthState*(AuthState*,UserSignUpRequest*)", "AuthState*(AuthState*,UserLoginRequest*)", "AuthState*(AuthState*,OAuthLoginRequest*)", "AuthState*(AuthState*,OAuthSignUpRequest*)", "AuthState*(AuthState*,UserLoginSuccess*)", "AuthState*(AuthState*,UserVerifiedPassword*)", "AuthState*(AuthState*,UserUnverifiedPassword*)", "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*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "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*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "~(Surface)", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddPurchaseOrderItems*)", "ListUIState*(ListUIState*,ViewPurchaseOrderList*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom1*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom2*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom3*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByCustom4*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByState*)", "ListUIState*(ListUIState*,FilterPurchaseOrdersByStatus*)", "ListUIState*(ListUIState*,FilterPurchaseOrders*)", "ListUIState*(ListUIState*,SortPurchaseOrders*)", "ListUIState*(ListUIState*,StartPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,AddToPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,RemoveFromPurchaseOrderMultiselect*)", "ListUIState*(ListUIState*,ClearPurchaseOrderMultiselect*)", "PurchaseOrderState*(PurchaseOrderState*,MarkPurchaseOrderSentSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ConvertPurchaseOrdersToExpensesSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrdersToInventorySuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AcceptPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,CancelPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ArchivePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,DeletePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,RestorePurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,EmailPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,ApprovePurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,AddPurchaseOrderSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,@)", "PurchaseOrderState*(PurchaseOrderState*,LoadPurchaseOrdersSuccess*)", "PurchaseOrderState*(PurchaseOrderState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,EmailQuoteSuccess*)", "QuoteState*(QuoteState*,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*,SendNowRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "int*(TaskTime*,TaskTime*)", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,StartTasksSuccess*)", "TaskState*(TaskState*,StopTasksSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "Future(int)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "MaterialStateProperty?(ButtonStyle?)", "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*)", "MouseCursor0?(Set)", "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*,@)", "Null(String*,@)", "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*)", "MouseCursor0?(ButtonStyle?)", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "PurchaseOrderListVM*(Store*)", "PurchaseOrderScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "PaymentSettingsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future()", "~(SentryLevel,String{exception:Object?,logger:String?,stackTrace:StackTrace?})", "Widget(BuildContext,UnorderedListItemComponent)", "double(TextStyle,int)", "Widget(BuildContext,OrderedListItemComponent)", "JsFunction(@)", "TextStyle(Set,TextStyle)", "Widget(BuildContext,Offset)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "Route<@>*(RouteSettings*)", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "bool*(bool*,StopSaving*)", "EntityList*(BuildContext*,ExpenseListVM*)"], interceptorsByTag: null, leafTags: null, arrayRti: Symbol("$ti") @@ -490098,6 +489844,7 @@ expects: "expected-space-or-right-bracket-in-doctype", https_a_: "https://app.invoiceninja.com/buy_now/?account_key=AsFmBAeLXF0IKf7tmi0eiyZfmWW9hxMT&product_id=3", https_as: "https://apps.apple.com/us/app/invoice-ninja-v5/id1503970375", + https_g: "https://github.com/invoiceninja/invoiceninja/wiki/Release-notes", https_i: "https://invoiceninja.github.io/docs/hosted-activate/", https_p: "https://play.google.com/store/apps/details?id=com.invoiceninja.app", https_w: "https://www.microsoft.com/en-us/p/invoice-ninja/9n3f2bbcfdr6", @@ -493055,12 +492802,11 @@ B.BoxConstraints_ALM = new A.BoxConstraints(1 / 0, 1 / 0, 1 / 0, 1 / 0); B.BoxConstraints_CWG = new A.BoxConstraints(0, 1 / 0, 48, 48); B.BoxConstraints_EcO = new A.BoxConstraints(112, 280, 0, 1 / 0); - B.BoxConstraints_mlX6 = new A.BoxConstraints(0, 1 / 0, 0, 1 / 0); + B.BoxConstraints_mlX5 = new A.BoxConstraints(0, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX4 = new A.BoxConstraints(64, 1 / 0, 0, 1 / 0); - B.BoxConstraints_mlX5 = new A.BoxConstraints(100, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX = new A.BoxConstraints(280, 1 / 0, 0, 1 / 0); B.BoxConstraints_mlX1 = new A.BoxConstraints(36, 1 / 0, 36, 1 / 0); - B.BoxConstraints_mlX7 = new A.BoxConstraints(88, 1 / 0, 36, 1 / 0); + B.BoxConstraints_mlX6 = new A.BoxConstraints(88, 1 / 0, 36, 1 / 0); B.BoxConstraints_mlX2 = new A.BoxConstraints(0, 1 / 0, 48, 1 / 0); B.BoxConstraints_mlX0 = new A.BoxConstraints(48, 1 / 0, 48, 1 / 0); B.BoxConstraints_mlX3 = new A.BoxConstraints(0, 1 / 0, 52, 1 / 0); @@ -494402,19 +494148,20 @@ B.ExpenseReportFields_2 = new A.ExpenseReportFields(2, "net_amount"); B.ExpenseReportFields_20 = new A.ExpenseReportFields(20, "invoice_date"); B.ExpenseReportFields_21 = new A.ExpenseReportFields(21, "vendor"); - B.ExpenseReportFields_22 = new A.ExpenseReportFields(22, "expense1"); - B.ExpenseReportFields_23 = new A.ExpenseReportFields(23, "expense2"); - B.ExpenseReportFields_24 = new A.ExpenseReportFields(24, "expense3"); - B.ExpenseReportFields_25 = new A.ExpenseReportFields(25, "expense4"); - B.ExpenseReportFields_26 = new A.ExpenseReportFields(26, "category"); - B.ExpenseReportFields_27 = new A.ExpenseReportFields(27, "assigned_to"); - B.ExpenseReportFields_28 = new A.ExpenseReportFields(28, "created_by"); - B.ExpenseReportFields_29 = new A.ExpenseReportFields(29, "public_notes"); + B.ExpenseReportFields_22 = new A.ExpenseReportFields(22, "project"); + B.ExpenseReportFields_23 = new A.ExpenseReportFields(23, "expense1"); + B.ExpenseReportFields_24 = new A.ExpenseReportFields(24, "expense2"); + B.ExpenseReportFields_25 = new A.ExpenseReportFields(25, "expense3"); + B.ExpenseReportFields_26 = new A.ExpenseReportFields(26, "expense4"); + B.ExpenseReportFields_27 = new A.ExpenseReportFields(27, "category"); + B.ExpenseReportFields_28 = new A.ExpenseReportFields(28, "assigned_to"); + B.ExpenseReportFields_29 = new A.ExpenseReportFields(29, "created_by"); B.ExpenseReportFields_3 = new A.ExpenseReportFields(3, "tax_amount"); - B.ExpenseReportFields_30 = new A.ExpenseReportFields(30, "private_notes"); - B.ExpenseReportFields_31 = new A.ExpenseReportFields(31, "tax_amount1"); - B.ExpenseReportFields_32 = new A.ExpenseReportFields(32, "tax_amount2"); - B.ExpenseReportFields_33 = new A.ExpenseReportFields(33, "tax_amount3"); + B.ExpenseReportFields_30 = new A.ExpenseReportFields(30, "public_notes"); + B.ExpenseReportFields_31 = new A.ExpenseReportFields(31, "private_notes"); + B.ExpenseReportFields_32 = new A.ExpenseReportFields(32, "tax_amount1"); + B.ExpenseReportFields_33 = new A.ExpenseReportFields(33, "tax_amount2"); + B.ExpenseReportFields_34 = new A.ExpenseReportFields(34, "tax_amount3"); B.ExpenseReportFields_4 = new A.ExpenseReportFields(4, "transaction_reference"); B.ExpenseReportFields_5 = new A.ExpenseReportFields(5, "currency"); B.ExpenseReportFields_6 = new A.ExpenseReportFields(6, "date"); @@ -496370,6 +496117,7 @@ B.Type__$QuoteState_NMc = A.typeLiteral("_$QuoteState"); B.List_ad2 = A._setArrayType(makeConstList([B.Type_QuoteState_aJC, B.Type__$QuoteState_NMc]), type$.JSArray_legacy_Type); B.List_address_div_p = A._setArrayType(makeConstList(["address", "div", "p"]), type$.JSArray_legacy_String); + B.List_anB = A._setArrayType(makeConstList([B.ExpenseReportFields_0, B.ExpenseReportFields_1, B.ExpenseReportFields_2, B.ExpenseReportFields_3, B.ExpenseReportFields_4, B.ExpenseReportFields_5, B.ExpenseReportFields_6, B.ExpenseReportFields_7, B.ExpenseReportFields_8, B.ExpenseReportFields_9, B.ExpenseReportFields_10, B.ExpenseReportFields_11, B.ExpenseReportFields_12, B.ExpenseReportFields_13, B.ExpenseReportFields_14, B.ExpenseReportFields_15, B.ExpenseReportFields_16, B.ExpenseReportFields_17, B.ExpenseReportFields_18, B.ExpenseReportFields_19, B.ExpenseReportFields_20, B.ExpenseReportFields_21, B.ExpenseReportFields_22, B.ExpenseReportFields_23, B.ExpenseReportFields_24, B.ExpenseReportFields_25, B.ExpenseReportFields_26, B.ExpenseReportFields_27, B.ExpenseReportFields_28, B.ExpenseReportFields_29, B.ExpenseReportFields_30, B.ExpenseReportFields_31, B.ExpenseReportFields_32, B.ExpenseReportFields_33, B.ExpenseReportFields_34]), type$.JSArray_legacy_ExpenseReportFields); B.Type__$PurchaseOrderState_cf1 = A.typeLiteral("_$PurchaseOrderState"); B.List_apR = A._setArrayType(makeConstList([B.Type_PurchaseOrderState_Y5a, B.Type__$PurchaseOrderState_cf1]), type$.JSArray_legacy_Type); B.Type__$RegistrationFieldEntity_sEt = A.typeLiteral("_$RegistrationFieldEntity"); @@ -496976,7 +496724,6 @@ B.TaskReportFields_23 = new A.TaskReportFields(23, "assigned_to"); B.TaskReportFields_24 = new A.TaskReportFields(24, "created_by"); B.List_qrv = A._setArrayType(makeConstList([B.TaskReportFields_0, B.TaskReportFields_1, B.TaskReportFields_2, B.TaskReportFields_3, B.TaskReportFields_4, B.TaskReportFields_5, B.TaskReportFields_6, B.TaskReportFields_7, B.TaskReportFields_8, B.TaskReportFields_9, B.TaskReportFields_10, B.TaskReportFields_11, B.TaskReportFields_12, B.TaskReportFields_13, B.TaskReportFields_14, B.TaskReportFields_15, B.TaskReportFields_16, B.TaskReportFields_17, B.TaskReportFields_18, B.TaskReportFields_19, B.TaskReportFields_20, B.TaskReportFields_21, B.TaskReportFields_22, B.TaskReportFields_23, B.TaskReportFields_24]), type$.JSArray_legacy_TaskReportFields); - B.List_rR8 = A._setArrayType(makeConstList([B.ExpenseReportFields_0, B.ExpenseReportFields_1, B.ExpenseReportFields_2, B.ExpenseReportFields_3, B.ExpenseReportFields_4, B.ExpenseReportFields_5, B.ExpenseReportFields_6, B.ExpenseReportFields_7, B.ExpenseReportFields_8, B.ExpenseReportFields_9, B.ExpenseReportFields_10, B.ExpenseReportFields_11, B.ExpenseReportFields_12, B.ExpenseReportFields_13, B.ExpenseReportFields_14, B.ExpenseReportFields_15, B.ExpenseReportFields_16, B.ExpenseReportFields_17, B.ExpenseReportFields_18, B.ExpenseReportFields_19, B.ExpenseReportFields_20, B.ExpenseReportFields_21, B.ExpenseReportFields_22, B.ExpenseReportFields_23, B.ExpenseReportFields_24, B.ExpenseReportFields_25, B.ExpenseReportFields_26, B.ExpenseReportFields_27, B.ExpenseReportFields_28, B.ExpenseReportFields_29, B.ExpenseReportFields_30, B.ExpenseReportFields_31, B.ExpenseReportFields_32, B.ExpenseReportFields_33]), type$.JSArray_legacy_ExpenseReportFields); B.TextAlign_0 = new A.TextAlign(0, "left"); B.TextAlign_1 = new A.TextAlign(1, "right"); B.TextAlign_2 = new A.TextAlign(2, "center"); @@ -500361,10 +500108,11 @@ B._MdiIconData_dDd = new A._MdiIconData(988482, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_dEB0 = new A._MdiIconData(983279, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_dEB = new A._MdiIconData(987119, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_egL1 = new A._MdiIconData(983338, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_egL0 = new A._MdiIconData(983394, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_egL2 = new A._MdiIconData(983338, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_egL1 = new A._MdiIconData(983394, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_egL0 = new A._MdiIconData(983962, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_egL = new A._MdiIconData(984048, "Material Design Icons", "material_design_icons_flutter", false); - B._MdiIconData_egL2 = new A._MdiIconData(984218, "Material Design Icons", "material_design_icons_flutter", false); + B._MdiIconData_egL3 = new A._MdiIconData(984218, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_gg9 = new A._MdiIconData(985301, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_id2 = new A._MdiIconData(984203, "Material Design Icons", "material_design_icons_flutter", false); B._MdiIconData_ifn0 = new A._MdiIconData(983841, "Material Design Icons", "material_design_icons_flutter", false); @@ -501286,9 +501034,6 @@ _lazy($, "ImageCropperPlatform__instance", "$get$ImageCropperPlatform__instance", () => new A.MethodChannelImageCropper($.$get$ImageCropperPlatform__token())); _lazyFinal($, "ImagePickerPlatform__token", "$get$ImagePickerPlatform__token", () => new A.Object()); _lazy($, "ImagePickerPlatform__instance", "$get$ImagePickerPlatform__instance", () => new A.MethodChannelImagePicker($.$get$ImagePickerPlatform__token())); - _lazyFinal($, "InAppReview_instance", "$get$InAppReview_instance", () => new A.InAppReview()); - _lazy($, "InAppReviewPlatform__instance", "$get$InAppReviewPlatform__instance", () => new A.MethodChannelInAppReview(A.MethodChannel$("dev.britannio.in_app_review", B.C_StandardMethodCodec, null), $.$get$InAppReviewPlatform__token())); - _lazyFinal($, "InAppReviewPlatform__token", "$get$InAppReviewPlatform__token", () => new A.Object()); _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", @@ -504569,7 +504314,7 @@ 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", () => 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($, "memoizedExpenseReport", "$get$memoizedExpenseReport", () => A.memo10(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_ProjectEntity, 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.memo8(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_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ProjectEntity, type$.legacy_StaticState, type$.legacy_ReportResult)); _lazyOld($, "memoizedInvoiceTaxReport", "$get$memoizedInvoiceTaxReport", () => { @@ -504620,7 +504365,6 @@ _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($, "AppReview_inAppReview", "$get$AppReview_inAppReview", () => $.$get$InAppReview_instance()); _lazyOld($, "LocalizationsProvider__localizedValues", "$get$LocalizationsProvider__localizedValues", () => { var _s18_ = "convert_to_expense", _s18_0 = "Convert to Expense",