diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index ebe022f8590a..87a26772dca0 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -18287,6 +18287,8 @@ return C.EntityAction_newPayment; case C.EntityType_expense: return C.EntityAction_newExpense; + case C.EntityType_recurringExpense: + return C.EntityAction_newRecurringExpense; case C.EntityType_project: return C.EntityAction_newProject; case C.EntityType_task: @@ -29701,6 +29703,9 @@ }, InvoiceEntity_getInvitationForContact_closure0: function InvoiceEntity_getInvitationForContact_closure0() { }, + InvoiceEntity_getTaxes_calculateAmount: function InvoiceEntity_getTaxes_calculateAmount(t0) { + this.$this = t0; + }, InvoiceEntity__calculateTax_closure: function InvoiceEntity__calculateTax_closure(t0, t1) { this.name = t0; this.rate = t1; @@ -54643,6 +54648,30 @@ C.JSArray_methods.sort$1(list, new A.filteredRecurringExpensesSelector_closure0(expenseMap, expenseListState, clientMap, userMap, vendorMap, invoiceMap, expenseCategoryMap, staticState)); return list; }, + recurringExpenseStatsForClient: function(clientId, expenseMap) { + var t1 = {}; + t1.countArchived = t1.countActive = 0; + J.forEach$1$ax(expenseMap._map$_map, new A.recurringExpenseStatsForClient_closure(t1, clientId)); + return new T.EntityStats(t1.countActive, t1.countArchived); + }, + recurringExpenseStatsForVendor: function(vendorId, expenseMap) { + var t1 = {}; + t1.countArchived = t1.countActive = 0; + J.forEach$1$ax(expenseMap._map$_map, new A.recurringExpenseStatsForVendor_closure(t1, vendorId)); + return new T.EntityStats(t1.countActive, t1.countArchived); + }, + recurringExpenseStatsForUser: function(userId, expenseMap) { + var t1 = {}; + t1.countArchived = t1.countActive = 0; + J.forEach$1$ax(expenseMap._map$_map, new A.recurringExpenseStatsForUser_closure(t1, userId)); + return new T.EntityStats(t1.countActive, t1.countArchived); + }, + recurringExpenseStatsForExpense: function(recurrigExpenseId, expenseMap) { + var t1 = {}; + t1.countArchived = t1.countActive = 0; + J.forEach$1$ax(expenseMap._map$_map, new A.recurringExpenseStatsForExpense_closure(t1, recurrigExpenseId)); + return new T.EntityStats(t1.countActive, t1.countArchived); + }, memoizedFilteredRecurringExpenseList_closure: function memoizedFilteredRecurringExpenseList_closure() { }, filteredRecurringExpensesSelector_closure: function filteredRecurringExpensesSelector_closure(t0, t1, t2, t3, t4, t5, t6, t7) { @@ -54667,6 +54696,30 @@ _.expenseCategoryMap = t6; _.staticState = t7; }, + memoizedRecurringExpenseStatsForClient_closure: function memoizedRecurringExpenseStatsForClient_closure() { + }, + recurringExpenseStatsForClient_closure: function recurringExpenseStatsForClient_closure(t0, t1) { + this._box_0 = t0; + this.clientId = t1; + }, + memoizedRecurringExpenseStatsForVendor_closure: function memoizedRecurringExpenseStatsForVendor_closure() { + }, + recurringExpenseStatsForVendor_closure: function recurringExpenseStatsForVendor_closure(t0, t1) { + this._box_0 = t0; + this.vendorId = t1; + }, + memoizedRecurringExpenseStatsForUser_closure: function memoizedRecurringExpenseStatsForUser_closure() { + }, + recurringExpenseStatsForUser_closure: function recurringExpenseStatsForUser_closure(t0, t1) { + this._box_0 = t0; + this.userId = t1; + }, + memoizedRecurringExpenseStatsForExpense_closure: function memoizedRecurringExpenseStatsForExpense_closure() { + }, + recurringExpenseStatsForExpense_closure: function recurringExpenseStatsForExpense_closure(t0, t1) { + this._box_0 = t0; + this.recurrigExpenseId = t1; + }, recurringInvoiceUIReducer: function(state, action) { var t1; state.toString; @@ -59212,6 +59265,10 @@ CalculateInvoiceTotal_calculateTaxes_closure5: function CalculateInvoiceTotal_calculateTaxes_closure5(t0) { this._box_0 = t0; }, + CalculateInvoiceTotal_getTaxable_closure: function CalculateInvoiceTotal_getTaxable_closure(t0, t1) { + this._box_0 = t0; + this.$this = t1; + }, CalculateInvoiceTotal_calculateTotal_closure: function CalculateInvoiceTotal_calculateTotal_closure(t0, t1, t2) { this._box_0 = t0; this.$this = t1; @@ -60530,6 +60587,9 @@ } O.passwordCallback(false, new X.handleUserAction_closure13(new X.handleUserAction_closure14(store, context, message, userIds)), context); break; + case C.EntityAction_newRecurringExpense: + M.createEntity(_null, _null, context, M.ExpenseEntity_ExpenseEntity(_null, C.EntityType_recurringExpense, _null, _null, state, user, _null), user, false); + break; case C.EntityAction_remove: t2 = userIds.length; if (t2 > 1) { @@ -64085,7 +64145,7 @@ t15 = user == null ? _null : user.id; if (t15 == null) t15 = ""; - return M._$ExpenseEntity$_(0, 0, t15, "", t4 === true, "", t11, 0, "", t10, "", "", "", "", t7, t12, t3, 1, "5", t2, t1, t6 === true, "", false, false, "", "", "", t8, "", "", t14, "", -1, t5 === true, 0, 0, 0, "", "", "", 0, 0, 0, "", "", 0, t13 === true, t9); + return M._$ExpenseEntity$_(0, 0, t15, "", t4 === true, "", t11, 0, "", t10, "", "", "", "", t7, t12, t3, 1, "5", t2, t1, t6 === true, "", false, false, "", "", "", t8, "", "", t14, "", _null, -1, t5 === true, 0, 0, 0, "", "", "", 0, 0, 0, "", "", 0, t13 === true, t9); }, ExpenseEntity__initializeBuilder: function(builder) { builder.get$_expense_model$_$this()._expense_model$_entityType = C.EntityType_expense; @@ -64095,7 +64155,7 @@ builder.get$_expense_model$_$this()._expense_model$_remainingCycles = -1; return builder; }, - _$ExpenseEntity$_: function(amount, archivedAt, assignedUserId, bankId, calculateTaxByAmount, categoryId, clientId, createdAt, createdUserId, currencyId, customValue1, customValue2, customValue3, customValue4, date, documents, entityType, exchangeRate, frequencyId, id, invoiceCurrencyId, invoiceDocuments, invoiceId, isChanged, isDeleted, lastSentDate, nextSendDate, number, paymentDate, paymentTypeId, privateNotes, projectId, publicNotes, remainingCycles, shouldBeInvoiced, taxAmount1, taxAmount2, taxAmount3, taxName1, taxName2, taxName3, taxRate1, taxRate2, taxRate3, transactionId, transactionReference, updatedAt, usesInclusiveTaxes, vendorId) { + _$ExpenseEntity$_: function(amount, archivedAt, assignedUserId, bankId, calculateTaxByAmount, categoryId, clientId, createdAt, createdUserId, currencyId, customValue1, customValue2, customValue3, customValue4, date, documents, entityType, exchangeRate, frequencyId, id, invoiceCurrencyId, invoiceDocuments, invoiceId, isChanged, isDeleted, lastSentDate, nextSendDate, number, paymentDate, paymentTypeId, privateNotes, projectId, publicNotes, recurringId, remainingCycles, shouldBeInvoiced, taxAmount1, taxAmount2, taxAmount3, taxName1, taxName2, taxName3, taxRate1, taxRate2, taxRate3, transactionId, transactionReference, updatedAt, usesInclusiveTaxes, vendorId) { var _s13_ = "ExpenseEntity"; if (paymentDate == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "paymentDate")); @@ -64103,7 +64163,7 @@ H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "invoiceCurrencyId")); if (documents == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "documents")); - return new M._$ExpenseEntity(privateNotes, publicNotes, shouldBeInvoiced, invoiceDocuments, transactionId, transactionReference, bankId, currencyId, categoryId, amount, date, paymentDate, exchangeRate, invoiceCurrencyId, paymentTypeId, taxName1, taxName2, taxRate1, taxRate2, taxName3, taxRate3, clientId, invoiceId, vendorId, projectId, customValue1, customValue2, customValue3, customValue4, taxAmount1, taxAmount2, taxAmount3, usesInclusiveTaxes, calculateTaxByAmount, documents, number, frequencyId, lastSentDate, nextSendDate, remainingCycles, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, entityType, id); + return new M._$ExpenseEntity(privateNotes, publicNotes, shouldBeInvoiced, invoiceDocuments, transactionId, transactionReference, bankId, currencyId, categoryId, amount, date, paymentDate, exchangeRate, invoiceCurrencyId, paymentTypeId, taxName1, taxName2, taxRate1, taxRate2, taxName3, taxRate3, clientId, invoiceId, vendorId, projectId, customValue1, customValue2, customValue3, customValue4, taxAmount1, taxAmount2, taxAmount3, usesInclusiveTaxes, calculateTaxByAmount, documents, number, recurringId, frequencyId, lastSentDate, nextSendDate, remainingCycles, isChanged, createdAt, updatedAt, archivedAt, isDeleted, createdUserId, assignedUserId, entityType, id); }, _$ExpenseStatusEntity$_: function(id, $name) { return new M._$ExpenseStatusEntity(id, $name); @@ -64140,7 +64200,7 @@ ExpenseItemResponseBuilder: function ExpenseItemResponseBuilder() { this._expense_model$_data = this._expense_model$_$v = null; }, - _$ExpenseEntity: function _$ExpenseEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48) { + _$ExpenseEntity: function _$ExpenseEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49) { var _ = this; _.privateNotes = t0; _.publicNotes = t1; @@ -64178,25 +64238,26 @@ _.calculateTaxByAmount = t33; _.documents = t34; _.number = t35; - _.frequencyId = t36; - _.lastSentDate = t37; - _.nextSendDate = t38; - _.remainingCycles = t39; - _.isChanged = t40; - _.createdAt = t41; - _.updatedAt = t42; - _.archivedAt = t43; - _.isDeleted = t44; - _.createdUserId = t45; - _.assignedUserId = t46; - _.entityType = t47; - _.id = t48; + _.recurringId = t36; + _.frequencyId = t37; + _.lastSentDate = t38; + _.nextSendDate = t39; + _.remainingCycles = t40; + _.isChanged = t41; + _.createdAt = t42; + _.updatedAt = t43; + _.archivedAt = t44; + _.isDeleted = t45; + _.createdUserId = t46; + _.assignedUserId = t47; + _.entityType = t48; + _.id = t49; _._expense_model$__hashCode = null; }, ExpenseEntityBuilder: function ExpenseEntityBuilder() { var _ = this; _._expense_model$_customValue4 = _._expense_model$_customValue3 = _._expense_model$_customValue2 = _._expense_model$_customValue1 = _._expense_model$_projectId = _._expense_model$_vendorId = _._expense_model$_invoiceId = _._expense_model$_clientId = _._expense_model$_taxRate3 = _._expense_model$_taxName3 = _._expense_model$_taxRate2 = _._expense_model$_taxRate1 = _._expense_model$_taxName2 = _._expense_model$_taxName1 = _._paymentTypeId = _._invoiceCurrencyId = _._expense_model$_exchangeRate = _._paymentDate = _._expense_model$_date = _._expense_model$_amount = _._categoryId = _._expense_model$_currencyId = _._bankId = _._expense_model$_transactionReference = _._transactionId = _._invoiceDocuments = _._shouldBeInvoiced = _._expense_model$_publicNotes = _._expense_model$_privateNotes = _._expense_model$_$v = null; - _._expense_model$_id = _._expense_model$_entityType = _._expense_model$_assignedUserId = _._expense_model$_createdUserId = _._expense_model$_isDeleted = _._expense_model$_archivedAt = _._expense_model$_updatedAt = _._expense_model$_createdAt = _._expense_model$_isChanged = _._expense_model$_remainingCycles = _._expense_model$_nextSendDate = _._expense_model$_lastSentDate = _._expense_model$_frequencyId = _._expense_model$_number = _._expense_model$_documents = _._calculateTaxByAmount = _._expense_model$_usesInclusiveTaxes = _._taxAmount3 = _._taxAmount2 = _._taxAmount1 = null; + _._expense_model$_id = _._expense_model$_entityType = _._expense_model$_assignedUserId = _._expense_model$_createdUserId = _._expense_model$_isDeleted = _._expense_model$_archivedAt = _._expense_model$_updatedAt = _._expense_model$_createdAt = _._expense_model$_isChanged = _._expense_model$_remainingCycles = _._expense_model$_nextSendDate = _._expense_model$_lastSentDate = _._expense_model$_frequencyId = _._expense_model$_recurringId = _._expense_model$_number = _._expense_model$_documents = _._calculateTaxByAmount = _._expense_model$_usesInclusiveTaxes = _._taxAmount3 = _._taxAmount2 = _._taxAmount1 = null; }, _$ExpenseStatusEntity: function _$ExpenseStatusEntity(t0, t1) { this.id = t0; @@ -69635,6 +69696,8 @@ this.completer = t0; this.recurringExpenseId = t1; }, + LoadRecurringExpenses: function LoadRecurringExpenses() { + }, LoadRecurringExpenseRequest: function LoadRecurringExpenseRequest() { }, LoadRecurringExpenseFailure: function LoadRecurringExpenseFailure(t0) { @@ -69737,6 +69800,11 @@ }, StopRecurringExpensesFailure: function StopRecurringExpensesFailure() { }, + SaveRecurringExpenseDocumentRequest: function SaveRecurringExpenseDocumentRequest(t0, t1, t2) { + this.completer = t0; + this.multipartFile = t1; + this.expense = t2; + }, SaveRecurringExpenseDocumentFailure: function SaveRecurringExpenseDocumentFailure() { }, handleRecurringExpenseAction_closure: function handleRecurringExpenseAction_closure() { @@ -70812,9 +70880,6 @@ expense = J.$index$asx(t5._map$_map, t2); if (expense == null) expense = M.ExpenseEntity_ExpenseEntity(_null, _null, t2, _null, _null, _null, _null); - J.$index$asx(t4.$index(t1, t3).vendorState.map._map$_map, expense.vendorId); - J.$index$asx(t4.$index(t1, t3).clientState.map._map$_map, expense.clientId); - J.$index$asx(t4.$index(t1, t3).invoiceState.map._map$_map, expense.invoiceId); t1 = t4.$index(t1, t3).userCompany.company; expense.get$isNew(); return new U.ExpenseViewVM(state, expense, t1, new U.ExpenseViewVM_ExpenseViewVM$fromStore_closure(new U.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh(store, expense)), new U.ExpenseViewVM_ExpenseViewVM$fromStore_closure0(store, expense), new U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1(store, expense)); @@ -79010,7 +79075,7 @@ recurringExpense = M.ExpenseEntity_ExpenseEntity(_null, _null, t2, _null, _null, _null, _null); t1 = t4.$index(t1, t3).userCompany.company; recurringExpense.get$isNew(); - return new Z.RecurringExpenseViewVM(state, recurringExpense, t1, new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure(new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh(store, recurringExpense)), _null, _null); + return new Z.RecurringExpenseViewVM(state, recurringExpense, t1, new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure(new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh(store, recurringExpense)), new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0(store, recurringExpense), new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1(store, recurringExpense)); }, RecurringExpenseViewScreen: function RecurringExpenseViewScreen(t0) { this.key = t0; @@ -79036,6 +79101,26 @@ RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure(t0) { this._handleRefresh = t0; }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0(t0, t1) { + this.store = t0; + this.recurringExpense = t1; + }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0(t0) { + this.context = t0; + }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1() { + }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure(t0) { + this.error = t0; + }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1(t0, t1) { + this.store = t0; + this.recurringExpense = t1; + }, + RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure: function RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(t0, t1) { + this.store = t0; + this.recurringExpense = t1; + }, InvoiceDesign: function InvoiceDesign(t0, t1) { this.viewModel = t0; this.key = t1; @@ -88682,6 +88767,9 @@ case C.EntityAction_newExpense: M.createEntity(_null, _null, context, M.ExpenseEntity_ExpenseEntity(_null, _null, _null, _null, state, _null, vendor), vendor, false); break; + case C.EntityAction_newRecurringExpense: + M.createEntity(_null, _null, context, M.ExpenseEntity_ExpenseEntity(_null, C.EntityType_recurringExpense, _null, _null, state, _null, vendor), vendor, false); + break; case C.EntityAction_restore: t2 = vendorIds.length; if (t2 > 1) { @@ -93983,49 +94071,53 @@ // goto case $async$goto = 10; break; - case C.EntityAction_newQuote: + case C.EntityAction_newRecurringExpense: // goto case $async$goto = 11; break; - case C.EntityAction_newCredit: + case C.EntityAction_newQuote: // goto case $async$goto = 12; break; - case C.EntityAction_newExpense: + case C.EntityAction_newCredit: // goto case $async$goto = 13; break; - case C.EntityAction_newPayment: + case C.EntityAction_newExpense: // goto case $async$goto = 14; break; - case C.EntityAction_newProject: + case C.EntityAction_newPayment: // goto case $async$goto = 15; break; - case C.EntityAction_restore: + case C.EntityAction_newProject: // goto case $async$goto = 16; break; - case C.EntityAction_archive: + case C.EntityAction_restore: // goto case $async$goto = 17; break; - case C.EntityAction_delete: + case C.EntityAction_archive: // goto case $async$goto = 18; break; - case C.EntityAction_toggleMultiselect: + case C.EntityAction_delete: // goto case $async$goto = 19; break; - case C.EntityAction_more: + case C.EntityAction_toggleMultiselect: // goto case $async$goto = 20; break; + case C.EntityAction_more: + // goto case + $async$goto = 21; + break; default: - // goto after switch - $async$goto = 4; + // goto default + $async$goto = 22; break; } break; @@ -94044,30 +94136,30 @@ $async$temp1 = url.length !== 0; if ($async$temp1) { // goto then - $async$goto = 23; + $async$goto = 25; break; } else $async$result = $async$temp1; // goto join - $async$goto = 24; + $async$goto = 26; + break; + case 25: + // then + $async$goto = 27; + return P._asyncAwait(T.canLaunch(url), $async$handleClientAction); + case 27: + // returning from await. + case 26: + // join + $async$goto = $async$result ? 23 : 24; break; case 23: // then - $async$goto = 25; - return P._asyncAwait(T.canLaunch(url), $async$handleClientAction); - case 25: + $async$goto = 28; + return P._asyncAwait(T.launch(url, null, false), $async$handleClientAction); + case 28: // returning from await. case 24: - // join - $async$goto = $async$result ? 21 : 22; - break; - case 21: - // then - $async$goto = 26; - return P._asyncAwait(T.launch(url, null, false), $async$handleClientAction); - case 26: - // returning from await. - case 22: // join // goto after switch $async$goto = 4; @@ -94098,35 +94190,41 @@ break; case 11: // case - M.createEntity(null, null, context, Q.InvoiceEntity_InvoiceEntity(client, C.EntityType_quote, null, state, null), client, false); + M.createEntity(null, null, context, M.ExpenseEntity_ExpenseEntity(client, C.EntityType_recurringExpense, null, null, state, null, null), client, false); // goto after switch $async$goto = 4; break; case 12: // case - M.createEntity(null, null, context, Q.InvoiceEntity_InvoiceEntity(client, C.EntityType_credit, null, state, null), client, false); + M.createEntity(null, null, context, Q.InvoiceEntity_InvoiceEntity(client, C.EntityType_quote, null, state, null), client, false); // goto after switch $async$goto = 4; break; case 13: // case - M.createEntity(null, null, context, M.ExpenseEntity_ExpenseEntity(client, null, null, null, state, null, null), client, false); + M.createEntity(null, null, context, Q.InvoiceEntity_InvoiceEntity(client, C.EntityType_credit, null, state, null), client, false); // goto after switch $async$goto = 4; break; case 14: // case - M.createEntity(null, null, context, F.PaymentEntity_PaymentEntity(null, null, state).rebuild$1(new E.handleClientAction_closure1(client)), client, false); + M.createEntity(null, null, context, M.ExpenseEntity_ExpenseEntity(client, null, null, null, state, null, null), client, false); // goto after switch $async$goto = 4; break; case 15: // case - M.createEntity(null, null, context, A.ProjectEntity_ProjectEntity(null, null, state, null).rebuild$1(new E.handleClientAction_closure2(client)), client, false); + M.createEntity(null, null, context, F.PaymentEntity_PaymentEntity(null, null, state).rebuild$1(new E.handleClientAction_closure1(client)), client, false); // goto after switch $async$goto = 4; break; case 16: + // case + M.createEntity(null, null, context, A.ProjectEntity_ProjectEntity(null, null, state, null).rebuild$1(new E.handleClientAction_closure2(client)), client, false); + // goto after switch + $async$goto = 4; + break; + case 17: // case t2 = clientIds.length; if (t2 > 1) { @@ -94143,7 +94241,7 @@ // goto after switch $async$goto = 4; break; - case 17: + case 18: // case t2 = clientIds.length; if (t2 > 1) { @@ -94160,7 +94258,7 @@ // goto after switch $async$goto = 4; break; - case 18: + case 19: // case t2 = clientIds.length; if (t2 > 1) { @@ -94177,7 +94275,7 @@ // goto after switch $async$goto = 4; break; - case 19: + case 20: // case if (store.get$_store$_state().uiState.clientUIState.listUIState.selectedIds == null) J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.StartClientMultiselect()); @@ -94202,12 +94300,15 @@ // goto after switch $async$goto = 4; break; - case 20: + case 21: // case L.showEntityActionsDialog(null, H.setRuntimeTypeInfo([client], type$.JSArray_legacy_BaseEntity), false); // goto after switch $async$goto = 4; break; + case 22: + // default + P.print("## Error: action " + H.S(action) + " not handled in client_actions"); case 4: // after switch case 1: @@ -105759,7 +105860,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 524 + $signature: 526 }; H.initializeEngine_closure0.prototype = { call$0: function() { @@ -105788,7 +105889,7 @@ if (t2 != null) H.invoke(t2, t1._onDrawFrameZone); }, - $signature: 1069 + $signature: 1070 }; H._addUrlStrategyListener_closure.prototype = { call$1: function(jsStrategy) { @@ -105796,7 +105897,7 @@ $._isUrlStrategySet = true; $._customUrlStrategy = t1; }, - $signature: 1166 + $signature: 1167 }; H._addUrlStrategyListener_closure0.prototype = { call$0: function() { @@ -105959,7 +106060,7 @@ call$1: function(e) { return J.$eq$(J.get$name$x(e), "assetBase"); }, - $signature: 109 + $signature: 107 }; H.AssetManager__baseUrl_closure0.prototype = { call$0: function() { @@ -107582,7 +107683,7 @@ this._box_0.errorEnvelopeEncoded = true; } }, - $signature: 365 + $signature: 370 }; H.ClipboardMessageHandler_setDataMethodCall_closure0.prototype = { call$1: function(_) { @@ -107602,7 +107703,7 @@ t1.toString; t1.call$1(C.C_JSONMessageCodec.encodeMessage$1([map])); }, - $signature: 992 + $signature: 993 }; H.ClipboardMessageHandler_getDataMethodCall_closure0.prototype = { call$1: function(error) { @@ -108019,7 +108120,7 @@ } else if (t1 > 5) t.cancel$0(0); }, - $signature: 390 + $signature: 389 }; H.DomRenderer_setPreferredOrientation_closure.prototype = { call$1: function(_) { @@ -112230,7 +112331,7 @@ $.SurfaceSceneBuilder__lastFrameScene = t1._as(C.JSArray_methods.get$first(t2)); return new H.SurfaceScene(t1._as(C.JSArray_methods.get$first(t2)).rootElement); }, - $signature: 1291 + $signature: 1292 }; H.NormalizedGradient.prototype = { setupUniforms$2: function(gl, glProgram) { @@ -112571,7 +112672,7 @@ bSize = t1._dy * t1._dx; return J.compareTo$1$ns(bSize, aSize); }, - $signature: 2154 + $signature: 2155 }; H.PersistedSurfaceState.prototype = { toString$0: function(_) { @@ -112926,7 +113027,7 @@ call$2: function(m1, m2) { return C.JSNumber_methods.compareTo$1(m1.matchQuality, m2.matchQuality); }, - $signature: 2159 + $signature: 2160 }; H._PersistedSurfaceMatch.prototype = { toString$0: function(_) { @@ -113080,14 +113181,14 @@ call$1: function(t1) { return this._box_0._errorSubscription = t1; }, - $signature: 2395 + $signature: 2400 }; H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get.prototype = { call$0: function() { var t1 = this._box_0._errorSubscription; return t1 === $ ? H.throwExpression(H.LateError$localNI("errorSubscription")) : t1; }, - $signature: 908 + $signature: 909 }; H.HtmlCodec__decodeUsingOnLoad_closure.prototype = { call$1: function($event) { @@ -113230,13 +113331,13 @@ call$1: function($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 63 + $signature: 62 }; H.Keyboard$__closure0.prototype = { call$1: function($event) { this.$this._handleHtmlEvent$1($event); }, - $signature: 63 + $signature: 62 }; H.Keyboard$__closure1.prototype = { call$0: function() { @@ -113266,55 +113367,55 @@ if (H._asBoolS(J.$index$asx(C.C_JSONMessageCodec.decodeMessage$1(data), "handled"))) this.event.preventDefault(); }, - $signature: 130 + $signature: 133 }; H._kLogicalKeyToModifierGetter_closure.prototype = { call$1: function($event) { return $event._event.altKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure0.prototype = { call$1: function($event) { return $event._event.altKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure1.prototype = { call$1: function($event) { return $event._event.ctrlKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure2.prototype = { call$1: function($event) { return $event._event.ctrlKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure3.prototype = { call$1: function($event) { return $event._event.shiftKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure4.prototype = { call$1: function($event) { return $event._event.shiftKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure5.prototype = { call$1: function($event) { return $event._event.metaKey; }, - $signature: 150 + $signature: 154 }; H._kLogicalKeyToModifierGetter_closure6.prototype = { call$1: function($event) { return $event._event.metaKey; }, - $signature: 150 + $signature: 154 }; H.KeyboardBinding.prototype = { get$_converter: function() { @@ -113349,7 +113450,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = H.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) return this.handler.call$1($event); }, - $signature: 232 + $signature: 233 }; H.KeyboardBinding__onKeyData_closure.prototype = { call$1: function(handled) { @@ -113491,7 +113592,7 @@ _this.$this.dispatchKeyData.call$1(_this.getData.call$0()); } }, - $signature: 92 + $signature: 88 }; H.KeyboardConverter__scheduleAsyncEvent_closure0.prototype = { call$0: function() { @@ -113505,7 +113606,7 @@ call$0: function() { return new P.KeyData(C.KeyEventType_1, this.physicalKey, this.logicalKey, null); }, - $signature: 628 + $signature: 627 }; H.KeyboardConverter__startGuardingKey_closure0.prototype = { call$0: function() { @@ -113555,13 +113656,13 @@ t1 = C.Map_mC8xL.$index(0, t2); return t1 == null ? J.get$hashCode$(t2) + 34359738368 + 1099511627776 : t1; }, - $signature: 269 + $signature: 298 }; H.KeyboardConverter_handleEvent_closure0.prototype = { call$0: function() { return new P.KeyData(C.KeyEventType_1, this.physicalKey, this.logicalKey, null); }, - $signature: 628 + $signature: 627 }; H.KeyboardConverter_handleEvent_closure1.prototype = { call$0: function() { @@ -113576,7 +113677,7 @@ if (t2.containsValue$1(0, logicalKey) && !getModifier.call$1(this.event)) t2.removeWhere$1(t2, new H.KeyboardConverter_handleEvent__closure(t1, logicalKey, this.timeStamp)); }, - $signature: 2617 + $signature: 2624 }; H.KeyboardConverter_handleEvent__closure.prototype = { call$2: function(physicalKey, logicalRecord) { @@ -113586,7 +113687,7 @@ this.$this.dispatchKeyData.call$1(new P.KeyData(C.KeyEventType_1, physicalKey, t1, null)); return true; }, - $signature: 905 + $signature: 906 }; H.MouseCursor.prototype = {}; H.BrowserHistory.prototype = { @@ -113744,7 +113845,7 @@ H.MultiEntriesBrowserHistory_onPopState_closure.prototype = { call$1: function(_) { }, - $signature: 130 + $signature: 133 }; H.SingleEntryBrowserHistory.prototype = { SingleEntryBrowserHistory$1$urlStrategy: function(urlStrategy) { @@ -113840,12 +113941,12 @@ H.SingleEntryBrowserHistory_onPopState_closure.prototype = { call$1: function(_) { }, - $signature: 130 + $signature: 133 }; H.SingleEntryBrowserHistory_onPopState_closure0.prototype = { call$1: function(_) { }, - $signature: 130 + $signature: 133 }; H.JsUrlStrategy.prototype = {}; H.UrlStrategy.prototype = {}; @@ -113915,21 +114016,21 @@ call$1: function(t1) { return this._box_0._unsubscribe = t1; }, - $signature: 557 + $signature: 553 }; H.HashUrlStrategy__waitForPopState__unsubscribe_get.prototype = { call$0: function() { var t1 = this._box_0._unsubscribe; return t1 === $ ? H.throwExpression(H.LateError$localNI("unsubscribe")) : t1; }, - $signature: 479 + $signature: 474 }; H.HashUrlStrategy__waitForPopState_closure.prototype = { call$1: function(_) { this._unsubscribe_get.call$0().call$0(); this.completer.complete$0(0); }, - $signature: 63 + $signature: 62 }; H.CustomUrlStrategy.prototype = { addPopStateListener$1: function(_, fn) { @@ -114243,13 +114344,13 @@ call$1: function(data) { this.registrationZone.runUnaryGuarded$1$2(this.callback, data, type$.nullable_ByteData); }, - $signature: 130 + $signature: 133 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure.prototype = { call$1: function(assetData) { this.$this._replyToPlatformMessage$2(this.callback, assetData); }, - $signature: 1000 + $signature: 1001 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure0.prototype = { call$1: function(error) { @@ -114262,13 +114363,13 @@ call$1: function(_) { this.$this._replyToPlatformMessage$2(this.callback, C.C_JSONMessageCodec.encodeMessage$1([true])); }, - $signature: 92 + $signature: 88 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure2.prototype = { call$1: function(success) { this.$this._replyToPlatformMessage$2(this.callback, C.C_JSONMessageCodec.encodeMessage$1([success])); }, - $signature: 365 + $signature: 370 }; H.EnginePlatformDispatcher__sendPlatformMessage_closure3.prototype = { call$1: function(handled) { @@ -114278,7 +114379,7 @@ else if (t1 != null) t1.call$1(null); }, - $signature: 365 + $signature: 370 }; H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure.prototype = { call$1: function($event) { @@ -114287,7 +114388,7 @@ t1 = t1 ? C.Brightness_0 : C.Brightness_1; this.$this._updatePlatformBrightness$1(t1); }, - $signature: 63 + $signature: 62 }; H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0.prototype = { call$0: function() { @@ -114306,7 +114407,7 @@ if (t1 != null) t1.call$1(this.data); }, - $signature: 92 + $signature: 88 }; H.invoke3_closure.prototype = { call$0: function() { @@ -114367,7 +114468,7 @@ if ((t1 == null ? $.EngineSemanticsOwner__instance = H.EngineSemanticsOwner$_() : t1).receiveGlobalEvent$1($event)) this.handler.call$1($event); }, - $signature: 63 + $signature: 62 }; H._WheelEventListenerMixin.prototype = { _addWheelEventListener$1: function(handler) { @@ -114452,7 +114553,7 @@ call$1: function($event) { return this.handler.call$1($event); }, - $signature: 232 + $signature: 233 }; H._SanitizedDetails.prototype = { toString$0: function(_) { @@ -114583,13 +114684,13 @@ call$0: function() { return new H._ButtonSanitizer(); }, - $signature: 1027 + $signature: 1028 }; H._PointerAdapter__addPointerEventListener_closure.prototype = { call$1: function($event) { return this.handler.call$1(type$.PointerEvent_2._as($event)); }, - $signature: 232 + $signature: 233 }; H._PointerAdapter_setup_closure.prototype = { call$1: function($event) { @@ -114667,7 +114768,7 @@ call$1: function($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 63 + $signature: 62 }; H._TouchAdapter.prototype = { _addTouchEventListener$2: function(eventName, handler) { @@ -114703,7 +114804,7 @@ call$1: function($event) { return this.handler.call$1(type$.TouchEvent._as($event)); }, - $signature: 232 + $signature: 233 }; H._TouchAdapter_setup_closure.prototype = { call$1: function($event) { @@ -114830,7 +114931,7 @@ call$1: function($event) { return this.handler.call$1(type$.MouseEvent._as($event)); }, - $signature: 232 + $signature: 233 }; H._MouseAdapter_setup_closure.prototype = { call$1: function($event) { @@ -114849,7 +114950,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeDownEvent$2$button$buttons(t3, t4), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 447 + $signature: 330 }; H._MouseAdapter_setup_closure0.prototype = { call$1: function($event) { @@ -114867,7 +114968,7 @@ t1._convertEventsToPointerData$3$data$details$event(pointerData, t2.sanitizeMoveEvent$1$buttons(t3), $event); t1.__engine$_callback.call$1(pointerData); }, - $signature: 447 + $signature: 330 }; H._MouseAdapter_setup_closure1.prototype = { call$1: function($event) { @@ -114879,13 +114980,13 @@ t1.__engine$_callback.call$1(pointerData); } }, - $signature: 447 + $signature: 330 }; H._MouseAdapter_setup_closure2.prototype = { call$1: function($event) { this.$this._handleWheelEvent$1($event); }, - $signature: 63 + $signature: 62 }; H._PointerState.prototype = {}; H.PointerDataConverter.prototype = { @@ -115019,7 +115120,7 @@ call$0: function() { return new H._PointerState(this.x, this.y); }, - $signature: 1199 + $signature: 1200 }; H.Profiler.prototype = {}; H.AccessibilityAnnouncements.prototype = { @@ -115300,13 +115401,13 @@ H.invoke3(t1._onSemanticsAction, t1._onSemanticsActionZone, this.semanticsObject.id, C.SemanticsAction_128, null); } }, - $signature: 63 + $signature: 62 }; H.Incrementable_closure0.prototype = { call$1: function(mode) { this.$this.update$0(0); }, - $signature: 454 + $signature: 686 }; H.LabelAndValue.prototype = { update$0: function(_) { @@ -115536,13 +115637,13 @@ call$1: function(_) { this.$this._gestureModeDidChange$0(); }, - $signature: 454 + $signature: 686 }; H.Scrollable_update_closure1.prototype = { call$1: function(_) { this.$this._recomputeScrollPosition$0(); }, - $signature: 63 + $signature: 62 }; H.SemanticsUpdate.prototype = { dispose$0: function(_) { @@ -115565,25 +115666,25 @@ call$1: function(object) { return H.Incrementable$(object); }, - $signature: 1333 + $signature: 1334 }; H._roleFactories_closure0.prototype = { call$1: function(object) { return new H.Scrollable0(object); }, - $signature: 1340 + $signature: 1341 }; H._roleFactories_closure1.prototype = { call$1: function(object) { return new H.LabelAndValue(object); }, - $signature: 1517 + $signature: 1518 }; H._roleFactories_closure2.prototype = { call$1: function(object) { return new H.Tappable(object); }, - $signature: 1550 + $signature: 1551 }; H._roleFactories_closure3.prototype = { call$1: function(object) { @@ -115625,25 +115726,25 @@ } return t1; }, - $signature: 1588 + $signature: 1589 }; H._roleFactories_closure4.prototype = { call$1: function(object) { return new H.Checkable(H._checkableKindFromSemanticsFlag(object), object); }, - $signature: 1848 + $signature: 1849 }; H._roleFactories_closure5.prototype = { call$1: function(object) { return new H.ImageRoleManager(object); }, - $signature: 1876 + $signature: 1877 }; H._roleFactories_closure6.prototype = { call$1: function(object) { return new H.LiveRegion(object); }, - $signature: 1877 + $signature: 1878 }; H.RoleManager.prototype = {}; H.SemanticsObject.prototype = { @@ -115900,14 +116001,14 @@ call$1: function(t1) { return this._box_0._effectiveTransform0 = t1; }, - $signature: 1950 + $signature: 1951 }; H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get.prototype = { call$0: function() { var t1 = this._box_0._effectiveTransform0; return t1 === $ ? H.throwExpression(H.LateError$localNI("effectiveTransform")) : t1; }, - $signature: 1993 + $signature: 1994 }; H.AccessibilityMode.prototype = { toString$0: function(_) { @@ -116183,7 +116284,7 @@ call$0: function() { return new P.DateTime(Date.now(), false); }, - $signature: 387 + $signature: 386 }; H.EngineSemanticsOwner__getGestureModeClock_closure.prototype = { call$0: function() { @@ -116271,7 +116372,7 @@ call$1: function($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 63 + $signature: 62 }; H.MobileSemanticsEnabler.prototype = { get$isWaitingToEnableSemantics: function() { @@ -116389,7 +116490,7 @@ call$1: function($event) { this.$this.tryEnableSemantics$1($event); }, - $signature: 63 + $signature: 62 }; H.Tappable.prototype = { update$0: function(_) { @@ -116437,7 +116538,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); H.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, C.SemanticsAction_1, null); }, - $signature: 63 + $signature: 62 }; H.SemanticsTextEditingStrategy.prototype = { enable$3$onAction$onChange: function(_, inputConfig, onAction, onChange) { @@ -116618,7 +116719,7 @@ t2 = $.$get$EnginePlatformDispatcher__instance(); H.invoke3(t2._onSemanticsAction, t2._onSemanticsActionZone, t1.id, C.SemanticsAction_1, null); }, - $signature: 63 + $signature: 62 }; H.TextField__initializeForWebkit_closure.prototype = { call$1: function($event) { @@ -116637,7 +116738,7 @@ C.JSNumber_methods.round$0(t2.clientX); t1.lastTouchStartOffsetY = C.JSNumber_methods.round$0(t2.clientY); }, - $signature: 63 + $signature: 62 }; H.TextField__initializeForWebkit_closure0.prototype = { call$1: function($event) { @@ -116662,7 +116763,7 @@ } t1.lastTouchStartOffsetY = t1.lastTouchStartOffsetX = null; }, - $signature: 63 + $signature: 62 }; H.TextField_update_closure.prototype = { call$0: function() { @@ -117072,7 +117173,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 120 + $signature: 121 }; H.StandardMethodCodec.prototype = { decodeMethodCall$1: function(methodCall) { @@ -117351,14 +117452,14 @@ call$1: function(t1) { return this._box_0._element0 = t1; }, - $signature: 2181 + $signature: 2182 }; H.CanvasParagraph__createDomElement__element_get.prototype = { call$0: function() { var t1 = this._box_0._element0; return t1 === $ ? H.throwExpression(H.LateError$localNI("element")) : t1; }, - $signature: 2275 + $signature: 2276 }; H.FlatTextSpan.prototype = {$isParagraphSpan: 1}; H.StyleNode.prototype = { @@ -117764,7 +117865,7 @@ call$1: function(_) { document.fonts.add(this.fontFace); }, - $signature: 2364 + $signature: 2368 }; H.FontManager__loadFontFace_closure0.prototype = { call$1: function(e) { @@ -117834,14 +117935,14 @@ call$1: function(t1) { return this._box_0.__fontLoadStart = t1; }, - $signature: 2388 + $signature: 2393 }; H._PolyfillFontManager_registerAsset___fontLoadStart_get.prototype = { call$0: function() { var t1 = this._box_0.__fontLoadStart; return t1 === $ ? H.throwExpression(H.LateError$localNI("_fontLoadStart")) : t1; }, - $signature: 387 + $signature: 386 }; H._PolyfillFontManager_registerAsset__watchWidth.prototype = { call$0: function() { @@ -117864,7 +117965,7 @@ call$1: function($name) { return H.S($name) + ": " + H.S(this.fontStyleMap.$index(0, $name)) + ";"; }, - $signature: 107 + $signature: 105 }; H.TextLayoutService.prototype = { performLayout$1: function(constraints) { @@ -118607,13 +118708,13 @@ call$2: function(style, ruler) { ruler.dispose$0(0); }, - $signature: 2418 + $signature: 2426 }; H.RulerManager_cleanUpRulerCache_closure.prototype = { call$2: function(a, b) { return b._hitCount - a._hitCount; }, - $signature: 2585 + $signature: 2596 }; H.TextMeasurementService.prototype = { measure$2: function(_, paragraph, constraints) { @@ -120296,7 +120397,7 @@ call$1: function(e) { J.preventDefault$0$x(e); }, - $signature: 63 + $signature: 62 }; H.EngineAutofillForm_addInputEventListeners_closure.prototype = { call$1: function(key) { @@ -120305,7 +120406,7 @@ t2.toString; this.subscriptions.push(W._EventStreamSubscription$(t2, "input", new H.EngineAutofillForm_addInputEventListeners__closure(t1, key, t2), false, type$._ElementEventStreamImpl_legacy_Event._precomputed1)); }, - $signature: 86 + $signature: 84 }; H.EngineAutofillForm_addInputEventListeners__closure.prototype = { call$1: function(e) { @@ -120916,7 +121017,7 @@ call$1: function($event) { this.$this.__engine$_handleChange$1($event); }, - $signature: 911 + $signature: 912 }; H.FirefoxTextEditingStrategy_addEventHandlers_closure0.prototype = { call$1: function(_) { @@ -121009,7 +121110,7 @@ call$2: function(identifier, form) { type$.InputElement._as(J.get$first$ax(form.getElementsByClassName("submitBtn"))).click(); }, - $signature: 934 + $signature: 935 }; H.TextEditingChannel.prototype = { handleTextInput$2: function(data, callback) { @@ -121082,14 +121183,14 @@ else throw H.wrapException(H.LateError$localAI("command")); }, - $signature: 943 + $signature: 944 }; H.TextEditingChannel_handleTextInput__command_get.prototype = { call$0: function() { var t1 = this._box_0._command; return t1 === $ ? H.throwExpression(H.LateError$localNI("command")) : t1; }, - $signature: 990 + $signature: 991 }; H.TextEditingChannel_handleTextInput_closure.prototype = { call$0: function() { @@ -121175,7 +121276,7 @@ t2.toString; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", C.C_JSONMethodCodec.encodeMethodCall$1(new H.MethodCall0("TextInputClient.updateEditingState", [t1, editingState.toFlutter$0()])), H._engine___emptyCallback$closure()); }, - $signature: 991 + $signature: 992 }; H.HybridTextEditing__startEditing_closure.prototype = { call$1: function(inputAction) { @@ -121185,7 +121286,7 @@ t2.toString; $.$get$EnginePlatformDispatcher__instance().invokeOnPlatformMessage$3("flutter/textinput", C.C_JSONMethodCodec.encodeMethodCall$1(new H.MethodCall0("TextInputClient.performAction", [t1, inputAction])), H._engine___emptyCallback$closure()); }, - $signature: 231 + $signature: 232 }; H.EditableTextStyle.prototype = { applyToDomElement$1: function(domElement) { @@ -121989,7 +122090,7 @@ } } }, - $signature: 654 + $signature: 629 }; H._HeaderValue__parse_done.prototype = { call$0: function() { @@ -122031,7 +122132,7 @@ } return C.JSString_methods.substring$2(t3, start, t1.index); }, - $signature: 65 + $signature: 68 }; H._HeaderValue__parse_expect.prototype = { call$1: function(expected) { @@ -122040,7 +122141,7 @@ throw H.wrapException(H.HttpException$("Failed to parse header value", null)); ++_this._box_0.index; }, - $signature: 86 + $signature: 84 }; H._HeaderValue__parse_maybeExpect.prototype = { call$1: function(expected) { @@ -122050,7 +122151,7 @@ ++_this._box_0.index; return true; }, - $signature: 78 + $signature: 81 }; H._HeaderValue__parse_parseParameters.prototype = { call$0: function() { @@ -122099,7 +122200,7 @@ } return C.JSString_methods.substring$2(t3, start, t1.index).toLowerCase(); }, - $signature: 65 + $signature: 68 }; H._HeaderValue__parse_parseParameters_parseParameterValue.prototype = { call$0: function() { @@ -122128,7 +122229,7 @@ } else return _this.parseValue.call$0(); }, - $signature: 65 + $signature: 68 }; H._ContentType.prototype = {}; J.Interceptor.prototype = { @@ -123878,7 +123979,7 @@ call$0: function() { return P.Future_Future$value(null, type$.Null); }, - $signature: 366 + $signature: 365 }; H.NotNullableError.prototype = { toString$0: function(_) { @@ -124862,7 +124963,7 @@ call$0: function() { return C.JSNumber_methods.floor$0(1000 * this.performance.now()); }, - $signature: 269 + $signature: 298 }; H.Primitives_functionNoSuchMethod_closure.prototype = { call$2: function($name, argument) { @@ -124872,7 +124973,7 @@ this.$arguments.push(argument); ++t1.argumentCount; }, - $signature: 110 + $signature: 109 }; H.TypeErrorDecoder.prototype = { matchTypeError$1: function(message) { @@ -125343,13 +125444,13 @@ call$2: function(o, tag) { return this.getUnknownTag(o, tag); }, - $signature: 1203 + $signature: 1204 }; H.initHooks_closure1.prototype = { call$1: function(tag) { return this.prototypeForTag(tag); }, - $signature: 1238 + $signature: 1239 }; H.JSSyntaxRegExp.prototype = { toString$0: function(_) { @@ -125878,7 +125979,7 @@ t2 = this.span; t1.firstChild ? t1.removeChild(t2) : t1.appendChild(t2); }, - $signature: 1305 + $signature: 1306 }; P._AsyncRun__scheduleImmediateJsOverride_internalCallback.prototype = { call$0: function() { @@ -125989,7 +126090,7 @@ call$1: function(result) { return this.bodyFunction.call$2(0, result); }, - $signature: 80 + $signature: 82 }; P._awaitOnObject_closure0.prototype = { call$2: function(error, stackTrace) { @@ -125997,7 +126098,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 417 + $signature: 416 }; P._wrapJsFunctionForAsync_closure.prototype = { call$2: function(errorCode, result) { @@ -126005,7 +126106,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1367 + $signature: 1368 }; P._asyncStarHelper_closure.prototype = { call$0: function() { @@ -126085,7 +126186,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1401 + $signature: 1402 }; P._AsyncStarStreamController__closure.prototype = { call$0: function() { @@ -126576,27 +126677,27 @@ call$1: function(t1) { return this._box_0._error = t1; }, - $signature: 1653 + $signature: 1654 }; P.Future_wait__stackTrace_set.prototype = { call$1: function(t1) { return this._box_0._stackTrace0 = t1; }, - $signature: 1692 + $signature: 1693 }; P.Future_wait__error_get.prototype = { call$0: function() { var t1 = this._box_0._error; return t1 === $ ? H.throwExpression(H.LateError$localNI("error")) : t1; }, - $signature: 1839 + $signature: 1840 }; P.Future_wait__stackTrace_get.prototype = { call$0: function() { var t1 = this._box_0._stackTrace0; return t1 === $ ? H.throwExpression(H.LateError$localNI("stackTrace")) : t1; }, - $signature: 1845 + $signature: 1846 }; P.Future_wait_handleError.prototype = { call$2: function(theError, theStackTrace) { @@ -126616,7 +126717,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 132 + $signature: 127 }; P.Future_wait_closure.prototype = { call$1: function(value) { @@ -126946,7 +127047,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; P._Future__chainForeignFuture_closure1.prototype = { call$0: function() { @@ -127025,7 +127126,7 @@ call$1: function(_) { return this.originalSource; }, - $signature: 1874 + $signature: 1875 }; P._Future__propagateToListeners_handleValueCallback.prototype = { call$0: function() { @@ -127101,7 +127202,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; P._AsyncCallbackEntry.prototype = {}; P.Stream.prototype = { @@ -127192,7 +127293,7 @@ call$1: function(_) { return this.streamConsumer.close$0(0); }, - $signature: 554 + $signature: 540 }; P.Stream_fold_closure.prototype = { call$0: function() { @@ -127254,7 +127355,7 @@ P.Stream_forEach__closure0.prototype = { call$1: function(_) { }, - $signature: 92 + $signature: 88 }; P.Stream_length_closure.prototype = { call$1: function(_) { @@ -127608,7 +127709,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; P._AddStreamState_cancel_closure.prototype = { call$0: function() { @@ -128238,7 +128339,7 @@ call$2: function(error, stackTrace) { P._cancelAndError(this.subscription, this.future, error, stackTrace); }, - $signature: 132 + $signature: 127 }; P._cancelAndValue_closure.prototype = { call$0: function() { @@ -129216,7 +129317,7 @@ call$1: function(v) { return this.K._is(v); }, - $signature: 109 + $signature: 107 }; P._HashMapKeyIterable.prototype = { get$length: function(_) { @@ -129318,7 +129419,7 @@ call$1: function(v) { return this.K._is(v); }, - $signature: 109 + $signature: 107 }; P._HashSet.prototype = { _newSet$0: function() { @@ -129752,7 +129853,7 @@ call$2: function(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 120 + $signature: 121 }; P.IterableMixin.prototype = { map$1$1: function(_, f, $T) { @@ -129862,7 +129963,7 @@ call$2: function(k, v) { this.result.$indexSet(0, this.K._as(k), this.V._as(v)); }, - $signature: 120 + $signature: 121 }; P.LinkedList.prototype = { add$1: function(_, entry) { @@ -130289,7 +130390,7 @@ t1._contents = t2 + ": "; t1._contents += H.S(v); }, - $signature: 228 + $signature: 229 }; P.MapMixin.prototype = { cast$2$0: function(receiver, RK, RV) { @@ -131266,7 +131367,7 @@ call$1: function(a) { return this.K._is(a); }, - $signature: 109 + $signature: 107 }; P.SplayTreeMap_addAll_closure.prototype = { call$2: function(key, value) { @@ -131519,7 +131620,7 @@ call$1: function(v) { return this.E._is(v); }, - $signature: 109 + $signature: 107 }; P.SplayTreeSet__copyNode_copyChildren.prototype = { call$2: function(node, dest) { @@ -131698,13 +131799,13 @@ call$1: function(each) { return this.$this.$index(0, each); }, - $signature: 1981 + $signature: 1982 }; P._JsonMap_addAll_closure.prototype = { call$2: function(key, value) { this.$this.$indexSet(0, key, value); }, - $signature: 110 + $signature: 109 }; P._JsonMapKeyIterable.prototype = { get$length: function(_) { @@ -132262,7 +132363,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 228 + $signature: 229 }; P._JsonPrettyPrintMixin.prototype = { writeList$1: function(list) { @@ -132327,7 +132428,7 @@ t2.i = i + 1; t1[i] = value; }, - $signature: 228 + $signature: 229 }; P._JsonStringStringifier.prototype = { get$_partialResult: function() { @@ -132622,7 +132723,7 @@ call$2: function(key, value) { this.result.$indexSet(0, key.__internal$_name, value); }, - $signature: 536 + $signature: 500 }; P.NoSuchMethodError_toString_closure.prototype = { call$2: function(key, value) { @@ -132635,7 +132736,7 @@ t1._contents += P.Error_safeToString(value); t2.comma = ", "; }, - $signature: 536 + $signature: 500 }; P._BigIntImpl.prototype = { $negate: function(_) { @@ -132981,7 +133082,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 346 + $signature: 331 }; P._BigIntImpl_hashCode_finish.prototype = { call$1: function(hash) { @@ -132989,7 +133090,7 @@ hash ^= hash >>> 11; return hash + ((hash & 16383) << 15) & 536870911; }, - $signature: 171 + $signature: 168 }; P._BigIntImpl_toDouble_readBits.prototype = { call$1: function(n) { @@ -133015,7 +133116,7 @@ t1.cachedBitsLength = t4; return result; }, - $signature: 171 + $signature: 168 }; P._BigIntImpl_toDouble_roundUp.prototype = { call$0: function() { @@ -133112,7 +133213,7 @@ return 0; return P.int_parse(matched, null); }, - $signature: 594 + $signature: 585 }; P.DateTime_parse_parseMilliAndMicroseconds.prototype = { call$1: function(matched) { @@ -133126,7 +133227,7 @@ } return result; }, - $signature: 594 + $signature: 585 }; P.Duration.prototype = { $add: function(_, other) { @@ -133185,7 +133286,7 @@ return "0000" + n; return "00000" + n; }, - $signature: 303 + $signature: 302 }; P.Duration_toString_twoDigits.prototype = { call$1: function(n) { @@ -133193,7 +133294,7 @@ return "" + n; return "0" + n; }, - $signature: 303 + $signature: 302 }; P.Error.prototype = { get$stackTrace: function() { @@ -133736,7 +133837,7 @@ call$2: function(msg, position) { throw H.wrapException(P.FormatException$("Illegal IPv4 address, " + msg, this.host, position)); }, - $signature: 2191 + $signature: 2192 }; P.Uri_parseIPv6Address_error.prototype = { call$2: function(msg, position) { @@ -133745,7 +133846,7 @@ call$1: function(msg) { return this.call$2(msg, null); }, - $signature: 2221 + $signature: 2222 }; P.Uri_parseIPv6Address_parseHex.prototype = { call$2: function(start, end) { @@ -133757,7 +133858,7 @@ this.error.call$2("each part must be in the range of `0x0..0xFFFF`", start); return value; }, - $signature: 346 + $signature: 331 }; P._Uri.prototype = { get$_text: function() { @@ -134043,7 +134144,7 @@ call$1: function(s) { return P._Uri__uriEncode(C.List_qg40, s, C.C_Utf8Codec, false); }, - $signature: 107 + $signature: 105 }; P._Uri__makeQuery_writeParameter.prototype = { call$2: function(key, value) { @@ -134057,7 +134158,7 @@ t1._contents += H.S(P._Uri__uriEncode(C.List_nxB, value, C.C_Utf8Codec, true)); } }, - $signature: 654 + $signature: 629 }; P._Uri__makeQuery_closure.prototype = { call$2: function(key, value) { @@ -134068,7 +134169,7 @@ for (t1 = J.get$iterator$ax(value), t2 = this.writeParameter; t1.moveNext$0();) t2.call$2(key, t1.get$current(t1)); }, - $signature: 110 + $signature: 109 }; P.UriData.prototype = { get$uri: function() { @@ -134099,7 +134200,7 @@ C.NativeUint8List_methods.fillRange$3(t1, 0, 96, defaultTransition); return t1; }, - $signature: 2248 + $signature: 2249 }; P._createTables_setChars.prototype = { call$3: function(target, chars, transition) { @@ -134107,7 +134208,7 @@ for (t1 = chars.length, i = 0; i < t1; ++i) target[C.JSString_methods._codeUnitAt$1(chars, i) ^ 96] = transition; }, - $signature: 615 + $signature: 612 }; P._createTables_setRange.prototype = { call$3: function(target, range, transition) { @@ -134115,7 +134216,7 @@ for (i = C.JSString_methods._codeUnitAt$1(range, 0), n = C.JSString_methods._codeUnitAt$1(range, 1); i <= n; ++i) target[(i ^ 96) >>> 0] = transition; }, - $signature: 615 + $signature: 612 }; P._SimpleUri.prototype = { get$hasScheme: function() { @@ -134500,7 +134601,7 @@ call$1: function(value) { this.completer.complete$1(0, value); }, - $signature: 2281 + $signature: 2282 }; W.CanvasRenderingContext2D.prototype = { fillText$3: function(receiver, text, x, y) { @@ -134983,7 +135084,7 @@ call$1: function(e) { return !this.test.call$1(e); }, - $signature: 2290 + $signature: 2291 }; W._FrozenElementList.prototype = { get$length: function(_) { @@ -135113,7 +135214,7 @@ call$1: function(e) { return type$.Element._is(e); }, - $signature: 620 + $signature: 622 }; W.EmbedElement.prototype = { set$height: function(receiver, value) { @@ -135152,7 +135253,7 @@ call$1: function(error) { this.completer.completeError$1(error); }, - $signature: 2367 + $signature: 2374 }; W.Event.prototype = { get$target: function(receiver) { @@ -135554,13 +135655,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 110 + $signature: 109 }; W.MidiInputMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 110 + $signature: 109 }; W.MidiOutputMap.prototype = { addAll$1: function(receiver, other) { @@ -135619,13 +135720,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 110 + $signature: 109 }; W.MidiOutputMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 110 + $signature: 109 }; W.MidiPort.prototype = { get$id: function(receiver) { @@ -136109,13 +136210,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 110 + $signature: 109 }; W.RtcStatsReport_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 110 + $signature: 109 }; W.ScreenOrientation.prototype = { unlock$0: function(receiver) { @@ -136296,19 +136397,19 @@ call$2: function(k, v) { this.$this.setItem(k, v); }, - $signature: 101 + $signature: 111 }; W.Storage_keys_closure.prototype = { call$2: function(k, v) { return this.keys.push(k); }, - $signature: 101 + $signature: 111 }; W.Storage_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 101 + $signature: 111 }; W.StyleElement.prototype = {}; W.StyleSheet.prototype = {$isStyleSheet: 1}; @@ -136621,7 +136722,7 @@ call$1: function($event) { this.controller.add$1(0, new W._BeforeUnloadEvent($event)); }, - $signature: 2403 + $signature: 2407 }; W.WorkerGlobalScope.prototype = {$isWorkerGlobalScope: 1}; W._Attr.prototype = { @@ -137053,7 +137154,7 @@ call$2: function(k, v) { this.$this._html$_element.setAttribute(k, v); }, - $signature: 101 + $signature: 111 }; W._ElementAttributeMap.prototype = { containsKey$1: function(_, key) { @@ -137160,28 +137261,28 @@ var t1 = this.$this; t1._attributes._html$_element.setAttribute("data-" + t1._toHyphenedName$1(k), v); }, - $signature: 101 + $signature: 111 }; W._DataAttributeMap_forEach_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.f.call$2(this.$this._toCamelCase$1(C.JSString_methods.substring$1(key, 5)), value); }, - $signature: 101 + $signature: 111 }; W._DataAttributeMap_keys_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.keys.push(this.$this._toCamelCase$1(C.JSString_methods.substring$1(key, 5))); }, - $signature: 101 + $signature: 111 }; W._DataAttributeMap_values_closure.prototype = { call$2: function(key, value) { if (J.startsWith$1$s(key, "data-")) this.values.push(value); }, - $signature: 101 + $signature: 111 }; W.EventStreamProvider.prototype = {}; W._EventStream.prototype = { @@ -137390,13 +137491,13 @@ call$1: function(x) { return !C.JSArray_methods.contains$1(C.List_yrN, x); }, - $signature: 78 + $signature: 81 }; W._SimpleNodeValidator_closure0.prototype = { call$1: function(x) { return C.JSArray_methods.contains$1(C.List_yrN, x); }, - $signature: 78 + $signature: 81 }; W._TemplatingNodeValidator.prototype = { allowsAttribute$3: function(element, attributeName, value) { @@ -137413,7 +137514,7 @@ call$1: function(attr) { return "TEMPLATE::" + H.S(attr); }, - $signature: 107 + $signature: 105 }; W._SvgNodeValidator.prototype = { allowsElement$1: function(element) { @@ -137647,7 +137748,7 @@ child = nextChild; } }, - $signature: 2433 + $signature: 2438 }; W._CssStyleDeclaration_Interceptor_CssStyleDeclarationBase.prototype = {}; W._DomRectList_Interceptor_ListMixin.prototype = {}; @@ -137772,7 +137873,7 @@ call$2: function(key, value) { this._box_0.copy[key] = this.$this.walk$1(value); }, - $signature: 120 + $signature: 121 }; P._StructuredClone_walk_closure0.prototype = { call$2: function(key, value) { @@ -137851,19 +137952,19 @@ J.$indexSet$ax(t1, key, t2); return t2; }, - $signature: 2462 + $signature: 2469 }; P._convertDartToNative_Value_closure.prototype = { call$1: function(element) { this.array.push(P._convertDartToNative_Value(element)); }, - $signature: 80 + $signature: 82 }; P.convertDartToNative_Dictionary_closure.prototype = { call$2: function(key, value) { this.object[key] = P._convertDartToNative_Value(value); }, - $signature: 120 + $signature: 121 }; P._StructuredCloneDart2Js.prototype = { forEachObjectKey$2: function(object, action) { @@ -137986,19 +138087,19 @@ call$1: function(n) { return type$.Element._is(n); }, - $signature: 620 + $signature: 622 }; P.FilteredElementList__iterable_closure0.prototype = { call$1: function(n) { return type$.Element._as(n); }, - $signature: 2494 + $signature: 2496 }; P.FilteredElementList_removeRange_closure.prototype = { call$1: function(el) { return J.remove$0$ax(el); }, - $signature: 80 + $signature: 82 }; P.Cursor.prototype = {}; P.CursorWithValue.prototype = { @@ -138178,7 +138279,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 373 + $signature: 353 }; P._FileStream__closeFile_done.prototype = { call$0: function() { @@ -138213,7 +138314,7 @@ if (t1._atEnd) t1._closeFile$0(); }, - $signature: 2495 + $signature: 2504 }; P._FileStream__readBlock_closure0.prototype = { call$2: function(e, s) { @@ -138269,7 +138370,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 120 + $signature: 121 }; P._File.prototype = { open$1$mode: function(_, mode) { @@ -138292,7 +138393,7 @@ t1 = P._exceptionFromResponse(response, "Cannot open file", this.$this._path); throw H.wrapException(t1); }, - $signature: 2778 + $signature: 2801 }; P._File_length_closure.prototype = { call$1: function(response) { @@ -138301,7 +138402,7 @@ t1 = P._exceptionFromResponse(response, "Cannot retrieve length of file", this.$this._path); throw H.wrapException(t1); }, - $signature: 3050 + $signature: 3071 }; P.FileSystemEntityType.prototype = { toString$0: function(_) { @@ -138331,19 +138432,19 @@ call$1: function(o) { return new P.JsFunction(o); }, - $signature: 754 + $signature: 755 }; P._wrapToDart_closure0.prototype = { call$1: function(o) { return new P.JsArray(o, type$.JsArray_dynamic); }, - $signature: 756 + $signature: 757 }; P._wrapToDart_closure1.prototype = { call$1: function(o) { return new P.JsObject(o); }, - $signature: 764 + $signature: 765 }; P.JsObject.prototype = { $index: function(_, property) { @@ -138480,7 +138581,7 @@ call$1: function(r) { return this.completer.complete$1(0, r); }, - $signature: 80 + $signature: 82 }; P.promiseToFuture_closure0.prototype = { call$1: function(e) { @@ -138488,7 +138589,7 @@ return this.completer.completeError$1(new P.NullRejectionException(e === undefined)); return this.completer.completeError$1(e); }, - $signature: 80 + $signature: 82 }; P._JSRandom.prototype = { nextInt$1: function(max) { @@ -139020,7 +139121,7 @@ call$0: function() { return new P._Channel(P.ListQueue$(1, type$._StoredMessage), 1); }, - $signature: 876 + $signature: 877 }; P.OffsetBase.prototype = { $lt: function(_, other) { @@ -139526,7 +139627,7 @@ callback.call$1(new H.HtmlCodec(this.uri.toString$0(0), this.chunkCallback)); return null; }, - $signature: 903 + $signature: 904 }; P.Shadow.prototype = { $eq: function(_, other) { @@ -140043,13 +140144,13 @@ call$2: function(k, v) { return this.keys.push(k); }, - $signature: 110 + $signature: 109 }; P.AudioParamMap_values_closure.prototype = { call$2: function(k, v) { return this.values.push(v); }, - $signature: 110 + $signature: 109 }; P.AudioTrack.prototype = { get$id: function(receiver) { @@ -142095,7 +142196,7 @@ call$1: function(_) { return this.$this.afterFirstLayout$1(this.context); }, - $signature: 26 + $signature: 27 }; D.BoardItemState_build_closure3.prototype = { call$1: function(otd) { @@ -142121,7 +142222,7 @@ t1.initialY = t4; } }, - $signature: 100 + $signature: 98 }; D.BoardItemState_build_closure2.prototype = { call$0: function() { @@ -142260,7 +142361,7 @@ t1.leftListX = t2; } }, - $signature: 100 + $signature: 98 }; O.BoardListState_build_closure1.prototype = { call$0: function() { @@ -142305,7 +142406,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 131 + $signature: 136 }; O._BoardListState_State_AutomaticKeepAliveClientMixin.prototype = { initState$0: function() { @@ -143150,7 +143251,7 @@ if (_shown !== t1.shown) t1.setState$1(new N.BoardViewState_build__closure5(t1, _shown)); }, - $signature: 26 + $signature: 27 }; N.BoardViewState_build__closure5.prototype = { call$0: function() { @@ -143191,7 +143292,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 131 + $signature: 136 }; N.BoardViewState_build_closure1.prototype = { call$0: function() { @@ -143263,7 +143364,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure2()); }, - $signature: 26 + $signature: 27 }; N.BoardViewState_build__closure2.prototype = { call$0: function() { @@ -143284,7 +143385,7 @@ t1.setState$1(new N.BoardViewState_build__closure0()); } }, - $signature: 926 + $signature: 927 }; N.BoardViewState_build__closure0.prototype = { call$0: function() { @@ -143303,7 +143404,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure1()); }, - $signature: 226 + $signature: 227 }; N.BoardViewState_build__closure1.prototype = { call$0: function() { @@ -143333,7 +143434,7 @@ if (t1._framework$_element != null) t1.setState$1(new N.BoardViewState_build__closure()); }, - $signature: 935 + $signature: 936 }; N.BoardViewState_build__closure.prototype = { call$0: function() { @@ -143621,7 +143722,7 @@ call$2: function(h, i) { return A._combine(h, J.get$hashCode$(i)); }, - $signature: 541 + $signature: 533 }; D.BuiltList.prototype = { rebuild$1: function(updates) { @@ -144263,14 +144364,14 @@ var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 120 + $signature: 121 }; A.MapBuilder_replace_closure0.prototype = { call$2: function(key, value) { var t1 = this.$this.$ti; this.replacement.$indexSet(0, t1._precomputed1._as(key), t1._rest[1]._as(value)); }, - $signature: 120 + $signature: 121 }; X.BuiltSet.prototype = { get$hashCode: function(_) { @@ -144669,7 +144770,7 @@ $._indentingBuiltValueToStringHelperIndent = $._indentingBuiltValueToStringHelperIndent + 2; return new Y.IndentingBuiltValueToStringHelper(t1); }, - $signature: 960 + $signature: 961 }; Y.IndentingBuiltValueToStringHelper.prototype = { add$2: function(_, field, value) { @@ -144805,7 +144906,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 965 + $signature: 966 }; U.Serializers_Serializers_closure0.prototype = { call$0: function() { @@ -144814,7 +144915,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 967 + $signature: 968 }; U.Serializers_Serializers_closure1.prototype = { call$0: function() { @@ -144823,7 +144924,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 968 + $signature: 969 }; U.Serializers_Serializers_closure2.prototype = { call$0: function() { @@ -144831,7 +144932,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 973 + $signature: 974 }; U.Serializers_Serializers_closure3.prototype = { call$0: function() { @@ -144840,7 +144941,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 987 + $signature: 988 }; U.FullType.prototype = { $eq: function(_, other) { @@ -145241,13 +145342,13 @@ call$1: function(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 141 + $signature: 149 }; R.BuiltListMultimapSerializer_deserialize_closure.prototype = { call$1: function(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 685 + $signature: 677 }; K.BuiltListSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtList, specifiedType) { @@ -145285,13 +145386,13 @@ call$1: function(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 141 + $signature: 149 }; K.BuiltListSerializer_deserialize_closure.prototype = { call$1: function(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 141 + $signature: 149 }; K.BuiltMapSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtMap, specifiedType) { @@ -145425,13 +145526,13 @@ call$1: function(value) { return this.serializers.serialize$2$specifiedType(value, this.valueType); }, - $signature: 141 + $signature: 149 }; R.BuiltSetMultimapSerializer_deserialize_closure.prototype = { call$1: function(value) { return this.serializers.deserialize$2$specifiedType(value, this.valueType); }, - $signature: 141 + $signature: 149 }; O.BuiltSetSerializer.prototype = { serialize$3$specifiedType: function(serializers, builtSet, specifiedType) { @@ -145469,13 +145570,13 @@ call$1: function(item) { return this.serializers.serialize$2$specifiedType(item, this.elementType); }, - $signature: 141 + $signature: 149 }; O.BuiltSetSerializer_deserialize_closure.prototype = { call$1: function(item) { return this.serializers.deserialize$2$specifiedType(item, this.elementType); }, - $signature: 141 + $signature: 149 }; Z.DateTimeSerializer.prototype = { serialize$3$specifiedType: function(serializers, dateTime, specifiedType) { @@ -145880,7 +145981,7 @@ call$1: function(value) { return value == null; }, - $signature: 109 + $signature: 107 }; T.StandardJsonPlugin__toList_closure0.prototype = { call$2: function(key, value) { @@ -145895,13 +145996,13 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 120 + $signature: 121 }; T.StandardJsonPlugin__toListUsingDiscriminator_closure.prototype = { call$1: function(value) { return value == null; }, - $signature: 109 + $signature: 107 }; T.StandardJsonPlugin__toListUsingDiscriminator_closure0.prototype = { call$2: function(key, value) { @@ -145918,7 +146019,7 @@ t1[t3 + 1] = value; t2.i = t3 + 2; }, - $signature: 120 + $signature: 121 }; A.CachedNetworkImage.prototype = { build$1: function(_, context) { @@ -146142,7 +146243,7 @@ call$2: function(bytes, total) { this.chunkEvents.add$1(0, new L.ImageChunkEvent(bytes, total)); }, - $signature: 350 + $signature: 348 }; Z.ImageRenderMethodForWeb.prototype = { toString$0: function(_) { @@ -146302,7 +146403,7 @@ t1._multi_image_stream_completer$_decodeNextFrameAndSchedule$0(); } }, - $signature: 509 + $signature: 507 }; B.MultiImageStreamCompleter_closure0.prototype = { call$2: function(error, stack) { @@ -146310,7 +146411,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 417 + $signature: 416 }; B.MultiImageStreamCompleter_closure1.prototype = { call$2: function(error, stack) { @@ -146318,7 +146419,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 417 + $signature: 416 }; T.StringCharacters.prototype = { get$iterator: function(_) { @@ -147078,13 +147179,13 @@ call$1: function(_) { return null; }, - $signature: 510 + $signature: 509 }; T.BaseBarRenderer_preprocessSeries__closure1.prototype = { call$0: function() { return P.LinkedHashMap_LinkedHashMap$_empty(type$.String, type$.BaseBarRendererElement); }, - $signature: 1032 + $signature: 1033 }; T.BaseBarRenderer_preprocessSeries__closure2.prototype = { call$1: function(index) { @@ -147094,7 +147195,7 @@ t1.toString; return t1; }, - $signature: 1037 + $signature: 1038 }; T.BaseBarRenderer_preprocessSeries_closure0.prototype = { call$1: function(series) { @@ -147135,7 +147236,7 @@ call$2: function(a, b) { return a + b; }, - $signature: 326 + $signature: 293 }; T.BaseBarRenderer_update_closure.prototype = { call$1: function(series) { @@ -147236,7 +147337,7 @@ call$0: function() { return P.LinkedHashSet_LinkedHashSet$_empty(type$.String); }, - $signature: 1076 + $signature: 1077 }; T.BaseBarRenderer_update_closure0.prototype = { call$2: function(key, barStackList) { @@ -147353,7 +147454,7 @@ t1.toString; C.JSArray_methods.addAll$1(this.matchingSegments, J.where$1$ax(t1, this.where)); }, - $signature: 86 + $signature: 84 }; T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure.prototype = { call$1: function(bar) { @@ -147419,13 +147520,13 @@ call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_int); }, - $signature: 1089 + $signature: 1090 }; T._ReversedSeriesIterator_closure0.prototype = { call$2: function(_, indices) { return C.JSArray_methods.addAll$1(this.$this._visitIndex, J.get$reversed$ax(indices)); }, - $signature: 1091 + $signature: 1092 }; A.BaseBarRendererConfig.prototype = { $eq: function(_, other) { @@ -148299,13 +148400,13 @@ t1.set$textStyle(0, this.wholeLabel._text_element$_textStyle); return t1; }, - $signature: 1092 + $signature: 1093 }; R.BaseTickDrawStrategy_getLabelWidth_closure.prototype = { call$1: function(line) { return line.get$measurement().horizontalSliceWidth; }, - $signature: 1093 + $signature: 1094 }; R._PixelVerticalDirection.prototype = { toString$0: function(_) { @@ -149370,7 +149471,7 @@ call$1: function(value) { return value == null ? "" : this.numberFormat.format$1(value); }, - $signature: 550 + $signature: 549 }; K.BaseTickProvider.prototype = { createTicks$8$context$formatter$formatterValueCache$graphicsFactory$scale$stepSize$tickDrawStrategy: function(domainValues, context, formatter, formatterValueCache, graphicsFactory, scale, stepSize, tickDrawStrategy) { @@ -149703,14 +149804,14 @@ call$1: function(t1) { return this._box_0._currentTicks = t1; }, - $signature: 1107 + $signature: 1108 }; L.TimeRangeTickProviderImpl_getTicks__currentTicks_get.prototype = { call$0: function() { var t1 = this._box_0._currentTicks; return t1 === $ ? H.throwExpression(H.LateError$localNI("currentTicks")) : t1; }, - $signature: 1134 + $signature: 1135 }; Y.TimeStepIteratorFactory.prototype = {}; R.TimeTickFormatterImpl.prototype = { @@ -149927,32 +150028,32 @@ axis.context = t1; axis.tickDrawStrategy = Y.NoneDrawStrategy$(t1, this.graphicsFactory, type$.num); }, - $signature: 225 + $signature: 226 }; L.CartesianChart_makeSeries_closure.prototype = { call$1: function(_) { return 0; }, - $signature: 1171 + $signature: 1172 }; L.CartesianChart_preprocessSeries_closure.prototype = { call$2: function(axisId, axis) { this.$this.addView$1(axis); }, - $signature: 225 + $signature: 226 }; L.CartesianChart_preprocessSeries_closure0.prototype = { call$2: function(axisId, axis) { axis.resetDomains$0(); }, - $signature: 225 + $signature: 226 }; L.CartesianChart_preprocessSeries_closure1.prototype = { call$2: function(axisId, axis) { axis.axisOrientation = this.reverseAxisDirection ? C.AxisOrientation_3 : C.AxisOrientation_1; axis.reverseOutputRange = this.$this.flipVerticalAxisOutput; }, - $signature: 225 + $signature: 226 }; L.CartesianChart_preprocessSeries_closure2.prototype = { call$2: function(rendererId, seriesList) { @@ -149968,7 +150069,7 @@ call$2: function(axisId, axis) { axis.updateTicks$0(); }, - $signature: 225 + $signature: 226 }; F.BaseCartesianRenderer.prototype = { get$chart: function() { @@ -150385,7 +150486,7 @@ view.set$graphicsFactory(t1); return t1; }, - $signature: 136 + $signature: 137 }; X.BaseChart_getSelectionModel_closure.prototype = { call$0: function() { @@ -150405,14 +150506,14 @@ t1.toString; return J.containsPoint$1$x(t1, this.chartPosition); }, - $signature: 78 + $signature: 81 }; X.BaseChart_getNearestDatumDetailPerSeries_closure.prototype = { call$1: function(rendererId) { var _this = this; C.JSArray_methods.addAll$1(_this.details, _this.$this.getSeriesRenderer$1(rendererId).getNearestDatumDetailPerSeries$5$selectExactEventLocation$selectOverlappingPoints(_this.drawAreaPoint, true, _this.boundsOverride, false, false)); }, - $signature: 86 + $signature: 84 }; X.BaseChart_getNearestDatumDetailPerSeries_closure0.prototype = { call$2: function(a, b) { @@ -150541,7 +150642,7 @@ this.rendererToSeriesList.$indexSet(0, rendererId, t1); return t1; }, - $signature: 86 + $signature: 84 }; X.BaseChart_preprocessSeries_closure1.prototype = { call$2: function(rendererId, seriesList) { @@ -150568,7 +150669,7 @@ t1 = t1.get$animatingThisDraw() ? t1.animationPercent : 1; view.paint$2(this.canvas, t1); }, - $signature: 136 + $signature: 137 }; X.BaseChart_fireOnDraw_closure.prototype = { call$1: function(listener) { @@ -150695,7 +150796,7 @@ else return origColor; }, - $signature: 169 + $signature: 170 }; D.Legend.prototype = { get$_legend$_chart: function() { @@ -151077,7 +151178,7 @@ call$1: function(id) { return !this.seriesIds.contains$1(0, id); }, - $signature: 78 + $signature: 81 }; Z.SeriesLegend_preProcessSeriesList_closure.prototype = { call$1: function(series) { @@ -151091,7 +151192,7 @@ call$1: function(id) { return id === this.seriesId; }, - $signature: 78 + $signature: 81 }; E.LinePointHighlighter0.prototype = { get$_line_point_highlighter$_chart: function() { @@ -151630,7 +151731,7 @@ call$1: function(i) { return J.toString$0$(this.$this.domainFn.call$1(i)); }, - $signature: 1259 + $signature: 1260 }; N.ImmutableSeries.prototype = {}; D.SelectionModel.prototype = { @@ -151810,7 +151911,7 @@ t1.toString; return t1; }, - $signature: 169 + $signature: 170 }; B.BaseSeriesRenderer_assignMissingColors_closure0.prototype = { call$1: function(series) { @@ -151842,7 +151943,7 @@ call$1: function(_) { return this.color; }, - $signature: 169 + $signature: 170 }; B.BaseSeriesRenderer_assignMissingColors_closure1.prototype = { call$1: function(category) { @@ -151853,7 +151954,7 @@ ++t2.index; _this.missingColorCountPerCategory.$indexSet(0, category, 0); }, - $signature: 86 + $signature: 84 }; B.BaseSeriesRenderer_assignMissingColors_closure2.prototype = { call$1: function(series) { @@ -151877,13 +151978,13 @@ call$1: function(_) { return this.color; }, - $signature: 169 + $signature: 170 }; B.BaseSeriesRenderer_assignMissingColors__closure1.prototype = { call$1: function(index) { return this.series.colorFn.call$1(index); }, - $signature: 169 + $signature: 170 }; B.BaseSeriesRenderer_assignMissingColors_closure3.prototype = { call$1: function(series) { @@ -151898,7 +151999,7 @@ call$1: function(index) { return this.series.colorFn.call$1(index); }, - $signature: 169 + $signature: 170 }; B.BaseSeriesRenderer_assignMissingColors_closure4.prototype = { call$1: function(series) { @@ -152084,7 +152185,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 625 + $signature: 615 }; D.LayoutManagerImpl_positionOrderedViews_closure.prototype = { call$2: function(v1, v2) { @@ -152097,20 +152198,20 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 625 + $signature: 615 }; D.LayoutManagerImpl_drawableLayoutAreaBounds_closure.prototype = { call$1: function(view) { return view.get$isSeriesRenderer(); }, - $signature: 626 + $signature: 625 }; D.LayoutManagerImpl_layout_closure.prototype = { call$1: function(view) { var t1 = this.$this; return view.layout$2(0, t1.get$_layout_manager_impl$_drawAreaBounds(), t1.get$_layout_manager_impl$_drawAreaBounds()); }, - $signature: 136 + $signature: 137 }; D.LayoutManagerImpl__viewsForPositions_closure.prototype = { call$1: function(view) { @@ -152122,7 +152223,7 @@ t1 = true; return t1; }, - $signature: 626 + $signature: 625 }; D._MeasuredSizes.prototype = {}; B.SizeList.prototype = { @@ -152192,7 +152293,7 @@ t1.preferredSizes.add$1(0, size.preferredWidth); t1.minimumSizes.add$1(0, size.minWidth); }, - $signature: 136 + $signature: 137 }; B.LeftMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -152215,7 +152316,7 @@ view.layout$2(0, P.Rectangle$(left, 0 + t3, width, t2 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 136 + $signature: 137 }; B.RightMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -152238,7 +152339,7 @@ view.layout$2(0, P.Rectangle$(t2, 0 + t4, width, t3 - 0, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 136 + $signature: 137 }; B.HorizontalMarginStrategy.prototype = { measure$4$fullWidth$maxHeight$width: function(_, views, fullWidth, maxHeight, width) { @@ -152269,7 +152370,7 @@ t1.preferredSizes.add$1(0, size.preferredHeight); t1.minimumSizes.add$1(0, size.minHeight); }, - $signature: 136 + $signature: 137 }; B.TopMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -152292,7 +152393,7 @@ view.layout$2(0, P.Rectangle$(0 + t3, $top, t2 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 136 + $signature: 137 }; B.BottomMarginLayoutStrategy.prototype = { layout$4: function(_, views, measuredSizes, fullBounds, drawAreaBounds) { @@ -152315,7 +152416,7 @@ view.layout$2(0, P.Rectangle$(0 + t4, t2, t3 - 0, height, type$.int), _this.drawAreaBounds); ++t1.i; }, - $signature: 136 + $signature: 137 }; X.LayoutPosition.prototype = { toString$0: function(_) { @@ -152639,7 +152740,7 @@ return _null; return new K.Color0(color.r, color.g, color.b, C.JSNumber_methods.round$0(color.a * 0.1), _null, _null); }, - $signature: 1292 + $signature: 1293 }; T.LineRenderer_preprocessSeries_closure.prototype = { call$1: function(series) { @@ -152709,7 +152810,7 @@ call$1: function(_) { return null; }, - $signature: 510 + $signature: 509 }; T.LineRenderer__mergeIntoSeriesMap_closure.prototype = { call$1: function(series) { @@ -152865,7 +152966,7 @@ animatingElements.allPoints = allPointList; _this.previousPointList[t3] = allPointList; }, - $signature: 1304 + $signature: 1305 }; T.LineRenderer_update___closure.prototype = { call$1: function(elements) { @@ -153627,7 +153728,7 @@ call$1: function(_) { return false; }, - $signature: 399 + $signature: 398 }; M.MaterialPalette__orderedPalettes_closure.prototype = { call$0: function() { @@ -153635,7 +153736,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure0.prototype = { call$0: function() { @@ -153643,7 +153744,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure1.prototype = { call$0: function() { @@ -153651,7 +153752,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure2.prototype = { call$0: function() { @@ -153659,7 +153760,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure3.prototype = { call$0: function() { @@ -153667,7 +153768,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure4.prototype = { call$0: function() { @@ -153675,7 +153776,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure5.prototype = { call$0: function() { @@ -153683,7 +153784,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure6.prototype = { call$0: function() { @@ -153691,7 +153792,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure7.prototype = { call$0: function() { @@ -153699,7 +153800,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure8.prototype = { call$0: function() { @@ -153707,7 +153808,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure9.prototype = { call$0: function() { @@ -153715,13 +153816,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 106 + $signature: 110 }; M.MaterialPalette__orderedPalettes_closure10.prototype = { call$1: function(f) { return f.call$0(); }, - $signature: 1332 + $signature: 1333 }; M.MaterialBlue.prototype = { get$shadeDefault: function() { @@ -153830,12 +153931,12 @@ V.Performance_time_closure.prototype = { call$1: function(_) { }, - $signature: 86 + $signature: 84 }; V.Performance_timeEnd_closure.prototype = { call$1: function(_) { }, - $signature: 86 + $signature: 84 }; G.ProxyGestureListener.prototype = { add$1: function(_, listener) { @@ -153895,7 +153996,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 224 + $signature: 225 }; G.ProxyGestureListener_onTap_closure.prototype = { call$1: function(listener) { @@ -153903,7 +154004,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 224 + $signature: 225 }; G.ProxyGestureListener_onDragStart_closure.prototype = { call$1: function(listener) { @@ -153911,7 +154012,7 @@ t1 = t1 == null ? null : t1.call$1(this.localPosition); return t1 == null ? false : t1; }, - $signature: 224 + $signature: 225 }; G.ProxyGestureListener_onDragUpdate_closure.prototype = { call$1: function(listener) { @@ -153919,7 +154020,7 @@ t1 = t1 == null ? null : t1.call$2(this.localPosition, this.scale); return t1 == null ? false : t1; }, - $signature: 224 + $signature: 225 }; G.ProxyGestureListener_onDragEnd_closure.prototype = { call$1: function(listener) { @@ -153927,14 +154028,14 @@ t1 = t1 == null ? null : t1.call$3(this.localPosition, this.scale, this.pixelsPerSecond); return t1 == null ? false : t1; }, - $signature: 224 + $signature: 225 }; G.ProxyGestureListener__cancel_closure.prototype = { call$1: function(listener) { if (!C.JSArray_methods.contains$1(this.keep, listener)) listener.onTapCancel.call$0(); }, - $signature: 631 + $signature: 628 }; G.ProxyGestureListener__populateActiveListeners_closure.prototype = { call$1: function(listener) { @@ -153947,7 +154048,7 @@ } else if (claimed || !_this._box_0.previouslyClaimed) _this.$this._activeListeners.push(listener); }, - $signature: 631 + $signature: 628 }; D.MaterialStyle.prototype = {}; M.StyleFactory.prototype = {}; @@ -154098,14 +154199,14 @@ index.toString; return this.measureFn.call$2(this.data[index], index); }, - $signature: 1341 + $signature: 1342 }; F.Series_Series_closure1.prototype = { call$1: function(index) { index.toString; return this.colorFn.call$2(this.data[index], index); }, - $signature: 169 + $signature: 170 }; F.AttributeKey.prototype = {}; F.SeriesAttributes.prototype = {}; @@ -154277,7 +154378,7 @@ var t1 = this.behavior; return userBehavior.get$role(userBehavior) === t1.get$role(t1); }, - $signature: 636 + $signature: 633 }; X.BaseChart__updateSelectionModel_closure.prototype = { call$1: function(model) { @@ -154311,19 +154412,19 @@ t2.toString; C.JSArray_methods.remove$1(t1._updatedListeners, t2); }, - $signature: 1372 + $signature: 1373 }; X.BaseChart_getDesiredGestures_closure.prototype = { call$1: function(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 704 + $signature: 682 }; X.BaseChart_getDesiredGestures_closure0.prototype = { call$1: function(behavior) { this.types.addAll$1(0, behavior.get$desiredGestures()); }, - $signature: 704 + $signature: 682 }; U.BaseChartState.prototype = { get$_base_chart_state$_animationController: function() { @@ -154404,13 +154505,13 @@ this.chartWidgets.push(T.LayoutId$(behavior.build$1(0, this.context), id)); } }, - $signature: 1406 + $signature: 1407 }; U.BaseChartState_dispose_closure.prototype = { call$2: function(_, controller) { return controller.dispose$0(0); }, - $signature: 1470 + $signature: 1471 }; U.BaseChartState__animationTick_closure.prototype = { call$0: function() { @@ -154519,7 +154620,7 @@ } return T.Row$(rowChildren, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null); }, - $signature: 1473 + $signature: 1474 }; Y.TabularLegendContentBuilder.prototype = { $eq: function(_, o) { @@ -154567,7 +154668,7 @@ break; } }, - $signature: 144 + $signature: 145 }; L.TabularLegendLayout.prototype = { build$2: function(_, context, legendEntries) { @@ -154636,25 +154737,25 @@ t1.toString; return new T.Padding(t1, entry, null); }, - $signature: 1534 + $signature: 1535 }; L.TabularLegendLayout__buildTableFromRows_closure.prototype = { call$1: function(r) { return r.children.length; }, - $signature: 1544 + $signature: 1545 }; L.TabularLegendLayout__buildTableFromRows_closure0.prototype = { call$2: function(max, current) { return current > max ? current : max; }, - $signature: 346 + $signature: 331 }; L.TabularLegendLayout__buildTableFromRows_closure1.prototype = { call$1: function(_) { return this.padWidget; }, - $signature: 1545 + $signature: 1546 }; Z.SeriesLegend.prototype = { createCommonBehavior$0: function() { @@ -155164,13 +155265,13 @@ t3.forward$1$from(0, t2._duration === 0 ? 1 : 0); t1._animationValue = t1.get$_base_chart_state$_animationController().get$_animation_controller$_value(); }, - $signature: 80 + $signature: 82 }; X.ChartContainerRenderObject_requestRebuild_doRebuild.prototype = { call$1: function(_) { this.$this.get$_chartState().requestRebuild$0(); }, - $signature: 80 + $signature: 82 }; X.ChartContainerCustomPaint.prototype = { paint$2: function(canvas, size) { @@ -155295,7 +155396,7 @@ t1.toString; return M.getChartContainerRenderObject(type$.RenderBox._as(t1)); }, - $signature: 1654 + $signature: 1655 }; K.ChartGestureDetector_onTapDown_closure.prototype = { call$0: function() { @@ -155463,7 +155564,7 @@ call$1: function(child) { return child instanceof E.RenderSemanticsGestureHandler; }, - $signature: 549 + $signature: 538 }; E.WidgetLayoutDelegate.prototype = { performLayout$1: function(size) { @@ -155629,14 +155730,14 @@ call$1: function(t1) { return this._box_0._behaviorOffset = t1; }, - $signature: 1714 + $signature: 1715 }; E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get.prototype = { call$0: function() { var t1 = this._box_0._behaviorOffset; return t1 === $ ? H.throwExpression(H.LateError$localNI("behaviorOffset")) : t1; }, - $signature: 1718 + $signature: 1719 }; E._HorizontalJustification.prototype = { toString$0: function(_) { @@ -156214,7 +156315,7 @@ $defaultValues: function() { return {labelConstraints: null, labelText: null}; }, - $signature: 1846 + $signature: 1847 }; M.ScrollLabel.prototype = { build$1: function(_, context) { @@ -156315,14 +156416,14 @@ t6 = H.throwExpression(H.LateError$fieldNI("_labelAnimation")); return new U.NotificationListener(T.Stack$(C.AlignmentDirectional_m1_m1, H.setRuntimeTypeInfo([new T.RepaintBoundary(t2, _null), new T.RepaintBoundary(D.GestureDetector$(_null, M.Container$(C.Alignment_1_m1, t4.scrollThumbBuilder$6$labelConstraints$labelText(C.Color_4294967295, t5, t6, 48, _null, this._box_0.labelText), C.Clip_0, _null, _null, _null, _null, _null, _null, new V.EdgeInsets(0, t3, 0, 0), _null, _null, _null, _null), C.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, t1.get$_onVerticalDragEnd(), t1.get$_onVerticalDragStart(), t1.get$_draggable_scrollbar$_onVerticalDragUpdate()), _null)], type$.JSArray_Widget), C.Clip_1, C.StackFit_0, _null, _null), new M._DraggableScrollbarState_build__closure(t1), _null, type$.NotificationListener_ScrollNotification); }, - $signature: 1875 + $signature: 1876 }; M._DraggableScrollbarState_build__closure.prototype = { call$1: function(notification) { this.$this.changePosition$1(notification); return false; }, - $signature: 177 + $signature: 176 }; M._DraggableScrollbarState_changePosition_closure.prototype = { call$0: function() { @@ -156486,7 +156587,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 223 + $signature: 224 }; M.__DraggableScrollbarState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -156596,25 +156697,25 @@ return B.DirectoryNode$($parent); return null; }, - $signature: 1879 + $signature: 1880 }; Q.MemoryDirectory_createTempSync_closure.prototype = { call$0: function() { return this.dirname; }, - $signature: 65 + $signature: 68 }; Q.MemoryDirectory_createTempSync_closure0.prototype = { call$0: function() { return this.dirname; }, - $signature: 65 + $signature: 68 }; Q.MemoryDirectory_createTempSync_name.prototype = { call$0: function() { return H.S(this.basename) + this._box_0._tempCounter; }, - $signature: 65 + $signature: 68 }; Q._MemoryDirectory_MemoryFileSystemEntity_DirectoryAddOnsMixin.prototype = {}; T.MemoryFile.prototype = { @@ -156713,13 +156814,13 @@ call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; T.MemoryFile__resolvedBackingOrCreate_closure0.prototype = { call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; T.MemoryFile__doCreate_closure.prototype = { call$2: function($parent, isFinalSegment) { @@ -156739,7 +156840,7 @@ return B.DirectoryNode$($parent); return null; }, - $signature: 1912 + $signature: 1913 }; T._FileSink.prototype = { get$isStreaming: function() { @@ -156787,14 +156888,14 @@ call$1: function(t1) { return this._box_0._node0 = t1; }, - $signature: 1946 + $signature: 1947 }; T._FileSink__FileSink$fromFile__node_get.prototype = { call$0: function() { var t1 = this._box_0._node0; return t1 === $ ? H.throwExpression(H.LateError$localNI("node")) : t1; }, - $signature: 658 + $signature: 556 }; T._FileSink__FileSink$fromFile_closure.prototype = { call$0: function() { @@ -156811,7 +156912,7 @@ } return t1.call$0(); }, - $signature: 658 + $signature: 556 }; T._FileSink_addStream_finish.prototype = { call$0: function() { @@ -156827,7 +156928,7 @@ call$1: function(data) { return this.$this._addData$1(data); }, - $signature: 484 + $signature: 662 }; T._FileSink_addStream_closure0.prototype = { call$2: function(error, stackTrace) { @@ -156836,13 +156937,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; T._FileSink_close_closure.prototype = { call$1: function(_) { return this.$this._memory_file$_completer.complete$0(0); }, - $signature: 1951 + $signature: 1952 }; T._FileSink_close_closure0.prototype = { call$2: function(error, stackTrace) { @@ -156850,14 +156951,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 132 + $signature: 127 }; T._FileSink__addData_closure.prototype = { call$1: function(node) { node.write$1(0, this.data); return node; }, - $signature: 1964 + $signature: 1965 }; M.MemoryFileStat.prototype = {}; X._MemoryFileSystem.prototype = { @@ -156944,13 +157045,13 @@ call$0: function() { return C.JSArray_methods.join$1(C.JSArray_methods.sublist$2(this.parts, 0, this.i + 1), this.$this._memory_file_system$_context.style.get$separator()); }, - $signature: 65 + $signature: 68 }; X._MemoryFileSystem_findNode_closure.prototype = { call$3: function($parent, childName, child) { return this.segmentVisitor.call$5($parent, childName, child, this.i, this.finalSegment); }, - $signature: 504 + $signature: 483 }; U.MemoryFileSystemEntity.prototype = { get$backingOrNull: function() { @@ -157075,25 +157176,25 @@ call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; U.MemoryFileSystemEntity_resolvedBacking_closure.prototype = { call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; U.MemoryFileSystemEntity_resolvedBacking_closure0.prototype = { call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; U.MemoryFileSystemEntity_defaultCheckType_closure.prototype = { call$0: function() { return this.$this.path; }, - $signature: 65 + $signature: 68 }; U.MemoryFileSystemEntity_internalCreateSync_closure.prototype = { call$5: function($parent, childName, child, currentSegment, finalSegment) { @@ -157104,7 +157205,7 @@ } return child; }, - $signature: 1987 + $signature: 1988 }; B.Node0.prototype = { Node$1: function(_parent) { @@ -157211,44 +157312,44 @@ t2 = false; return t2 ? t1.call$3($parent, childName, child) : child; }, - $signature: 504 + $signature: 483 }; R.DirectoryAddOnsMixin.prototype = {}; S.ErrorCodes_EINVAL_closure.prototype = { call$1: function(codes) { return 22; }, - $signature: 189 + $signature: 190 }; S.ErrorCodes_EISDIR_closure.prototype = { call$1: function(codes) { return 21; }, - $signature: 189 + $signature: 190 }; S.ErrorCodes_ELOOP_closure.prototype = { call$1: function(codes) { return 40; }, - $signature: 189 + $signature: 190 }; S.ErrorCodes_ENOENT_closure.prototype = { call$1: function(codes) { return 2; }, - $signature: 189 + $signature: 190 }; S.ErrorCodes_ENOTDIR_closure.prototype = { call$1: function(codes) { return 20; }, - $signature: 189 + $signature: 190 }; S.ErrorCodes_ENOTEMPTY_closure.prototype = { call$1: function(codes) { return 39; }, - $signature: 189 + $signature: 190 }; S._LinuxCodes.prototype = {$is_Codes: 1}; S._MacOSCodes.prototype = {$is_Codes: 1}; @@ -157330,7 +157431,7 @@ t1.toString; C.FileList_methods.forEach$1(t1, new G.FilePickerWeb_pickFiles_changeEventListener_closure(_this.$this, _this.withReadStream, new G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile(H.setRuntimeTypeInfo([], type$.JSArray_PlatformFile), t1, _this.filesCompleter), _this.withData)); }, - $signature: 80 + $signature: 82 }; G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile.prototype = { call$4: function(file, bytes, path, readStream) { @@ -157340,7 +157441,7 @@ if (t1.length >= this.files.length) this.filesCompleter.complete$1(0, t1); }, - $signature: 2007 + $signature: 2008 }; G.FilePickerWeb_pickFiles_changeEventListener_closure.prototype = { call$1: function(file) { @@ -157355,7 +157456,7 @@ W._EventStreamSubscription$(reader, "loadend", new G.FilePickerWeb_pickFiles_changeEventListener__closure0(this.addPickedFile, file, reader), false, type$.legacy_ProgressEvent); reader.readAsArrayBuffer(file); }, - $signature: 2024 + $signature: 2025 }; G.FilePickerWeb_pickFiles_changeEventListener__closure.prototype = { call$1: function(e) { @@ -157374,7 +157475,7 @@ C.Window_methods.removeEventListener$2(window, "focus", this); P.Future_Future$delayed(P.Duration$(0, 0, 0, 500, 0, 0), null, type$.dynamic).then$1$1(0, new G.FilePickerWeb_pickFiles_cancelledEventListener_closure(this._box_0, this.filesCompleter), type$.Null); }, - $signature: 80 + $signature: 82 }; G.FilePickerWeb_pickFiles_cancelledEventListener_closure.prototype = { call$1: function(value) { @@ -157390,7 +157491,7 @@ call$2: function(prev, next) { return (prev.length === 0 ? "" : prev + ",") + " ." + H.S(next); }, - $signature: 2036 + $signature: 2037 }; G.FileType.prototype = { toString$0: function(_) { @@ -158842,7 +158943,7 @@ var marker = color.$eq(0, this.$this._effectiveColor) ? "*" : ""; return marker + $name + " = " + color.toString$0(0) + marker; }, - $signature: 2160 + $signature: 2161 }; E._CupertinoDynamicColor_Color_Diagnosticable.prototype = {}; L._CupertinoDesktopTextSelectionControls.prototype = { @@ -159045,14 +159146,14 @@ call$1: function(t1) { return this._box_0._animationStatusCallback = t1; }, - $signature: 2163 + $signature: 2164 }; D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get.prototype = { call$0: function() { var t1 = this._box_0._animationStatusCallback; return t1 === $ ? H.throwExpression(H.LateError$localNI("animationStatusCallback")) : t1; }, - $signature: 2169 + $signature: 2170 }; D._CupertinoBackGestureController_dragEnd_closure.prototype = { call$1: function($status) { @@ -159060,7 +159161,7 @@ t1.navigator.didStopUserGesture$0(); t1.controller.removeStatusListener$1(this._animationStatusCallback_get.call$0()); }, - $signature: 34 + $signature: 35 }; D._CupertinoEdgeShadowDecoration.prototype = { lerpFrom$2: function(a, t) { @@ -159113,7 +159214,7 @@ t1.toString; return t1; }, - $signature: 355 + $signature: 360 }; D._CupertinoEdgeShadowDecoration_lerp_closure0.prototype = { call$1: function(color) { @@ -159121,7 +159222,7 @@ t1.toString; return t1; }, - $signature: 355 + $signature: 360 }; D._CupertinoEdgeShadowPainter.prototype = { paint$3: function(canvas, offset, configuration) { @@ -159267,7 +159368,7 @@ call$1: function(_) { return X.HapticFeedback_mediumImpact(); }, - $signature: 586 + $signature: 557 }; N.CupertinoSwitch.prototype = { createState$0: function() { @@ -159738,7 +159839,7 @@ call$1: function(color) { return E.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 597 + $signature: 595 }; K.NoDefaultCupertinoThemeData.prototype = { resolveFrom$1: function(context) { @@ -159774,7 +159875,7 @@ call$1: function(color) { return E.CupertinoDynamicColor_maybeResolve(color, this.context); }, - $signature: 597 + $signature: 595 }; K._CupertinoThemeDefaults.prototype = { resolveFrom$2: function(context, resolveTextTheme) { @@ -159799,7 +159900,7 @@ call$1: function(color) { return color instanceof E.CupertinoDynamicColor ? color.resolveFrom$1(this.context) : color; }, - $signature: 355 + $signature: 360 }; K._CupertinoTextThemeDefaults.prototype = {}; K._DefaultCupertinoTextThemeData.prototype = {}; @@ -159830,7 +159931,7 @@ call$0: function() { return null; }, - $signature: 2254 + $signature: 2255 }; U._browserPlatform_closure.prototype = { call$0: function() { @@ -159850,7 +159951,7 @@ return C.TargetPlatform_3; return C.TargetPlatform_0; }, - $signature: 2255 + $signature: 2256 }; U._ErrorDiagnostic.prototype = { get$value: function(_) { @@ -159988,13 +160089,13 @@ call$0: function() { return J.trimLeft$0$s(this.$this.exceptionAsString$0().split("\n")[0]); }, - $signature: 65 + $signature: 68 }; U.FlutterErrorDetails_summary_closure.prototype = { call$1: function(node) { return node.get$level(node) === C.DiagnosticLevel_6; }, - $signature: 2256 + $signature: 2257 }; U.FlutterErrorDetails_summary_closure0.prototype = { call$0: function() { @@ -160006,7 +160107,7 @@ call$1: function(frame) { return frame.packageScheme === "dart"; }, - $signature: 2257 + $signature: 2258 }; U.FlutterError.prototype = { get$message: function(_) { @@ -160026,31 +160127,31 @@ call$1: function(line) { return U.ErrorDescription$(line); }, - $signature: 2258 + $signature: 2259 }; U.FlutterError_defaultStackFilter_closure.prototype = { call$1: function(value) { return value + 1; }, - $signature: 171 + $signature: 168 }; U.FlutterError_defaultStackFilter_closure0.prototype = { call$1: function(value) { return value + 1; }, - $signature: 171 + $signature: 168 }; U.FlutterError_toString_closure.prototype = { call$1: function(node) { return C.JSString_methods.trimRight$0(this.renderer.render$1(0, node)); }, - $signature: 2268 + $signature: 2269 }; U.debugPrintStack_closure.prototype = { call$1: function(line) { return J.contains$1$asx(line, "StackTrace.current") || C.JSString_methods.contains$1(line, "dart-sdk/lib/_internal") || C.JSString_methods.contains$1(line, "dart:sdk_internal"); }, - $signature: 78 + $signature: 81 }; U.DiagnosticsStackTrace.prototype = {}; U._FlutterErrorDetailsNode.prototype = { @@ -160181,7 +160282,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 242 + $signature: 241 }; N.BindingBase_registerNumericServiceExtension_closure.prototype = { call$1: function(parameters) { @@ -160238,7 +160339,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 242 + $signature: 241 }; N.BindingBase_registerServiceExtension_closure.prototype = { call$2: function(method, parameters) { @@ -160325,26 +160426,26 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 524 + $signature: 526 }; N.BindingBase_registerServiceExtension_closure__result_set.prototype = { call$1: function(t1) { return this._box_0._result0 = t1; }, - $signature: 2277 + $signature: 2278 }; N.BindingBase_registerServiceExtension__closure.prototype = { call$0: function() { return P.Future_Future$delayed(C.Duration_0, null, type$.void); }, - $signature: 102 + $signature: 103 }; N.BindingBase_registerServiceExtension_closure__result_get.prototype = { call$0: function() { var t1 = this._box_0._result0; return t1 === $ ? H.throwExpression(H.LateError$localNI("result")) : t1; }, - $signature: 2289 + $signature: 2290 }; B.Listenable.prototype = {}; B._ListenerEntry.prototype = { @@ -160437,7 +160538,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; B._MergingListenable.prototype = { addListener$1: function(_, listener) { @@ -160633,14 +160734,14 @@ call$1: function(t1) { return this._box_0._lastWordStart = t1; }, - $signature: 2362 + $signature: 2363 }; Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get.prototype = { call$0: function() { var t1 = this._box_0._lastWordStart; return t1 === $ ? H.throwExpression(H.LateError$localNI("lastWordStart")) : t1; }, - $signature: 269 + $signature: 298 }; Y._PrefixedStringBuilder__wordWrapLine_noWrap.prototype = { call$1: function(index) { @@ -160655,7 +160756,7 @@ } return index < t2[t1.currentChunk]; }, - $signature: 622 + $signature: 623 }; Y._NoDefaultValue.prototype = {}; Y.TextTreeRenderer.prototype = { @@ -160899,14 +161000,14 @@ ++t3.lines; } }, - $signature: 624 + $signature: 626 }; Y.TextTreeRenderer__debugRender_closure.prototype = { call$1: function(n) { var t1 = n.get$level(n); return t1.index >= this.$this._minLevel.index; }, - $signature: 2373 + $signature: 2378 }; Y.DiagnosticsNode.prototype = { get$level: function(_) { @@ -161530,7 +161631,7 @@ C.JSArray_methods.set$length(t1, 0); return new F.LicenseParagraph(t2, t3); }, - $signature: 2377 + $signature: 2379 }; B.AbstractNode.prototype = { redepthChild$1: function(child) { @@ -161720,7 +161821,7 @@ call$1: function(line) { return line.length !== 0; }, - $signature: 78 + $signature: 81 }; O.SynchronousFuture.prototype = { catchError$2$test: function(onError, test) { @@ -161798,7 +161899,7 @@ return H.S(member) + " (eager winner)"; return H.S(member); }, - $signature: 2381 + $signature: 2385 }; D.GestureArenaManager.prototype = { add$2: function(_, pointer, member) { @@ -161893,7 +161994,7 @@ call$0: function() { return new D._GestureArena(H.setRuntimeTypeInfo([], type$.JSArray_GestureArenaMember)); }, - $signature: 2384 + $signature: 2386 }; D.GestureArenaManager__tryToResolveArena_closure.prototype = { call$0: function() { @@ -162037,7 +162138,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; N.GestureBinding_dispatchEvent_closure0.prototype = { call$0: function() { @@ -162071,7 +162172,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; N.FlutterErrorDetailsForPointerEventDispatcher.prototype = {}; V.Drag.prototype = { @@ -163200,7 +163301,7 @@ call$0: function() { return this.estimate.toString$0(0) + "; fling at " + this.velocity.toString$0(0) + "."; }, - $signature: 65 + $signature: 68 }; O.DragGestureRecognizer__checkEnd_closure0.prototype = { call$0: function() { @@ -163209,7 +163310,7 @@ return "Could not estimate velocity."; return t1.toString$0(0) + "; judged to not be a fling."; }, - $signature: 65 + $signature: 68 }; O.DragGestureRecognizer__checkEnd_closure1.prototype = { call$0: function() { @@ -163392,13 +163493,13 @@ call$1: function(initialPosition) { return this.$this._startDrag$2(initialPosition, this.pointer); }, - $signature: 662 + $signature: 658 }; V.MultiDragGestureRecognizer__startDrag_closure.prototype = { call$0: function() { return this.$this.onStart.call$1(this.initialPosition); }, - $signature: 2406 + $signature: 2411 }; V._ImmediatePointerState.prototype = { checkForResolutionAfterMove$0: function() { @@ -163677,14 +163778,14 @@ call$0: function() { return P.LinkedHashMap_LinkedHashMap$_empty(type$.void_Function_PointerEvent, type$.nullable_Matrix4); }, - $signature: 2411 + $signature: 2414 }; O.PointerRouter__dispatchEventToRoutes_closure.prototype = { call$2: function(route, transform) { if (J.containsKey$1$x(this.referenceRoutes, route)) this.$this._dispatch$3(this.event, route, transform); }, - $signature: 2413 + $signature: 2415 }; G.PointerSignalResolver.prototype = { register$2: function(_, $event, callback) { @@ -164517,7 +164618,7 @@ call$0: function() { return new V._CombiningGestureArenaMember(this.$this, H.setRuntimeTypeInfo([], type$.JSArray_GestureArenaMember), this.pointer); }, - $signature: 2414 + $signature: 2418 }; R.Velocity.prototype = { $sub: function(_, other) { @@ -164666,7 +164767,7 @@ var _this = this; return new A.LicensePage(_this.applicationName, _this.applicationVersion, _this.applicationIcon, _this.applicationLegalese, null); }, - $signature: 2417 + $signature: 2419 }; A.LicensePage.prototype = { createState$0: function() { @@ -164749,20 +164850,20 @@ prev.addLicense$1(license); return prev; }, - $signature: 2437 + $signature: 2439 }; A._PackagesViewState_licenses_closure0.prototype = { call$1: function(licenseData) { licenseData.sortPackages$0(); return licenseData; }, - $signature: 2438 + $signature: 2442 }; A._PackagesViewState_build_closure.prototype = { call$2: function(context, snapshot) { return new A.LayoutBuilder(new A._PackagesViewState_build__closure(this.$this, snapshot), new D.ValueKey(snapshot.connectionState, type$.ValueKey_ConnectionState)); }, - $signature: 2441 + $signature: 2452 }; A._PackagesViewState_build__closure.prototype = { call$2: function(context, constraints) { @@ -164780,7 +164881,7 @@ return M.Material$(C.Duration_200000, true, _null, T.Column$(H.setRuntimeTypeInfo([t2._widget.about, C.Center_mtF], type$.JSArray_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, t1, 0, _null, _null, _null, _null, C.MaterialType_0); } }, - $signature: 2453 + $signature: 2455 }; A._PackagesViewState_build___closure.prototype = { call$3: function(context, selectedId, _) { @@ -164792,13 +164893,13 @@ t4.toString; return T.Center$(M.Material$(C.Duration_200000, true, _null, M.Container$(_null, t3._packagesList$4(context, selectedId, t4, t3._widget.isLateral), C.Clip_0, _null, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.Clip_0, t1, 4, _null, _null, _null, _null, C.MaterialType_0), _null, _null); }, - $signature: 2454 + $signature: 2457 }; A._PackagesViewState__initDefaultDetailPage_closure.prototype = { call$1: function(i) { return this.data.licenses[i]; }, - $signature: 683 + $signature: 685 }; A._PackagesViewState__packagesList_closure.prototype = { call$1: function(entry) { @@ -164816,7 +164917,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: 2485 + $signature: 2489 }; A._PackagesViewState__packagesList__closure.prototype = { call$0: function() { @@ -164834,7 +164935,7 @@ call$1: function(i) { return this.data.licenses[i]; }, - $signature: 683 + $signature: 685 }; A._PackageListTile.prototype = { build$1: function(_, context) { @@ -164875,7 +164976,7 @@ return 1; return C.JSString_methods.compareTo$1(a.toLowerCase(), b.toLowerCase()); }, - $signature: 2488 + $signature: 2492 }; A._DetailArguments.prototype = { $eq: function(_, other) { @@ -165016,7 +165117,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2491 + $signature: 2495 }; A._PackageLicensePageTitle.prototype = { build$1: function(_, context) { @@ -165139,7 +165240,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 332 + $signature: 338 }; A._MasterDetailFlowState__nestedUI_closure.prototype = { call$2: function($navigator, initialRoute) { @@ -165153,7 +165254,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2503 + $signature: 2505 }; A._MasterDetailFlowState__nestedUI_closure0.prototype = { call$1: function(settings) { @@ -165173,7 +165274,7 @@ throw H.wrapException(P.Exception_Exception("Unknown route " + H.S(t1))); } }, - $signature: 2504 + $signature: 2508 }; A._MasterDetailFlowState__masterPageRoute_closure.prototype = { call$1: function(c) { @@ -165189,7 +165290,7 @@ t1 = t2; return T.BlockSemantics$(t1); }, - $signature: 2507 + $signature: 2518 }; A._MasterDetailFlowState__masterPageRoute__closure.prototype = { call$0: function() { @@ -165202,7 +165303,7 @@ var t1 = this.$this; return new F.WillPopScope(T.BlockSemantics$(t1._widget.detailPageBuilder$3(context, this.$arguments, null)), new A._MasterDetailFlowState__detailPageRoute__closure(t1, context), null); }, - $signature: 2517 + $signature: 2582 }; A._MasterDetailFlowState__detailPageRoute__closure.prototype = { call$0: function() { @@ -165231,13 +165332,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 332 + $signature: 338 }; A._MasterDetailFlowState__lateralUI_closure1.prototype = { call$2: function(_, __) { return C.List_empty7; }, - $signature: 2581 + $signature: 2585 }; A._MasterDetailFlowState__lateralUI_closure0.prototype = { call$3: function(context, args, scrollController) { @@ -165248,7 +165349,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 675 + $signature: 478 }; A._MasterDetailFlowState__lateralUI_closure.prototype = { call$2: function(context, isLateral) { @@ -165333,7 +165434,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 26 + $signature: 27 }; A._MasterDetailScaffoldState_setInitialDetailPage_closure.prototype = { call$1: function(_) { @@ -165341,7 +165442,7 @@ this.$this._detailArguments.set$value(0, t1); return t1; }, - $signature: 26 + $signature: 27 }; A._MasterDetailScaffoldState_build_closure.prototype = { call$3: function(context, value, child) { @@ -165352,7 +165453,7 @@ t4 = t3.detailPageBuilder; return G.AnimatedSwitcher$(M.Container$(_null, new A._DetailView(t4, t1 ? t3.initialArguments : value, _null), C.Clip_0, _null, C.BoxConstraints_ALM, _null, _null, _null, new D.ValueKey(t2, type$.ValueKey_nullable_Object), _null, _null, _null, _null, _null), C.Duration_500000, new A._MasterDetailScaffoldState_build__closure()); }, - $signature: 2584 + $signature: 2586 }; A._MasterDetailScaffoldState_build__closure.prototype = { call$2: function(child, animation) { @@ -165381,7 +165482,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2595 + $signature: 2602 }; S.ThemeMode.prototype = { toString$0: function(_) { @@ -165397,7 +165498,7 @@ call$2: function(begin, end) { return new D.MaterialRectArcTween(begin, end); }, - $signature: 2601 + $signature: 2607 }; S.MaterialScrollBehavior.prototype = { getPlatform$1: function(context) { @@ -165536,7 +165637,7 @@ call$2: function(settings, builder) { return this.call$1$2(settings, builder, type$.dynamic); }, - $signature: 2612 + $signature: 2618 }; E._ToolbarContainerLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -166029,7 +166130,7 @@ t1.toString; return 2 * Math.asin(this.distanceFromAtoB / (2 * t1)); }, - $signature: 114 + $signature: 122 }; D._CornerId.prototype = { toString$0: function(_) { @@ -166159,7 +166260,7 @@ $length = delta.get$distance(); return t2._dx * delta._dx / $length + t2._dy * delta._dy / $length; }, - $signature: 2623 + $signature: 2642 }; R.BackButtonIcon.prototype = { build$1: function(_, context) { @@ -166634,7 +166735,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 90 + $signature: 91 }; M.ButtonBarThemeData.prototype = { get$hashCode: function(_) { @@ -166919,7 +167020,7 @@ call$1: function(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 733 + $signature: 734 }; K._ButtonStyleState_build_resolve.prototype = { call$1$1: function(getProperty, $T) { @@ -166928,7 +167029,7 @@ call$1: function(getProperty) { return this.call$1$1(getProperty, type$.dynamic); }, - $signature: 738 + $signature: 739 }; K._ButtonStyleState_build_resolve_closure.prototype = { call$1: function(style) { @@ -166943,67 +167044,67 @@ call$1: function(style) { return style == null ? null : style.elevation; }, - $signature: 752 + $signature: 753 }; K._ButtonStyleState_build_closure0.prototype = { call$1: function(style) { return style == null ? null : style.textStyle; }, - $signature: 753 + $signature: 754 }; K._ButtonStyleState_build_closure1.prototype = { call$1: function(style) { return style == null ? null : style.backgroundColor; }, - $signature: 347 + $signature: 355 }; K._ButtonStyleState_build_closure2.prototype = { call$1: function(style) { return style == null ? null : style.foregroundColor; }, - $signature: 347 + $signature: 355 }; K._ButtonStyleState_build_closure3.prototype = { call$1: function(style) { return style == null ? null : style.shadowColor; }, - $signature: 347 + $signature: 355 }; K._ButtonStyleState_build_closure4.prototype = { call$1: function(style) { return style == null ? null : style.padding; }, - $signature: 755 + $signature: 756 }; K._ButtonStyleState_build_closure5.prototype = { call$1: function(style) { return style == null ? null : style.minimumSize; }, - $signature: 474 + $signature: 473 }; K._ButtonStyleState_build_closure6.prototype = { call$1: function(style) { return style == null ? null : style.fixedSize; }, - $signature: 474 + $signature: 473 }; K._ButtonStyleState_build_closure7.prototype = { call$1: function(style) { return style == null ? null : style.side; }, - $signature: 758 + $signature: 759 }; K._ButtonStyleState_build_closure8.prototype = { call$1: function(style) { return style == null ? null : style.shape; }, - $signature: 759 + $signature: 760 }; K._ButtonStyleState_build_closure16.prototype = { call$1: function(states) { return this.effectiveValue.call$1$1(new K._ButtonStyleState_build__closure0(states), type$.MouseCursor); }, - $signature: 761 + $signature: 762 }; K._ButtonStyleState_build__closure0.prototype = { call$1: function(style) { @@ -167016,13 +167117,13 @@ } return t1; }, - $signature: 763 + $signature: 764 }; K._ButtonStyleState_build_closure17.prototype = { call$1: function(states) { return this.effectiveValue.call$1$1(new K._ButtonStyleState_build__closure(states), type$.Color); }, - $signature: 195 + $signature: 194 }; K._ButtonStyleState_build__closure.prototype = { call$1: function(style) { @@ -167035,50 +167136,50 @@ } return t1; }, - $signature: 765 + $signature: 766 }; K._ButtonStyleState_build_closure9.prototype = { call$1: function(style) { return style == null ? null : style.visualDensity; }, - $signature: 797 + $signature: 798 }; K._ButtonStyleState_build_closure10.prototype = { call$1: function(style) { return style == null ? null : style.tapTargetSize; }, - $signature: 798 + $signature: 799 }; K._ButtonStyleState_build_closure11.prototype = { call$1: function(style) { return style == null ? null : style.animationDuration; }, - $signature: 872 + $signature: 873 }; K._ButtonStyleState_build_closure12.prototype = { call$1: function(style) { return style == null ? null : style.enableFeedback; }, - $signature: 873 + $signature: 874 }; K._ButtonStyleState_build_closure13.prototype = { call$1: function(style) { return style == null ? null : style.alignment; }, - $signature: 874 + $signature: 875 }; K._ButtonStyleState_build_closure14.prototype = { call$1: function(style) { return style == null ? null : style.splashFactory; }, - $signature: 875 + $signature: 876 }; K._ButtonStyleState_build_closure15.prototype = { call$1: function($status) { if ($status === C.AnimationStatus_3) this.$this.setState$1(new K._ButtonStyleState_build__closure1()); }, - $signature: 34 + $signature: 35 }; K._ButtonStyleState_build__closure1.prototype = { call$0: function() { @@ -167195,7 +167296,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this.center); }, - $signature: 90 + $signature: 91 }; K.__ButtonStyleState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -167824,7 +167925,7 @@ var t1 = this.$this; return t1._showMonth$2$jump(t1._widget.initialMonth, true); }, - $signature: 26 + $signature: 27 }; Q._MonthPickerState__handleMonthPageChanged_closure.prototype = { call$0: function() { @@ -168397,7 +168498,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 195 + $signature: 194 }; K._CheckboxState__defaultFillColor_closure.prototype = { call$1: function(states) { @@ -168407,7 +168508,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 103 + $signature: 112 }; K._CheckboxState_build_closure.prototype = { call$1: function(states) { @@ -168420,7 +168521,7 @@ } return t1 == null ? C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable.resolve$1(states) : t1; }, - $signature: 451 + $signature: 375 }; K._CheckboxPainter.prototype = { set$checkColor: function(value) { @@ -168878,28 +168979,28 @@ } return null; }, - $signature: 195 + $signature: 194 }; S.DataTable_build_closure.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 409 + $signature: 327 }; S.DataTable_build_closure0.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 409 + $signature: 327 }; S.DataTable_build_closure1.prototype = { call$1: function(row) { row.toString; return false; }, - $signature: 409 + $signature: 327 }; S.DataTable_build_closure2.prototype = { call$1: function(index) { @@ -168941,13 +169042,13 @@ t2 = rowColor == null ? _this.defaultRowColor._material_state$_resolve.call$1(t3) : rowColor; return new S.TableRow(t1, new S.BoxDecoration(t2, _null, border, _null, _null, _null, C.BoxShape_0), P.List_List$filled(_this.tableColumns.length, C._NullWidget_null0, false, type$.Widget)); }, - $signature: 906 + $signature: 907 }; S.DataTable_build_closure4.prototype = { call$1: function(checked) { return this.$this._handleSelectAll$2(checked, this.someChecked); }, - $signature: 411 + $signature: 439 }; S.DataTable_build_closure5.prototype = { call$0: function() { @@ -169192,7 +169293,7 @@ var t1 = this._box_0.dialog; return t1; }, - $signature: 73 + $signature: 75 }; K.DatePickerDialog.prototype = { createState$0: function() { @@ -169394,7 +169495,7 @@ H.throwExpression(H.argumentErrorValue(t6)); return new Q.CalendarDatePicker(new P.DateTime(t2, false), new P.DateTime(t4, false), new P.DateTime(t5, false), new P.DateTime(t6, false), t1.get$_handleDateChanged(), t3, t7, t1._calendarPickerKey); }, - $signature: 912 + $signature: 913 }; K._DatePickerDialogState_build_inputDatePicker.prototype = { call$0: function() { @@ -169428,7 +169529,7 @@ H.throwExpression(H.argumentErrorValue(t8)); return A.Form$(t2, M.Container$(_null, new X.Shortcuts(t4, T.Column$(H.setRuntimeTypeInfo([C.Spacer_null, new U.InputDatePickerFormField(t5, new P.DateTime(t7, false), new P.DateTime(t8, false), t9, t9, t10, t11, t12, t13, t6, true, _null), C.Spacer_null], type$.JSArray_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null), C.Clip_0, _null, _null, _null, _null, t3, _null, _null, C.EdgeInsets_24_0_24_0, _null, _null, _null), t1._formKey); }, - $signature: 913 + $signature: 914 }; K._DatePickerDialogState_build_closure.prototype = { call$1: function(context) { @@ -169443,7 +169544,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 925 + $signature: 926 }; K._RestorableDatePickerEntryMode.prototype = { createDefaultValue$0: function() { @@ -169500,7 +169601,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; K.__DatePickerDialogState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -169681,7 +169782,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 931 + $signature: 932 }; Y.DialogTheme.prototype = { get$hashCode: function(_) { @@ -170195,7 +170296,7 @@ var t1 = this.route; return t1.getItemOffset$1(t1.selectedIndex); }, - $signature: 114 + $signature: 122 }; K._DropdownMenuRouteLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -170290,13 +170391,13 @@ call$2: function(total, height) { return total + height; }, - $signature: 326 + $signature: 293 }; K._DropdownRoute_getMenuLimits_closure.prototype = { call$2: function(total, height) { return total + height; }, - $signature: 326 + $signature: 293 }; K._DropdownRoutePage.prototype = { build$1: function(_, context) { @@ -170312,7 +170413,7 @@ var t1 = this.$this; return new T.CustomSingleChildLayout(new K._DropdownMenuRouteLayout(t1.buttonRect, t1.route, this.textDirection, t1.$ti._eval$1("_DropdownMenuRouteLayout<1>")), new M._CaptureAll(t1.capturedThemes._themes, this.menu, null), null); }, - $signature: 521 + $signature: 516 }; K._MenuItem.prototype = { createRenderObject$1: function(context) { @@ -170688,13 +170789,13 @@ call$1: function(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 944 + $signature: 945 }; K._DropdownButtonState_initState_closure0.prototype = { call$1: function(intent) { return this.$this._dropdown$_handleTap$0(); }, - $signature: 959 + $signature: 960 }; K._DropdownButtonState__handleFocusChanged_closure.prototype = { call$0: function() { @@ -170724,7 +170825,7 @@ return; t1.itemHeights[this.index] = size._dy; }, - $signature: 526 + $signature: 523 }; K._DropdownButtonState__handleTap_closure0.prototype = { call$1: function(newValue) { @@ -170745,7 +170846,7 @@ var t1 = this.$this._widget.itemHeight; return t1 != null ? T.SizedBox$(item, t1, null) : T.Column$(H.setRuntimeTypeInfo([item], type$.JSArray_Widget), C.CrossAxisAlignment_2, null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); }, - $signature: 961 + $signature: 962 }; K.DropdownButtonFormField.prototype = { createState$0: function() { @@ -170778,7 +170879,7 @@ t5 = t2._form$_value; return L.InputDecorator$(_null, new K.DropdownButtonHideUnderline(K.DropdownButton$(_this.autofocus, _this.disabledHint, _this.dropdownColor, _this.elevation, _this.focusColor, _this.focusNode, _this.hint, _this.icon, _this.iconDisabledColor, _this.iconEnabledColor, _this.iconSize, _this.isDense, _this.isExpanded, _this.itemHeight, _this.items, _this.menuMaxHeight, t2.get$didChange(), _this.onTap, _this.selectedItemBuilder, _this.style, t5, _this.T), _null), t1, false, t3 == null, t4, false, _null, _null); }, - $signature: 963 + $signature: 964 }; K._DropdownButtonFormFieldState.prototype = { get$widget: function() { @@ -172247,7 +172348,7 @@ call$1: function(highlight) { return highlight != null; }, - $signature: 972 + $signature: 973 }; R._InkResponseState_updateHighlight_handleInkRemoval.prototype = { call$0: function() { @@ -172652,7 +172753,7 @@ var t1 = this.$this; t1.setState$1(new U._InputDatePickerFormFieldState_didUpdateWidget__closure(t1)); }, - $signature: 26 + $signature: 27 }; U._InputDatePickerFormFieldState_didUpdateWidget__closure.prototype = { call$0: function() { @@ -173866,7 +173967,7 @@ if (child != null) this.value.push(Y.DiagnosticableTreeNode$($name, null, child)); }, - $signature: 555 + $signature: 554 }; L._RenderDecoration_performLayout_centerLayout.prototype = { call$2: function(box, x) { @@ -173880,7 +173981,7 @@ t1.offset = new P.Offset(x, (t2 - t3._dy) / 2); return t3._dx; }, - $signature: 201 + $signature: 188 }; L._RenderDecoration_performLayout_baselineLayout.prototype = { call$2: function(box, x) { @@ -173895,7 +173996,7 @@ t1.offset = new P.Offset(x, t2 - t3); return box._box$_size._dx; }, - $signature: 201 + $signature: 188 }; L._RenderDecoration_paint_doPaint.prototype = { call$1: function(child) { @@ -173906,13 +174007,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 574 + $signature: 569 }; L._RenderDecoration_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 270 + $signature: 268 }; L._DecorationElement.prototype = { get$widget: function() { @@ -174766,7 +174867,7 @@ t1 = $parent.selectedColor; return Q.ListTileTheme$(this.child, $parent.contentPadding, false, $parent.enableFeedback, $parent.horizontalTitleGap, $parent.iconColor, this.key, $parent.minLeadingWidth, $parent.minVerticalPadding, t1, $parent.selectedTileColor, $parent.shape, $parent.style, $parent.textColor, $parent.tileColor); }, - $signature: 993 + $signature: 994 }; Q.ListTileControlAffinity.prototype = { toString$0: function(_) { @@ -175449,7 +175550,7 @@ if (child != null) this.value.push(Y.DiagnosticableTreeNode$($name, null, child)); }, - $signature: 555 + $signature: 554 }; Q._RenderListTile_paint_doPaint.prototype = { call$1: function(child) { @@ -175460,13 +175561,13 @@ this.context.paintChild$2(child, type$.BoxParentData._as(t1).offset.$add(0, this.offset)); } }, - $signature: 574 + $signature: 569 }; Q._RenderListTile_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 270 + $signature: 268 }; M.MaterialType.prototype = { toString$0: function(_) { @@ -175564,7 +175665,7 @@ t1.markNeedsPaint$0(); return false; }, - $signature: 994 + $signature: 995 }; M._RenderInkFeatures.prototype = { addInkFeature$1: function(feature) { @@ -175681,19 +175782,19 @@ call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 376 + $signature: 379 }; M._MaterialInteriorState_forEachTween_closure0.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 381 + $signature: 380 }; M._MaterialInteriorState_forEachTween_closure1.prototype = { call$1: function(value) { return new M.ShapeBorderTween(type$.ShapeBorder._as(value), null); }, - $signature: 999 + $signature: 1000 }; M._ShapeBorderPaint.prototype = { build$1: function(_, context) { @@ -176570,13 +176671,13 @@ call$1: function(child) { return child.key; }, - $signature: 604 + $signature: 597 }; B._MergeableMaterialState_didUpdateWidget_closure0.prototype = { call$1: function(child) { return child.key; }, - $signature: 604 + $signature: 597 }; B._MergeableMaterialSliceKey.prototype = { $eq: function(_, other) { @@ -176815,7 +176916,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 623 + $signature: 606 }; K._ZoomPageTransition_build_closure0.prototype = { call$3: function(context, animation, child) { @@ -176823,7 +176924,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 629 + $signature: 624 }; K._ZoomPageTransition_build_closure1.prototype = { call$3: function(context, animation, child) { @@ -176831,7 +176932,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 623 + $signature: 606 }; K._ZoomPageTransition_build_closure2.prototype = { call$3: function(context, animation, child) { @@ -176839,7 +176940,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 629 + $signature: 624 }; K._ZoomEnterTransition.prototype = { build$1: function(_, context) { @@ -176879,7 +176980,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1028 + $signature: 1029 }; K._ZoomExitTransition.prototype = { build$1: function(_, context) { @@ -176947,7 +177048,7 @@ call$1: function(platform) { return this.builders.$index(0, platform); }, - $signature: 1029 + $signature: 1030 }; K._PageTransitionsTheme_Object_Diagnosticable.prototype = {}; R.PaginatedDataTable.prototype = { @@ -177146,7 +177247,7 @@ call$1: function(column) { return C.DataCell_AHF; }, - $signature: 645 + $signature: 630 }; R.PaginatedDataTableState__getProgressIndicatorRowFor_closure.prototype = { call$1: function(column) { @@ -177156,13 +177257,13 @@ } return C.DataCell_AHF; }, - $signature: 645 + $signature: 630 }; R.PaginatedDataTableState__getRows_closure.prototype = { call$0: function() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 1034 + $signature: 1035 }; R.PaginatedDataTableState_build_closure.prototype = { call$2: function(context, constraints) { @@ -177191,7 +177292,7 @@ t1.push(L.DefaultTextStyle$(Y.IconTheme_merge(T.SizedBox$(E.SingleChildScrollView$(T.Row$(_this.footerWidgets, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null, C.DragStartBehavior_1, _null, _null, true, C.Axis_0), 56, _null), C.IconThemeData_gsm), _null, _null, C.TextOverflow_0, true, t3, _null, _null, C.TextWidthBasis_0)); return V.Card$(T.Column$(t1, C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null, _null, _null, false, _null); }, - $signature: 1035 + $signature: 1036 }; Z.PopupMenuEntry.prototype = {}; Z.PopupMenuDivider.prototype = { @@ -177324,7 +177425,7 @@ call$1: function(size) { this.$this.route.itemSizes[this.i] = size; }, - $signature: 526 + $signature: 523 }; Z._PopupMenu_build_closure0.prototype = { call$2: function(context, child) { @@ -177350,7 +177451,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1036 + $signature: 1037 }; Z._PopupMenuRouteLayout.prototype = { getConstraintsForChild$1: function(constraints) { @@ -177456,7 +177557,7 @@ t3.toString; return new T.CustomSingleChildLayout(new Z._PopupMenuRouteLayout(t1.position, t1.itemSizes, t2, t3.textDirection, _this.mediaQuery.padding), new M._CaptureAll(t1.capturedThemes._themes, _this.menu, null), null); }, - $signature: 521 + $signature: 516 }; Z.PopupMenuButton.prototype = { createState$0: function() { @@ -177690,7 +177791,7 @@ } _this.canvas.drawRect$2(0, new P.Rect(left, 0, left + width, 0 + _this.size._dy), _this.paint); }, - $signature: 651 + $signature: 649 }; U.LinearProgressIndicator.prototype = { createState$0: function() { @@ -177760,7 +177861,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 223 + $signature: 224 }; U._CircularProgressIndicatorPainter.prototype = { paint$2: function(canvas, size) { @@ -177888,7 +177989,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 223 + $signature: 224 }; U._RefreshProgressIndicatorPainter.prototype = { paint$2: function(canvas, size) { @@ -178143,7 +178244,7 @@ return this.$this._widget.activeColor; return null; }, - $signature: 195 + $signature: 194 }; Y._RadioState__defaultFillColor_closure.prototype = { call$1: function(states) { @@ -178153,7 +178254,7 @@ return this.themeData.toggleableActiveColor; return this.themeData.unselectedWidgetColor; }, - $signature: 103 + $signature: 112 }; Y._RadioState_build_closure.prototype = { call$1: function(states) { @@ -178166,7 +178267,7 @@ } return t1 == null ? V.MaterialStateProperty_resolveAs(C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 451 + $signature: 375 }; Y._RadioPainter.prototype = { paint$2: function(canvas, size) { @@ -178672,7 +178773,7 @@ refreshResult.whenComplete$1(new N.RefreshIndicatorState__show__closure0(t1, this.completer)); } }, - $signature: 92 + $signature: 88 }; N.RefreshIndicatorState__show__closure.prototype = { call$0: function() { @@ -178715,7 +178816,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1049 + $signature: 1050 }; N._RefreshIndicatorState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -178750,7 +178851,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 131 + $signature: 136 }; Z._ReorderableListViewState.prototype = { _wrapWithSemantics$2: function(child, index) { @@ -178848,7 +178949,7 @@ if (startIndex !== endIndex) this.$this._widget.onReorder$2(startIndex, endIndex); }, - $signature: 350 + $signature: 348 }; Z._ReorderableListViewState__wrapWithSemantics_moveToStart.prototype = { call$0: function() { @@ -178893,33 +178994,33 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1068 + $signature: 1069 }; Z._ReorderableListViewState_build__listPadding_set.prototype = { call$1: function(t1) { return this._box_0._listPadding = t1; }, - $signature: 655 + $signature: 652 }; Z._ReorderableListViewState_build__outerPadding_set.prototype = { call$1: function(t1) { return this._box_0._outerPadding = t1; }, - $signature: 655 + $signature: 652 }; Z._ReorderableListViewState_build__outerPadding_get.prototype = { call$0: function() { var t1 = this._box_0._outerPadding; return t1 === $ ? H.throwExpression(H.LateError$localNI("outerPadding")) : t1; }, - $signature: 661 + $signature: 655 }; Z._ReorderableListViewState_build__listPadding_get.prototype = { call$0: function() { var t1 = this._box_0._listPadding; return t1 === $ ? H.throwExpression(H.LateError$localNI("listPadding")) : t1; }, - $signature: 661 + $signature: 655 }; Z._ReorderableListViewChildGlobalKey.prototype = { $eq: function(_, other) { @@ -179008,7 +179109,7 @@ if (t1.future._state === 0) t1.complete$1(0, this.reason); }, - $signature: 92 + $signature: 88 }; M._ScaffoldMessengerScope.prototype = { updateShouldNotify$1: function(old) { @@ -179182,7 +179283,7 @@ call$1: function(t1) { return this._box_0._floatingActionButtonRect = t1; }, - $signature: 1077 + $signature: 1078 }; M._ScaffoldLayout_performLayout__floatingActionButtonRect_get.prototype = { call$0: function() { @@ -179773,7 +179874,7 @@ if (t1.future._state === 0) t1.complete$1(0, this.reason); }, - $signature: 92 + $signature: 88 }; M.ScaffoldState__updateSnackBar_closure.prototype = { call$0: function() { @@ -179792,14 +179893,14 @@ call$1: function(t1) { return this._box_0._bottomSheet = t1; }, - $signature: 1078 + $signature: 1079 }; M.ScaffoldState__buildBottomSheet__bottomSheet_get.prototype = { call$0: function() { var t1 = this._box_0._bottomSheet; return t1 === $ ? H.throwExpression(H.LateError$localNI("bottomSheet")) : t1; }, - $signature: 1080 + $signature: 1081 }; M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet.prototype = { call$0: function() { @@ -179899,7 +180000,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1081 + $signature: 1082 }; M.ScaffoldFeatureController.prototype = {}; M._BottomSheetSuspendedCurve.prototype = { @@ -179991,7 +180092,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1085 + $signature: 1086 }; M.PersistentBottomSheetController.prototype = {}; M._ScaffoldScope.prototype = { @@ -180004,7 +180105,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; M._ScaffoldMessengerState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -180312,40 +180413,40 @@ call$1: function(t1) { return this._box_0._dragColor = t1; }, - $signature: 434 + $signature: 414 }; E._MaterialScrollbarState__thumbColor__hoverColor_set.prototype = { call$1: function(t1) { return this._box_0._hoverColor0 = t1; }, - $signature: 434 + $signature: 414 }; E._MaterialScrollbarState__thumbColor__idleColor_set.prototype = { call$1: function(t1) { return this._box_0._idleColor = t1; }, - $signature: 434 + $signature: 414 }; E._MaterialScrollbarState__thumbColor__dragColor_get.prototype = { call$0: function() { var t1 = this._box_0._dragColor; return t1 === $ ? H.throwExpression(H.LateError$localNI("dragColor")) : t1; }, - $signature: 439 + $signature: 432 }; E._MaterialScrollbarState__thumbColor__hoverColor_get.prototype = { call$0: function() { var t1 = this._box_0._hoverColor0; return t1 === $ ? H.throwExpression(H.LateError$localNI("hoverColor")) : t1; }, - $signature: 439 + $signature: 432 }; E._MaterialScrollbarState__thumbColor__idleColor_get.prototype = { call$0: function() { var t1 = this._box_0._idleColor; return t1 === $ ? H.throwExpression(H.LateError$localNI("idleColor")) : t1; }, - $signature: 439 + $signature: 432 }; E._MaterialScrollbarState__thumbColor_closure.prototype = { call$1: function(states) { @@ -180370,7 +180471,7 @@ t1.toString; return t1; }, - $signature: 103 + $signature: 112 }; E._MaterialScrollbarState__trackColor_closure.prototype = { call$1: function(states) { @@ -180378,7 +180479,7 @@ this.$this.get$_showTrackOnHover(); return C.Color_0; }, - $signature: 103 + $signature: 112 }; E._MaterialScrollbarState__trackBorderColor_closure.prototype = { call$1: function(states) { @@ -180386,7 +180487,7 @@ this.$this.get$_showTrackOnHover(); return C.Color_0; }, - $signature: 103 + $signature: 112 }; E._MaterialScrollbarState__thickness_closure.prototype = { call$1: function(states) { @@ -180406,7 +180507,7 @@ t1 = t2; return t1; }, - $signature: 1090 + $signature: 1091 }; E._MaterialScrollbarState_initState_closure.prototype = { call$0: function() { @@ -181200,7 +181301,7 @@ return this.$this._widget.activeColor; return this.$this._widget.inactiveThumbColor; }, - $signature: 195 + $signature: 194 }; N._MaterialSwitchState__defaultThumbColor_closure.prototype = { call$1: function(states) { @@ -181226,7 +181327,7 @@ } return t1; }, - $signature: 103 + $signature: 112 }; N._MaterialSwitchState__widgetTrackColor_closure.prototype = { call$1: function(states) { @@ -181236,7 +181337,7 @@ return this.$this._widget.activeTrackColor; return this.$this._widget.inactiveTrackColor; }, - $signature: 195 + $signature: 194 }; N._MaterialSwitchState__defaultTrackColor_closure.prototype = { call$1: function(states) { @@ -181253,7 +181354,7 @@ } return this.isDark ? C.Color_1308622847 : C.Color_1375731712; }, - $signature: 103 + $signature: 112 }; N._MaterialSwitchState__handleDragEnd_closure.prototype = { call$0: function() { @@ -181270,7 +181371,7 @@ } return t1 == null ? V.MaterialStateProperty_resolveAs(C._EnabledAndDisabledMouseCursor_SystemMouseCursor_click_clickable, states, type$.MouseCursor) : t1; }, - $signature: 451 + $signature: 375 }; N._SwitchPainter.prototype = { set$activeThumbImage: function(value) { @@ -182326,7 +182427,7 @@ call$1: function(tab) { return new N.LabeledGlobalKey(null, type$.LabeledGlobalKey_State_StatefulWidget); }, - $signature: 1097 + $signature: 1098 }; E._TabBarState__handleTabControllerTick_closure.prototype = { call$0: function() { @@ -183293,7 +183394,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1098 + $signature: 1099 }; Z._TextFieldState_build_closure1.prototype = { call$1: function($event) { @@ -183305,7 +183406,7 @@ call$1: function($event) { return this.$this._handleHover$1(false); }, - $signature: 200 + $signature: 201 }; Z._TextFieldState_build_closure3.prototype = { call$2: function(context, child) { @@ -183321,7 +183422,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1101 + $signature: 1102 }; Z._TextFieldState_build__closure.prototype = { call$0: function() { @@ -183339,7 +183440,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; Z.__TextFieldState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -183401,7 +183502,7 @@ t1 = t8; return Z.TextField$(_this.autocorrect, _this.autofillHints, _this.autofocus, _this.buildCounter, t4, _this.cursorColor, _this.cursorHeight, _this.cursorRadius, _this.cursorWidth, t3, _this.enableInteractiveSelection, _this.enableSuggestions, t1 !== false, _this.expands, _this.focusNode, _this.inputFormatters, _this.keyboardAppearance, _this.keyboardType, _this.maxLength, _this.maxLengthEnforced, _this.maxLengthEnforcement, _this.maxLines, _this.minLines, t5, _this.obscuringCharacter, new E.TextFormField_closure_onChangedHandler(field, _this.onChanged), _this.onEditingComplete, _this.onFieldSubmitted, _this.onTap, _this.readOnly, _this.scrollController, _this.scrollPadding, _this.scrollPhysics, _this.selectionControls, _this.showCursor, t6, t7, _this.strutStyle, _this.style, _this.textAlign, _this.textAlignVertical, _this.textCapitalization, _this.textDirection, _this.textInputAction, _this.toolbarOptions); }, - $signature: 1102 + $signature: 1103 }; E.TextFormField_closure_onChangedHandler.prototype = { call$1: function(value) { @@ -183411,7 +183512,7 @@ if (t1 != null) t1.call$1(value); }, - $signature: 86 + $signature: 84 }; E._TextFormFieldState.prototype = { get$_effectiveController: function() { @@ -184141,7 +184242,7 @@ call$1: function(value) { return new K.ThemeDataTween(type$.ThemeData._as(value), null); }, - $signature: 1105 + $signature: 1106 }; X.MaterialTapTargetSize.prototype = { toString$0: function(_) { @@ -184460,7 +184561,7 @@ t1 = t1.switchTheme; return X.ThemeData$raw(t10, t11, t42, t4, t51, false, t33, t63, t15, t53, t66, t61, t65, t26, t27, t12, t16, t46, t73, t47, new A.ColorScheme(t54.primary, t54.primaryVariant, t54.secondary, t54.secondaryVariant, t54.surface, t54.background, t54.error, t54.onPrimary, t54.onSecondary, t54.onSurface, t54.onBackground, t54.onError, t54.brightness), t59, t31, t72, t34, t55, t25, t17, t64, t69, t37, false, t56, t18, t20, t36, t19, t40, t35, t39, t49, t57, t70, t50, t48, t62, t6, t7, t9, t8, t41, t3, t74, t14, t52, t29, t23, t13, t43, t60, t21, t22, t1, t44, t68, t30, t32, t71, t2, t67, t28, t38, t45, t58, t24, true, t5); }, - $signature: 1106 + $signature: 1107 }; X.MaterialBasedCupertinoThemeData.prototype = { get$brightness: function() { @@ -184569,7 +184670,7 @@ return "0" + value; return C.JSInt_methods.toString$0(value); }, - $signature: 303 + $signature: 302 }; Z.TimeOfDayFormat.prototype = { toString$0: function(_) { @@ -184679,7 +184780,7 @@ var t1 = this.themeData.colorScheme; return states.contains$1(0, C.MaterialState_4) ? t1.primary : t1.onSurface; }, - $signature: 103 + $signature: 112 }; M._HourMinuteControl_build_closure0.prototype = { call$1: function(states) { @@ -184696,7 +184797,7 @@ } return t1; }, - $signature: 103 + $signature: 112 }; M._HourControl.prototype = { build$1: function(_, context) { @@ -184731,7 +184832,7 @@ return t2.replacing$1$hour(periodOffset + C.JSInt_methods.$mod(t1 - ((t3 ? C.DayPeriod_0 : C.DayPeriod_1) === C.DayPeriod_0 ? 0 : 12) + hoursToAdd, 12)); } }, - $signature: 1108 + $signature: 1109 }; M._HourControl_build_closure1.prototype = { call$0: function() { @@ -184950,7 +185051,7 @@ } return t1; }, - $signature: 103 + $signature: 112 }; M._DayPeriodControl_build_closure0.prototype = { call$1: function(states) { @@ -184964,7 +185065,7 @@ t1 = C.Color_0; return t1; }, - $signature: 103 + $signature: 112 }; M._DayPeriodControl_build_closure1.prototype = { call$0: function() { @@ -185118,7 +185219,7 @@ call$2: function(result, position) { return this.$this.RenderObjectWithChildMixin__child.hitTest$2$position(result, this._box_0.newPosition); }, - $signature: 270 + $signature: 268 }; M._TappableLabel.prototype = { get$value: function(receiver) { @@ -185168,7 +185269,7 @@ var t1 = this.labelRadius; return this.center.$add(0, new P.Offset(t1 * Math.cos(H.checkNum(theta)), -t1 * Math.sin(H.checkNum(theta)))); }, - $signature: 1121 + $signature: 1122 }; M._DialPainter_paint_paintLabels.prototype = { call$1: function(labels) { @@ -185195,7 +185296,7 @@ labelTheta += labelThetaIncrement; } }, - $signature: 1133 + $signature: 1134 }; M._Dial.prototype = { createState$0: function() { @@ -186162,7 +186263,7 @@ var t1 = this.builder.call$2(context, this.dialog); return t1; }, - $signature: 73 + $signature: 75 }; M.__DialState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -186384,7 +186485,7 @@ t3 = t3.splashColor; return new E._ToggleButton(t2, _null, t1.constraints, _null, _null, _null, t4, t5, t7, t6, t3, _null, new E.ToggleButtons_build__closure(t1, index), _null, leadingBorderSide, borderSide, trailingBorderSide, edgeBorderRadius, clipBorderRadius, index === 0, index === 1, C.Axis_0, C.VerticalDirection_1, t1.children[index], _null); }, - $signature: 1137 + $signature: 1138 }; E.ToggleButtons_build__closure.prototype = { call$0: function() { @@ -187590,7 +187691,7 @@ call$1: function(context) { return this.overlay; }, - $signature: 73 + $signature: 75 }; S._TooltipState_build_closure.prototype = { call$1: function($event) { @@ -187602,7 +187703,7 @@ call$1: function($event) { return this.$this._hideTooltip$0(); }, - $signature: 200 + $signature: 201 }; S._TooltipPositionDelegate.prototype = { getConstraintsForChild$1: function(constraints) { @@ -187743,7 +187844,7 @@ call$2: function(bytes, total) { this.chunkEvents.add$1(0, new L.ImageChunkEvent(bytes, total)); }, - $signature: 350 + $signature: 348 }; K.AlignmentGeometry.prototype = { add$1: function(_, other) { @@ -188306,19 +188407,19 @@ call$2: function(previousValue, border) { return previousValue.add$1(0, border.get$dimensions()); }, - $signature: 1161 + $signature: 1162 }; Y._CompoundBorder_scale_closure.prototype = { call$1: function(border) { return border.scale$1(0, this.t); }, - $signature: 1162 + $signature: 1163 }; Y._CompoundBorder_toString_closure.prototype = { call$1: function(border) { return J.toString$0$(border); }, - $signature: 1163 + $signature: 1164 }; F.BoxShape.prototype = { toString$0: function(_) { @@ -189147,7 +189248,7 @@ P.postEvent("Flutter.ImageSizesForFrame", t2); $._pendingImageSizeInfo = P.LinkedHashMap_LinkedHashMap$_empty(t1, type$.ImageSizeInfo); }, - $signature: 26 + $signature: 27 }; V.EdgeInsetsGeometry.prototype = { get$horizontal: function() { @@ -189545,7 +189646,7 @@ call$0: function() { return E._LiveImage$(this.completer, new E.ImageCache__trackLiveImage__closure(this.$this, this.key)); }, - $signature: 1167 + $signature: 1168 }; E.ImageCache__trackLiveImage__closure.prototype = { call$0: function() { @@ -189597,7 +189698,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1168 + $signature: 1169 }; E._CachedImageBase.prototype = { dispose$0: function(_) { @@ -189612,7 +189713,7 @@ t2.dispose$0(0); t1.handle = null; }, - $signature: 26 + $signature: 27 }; E._CachedImage.prototype = {}; E._LiveImage.prototype = { @@ -189828,13 +189929,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1169 + $signature: 1170 }; M.ImageProvider__createErrorHandlerAndKey_closure.prototype = { call$5: function(zone, delegate, $parent, error, stackTrace) { this.handleError.call$2(error, stackTrace); }, - $signature: 1170 + $signature: 1171 }; M.ImageProvider__createErrorHandlerAndKey_closure0.prototype = { call$0: function() { @@ -189876,13 +189977,13 @@ t1.toString; return t1; }, - $signature: 476 + $signature: 475 }; M.ImageProvider_resolveStreamForKey_closure0.prototype = { call$0: function() { return this.$this.load$2(0, this.key, $.PaintingBinding__instance.get$instantiateImageCodec()); }, - $signature: 476 + $signature: 475 }; M.AssetBundleImageKey.prototype = { $eq: function(_, other) { @@ -190068,7 +190169,7 @@ else t1.result = new O.SynchronousFuture(key, type$.SynchronousFuture_AssetBundleImageKey); }, - $signature: 1198 + $signature: 1199 }; L.AssetImage_obtainKey_closure0.prototype = { call$2: function(error, stack) { @@ -190076,7 +190177,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; L.ImageInfo.prototype = { clone$0: function(_) { @@ -190292,13 +190393,13 @@ call$1: function(listener) { return listener.onError; }, - $signature: 1200 + $signature: 1201 }; L.ImageStreamCompleter_reportImageChunkEvent_closure.prototype = { call$1: function(listener) { return listener.onChunk; }, - $signature: 1201 + $signature: 1202 }; L.MultiFrameImageStreamCompleter.prototype = { MultiFrameImageStreamCompleter$5$chunkEvents$codec$debugLabel$informationCollector$scale: function(chunkEvents, codec, debugLabel, informationCollector, scale) { @@ -190458,7 +190559,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; L.MultiFrameImageStreamCompleter_closure0.prototype = { call$2: function(error, stack) { @@ -190466,7 +190567,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; L.MultiFrameImageStreamCompleter__handleAppFrame_closure.prototype = { call$0: function() { @@ -190547,7 +190648,7 @@ this._box_0.result = result; return result == null; }, - $signature: 286 + $signature: 284 }; G.InlineSpan_codeUnitAt_closure.prototype = { call$1: function(span) { @@ -190555,7 +190656,7 @@ this._box_0.result = result; return result == null; }, - $signature: 286 + $signature: 284 }; V.NotchedShape.prototype = {}; V.CircularNotchedRectangle.prototype = { @@ -191115,13 +191216,13 @@ call$1: function(shadow) { return shadow.toPaint$0(); }, - $signature: 1204 + $signature: 1205 }; V._ShapeDecorationPainter__precache_closure0.prototype = { call$1: function(shadow) { return this.$this._shape_decoration$_decoration.shape.getOuterPath$2$textDirection(this.rect.shift$1(shadow.offset).inflate$1(shadow.spreadRadius), this.textDirection); }, - $signature: 1205 + $signature: 1206 }; M.StrutStyle.prototype = { get$fontFamilyFallback: function() { @@ -191787,7 +191888,7 @@ else return Y.DiagnosticsNode_DiagnosticsNode$message("", true, C.DiagnosticsTreeStyle_8); }, - $signature: 1206 + $signature: 1207 }; A.TextStyle.prototype = { get$fontFamilyFallback: function() { @@ -192028,7 +192129,7 @@ call$1: function(str) { return "packages/" + H.S(this.$this._package) + "/" + H.S(str); }, - $signature: 107 + $signature: 105 }; A._TextStyle_Object_Diagnosticable.prototype = {}; D.FrictionSimulation.prototype = { @@ -192477,7 +192578,7 @@ t2.toString; t2.updateAllDevices$1(t1.get$_pipelineOwner()._rootNode.get$hitTestMouseTrackers()); }, - $signature: 26 + $signature: 27 }; S.BoxConstraints.prototype = { copyWith$4$maxHeight$maxWidth$minHeight$minWidth: function(maxHeight, maxWidth, minHeight, minWidth) { @@ -192634,7 +192735,7 @@ return dim + "=" + J.toStringAsFixed$1$n(min, 1); return J.toStringAsFixed$1$n(min, 1) + "<=" + dim + "<=" + J.toStringAsFixed$1$n(max, 1); }, - $signature: 1231 + $signature: 1232 }; S.BoxHitTestResult.prototype = { addWithPaintTransform$3$hitTest$position$transform: function(hitTest, position, transform) { @@ -192870,19 +192971,19 @@ call$0: function() { return this.computer.call$1(this.argument); }, - $signature: 114 + $signature: 122 }; S.RenderBox_getDryLayout_closure.prototype = { call$0: function() { return this.$this.computeDryLayout$1(this.constraints); }, - $signature: 1232 + $signature: 1233 }; S.RenderBox_getDistanceToActualBaseline_closure.prototype = { call$0: function() { return this.$this.computeDistanceToActualBaseline$1(this.baseline); }, - $signature: 1236 + $signature: 1237 }; S.RenderBoxContainerDefaultsMixin.prototype = { defaultComputeDistanceToFirstActualBaseline$1: function(baseline) { @@ -192961,7 +193062,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; S._ContainerBoxParentData_BoxParentData_ContainerParentDataMixin.prototype = { detach$0: function(_) { @@ -193356,7 +193457,7 @@ else throw H.wrapException(H.LateError$localAI("oldKeyedChildren")); }, - $signature: 1237 + $signature: 1238 }; T.DebugOverflowIndicatorMixin.prototype = {}; D.TextSelectionPoint.prototype = { @@ -194783,7 +194884,7 @@ return false; return D._isWhitespace(C.JSString_methods._codeUnitAt$1(currentString, 0)); }, - $signature: 78 + $signature: 81 }; D.RenderEditable_extendSelectionDown__nextSelection_set.prototype = { call$1: function(t1) { @@ -194793,14 +194894,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_extendSelectionDown__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_extendSelectionLeftByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -194810,14 +194911,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_extendSelectionLeftByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_extendSelectionRightByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -194827,14 +194928,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_extendSelectionRightByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_extendSelectionUp__nextSelection_set.prototype = { call$1: function(t1) { @@ -194844,14 +194945,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_extendSelectionUp__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_expandSelectionLeftByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -194861,14 +194962,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_expandSelectionLeftByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_expandSelectionRightByLine__nextSelection_set.prototype = { call$1: function(t1) { @@ -194878,14 +194979,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_expandSelectionRightByLine__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_moveSelectionDown__nextSelection_set.prototype = { call$1: function(t1) { @@ -194895,14 +194996,14 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_moveSelectionDown__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_moveSelectionUp__nextSelection_set.prototype = { call$1: function(t1) { @@ -194912,40 +195013,40 @@ else throw H.wrapException(H.LateError$localAI("nextSelection")); }, - $signature: 133 + $signature: 132 }; D.RenderEditable_moveSelectionUp__nextSelection_get.prototype = { call$0: function() { var t1 = this._box_0._nextSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("nextSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D.RenderEditable_describeSemanticsConfiguration_closure.prototype = { call$1: function(info) { return info.recognizer != null; }, - $signature: 507 + $signature: 502 }; D.RenderEditable_getRectForComposingRange_closure.prototype = { call$2: function(accum, incoming) { var t1 = accum == null ? null : accum.expandToInclude$1(new P.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom)); return t1 == null ? new P.Rect(incoming.left, incoming.top, incoming.right, incoming.bottom) : t1; }, - $signature: 1289 + $signature: 1290 }; D.RenderEditable_selectWordEdge__newSelection_set.prototype = { call$1: function(t1) { return this._box_0._newSelection = t1; }, - $signature: 133 + $signature: 132 }; D.RenderEditable_selectWordEdge__newSelection_get.prototype = { call$0: function() { var t1 = this._box_0._newSelection; return t1 === $ ? H.throwExpression(H.LateError$localNI("newSelection")) : t1; }, - $signature: 128 + $signature: 131 }; D._RenderEditableCustomPaint.prototype = { get$parent: function(_) { @@ -195742,7 +195843,7 @@ else throw H.wrapException(H.LateError$localAI("crossSize")); }, - $signature: 162 + $signature: 163 }; F.RenderFlex__getIntrinsicSize__mainSize_set.prototype = { call$1: function(t1) { @@ -195752,45 +195853,45 @@ else throw H.wrapException(H.LateError$localAI("mainSize")); }, - $signature: 162 + $signature: 163 }; F.RenderFlex__getIntrinsicSize__mainSize_get.prototype = { call$0: function() { var t1 = this._box_0._mainSize; return t1 === $ ? H.throwExpression(H.LateError$localNI("mainSize")) : t1; }, - $signature: 114 + $signature: 122 }; F.RenderFlex__getIntrinsicSize__crossSize_get.prototype = { call$0: function() { var t1 = this._box_0._crossSize; return t1 === $ ? H.throwExpression(H.LateError$localNI("crossSize")) : t1; }, - $signature: 114 + $signature: 122 }; F.RenderFlex_computeMinIntrinsicWidth_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, extent, child.get$computeMinIntrinsicWidth()); }, - $signature: 201 + $signature: 188 }; F.RenderFlex_computeMaxIntrinsicWidth_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, extent, child.get$computeMaxIntrinsicWidth()); }, - $signature: 201 + $signature: 188 }; F.RenderFlex_computeMinIntrinsicHeight_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, extent, child.get$computeMinIntrinsicHeight()); }, - $signature: 201 + $signature: 188 }; F.RenderFlex_computeMaxIntrinsicHeight_closure.prototype = { call$2: function(child, extent) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, extent, child.get$computeMaxIntrinsicHeight()); }, - $signature: 201 + $signature: 188 }; F.RenderFlex__computeSizes__minChildExtent_set.prototype = { call$1: function(t1) { @@ -195800,14 +195901,14 @@ else throw H.wrapException(H.LateError$localAI("minChildExtent")); }, - $signature: 162 + $signature: 163 }; F.RenderFlex__computeSizes__minChildExtent_get.prototype = { call$0: function() { var t1 = this._box_0._minChildExtent; return t1 === $ ? H.throwExpression(H.LateError$localNI("minChildExtent")) : t1; }, - $signature: 114 + $signature: 122 }; F.RenderFlex_performLayout__betweenSpace_set.prototype = { call$1: function(t1) { @@ -195817,7 +195918,7 @@ else throw H.wrapException(H.LateError$localAI("betweenSpace")); }, - $signature: 162 + $signature: 163 }; F.RenderFlex_performLayout__leadingSpace_set.prototype = { call$1: function(t1) { @@ -195827,21 +195928,21 @@ else throw H.wrapException(H.LateError$localAI("leadingSpace")); }, - $signature: 162 + $signature: 163 }; F.RenderFlex_performLayout__leadingSpace_get.prototype = { call$0: function() { var t1 = this._box_0._leadingSpace; return t1 === $ ? H.throwExpression(H.LateError$localNI("leadingSpace")) : t1; }, - $signature: 114 + $signature: 122 }; F.RenderFlex_performLayout__betweenSpace_get.prototype = { call$0: function() { var t1 = this._box_0._betweenSpace; return t1 === $ ? H.throwExpression(H.LateError$localNI("betweenSpace")) : t1; }, - $signature: 114 + $signature: 122 }; F._LayoutSizes.prototype = {}; F._RenderFlex_RenderBox_ContainerRenderObjectMixin.prototype = { @@ -196869,49 +196970,49 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMinIntrinsicWidth_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMaxIntrinsicWidth_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMinIntrinsicHeight_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; R.RenderListBody_computeMaxIntrinsicHeight_closure0.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; R._RenderListBody_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -197015,7 +197116,7 @@ call$1: function(annotaion) { return annotaion.get$cursor(annotaion); }, - $signature: 1299 + $signature: 1300 }; A.MouseTracker_updateWithEvent_closure.prototype = { call$0: function() { @@ -197073,13 +197174,13 @@ t1.call$1(this.baseExitEvent.transformed$1(this.lastAnnotations.$index(0, annotation))); } }, - $signature: 1300 + $signature: 1301 }; A.MouseTracker__handleDeviceUpdateMouseEvents_closure0.prototype = { call$1: function(annotation) { return !this.lastAnnotations.containsKey$1(0, annotation); }, - $signature: 1303 + $signature: 1304 }; A.__MouseTrackerUpdateDetails_Object_Diagnosticable.prototype = {}; K.ParentData.prototype = { @@ -197435,25 +197536,25 @@ call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 293 + $signature: 291 }; K.PipelineOwner_flushCompositingBits_closure.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 293 + $signature: 291 }; K.PipelineOwner_flushPaint_closure.prototype = { call$2: function(a, b) { return b._node$_depth - a._node$_depth; }, - $signature: 293 + $signature: 291 }; K.PipelineOwner_flushSemantics_closure.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 293 + $signature: 291 }; K.RenderObject.prototype = { setupParentData$1: function(child) { @@ -197972,7 +198073,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; K.RenderObject_invokeLayoutCallback_closure.prototype = { call$0: function() { @@ -197986,13 +198087,13 @@ if (child.get$_needsCompositing()) this.$this.__RenderObject__needsCompositing = true; }, - $signature: 153 + $signature: 139 }; K.RenderObject_clearSemantics_closure.prototype = { call$1: function(child) { child.clearSemantics$0(); }, - $signature: 153 + $signature: 139 }; K.RenderObject__getSemanticsForParent_closure.prototype = { call$1: function(renderChild) { @@ -198038,7 +198139,7 @@ } } }, - $signature: 153 + $signature: 139 }; K.RenderObjectWithChildMixin.prototype = { set$child: function(value) { @@ -199112,7 +199213,7 @@ call$1: function(span) { return true; }, - $signature: 286 + $signature: 284 }; Q.RenderParagraph_hitTestChildren__hitText_set.prototype = { call$1: function(t1) { @@ -199122,7 +199223,7 @@ else throw H.wrapException(H.LateError$localAI("hitText")); }, - $signature: 525 + $signature: 519 }; Q.RenderParagraph_hitTestChildren__hitText_get.prototype = { call$0: function() { @@ -199138,7 +199239,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; Q.RenderParagraph_paint_closure.prototype = { call$2: function(context, offset) { @@ -199152,7 +199253,7 @@ call$1: function(info) { return info.recognizer != null; }, - $signature: 507 + $signature: 502 }; Q._RenderParagraph_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -199334,7 +199435,7 @@ gestureRecognizer.get$onLongPress(); return gestureRecognizer; }, - $signature: 1334 + $signature: 1335 }; G.PlatformViewRenderBox.prototype = { set$controller: function(_, controller) { @@ -200472,7 +200573,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 90 + $signature: 91 }; E.RenderFittedBox.prototype = { _proxy_box$_resolve$0: function() { @@ -200677,7 +200778,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 90 + $signature: 91 }; E.RenderFractionalTranslation.prototype = { set$translation: function(value) { @@ -200724,7 +200825,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 90 + $signature: 91 }; E.RenderPointerListener.prototype = { computeSizeForNoChild$1: function(constraints) { @@ -201707,7 +201808,7 @@ position.toString; return this.$this.super$RenderProxyBoxMixin$hitTestChildren(result, position); }, - $signature: 90 + $signature: 91 }; E.RenderAnnotatedRegion.prototype = { get$value: function(_) { @@ -201861,7 +201962,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; T.RenderPadding.prototype = { _shifted_box$_resolve$0: function() { @@ -202528,7 +202629,7 @@ call$1: function(result) { return this.child.hitTest$2$position(result, this._box_0.transformedPosition); }, - $signature: 532 + $signature: 525 }; G._SliverGeometry_Object_Diagnosticable.prototype = {}; G._SliverLogicalContainerParentData_SliverLogicalParentData_ContainerParentDataMixin.prototype = { @@ -203530,7 +203631,7 @@ } else t1._childManager.createChild$2$after(t3, t4); }, - $signature: 377 + $signature: 376 }; F.RenderSliverMultiBoxAdaptor_collectGarbage_closure.prototype = { call$1: function(constraints) { @@ -203552,7 +203653,7 @@ t3 = H._instanceType(t1)._eval$1("WhereIterable"); C.JSArray_methods.forEach$1(P.List_List$of(new H.WhereIterable(t1, new F.RenderSliverMultiBoxAdaptor_collectGarbage__closure(), t3), true, t3._eval$1("Iterable.E")), t2._childManager.get$removeChild()); }, - $signature: 377 + $signature: 376 }; F.RenderSliverMultiBoxAdaptor_collectGarbage__closure.prototype = { call$1: function(child) { @@ -203560,7 +203661,7 @@ t1.toString; return !type$.SliverMultiBoxAdaptorParentData._as(t1).KeepAliveParentDataMixin_keepAlive; }, - $signature: 549 + $signature: 538 }; F._RenderSliverMultiBoxAdaptor_RenderSliver_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -203911,7 +204012,7 @@ call$1: function(constraints) { this.$this.updateChild$2(this.shrinkOffset, this.overlapsContent); }, - $signature: 377 + $signature: 376 }; U.RenderSliverPinnedPersistentHeader.prototype = { performLayout$0: function() { @@ -204197,25 +204298,25 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; K.RenderStack_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; K.RenderStack_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; K.RenderStack_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; K.RenderStack_layoutPositionedChild__x_set.prototype = { call$1: function(t1) { @@ -204225,7 +204326,7 @@ else throw H.wrapException(H.LateError$localAI("x")); }, - $signature: 162 + $signature: 163 }; K.RenderStack_layoutPositionedChild__y_set.prototype = { call$1: function(t1) { @@ -204235,21 +204336,21 @@ else throw H.wrapException(H.LateError$localAI("y")); }, - $signature: 162 + $signature: 163 }; K.RenderStack_layoutPositionedChild__x_get.prototype = { call$0: function() { var t1 = this._box_0._x0; return t1 === $ ? H.throwExpression(H.LateError$localNI("x")) : t1; }, - $signature: 114 + $signature: 122 }; K.RenderStack_layoutPositionedChild__y_get.prototype = { call$0: function() { var t1 = this._box_0._y0; return t1 === $ ? H.throwExpression(H.LateError$localNI("y")) : t1; }, - $signature: 114 + $signature: 122 }; K.RenderIndexedStack.prototype = { visitChildrenForSemantics$1: function(visitor) { @@ -204303,7 +204404,7 @@ transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; K._RenderStack_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -204991,14 +205092,14 @@ call$2: function(a, b) { return a + b; }, - $signature: 326 + $signature: 293 }; S.RenderTable_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { transformed.toString; return this.child.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; S.AlignmentGeometryTween.prototype = { lerp$1: function(t) { @@ -205588,7 +205689,7 @@ var t1 = sliver._geometry; return t1.visible || t1.cacheExtent > 0; }, - $signature: 1366 + $signature: 1367 }; Q.RenderViewportBase_hitTestChildren_closure.prototype = { call$1: function(result) { @@ -205598,7 +205699,7 @@ t3 = _this.$this.computeChildMainAxisPosition$2(t1, t2.mainAxisPosition); return t1.hitTest$3$crossAxisPosition$mainAxisPosition(_this.sliverResult, t2.crossAxisPosition, t3); }, - $signature: 532 + $signature: 525 }; Q.RenderViewport.prototype = { setupParentData$1: function(child) { @@ -207047,7 +207148,7 @@ t1.SchedulerBinding__nextFrameCompleter.complete$0(0); t1.SchedulerBinding__nextFrameCompleter = null; }, - $signature: 26 + $signature: 27 }; N.SchedulerBinding_scheduleWarmUpFrame_closure.prototype = { call$0: function() { @@ -207093,7 +207194,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 102 + $signature: 103 }; N.SchedulerBinding__handleDrawFrame_closure.prototype = { call$1: function(timeStamp) { @@ -207101,7 +207202,7 @@ t1.SchedulerBinding__hasScheduledFrame = false; t1.scheduleFrame$0(); }, - $signature: 26 + $signature: 27 }; N.SchedulerBinding_handleBeginFrame_closure.prototype = { call$2: function(id, callbackEntry) { @@ -207114,7 +207215,7 @@ t1._invokeFrameCallback$3(t2, t3, callbackEntry.debugStack); } }, - $signature: 1368 + $signature: 1369 }; V.Priority.prototype = { get$value: function(_) { @@ -207290,7 +207391,7 @@ call$1: function(value) { this.callback.call$0(); }, - $signature: 80 + $signature: 82 }; M.TickerCanceled.prototype = { toString$0: function(_) { @@ -207832,20 +207933,20 @@ t1.thickness = Math.max(t1.thickness, node._semantics$_thickness + node._semantics$_elevation); return true; }, - $signature: 415 + $signature: 378 }; A.SemanticsNode__childrenInTraversalOrder_closure.prototype = { call$1: function(sortNode) { return sortNode.node; }, - $signature: 1373 + $signature: 1374 }; A.SemanticsNode_debugDescribeChildren_closure.prototype = { call$1: function(node) { node.toString; return A._SemanticsDiagnosticableNode$(this.childOrder, null, C.DiagnosticsTreeStyle_1, node); }, - $signature: 1400 + $signature: 1401 }; A._BoxEdge.prototype = { compareTo$1: function(_, other) { @@ -207945,7 +208046,7 @@ call$1: function(group) { return group.sortedWithinKnot$0(); }, - $signature: 539 + $signature: 536 }; A._SemanticsSortGroup_sortedWithinKnot_closure.prototype = { call$2: function(a, b) { @@ -207959,7 +208060,7 @@ return -verticalDiff; return -J.compareTo$1$ns(aTopLeft._dx, bTopLeft._dx); }, - $signature: 382 + $signature: 381 }; A._SemanticsSortGroup_sortedWithinKnot_search.prototype = { call$1: function(id) { @@ -207976,13 +208077,13 @@ } _this.sortedIds.push(id); }, - $signature: 71 + $signature: 66 }; A._SemanticsSortGroup_sortedWithinKnot_closure0.prototype = { call$1: function(node) { return node._semantics$_id; }, - $signature: 1407 + $signature: 1408 }; A._SemanticsSortGroup_sortedWithinKnot_closure1.prototype = { call$1: function(id) { @@ -207990,13 +208091,13 @@ t1.toString; return t1; }, - $signature: 1419 + $signature: 1420 }; A._childrenInDefaultOrder_closure.prototype = { call$1: function(group) { return group.sortedWithinVerticalGroup$0(); }, - $signature: 539 + $signature: 536 }; A._TraversalSortNode.prototype = { compareTo$1: function(_, other) { @@ -208107,19 +208208,19 @@ call$1: function(node) { return !this.$this._detachedNodes.contains$1(0, node); }, - $signature: 415 + $signature: 378 }; A.SemanticsOwner_sendSemanticsUpdate_closure0.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 382 + $signature: 381 }; A.SemanticsOwner_sendSemanticsUpdate_closure1.prototype = { call$2: function(a, b) { return a._node$_depth - b._node$_depth; }, - $signature: 382 + $signature: 381 }; A.SemanticsOwner__getSemanticsActionHandlerForId_closure.prototype = { call$1: function(node) { @@ -208129,7 +208230,7 @@ } return true; }, - $signature: 415 + $signature: 378 }; A.SemanticsConfiguration.prototype = { _addAction$2: function(action, handler) { @@ -208660,7 +208761,7 @@ call$1: function(configuration) { return configuration.toJson$0(); }, - $signature: 1435 + $signature: 1436 }; F.AutofillScopeMixin.prototype = { attach$2: function(trigger, configuration) { @@ -208674,7 +208775,7 @@ call$1: function(client) { return client._createTextInputConfiguration$1(client.get$_needsAutofill()); }, - $signature: 1436 + $signature: 1437 }; Q.BinaryMessenger.prototype = {}; N.ServicesBinding.prototype = { @@ -208830,7 +208931,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 366 + $signature: 365 }; N.ServicesBinding__addLicenses_closure0.prototype = { call$0: function() { @@ -208860,7 +208961,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 366 + $signature: 365 }; N._DefaultBinaryMessenger.prototype = { _sendPlatformMessage$2: function(channel, message) { @@ -208974,7 +209075,7 @@ U.FlutterError_reportError(new U.FlutterErrorDetails(exception, stack, "services library", t1, null, false)); } }, - $signature: 130 + $signature: 133 }; N._DefaultBinaryMessenger_setMessageHandler_closure.prototype = { call$2: function(data, callback) { @@ -209001,7 +209102,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 1472 + $signature: 1473 }; T.ClipboardData.prototype = {}; G.KeyboardKey.prototype = {}; @@ -209376,7 +209477,7 @@ t1.writeValue$2(0, t2, key); t1.writeValue$2(0, t2, value); }, - $signature: 228 + $signature: 229 }; U.StandardMethodCodec0.prototype = { encodeMethodCall$1: function($call) { @@ -209605,7 +209706,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 543 + $signature: 541 }; A.MethodChannel.prototype = { get$binaryMessenger: function() { @@ -209818,7 +209919,7 @@ call$1: function(message) { return this.$this._handleAsMethodCall$2(message, this.handler); }, - $signature: 543 + $signature: 541 }; A.OptionalMethodChannel.prototype = { invokeMethod$1$2: function(method, $arguments, $T) { @@ -209871,14 +209972,14 @@ call$1: function(t1) { return this._box_0._controller0 = t1; }, - $signature: 1480 + $signature: 1481 }; A.EventChannel_receiveBroadcastStream__controller_get.prototype = { call$0: function() { var t1 = this._box_0._controller0; return t1 === $ ? H.throwExpression(H.LateError$localNI("controller")) : t1; }, - $signature: 1481 + $signature: 1482 }; A.EventChannel_receiveBroadcastStream_closure.prototype = { call$0: function() { @@ -209933,7 +210034,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 102 + $signature: 103 }; A.EventChannel_receiveBroadcastStream__closure.prototype = { call$1: function(reply) { @@ -209974,7 +210075,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1505 + $signature: 1506 }; A.EventChannel_receiveBroadcastStream_closure0.prototype = { call$0: function() { @@ -210029,7 +210130,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 102 + $signature: 103 }; R.PlatformViewsRegistry.prototype = { getNextPlatformViewId$0: function() { @@ -210365,13 +210466,13 @@ call$1: function(_) { this.$this._isReplacing = false; }, - $signature: 26 + $signature: 27 }; K.RestorationManager_scheduleSerializationFor_closure.prototype = { call$1: function(_) { return this.$this._doSerialization$0(); }, - $signature: 26 + $signature: 27 }; K.RestorationBucket.prototype = { get$_rawChildren: function() { @@ -210542,26 +210643,26 @@ var t1 = type$.nullable_Object; return P.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 545 + $signature: 544 }; K.RestorationBucket__rawValues_closure.prototype = { call$0: function() { var t1 = type$.nullable_Object; return P.LinkedHashMap_LinkedHashMap$_empty(t1, t1); }, - $signature: 545 + $signature: 544 }; K.RestorationBucket__addChildData_closure.prototype = { call$0: function() { return H.setRuntimeTypeInfo([], type$.JSArray_RestorationBucket); }, - $signature: 1536 + $signature: 1537 }; K.RestorationBucket__visitChildren_closure.prototype = { call$1: function(buckets) { return buckets; }, - $signature: 1537 + $signature: 1538 }; X.ApplicationSwitcherDescription.prototype = {}; X.SystemUiOverlayStyle.prototype = { @@ -210685,19 +210786,19 @@ substring.toString; return H.stringReplaceAllFuncUnchecked(substring, t1.filterPattern, t3, t2); }, - $signature: 107 + $signature: 105 }; B.FilteringTextInputFormatter_formatEditUpdate__closure.prototype = { call$1: function(match) { return ""; }, - $signature: 384 + $signature: 383 }; B.FilteringTextInputFormatter_formatEditUpdate__closure0.prototype = { call$1: function(nonMatch) { return ""; }, - $signature: 107 + $signature: 105 }; B.LengthLimitingTextInputFormatter.prototype = { formatEditUpdate$2: function(oldValue, newValue) { @@ -211154,21 +211255,21 @@ else throw H.wrapException(H.LateError$localAI("parent")); }, - $signature: 1547 + $signature: 1548 }; U._getParent__parent_get.prototype = { call$0: function() { var t1 = this._box_0._parent0; return t1 === $ ? H.throwExpression(H.LateError$localNI("parent")) : t1; }, - $signature: 1548 + $signature: 1549 }; U._getParent_closure.prototype = { call$1: function(ancestor) { this._parent_set.call$1(ancestor); return false; }, - $signature: 118 + $signature: 117 }; U.Intent.prototype = {}; U.Action.prototype = { @@ -211208,7 +211309,7 @@ type$._ActionsMarker._as(element.get$widget()).toString; return false; }, - $signature: 553 + $signature: 550 }; U.Actions_maybeFind_closure.prototype = { call$1: function(element) { @@ -211223,7 +211324,7 @@ } return false; }, - $signature: 553 + $signature: 550 }; U._ActionsState.prototype = { initState$0: function() { @@ -211433,7 +211534,7 @@ t1 = O.FocusManager__defaultModeForPlatform(); this.$this._updateHighlightMode$1(t1); }, - $signature: 26 + $signature: 27 }; U._FocusableActionDetectorState__updateHighlightMode_closure.prototype = { call$0: function() { @@ -211474,7 +211575,7 @@ var t1 = this.$this; return t1._actions$_hovering && target.enabled && t1._canShowHighlight; }, - $signature: 386 + $signature: 385 }; U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus.prototype = { call$1: function(target) { @@ -211492,20 +211593,20 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 386 + $signature: 385 }; U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight.prototype = { call$1: function(target) { var t1 = this.$this; return t1._actions$_focused && t1._canShowHighlight && this.canRequestFocus.call$1(target); }, - $signature: 386 + $signature: 385 }; U._FocusableActionDetectorState_didUpdateWidget_closure.prototype = { call$1: function(duration) { this.$this._mayTriggerCallback$1$oldWidget(this.oldWidget); }, - $signature: 26 + $signature: 27 }; U.DoNothingAction.prototype = { consumesKey$1: function(intent) { @@ -211661,7 +211762,7 @@ call$1: function($status) { this.$this.setState$1(new U._AnimatedCrossFadeState_initState__closure()); }, - $signature: 34 + $signature: 35 }; U._AnimatedCrossFadeState_initState__closure.prototype = { call$0: function() { @@ -211827,7 +211928,7 @@ this.controller.dispose$0(0); } }, - $signature: 34 + $signature: 35 }; G._AnimatedSwitcherState__newEntry__closure.prototype = { call$0: function() { @@ -211841,7 +211942,7 @@ call$1: function(entry) { return entry.transition; }, - $signature: 1590 + $signature: 1591 }; G.__AnimatedSwitcherState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -212113,7 +212214,7 @@ t1.toString; return t1; }, - $signature: 73 + $signature: 75 }; S._WidgetsAppState_didChangeLocales_closure.prototype = { call$0: function() { @@ -212125,7 +212226,7 @@ call$1: function(context) { return this.$this._widget.builder.call$2(context, this._box_0.routing); }, - $signature: 73 + $signature: 75 }; S._MediaQueryFromWindow.prototype = { createState$0: function() { @@ -212252,7 +212353,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; B._StreamBuilderBaseState__subscribe__closure.prototype = { call$0: function() { @@ -212385,7 +212486,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 134 + $signature: 135 }; B._FutureBuilderState__subscribe__closure.prototype = { call$0: function() { @@ -212538,19 +212639,19 @@ t3 = t1._autocomplete$_options; return T.CompositedTransformFollower$(t2.optionsViewBuilder.call$3(context, t1.get$_select(), t3), t1._optionsLayerLink, C.Offset_0_0, false, C.Alignment_m1_1); }, - $signature: 1617 + $signature: 1618 }; S._RawAutocompleteState_initState_closure.prototype = { call$1: function(_) { this.$this._updateOverlay$0(); }, - $signature: 26 + $signature: 27 }; S._RawAutocompleteState_didUpdateWidget_closure.prototype = { call$1: function(_) { this.$this._updateOverlay$0(); }, - $signature: 26 + $signature: 27 }; F.AutofillContextAction.prototype = { toString$0: function(_) { @@ -212608,13 +212709,13 @@ call$1: function(client) { return client._createTextInputConfiguration$1(client.get$_needsAutofill()).autofillConfiguration != null; }, - $signature: 1620 + $signature: 1621 }; F.AutofillGroupState_register_closure.prototype = { call$0: function() { return this.client; }, - $signature: 1621 + $signature: 1622 }; F._AutofillScope.prototype = { updateShouldNotify$1: function(old) { @@ -212708,13 +212809,13 @@ childElement.toString; t1._updateParentDataOfChild$1(childElement); }, - $signature: 26 + $signature: 27 }; L._AutomaticKeepAliveState__getChildElement_closure.prototype = { call$1: function(child) { this._box_0.childElement = child; }, - $signature: 84 + $signature: 87 }; L._AutomaticKeepAliveState__createCallback_closure.prototype = { call$0: function() { @@ -213512,7 +213613,7 @@ call$1: function(span) { return true; }, - $signature: 286 + $signature: 284 }; T.RawImage.prototype = { createRenderObject$1: function(context) { @@ -213865,7 +213966,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 302 + $signature: 301 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0.prototype = { call$1: function(parameters) { @@ -213901,7 +214002,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 302 + $signature: 301 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1.prototype = { call$1: function(parameters) { @@ -213937,7 +214038,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 302 + $signature: 301 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure.prototype = { call$0: function() { @@ -213954,7 +214055,7 @@ } return t1; }, - $signature: 1656 + $signature: 1657 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure.prototype = { call$1: function(timings) { @@ -213970,7 +214071,7 @@ C.C_JsonCodec.encode$1(t9); } }, - $signature: 378 + $signature: 377 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure.prototype = { call$0: function() { @@ -213995,7 +214096,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 1657 + $signature: 1658 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0.prototype = { call$1: function(value) { @@ -214018,13 +214119,13 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1659 + $signature: 1660 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure.prototype = { call$1: function(message) { return this.$this.handleSystemMessage$1(message); }, - $signature: 1660 + $signature: 1661 }; N.WidgetsBindingObserver.prototype = { didPopRoute$0: function() { @@ -214245,7 +214346,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 302 + $signature: 301 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0.prototype = { call$1: function(_) { @@ -214273,7 +214374,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 242 + $signature: 241 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1.prototype = { call$1: function(_) { @@ -214301,7 +214402,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 242 + $signature: 241 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2.prototype = { call$1: function(params) { @@ -214339,7 +214440,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1661 + $signature: 1662 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty.prototype = { call$1: function(element) { @@ -214347,7 +214448,7 @@ element.markNeedsBuild$0(); element.visitChildren$1(this); }, - $signature: 84 + $signature: 87 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3.prototype = { call$0: function() { @@ -214372,7 +214473,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 332 + $signature: 338 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4.prototype = { call$1: function(value) { @@ -214396,7 +214497,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 1685 + $signature: 1686 }; N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure.prototype = { call$1: function(timings) { @@ -214412,7 +214513,7 @@ t2.firstFrameCallback = null; this.$this.WidgetsBinding__firstFrameCompleter.complete$0(0); }, - $signature: 378 + $signature: 377 }; N.WidgetsBinding_scheduleAttachRootWidget_closure.prototype = { call$0: function() { @@ -216463,7 +216564,7 @@ if (t2 != null) L.FocusScope_of(t2).autofocus$1(0, t1._widget.focusNode); }, - $signature: 26 + $signature: 27 }; D.EditableTextState__scheduleShowCaretOnScreen_closure.prototype = { call$1: function(_) { @@ -216493,13 +216594,13 @@ t2.toString; t4._as(t2).showOnScreen$3$curve$duration$rect(C.Cubic_ifx, C.Duration_100000, caretPadding.inflateRect$1(targetOffset.rect)); }, - $signature: 26 + $signature: 27 }; D.EditableTextState__formatAndSetValue_closure.prototype = { call$2: function(newValue, formatter) { return formatter.formatEditUpdate$2(this.$this._widget.controller._change_notifier$_value, newValue); }, - $signature: 1686 + $signature: 1687 }; D.EditableTextState__cursorTick_closure.prototype = { call$0: function() { @@ -216516,19 +216617,19 @@ call$1: function(_) { return this.$this._updateSizeAndTransform$0(); }, - $signature: 26 + $signature: 27 }; D.EditableTextState__updateComposingRectIfNeeded_closure.prototype = { call$1: function(_) { return this.$this._updateComposingRectIfNeeded$0(); }, - $signature: 26 + $signature: 27 }; D.EditableTextState__updateCaretRectIfNeeded_closure.prototype = { call$1: function(_) { return this.$this._updateCaretRectIfNeeded$0(); }, - $signature: 26 + $signature: 27 }; D.EditableTextState_showAutocorrectionPromptRect_closure.prototype = { call$0: function() { @@ -216611,7 +216712,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1687 + $signature: 1688 }; D._Editable.prototype = { createRenderObject$1: function(context) { @@ -217111,7 +217212,7 @@ call$1: function(node) { return !node._skipTraversal && node.get$canRequestFocus(); }, - $signature: 112 + $signature: 116 }; O.FocusNode_debugDescribeChildren_closure.prototype = { call$1: function(child) { @@ -217119,7 +217220,7 @@ child.toString; return Y.DiagnosticableTreeNode$(t1, null, child); }, - $signature: 1693 + $signature: 1694 }; O.FocusScopeNode.prototype = { get$nearestScope: function() { @@ -217582,7 +217683,7 @@ } return true; }, - $signature: 118 + $signature: 117 }; U._FocusTraversalGroupInfo.prototype = {}; U.TraversalDirection.prototype = { @@ -217733,13 +217834,13 @@ t3.push(node); } }, - $signature: 1712 + $signature: 1713 }; U.FocusTraversalPolicy__sortAllDescendants_closure.prototype = { call$1: function(node) { return !node.get$canRequestFocus() || node._skipTraversal; }, - $signature: 112 + $signature: 116 }; U._DirectionalPolicyDataEntry.prototype = {}; U._DirectionalPolicyData.prototype = {}; @@ -217982,7 +218083,7 @@ call$1: function(entry) { return entry.node === this.node; }, - $signature: 1713 + $signature: 1714 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure.prototype = { call$2: function(a, b) { @@ -217996,47 +218097,47 @@ else return J.compareTo$1$ns(b.get$rect(b).right, a.get$rect(a).right); }, - $signature: 213 + $signature: 214 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure.prototype = { call$2: function(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dx, b.get$rect(b).get$center()._dx); }, - $signature: 213 + $signature: 214 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx <= t1.left; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dx >= t1.right; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure.prototype = { call$2: function(a, b) { return J.compareTo$1$ns(a.get$rect(a).get$center()._dy, b.get$rect(b).get$center()._dy); }, - $signature: 213 + $signature: 214 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy <= t1.top; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = { call$1: function(node) { var t1 = this.target; return !node.get$rect(node).$eq(0, t1) && node.get$rect(node).get$center()._dy >= t1.bottom; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate.prototype = { call$1: function(direction) { @@ -218069,7 +218170,7 @@ U._focusAndEnsureVisible(lastNode, alignmentPolicy); return true; }, - $signature: 1715 + $signature: 1716 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure.prototype = { call$1: function(node) { @@ -218077,21 +218178,21 @@ t1.toString; return F.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = { call$1: function(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = { call$2: function(a, b) { var t1 = this.focusedChild; return C.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: 213 + $signature: 214 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = { call$1: function(node) { @@ -218099,21 +218200,21 @@ t1.toString; return F.Scrollable_of(t1) === this.focusedScrollable; }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3.prototype = { call$1: function(node) { var t1 = node.get$rect(node).intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 112 + $signature: 116 }; U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4.prototype = { call$2: function(a, b) { var t1 = this.focusedChild; return C.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: 213 + $signature: 214 }; U._ReadingOrderSortData.prototype = { get$directionalAncestors: function() { @@ -218133,7 +218234,7 @@ t1.toString; return P.LinkedHashSet_LinkedHashSet$from(t1, H._arrayInstanceType(t1)._precomputed1); }, - $signature: 1717 + $signature: 1718 }; U._ReadingOrderSortData_sortWithDirectionality_closure.prototype = { call$2: function(a, b) { @@ -218146,7 +218247,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 721 + $signature: 558 }; U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors.prototype = { call$1: function(context) { @@ -218167,7 +218268,7 @@ } return result; }, - $signature: 1719 + $signature: 1720 }; U._ReadingOrderDirectionalGroupData.prototype = { get$rect: function(_) { @@ -218191,7 +218292,7 @@ call$1: function(data) { return data.rect; }, - $signature: 1743 + $signature: 1744 }; U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure.prototype = { call$2: function(a, b) { @@ -218204,7 +218305,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 1744 + $signature: 1745 }; U.ReadingOrderTraversalPolicy.prototype = { _collectDirectionalityGroups$1: function(candidates) { @@ -218281,7 +218382,7 @@ call$2: function(a, b) { return J.compareTo$1$ns(a.rect.top, b.rect.top); }, - $signature: 721 + $signature: 558 }; U.ReadingOrderTraversalPolicy__pickNext_inBand.prototype = { call$2: function(current, candidates) { @@ -218289,14 +218390,14 @@ t2 = H._arrayInstanceType(candidates)._eval$1("WhereIterable<1>"); return P.List_List$of(new H.WhereIterable(candidates, new U.ReadingOrderTraversalPolicy__pickNext_inBand_closure(new P.Rect(-1 / 0, t1.top, 1 / 0, t1.bottom)), t2), true, t2._eval$1("Iterable.E")); }, - $signature: 1745 + $signature: 1746 }; U.ReadingOrderTraversalPolicy__pickNext_inBand_closure.prototype = { call$1: function(item) { var t1 = item.rect.intersect$1(this.band); return !t1.get$isEmpty(t1); }, - $signature: 1773 + $signature: 1774 }; U.FocusTraversalGroup.prototype = { createState$0: function() { @@ -218433,7 +218534,7 @@ call$1: function(field) { return field._hasInteractedByUser; }, - $signature: 1774 + $signature: 1775 }; A.FormState__forceRebuild_closure.prototype = { call$0: function() { @@ -218722,7 +218823,7 @@ call$1: function(child) { this.$this._unmount$1(child); }, - $signature: 84 + $signature: 87 }; N.BuildOwner.prototype = { scheduleBuildFor$1: function(element) { @@ -218882,7 +218983,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; N.BuildOwner_finalizeTree_closure.prototype = { call$0: function() { @@ -219203,7 +219304,7 @@ else element.visitChildren$1(this); }, - $signature: 84 + $signature: 87 }; N.Element_updateSlotForChild_visit.prototype = { call$1: function(element) { @@ -219211,31 +219312,31 @@ if (!(element instanceof N.RenderObjectElement)) element.visitChildren$1(this); }, - $signature: 84 + $signature: 87 }; N.Element__updateDepth_closure.prototype = { call$1: function(child) { child._updateDepth$1(this.expectedDepth); }, - $signature: 84 + $signature: 87 }; N.Element_detachRenderObject_closure.prototype = { call$1: function(child) { child.detachRenderObject$0(); }, - $signature: 84 + $signature: 87 }; N.Element_attachRenderObject_closure.prototype = { call$1: function(child) { child.attachRenderObject$1(this.newSlot); }, - $signature: 84 + $signature: 87 }; N.Element_debugDescribeChildren_closure.prototype = { call$1: function(child) { this.children.push(child.toDiagnosticsNode$0()); }, - $signature: 84 + $signature: 87 }; N._ElementDiagnosticableTreeNode.prototype = {}; N.ErrorWidget.prototype = { @@ -219324,7 +219425,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; N.ComponentElement_performRebuild_closure0.prototype = { call$0: function() { @@ -219353,7 +219454,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; N.StatelessElement.prototype = { get$widget: function() { @@ -219473,7 +219574,7 @@ else child.visitChildren$1(this); }, - $signature: 84 + $signature: 87 }; N.InheritedElement.prototype = { get$widget: function() { @@ -219721,14 +219822,14 @@ var t1 = this.forgottenChildren.contains$1(0, child); return t1 ? null : child; }, - $signature: 1779 + $signature: 1780 }; N.RenderObjectElement_updateChildren_slotFor.prototype = { call$2: function(newChildIndex, previousChild) { var t1 = this.slots; return t1 != null ? t1[newChildIndex] : new N.IndexedSlot(previousChild, newChildIndex, type$.IndexedSlot_nullable_Element); }, - $signature: 1784 + $signature: 1785 }; N.RootRenderObjectElement.prototype = { mount$2: function($parent, newSlot) { @@ -219850,7 +219951,7 @@ call$1: function(child) { return !this.$this._forgottenChildren.contains$1(0, child); }, - $signature: 118 + $signature: 117 }; N.DebugCreator.prototype = { toString$0: function(_) { @@ -219936,7 +220037,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 562 + $signature: 721 }; D.GestureDetector_build_closure0.prototype = { call$1: function(instance) { @@ -219947,7 +220048,7 @@ instance.onTapCancel = t1.onTapCancel; instance.onTertiaryTapCancel = instance.onTertiaryTapUp = instance.onTertiaryTapDown = instance.onSecondaryTapCancel = instance.onSecondaryTapUp = instance.onSecondaryTapDown = instance.onSecondaryTap = null; }, - $signature: 566 + $signature: 562 }; D.GestureDetector_build_closure1.prototype = { call$0: function() { @@ -219955,7 +220056,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 575 + $signature: 566 }; D.GestureDetector_build_closure2.prototype = { call$1: function(instance) { @@ -219963,7 +220064,7 @@ instance.onDoubleTap = this.$this.onDoubleTap; instance.onDoubleTapCancel = null; }, - $signature: 576 + $signature: 575 }; D.GestureDetector_build_closure3.prototype = { call$0: function() { @@ -219971,14 +220072,14 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 580 + $signature: 576 }; D.GestureDetector_build_closure4.prototype = { call$1: function(instance) { instance.onLongPress = this.$this.onLongPress; instance.onSecondaryLongPressUp = instance.onSecondaryLongPressEnd = instance.onSecondaryLongPressMoveUpdate = instance.onSecondaryLongPressStart = instance.onSecondaryLongPress = instance.onLongPressUp = instance.onLongPressEnd = instance.onLongPressMoveUpdate = instance.onLongPressStart = null; }, - $signature: 582 + $signature: 580 }; D.GestureDetector_build_closure5.prototype = { call$0: function() { @@ -219986,7 +220087,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 583 + $signature: 582 }; D.GestureDetector_build_closure6.prototype = { call$1: function(instance) { @@ -219999,7 +220100,7 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 585 + $signature: 583 }; D.GestureDetector_build_closure7.prototype = { call$0: function() { @@ -220007,7 +220108,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 396 + $signature: 395 }; D.GestureDetector_build_closure8.prototype = { call$1: function(instance) { @@ -220019,7 +220120,7 @@ instance.onCancel = t1.onHorizontalDragCancel; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 397 + $signature: 396 }; D.GestureDetector_build_closure9.prototype = { call$0: function() { @@ -220028,7 +220129,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1880 + $signature: 1881 }; D.GestureDetector_build_closure10.prototype = { call$1: function(instance) { @@ -220040,7 +220141,7 @@ instance.onCancel = null; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1881 + $signature: 1882 }; D.GestureDetector_build_closure11.prototype = { call$0: function() { @@ -220048,7 +220149,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 1882 + $signature: 1883 }; D.GestureDetector_build_closure12.prototype = { call$1: function(instance) { @@ -220058,7 +220159,7 @@ instance.onEnd = t1.onScaleEnd; instance.dragStartBehavior = t1.dragStartBehavior; }, - $signature: 1894 + $signature: 1895 }; D.RawGestureDetector.prototype = { createState$0: function() { @@ -220265,7 +220366,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, 0)); }, - $signature: 69 + $signature: 67 }; D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = { call$1: function(details) { @@ -220283,7 +220384,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, null)); }, - $signature: 69 + $signature: 67 }; D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = { call$1: function(details) { @@ -220294,7 +220395,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 69 + $signature: 67 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = { call$1: function(details) { @@ -220312,7 +220413,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, 0)); }, - $signature: 69 + $signature: 67 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = { call$1: function(details) { @@ -220330,7 +220431,7 @@ if (t1 != null) t1.call$1(new O.DragEndDetails(C.Velocity_Offset_0_0, null)); }, - $signature: 69 + $signature: 67 }; D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = { call$1: function(details) { @@ -220341,7 +220442,7 @@ if (t1 != null) t1.call$1(details); }, - $signature: 69 + $signature: 67 }; T.HeroFlightDirection.prototype = { toString$0: function(_) { @@ -220368,7 +220469,7 @@ else heroState.endFlight$0(); }, - $signature: 1911 + $signature: 1912 }; T.Hero__allHeroesFor_visitor.prototype = { call$1: function(element) { @@ -220387,7 +220488,7 @@ } element.visitChildren$1(_this); }, - $signature: 84 + $signature: 87 }; T._HeroState.prototype = { startFlight$1$shouldIncludedChildInPlaceholder: function(shouldIncludedChildInPlaceholder) { @@ -220654,7 +220755,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 588 + $signature: 587 }; T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate.prototype = { call$0: function() { @@ -220916,14 +221017,14 @@ t1 = false; return t1; }, - $signature: 1921 + $signature: 1922 }; T.HeroController__maybeStartHeroTransition_closure.prototype = { call$1: function(value) { var _this = this; _this.$this._startHeroTransition$5(_this.from, _this.to, _this.animation, _this.flightType, _this.isUserGestureTransition); }, - $signature: 26 + $signature: 27 }; L.Icon.prototype = { build$1: function(_, context) { @@ -221012,7 +221113,7 @@ call$1: function(context) { return Y.IconTheme$(this.child, Y.IconTheme__getInheritedIconThemeData(context).merge$1(this.data), this.key); }, - $signature: 1945 + $signature: 1946 }; T.IconThemeData.prototype = { copyWith$3$color$opacity$size: function(color, opacity, size) { @@ -221265,7 +221366,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 589 + $signature: 588 }; U._ImageState__getListener__closure.prototype = { call$0: function() { @@ -221485,14 +221586,14 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 34 + $signature: 35 }; G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure.prototype = { call$3: function(tween, targetValue, $constructor) { this.$this._updateTween$2(tween, targetValue); return tween; }, - $signature: 590 + $signature: 589 }; G.ImplicitlyAnimatedWidgetState__constructTweens_closure.prototype = { call$3: function(tween, targetValue, $constructor) { @@ -221507,7 +221608,7 @@ tween = null; return tween; }, - $signature: 590 + $signature: 589 }; G.AnimatedWidgetBaseState.prototype = { initState$0: function() { @@ -221583,49 +221684,49 @@ call$1: function(value) { return new S.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 593 + $signature: 590 }; G._AnimatedContainerState_forEachTween_closure0.prototype = { call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 398 + $signature: 397 }; G._AnimatedContainerState_forEachTween_closure1.prototype = { call$1: function(value) { return new G.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 595 + $signature: 594 }; G._AnimatedContainerState_forEachTween_closure2.prototype = { call$1: function(value) { return new G.DecorationTween(type$.Decoration._as(value), null); }, - $signature: 595 + $signature: 594 }; G._AnimatedContainerState_forEachTween_closure3.prototype = { call$1: function(value) { return new G.BoxConstraintsTween(type$.BoxConstraints._as(value), null); }, - $signature: 1965 + $signature: 1966 }; G._AnimatedContainerState_forEachTween_closure4.prototype = { call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 398 + $signature: 397 }; G._AnimatedContainerState_forEachTween_closure5.prototype = { call$1: function(value) { return new G.Matrix4Tween(type$.Matrix4._as(value), null); }, - $signature: 1966 + $signature: 1967 }; G._AnimatedContainerState_forEachTween_closure6.prototype = { call$1: function(value) { return new S.AlignmentGeometryTween(type$.AlignmentGeometry._as(value), null); }, - $signature: 593 + $signature: 590 }; G.AnimatedPadding.prototype = { createState$0: function() { @@ -221648,7 +221749,7 @@ call$1: function(value) { return new G.EdgeInsetsGeometryTween(type$.EdgeInsetsGeometry._as(value), null); }, - $signature: 398 + $signature: 397 }; G.AnimatedOpacity.prototype = { createState$0: function() { @@ -221680,7 +221781,7 @@ call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 376 + $signature: 379 }; G.AnimatedDefaultTextStyle.prototype = { createState$0: function() { @@ -221706,7 +221807,7 @@ call$1: function(value) { return new G.TextStyleTween(type$.TextStyle._as(value), null); }, - $signature: 1968 + $signature: 1969 }; G.AnimatedPhysicalModel.prototype = { createState$0: function() { @@ -221750,25 +221851,25 @@ call$1: function(value) { return new G.BorderRadiusTween(type$.BorderRadius._as(value), null); }, - $signature: 1969 + $signature: 1970 }; G._AnimatedPhysicalModelState_forEachTween_closure0.prototype = { call$1: function(value) { return new R.Tween(H._asDoubleS(value), null, type$.Tween_double); }, - $signature: 376 + $signature: 379 }; G._AnimatedPhysicalModelState_forEachTween_closure1.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 381 + $signature: 380 }; G._AnimatedPhysicalModelState_forEachTween_closure2.prototype = { call$1: function(value) { return new R.ColorTween(type$.Color._as(value), null); }, - $signature: 381 + $signature: 380 }; G._ImplicitlyAnimatedWidgetState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -221850,7 +221951,7 @@ call$1: function(t1) { return this._box_0._debugDidFindAncestor = t1; }, - $signature: 525 + $signature: 519 }; M.InheritedTheme_capture_closure.prototype = { call$1: function(ancestor) { @@ -221868,7 +221969,7 @@ } return true; }, - $signature: 118 + $signature: 117 }; M.CapturedThemes.prototype = {}; M._CaptureAll.prototype = { @@ -221998,7 +222099,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; A._LayoutBuilderElement__layout__closure0.prototype = { call$0: function() { @@ -222027,7 +222128,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; A.RenderConstrainedLayoutBuilder.prototype = { updateCallback$1: function(value) { @@ -222133,7 +222234,7 @@ call$1: function(p) { return p.futureValue; }, - $signature: 1973 + $signature: 1974 }; L._loadAll_closure1.prototype = { call$1: function(values) { @@ -222142,7 +222243,7 @@ t3.$indexSet(0, H.createRuntimeType(H._instanceType(t2.pendingList[i].delegate)._eval$1("LocalizationsDelegate.T")), t1.$index(values, i)); return t3; }, - $signature: 1974 + $signature: 1975 }; L.LocalizationsDelegate.prototype = { toString$0: function(_) { @@ -222259,7 +222360,7 @@ call$1: function(value) { return this._box_0.typeToResources = value; }, - $signature: 1975 + $signature: 1976 }; L._LocalizationsState_load_closure0.prototype = { call$1: function(value) { @@ -222268,7 +222369,7 @@ t1.setState$1(new L._LocalizationsState_load__closure(t1, value, this.locale)); $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 1976 + $signature: 1977 }; L._LocalizationsState_load__closure.prototype = { call$0: function() { @@ -222680,7 +222781,7 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 92 + $signature: 88 }; K.Route_didAdd_closure.prototype = { call$1: function(_) { @@ -222688,13 +222789,13 @@ if (t1 != null) t1.focusScopeNode.requestFocus$0(); }, - $signature: 92 + $signature: 88 }; K.Route_isCurrent_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.Route_isCurrent_closure0.prototype = { call$0: function() { @@ -222706,7 +222807,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.Route_isFirst_closure0.prototype = { call$0: function() { @@ -222718,7 +222819,7 @@ call$1: function(e) { return e != null && K._RouteEntry_isRoutePredicate(this.$this).call$1(e); }, - $signature: 156 + $signature: 161 }; K.Route_isActive_closure0.prototype = { call$0: function() { @@ -222769,7 +222870,7 @@ call$1: function(route) { return route == null; }, - $signature: 1982 + $signature: 1983 }; K._RouteLifecycle.prototype = { toString$0: function(_) { @@ -222879,20 +222980,20 @@ call$1: function(e) { return e._mounted; }, - $signature: 1984 + $signature: 1985 }; K._RouteEntry_dispose__listener_set.prototype = { call$1: function(t1) { return this._box_0._listener = t1; }, - $signature: 557 + $signature: 553 }; K._RouteEntry_dispose__listener_get.prototype = { call$0: function() { var t1 = this._box_0._listener; return t1 === $ ? H.throwExpression(H.LateError$localNI("listener")) : t1; }, - $signature: 479 + $signature: 474 }; K._RouteEntry_dispose_closure0.prototype = { call$0: function() { @@ -222911,7 +223012,7 @@ call$1: function(entry) { return entry.route === this.route; }, - $signature: 307 + $signature: 306 }; K._NavigatorObservation.prototype = {}; K._NavigatorPushObservation.prototype = { @@ -223582,13 +223683,13 @@ t1 = null; return K._RouteEntry$(route, C._RouteLifecycle_1, t1); }, - $signature: 1990 + $signature: 1991 }; K.NavigatorState__flushHistoryUpdates_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.NavigatorState__flushHistoryUpdates_closure0.prototype = { call$0: function() { @@ -223600,13 +223701,13 @@ call$1: function(object) { return H.S(object); }, - $signature: 1991 + $signature: 1992 }; K.NavigatorState_maybePop_closure.prototype = { call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.NavigatorState_maybePop_closure0.prototype = { call$0: function() { @@ -223618,7 +223719,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.NavigatorState_maybePop_closure2.prototype = { call$0: function() { @@ -223630,7 +223731,7 @@ call$1: function(e) { return e != null && e.get$isPresent(); }, - $signature: 156 + $signature: 161 }; K.NavigatorState_removeRoute_closure0.prototype = { call$0: function() { @@ -223810,14 +223911,14 @@ call$2: function(key, value) { return new P.MapEntry(H._asStringQ(key), P.List_List$from(type$.List_dynamic._as(value), true, type$.Object), type$.MapEntry_of_nullable_String_and_List_Object); }, - $signature: 1992 + $signature: 1993 }; K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure.prototype = { call$2: function(property, listener) { if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; K._NavigatorState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -224203,7 +224304,7 @@ } return t1; }, - $signature: 599 + $signature: 598 }; E._RenderOverflowBar_performLayout_nextChild0.prototype = { call$0: function() { @@ -224220,7 +224321,7 @@ } return t1; }, - $signature: 599 + $signature: 598 }; E.__RenderOverflowBar_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -224296,7 +224397,7 @@ call$1: function(duration) { this.overlay._markDirty$0(); }, - $signature: 26 + $signature: 27 }; X._OverlayEntryWidget.prototype = { createState$0: function() { @@ -224661,25 +224762,25 @@ call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_0, this.height, child.get$computeMinIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; X._RenderTheatre_computeMaxIntrinsicWidth_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_1, this.height, child.get$computeMaxIntrinsicWidth()); }, - $signature: 75 + $signature: 77 }; X._RenderTheatre_computeMinIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_2, this.width, child.get$computeMinIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; X._RenderTheatre_computeMaxIntrinsicHeight_closure.prototype = { call$1: function(child) { return child._computeIntrinsicDimension$3(C._IntrinsicDimension_3, this.width, child.get$computeMaxIntrinsicHeight()); }, - $signature: 75 + $signature: 77 }; X._RenderTheatre_hitTestChildren_closure.prototype = { call$2: function(result, transformed) { @@ -224688,7 +224789,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; X._OverlayState_State_TickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -225184,7 +225285,7 @@ call$1: function(element) { return S.PageStorageBucket__maybeAddKey(element, this.keys); }, - $signature: 118 + $signature: 117 }; S.PageStorage.prototype = { build$1: function(_, context) { @@ -225504,7 +225605,7 @@ } return false; }, - $signature: 177 + $signature: 176 }; D._PageViewState_build_closure.prototype = { call$2: function(context, position) { @@ -225513,7 +225614,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1996 + $signature: 1997 }; V.PageRoute.prototype = { get$opaque: function() { @@ -225558,14 +225659,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2001 + $signature: 2002 }; G.HtmlElementView__createHtmlElementView_closure.prototype = { call$1: function(_) { var t1 = this.params; t1.onPlatformViewCreated.call$1(t1.id); }, - $signature: 92 + $signature: 88 }; G._HtmlElementViewController.prototype = { _platform_view$_initialize$0: function() { @@ -226359,7 +226460,7 @@ t1._offsetAnimation = null; } }, - $signature: 34 + $signature: 35 }; Z._ReorderableItemState_rebuild_closure.prototype = { call$0: function() { @@ -226384,7 +226485,7 @@ t2.startItemDragReorder$3$event$index$recognizer($event, t1.index, t1.createRecognizer$0()); return null; }, - $signature: 226 + $signature: 227 }; Z.ReorderableDelayedDragStartListener.prototype = { createRecognizer$0: function() { @@ -226474,7 +226575,7 @@ t1.onDropCompleted.call$0(); } }, - $signature: 34 + $signature: 35 }; Z._DragItemProxy.prototype = { build$1: function(_, context) { @@ -226505,7 +226606,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 588 + $signature: 587 }; Z._ReorderableItemGlobalKey.prototype = { $eq: function(_, other) { @@ -226628,7 +226729,7 @@ } $.RendererBinding__instance.allowFirstFrame$0(); }, - $signature: 2010 + $signature: 2011 }; K._RootRestorationScopeState__loadRootBucketIfNecessary__closure.prototype = { call$0: function() { @@ -226786,7 +226887,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; K.__RestorationScopeState_State_RestorationMixin.prototype = { didUpdateWidget$1: function(oldWidget) { @@ -227113,7 +227214,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 34 + $signature: 35 }; T.TransitionRoute__updateSecondaryAnimation_closure.prototype = { call$0: function() { @@ -227193,7 +227294,7 @@ call$1: function(duration) { this.$this.changedInternalState$0(); }, - $signature: 26 + $signature: 27 }; T._DismissModalAction.prototype = { isEnabled$1: function(_, intent) { @@ -227283,7 +227384,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2016 + $signature: 2017 }; T._ModalScopeState_build_closure0.prototype = { call$1: function(context) { @@ -227298,7 +227399,7 @@ t4 = t2._page = new T.RepaintBoundary(new T.Builder(new T._ModalScopeState_build__closure(t2), _null), t2._widget.route._subtreeKey); return new U.Actions(t1, E.PrimaryScrollController$(L.FocusScope$(false, new T.RepaintBoundary(K.AnimatedBuilder$(t3, new T._ModalScopeState_build__closure0(t2), t4), _null), _null, t2.focusScopeNode), t2.primaryScrollController), _null); }, - $signature: 2018 + $signature: 2019 }; T._ModalScopeState_build__closure0.prototype = { call$2: function(context, child) { @@ -227317,7 +227418,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 223 + $signature: 224 }; T._ModalScopeState_build___closure.prototype = { call$2: function(context, child) { @@ -227328,7 +227429,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2021 + $signature: 2022 }; T._ModalScopeState_build__closure.prototype = { call$1: function(context) { @@ -227340,7 +227441,7 @@ t3.toString; return t1.buildPage$3(context, t2, t3); }, - $signature: 73 + $signature: 75 }; T.ModalRoute.prototype = { setState$1: function(fn) { @@ -227936,7 +228037,7 @@ var _this = this; P.scheduleMicrotask(new Y.ScrollAwareImageProvider_resolveStreamForKey__closure(_this.$this, _this.configuration, _this.stream, _this.key, _this.handleError)); }, - $signature: 26 + $signature: 27 }; Y.ScrollAwareImageProvider_resolveStreamForKey__closure.prototype = { call$0: function() { @@ -228033,13 +228134,13 @@ t2 = type$.nullable__PointAtTime; return new R.IOSScrollViewFlingVelocityTracker(P.List_List$filled(20, null, false, t2), t1, P.List_List$filled(20, null, false, t2)); }, - $signature: 2022 + $signature: 2023 }; K.ScrollBehavior_velocityTrackerBuilder_closure0.prototype = { call$1: function($event) { return new R.VelocityTracker($event.get$kind($event), P.List_List$filled(20, null, false, type$.nullable__PointAtTime)); }, - $signature: 607 + $signature: 605 }; K._WrappedScrollBehavior.prototype = { buildOverscrollIndicator$3: function(context, child, details) { @@ -229040,7 +229141,7 @@ call$1: function(timeStamp) { this.$this._impliedVelocity = 0; }, - $signature: 26 + $signature: 27 }; A._ScrollPosition_ViewportOffset_ScrollMetrics.prototype = {}; R.ScrollPositionWithSingleContext.prototype = { @@ -229277,7 +229378,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2027 + $signature: 2028 }; B.ScrollView_build_closure0.prototype = { call$1: function(notification) { @@ -229286,7 +229387,7 @@ focusScope.unfocus$0(); return false; }, - $signature: 2028 + $signature: 2029 }; B.CustomScrollView.prototype = { buildSlivers$1: function(context) { @@ -229324,13 +229425,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 131 + $signature: 136 }; B.ListView$separated_closure0.prototype = { call$2: function(_, index) { return (index & 1) === 0 ? C.JSInt_methods._tdivFast$1(index, 2) : null; }, - $signature: 2030 + $signature: 2031 }; B.GridView.prototype = { buildChildLayout$1: function(context) { @@ -229342,7 +229443,7 @@ if (!property._restoration0$_disposed) property.removeListener$1(0, listener); }, - $signature: 198 + $signature: 200 }; F.Scrollable.prototype = { createState$0: function() { @@ -229713,7 +229814,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 583 + $signature: 582 }; F.ScrollableState_setCanDrag_closure0.prototype = { call$1: function(instance) { @@ -229736,7 +229837,7 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 585 + $signature: 583 }; F.ScrollableState_setCanDrag_closure1.prototype = { call$0: function() { @@ -229744,7 +229845,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 396 + $signature: 395 }; F.ScrollableState_setCanDrag_closure2.prototype = { call$1: function(instance) { @@ -229767,7 +229868,7 @@ instance.velocityTrackerBuilder = t2.velocityTrackerBuilder$1(t3); instance.dragStartBehavior = t1._widget.dragStartBehavior; }, - $signature: 397 + $signature: 396 }; F.ScrollableDetails.prototype = {}; F._ScrollSemantics.prototype = { @@ -230732,7 +230833,7 @@ C.JSArray_methods.get$single(scrollController._positions).didUpdateScrollPositionBy$1(0); } }, - $signature: 26 + $signature: 27 }; E.RawScrollbarState__maybeStartFadeoutTimer_closure.prototype = { call$0: function() { @@ -230753,7 +230854,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2034 + $signature: 2035 }; E.RawScrollbarState__gestures_closure0.prototype = { call$1: function(instance) { @@ -230763,25 +230864,25 @@ instance.onLongPressMoveUpdate = new E.RawScrollbarState__gestures__closure0(t1); instance.onLongPressEnd = new E.RawScrollbarState__gestures__closure1(t1); }, - $signature: 2035 + $signature: 2036 }; E.RawScrollbarState__gestures__closure.prototype = { call$1: function(details) { return this.$this.handleThumbPressStart$1(details.localPosition); }, - $signature: 214 + $signature: 215 }; E.RawScrollbarState__gestures__closure0.prototype = { call$1: function(details) { return this.$this.handleThumbPressUpdate$1(details.localPosition); }, - $signature: 233 + $signature: 234 }; E.RawScrollbarState__gestures__closure1.prototype = { call$1: function(details) { return this.$this.handleThumbPressEnd$2(details.localPosition, details.velocity); }, - $signature: 412 + $signature: 406 }; E.RawScrollbarState__gestures_closure1.prototype = { call$0: function() { @@ -230791,13 +230892,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2037 + $signature: 2038 }; E.RawScrollbarState__gestures_closure2.prototype = { call$1: function(instance) { instance.onTapDown = this.$this.get$_handleTrackTapDown(); }, - $signature: 2039 + $signature: 2040 }; E.RawScrollbarState_build_closure0.prototype = { call$1: function($event) { @@ -230817,7 +230918,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 200 + $signature: 201 }; E.RawScrollbarState_build_closure.prototype = { call$1: function($event) { @@ -230837,7 +230938,7 @@ throw H.wrapException(H.ReachabilityError$(string$.x60null_c)); } }, - $signature: 2041 + $signature: 2042 }; E._ThumbPressGestureRecognizer.prototype = { isPointerAllowed$1: function($event) { @@ -231046,7 +231147,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2045 + $signature: 2046 }; E._SingleChildViewport.prototype = { createRenderObject$1: function(context) { @@ -231353,7 +231454,7 @@ transformed.toString; return t1.hitTest$2$position(result, transformed); }, - $signature: 90 + $signature: 91 }; E.__RenderSingleChildViewport_RenderBox_RenderObjectWithChildMixin.prototype = { attach$1: function(owner) { @@ -231729,7 +231830,7 @@ t2.remove$1(0, index); } }, - $signature: 71 + $signature: 66 }; G.SliverMultiBoxAdaptorElement_performRebuild_closure.prototype = { call$0: function() { @@ -231741,7 +231842,7 @@ call$0: function() { return this.$this._sliver$_childElements.$index(0, this.index); }, - $signature: 2056 + $signature: 2057 }; G.SliverMultiBoxAdaptorElement_createChild_closure.prototype = { call$0: function() { @@ -232071,13 +232172,13 @@ call$1: function(row) { return row.decoration != null; }, - $signature: 2060 + $signature: 2061 }; S.Table_closure0.prototype = { call$1: function(row) { return row.decoration; }, - $signature: 2061 + $signature: 2062 }; S._TableElement.prototype = { get$widget: function() { @@ -232197,31 +232298,31 @@ t5 = H._arrayInstanceType(t4)._eval$1("MappedListIterable<1,Element0>"); return new S._TableElementRow(t3, P.List_List$of(new H.MappedListIterable(t4, new S._TableElement_mount__closure(t1, t2, this.$this), t5), false, t5._eval$1("ListIterable.E"))); }, - $signature: 2062 + $signature: 2063 }; S._TableElement_mount__closure.prototype = { call$1: function(child) { return this.$this.inflateWidget$2(child, new S._TableSlot(this._box_0.columnIndex++, this._box_1.rowIndex)); }, - $signature: 2067 + $signature: 2068 }; S._TableElement_update_closure.prototype = { call$1: function(row) { return row.key == null; }, - $signature: 2070 + $signature: 2071 }; S._TableElement_update_closure0.prototype = { call$1: function(list) { return !this.taken.contains$1(0, list); }, - $signature: 2073 + $signature: 2074 }; S._TableElement__updateRenderObjectChildren_closure.prototype = { call$1: function(row) { return J.map$1$1$ax(row.children, new S._TableElement__updateRenderObjectChildren__closure(), type$.RenderBox); }, - $signature: 2076 + $signature: 2077 }; S._TableElement__updateRenderObjectChildren__closure.prototype = { call$1: function(child) { @@ -232229,13 +232330,13 @@ t1.toString; return type$.RenderBox._as(t1); }, - $signature: 2078 + $signature: 2079 }; S._TableElement_visitChildren_closure.prototype = { call$1: function(row) { return row.children; }, - $signature: 2081 + $signature: 2082 }; S.TableCell.prototype = { applyParentData$1: function(renderObject) { @@ -232516,13 +232617,13 @@ call$1: function(context) { return this.$this._buildHandle$2(context, C._TextSelectionHandlePosition_0); }, - $signature: 73 + $signature: 75 }; F.TextSelectionOverlay_showHandles_closure0.prototype = { call$1: function(context) { return this.$this._buildHandle$2(context, C._TextSelectionHandlePosition_1); }, - $signature: 73 + $signature: 75 }; F.TextSelectionOverlay__buildHandle_closure.prototype = { call$1: function(newSelection) { @@ -232543,7 +232644,7 @@ t2.userUpdateTextEditingValue$2(t1._text_selection$_value.copyWith$2$composing$selection(C.TextRange_m1_m1, newSelection), C.SelectionChangedCause_6); t2.bringIntoView$1(textPosition); }, - $signature: 490 + $signature: 488 }; F._TextSelectionHandleOverlay.prototype = { createState$0: function() { @@ -233033,7 +233134,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2091 + $signature: 2092 }; F._TextSelectionGestureDetectorState_build_closure0.prototype = { call$1: function(instance) { @@ -233045,7 +233146,7 @@ instance.onTapUp = t1.get$_handleTapUp(); instance.onTapCancel = t1.get$_text_selection$_handleTapCancel(); }, - $signature: 2097 + $signature: 2098 }; F._TextSelectionGestureDetectorState_build_closure1.prototype = { call$0: function() { @@ -233053,7 +233154,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 580 + $signature: 576 }; F._TextSelectionGestureDetectorState_build_closure2.prototype = { call$1: function(instance) { @@ -233062,7 +233163,7 @@ instance.onLongPressMoveUpdate = t1.get$_handleLongPressMoveUpdate(); instance.onLongPressEnd = t1.get$_handleLongPressEnd(); }, - $signature: 582 + $signature: 580 }; F._TextSelectionGestureDetectorState_build_closure3.prototype = { call$0: function() { @@ -233070,7 +233171,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 396 + $signature: 395 }; F._TextSelectionGestureDetectorState_build_closure4.prototype = { call$1: function(instance) { @@ -233081,7 +233182,7 @@ instance.onUpdate = t1.get$_handleDragUpdate(); instance.onEnd = t1.get$_handleDragEnd(); }, - $signature: 397 + $signature: 396 }; F._TextSelectionGestureDetectorState_build_closure5.prototype = { call$0: function() { @@ -233089,7 +233190,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2100 + $signature: 2101 }; F._TextSelectionGestureDetectorState_build_closure6.prototype = { call$1: function(instance) { @@ -233098,7 +233199,7 @@ instance.onStart = t2.onForcePressStart != null ? t1.get$_forcePressStarted() : null; instance.onEnd = t2.onForcePressEnd != null ? t1.get$_forcePressEnded() : null; }, - $signature: 2110 + $signature: 2111 }; F._TransparentTapGestureRecognizer.prototype = { rejectGesture$1: function(pointer) { @@ -233456,7 +233557,7 @@ call$1: function(target) { return true; }, - $signature: 118 + $signature: 117 }; F.WillPopScope.prototype = { createState$0: function() { @@ -234113,7 +234214,7 @@ call$1: function(value) { return this.config.repo; }, - $signature: 2111 + $signature: 2112 }; D.CacheStore_retrieveCacheData_closure.prototype = { call$1: function(cacheObject) { @@ -234145,7 +234246,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2112 + $signature: 2113 }; D.CacheStore__scheduleCleanup_closure.prototype = { call$0: function() { @@ -234769,7 +234870,7 @@ if (this._box_0.newCacheObject.relativePath !== t1) this.$this._removeOldFile$1(t1); }, - $signature: 92 + $signature: 88 }; Q.WebHelper__saveFileAndPostUpdates_closure.prototype = { call$1: function(s) { @@ -234779,7 +234880,7 @@ this.receivedBytesResultController.add$1(0, receivedBytes); return s; }, - $signature: 2113 + $signature: 2114 }; Q.HttpExceptionWithStatus.prototype = {}; B.BlockPicker.prototype = { @@ -234800,7 +234901,7 @@ call$1: function(color) { return this.child.call$1(color); }, - $signature: 2114 + $signature: 2115 }; B._BlockPickerState.prototype = { initState$0: function() { @@ -234843,7 +234944,7 @@ $defaultValues: function() { return [null, null]; }, - $signature: 2115 + $signature: 2116 }; B._BlockPickerState_build__closure.prototype = { call$0: function() { @@ -235137,111 +235238,111 @@ t1.toString; return new O.SynchronousFuture(t1, type$.SynchronousFuture_CupertinoLocalizations); }, - $signature: 2121 + $signature: 2122 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set.prototype = { call$1: function(t1) { return this._box_0._dayFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set.prototype = { call$1: function(t1) { return this._box_0._decimalFormat = t1; }, - $signature: 2123 + $signature: 2124 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set.prototype = { call$1: function(t1) { return this._box_0._doubleDigitMinuteFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set.prototype = { call$1: function(t1) { return this._box_0._fullYearFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set.prototype = { call$1: function(t1) { return this._box_0._mediumDateFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitHourFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitMinuteFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set.prototype = { call$1: function(t1) { return this._box_0._singleDigitSecondFormat = t1; }, - $signature: 163 + $signature: 157 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get.prototype = { call$0: function() { var t1 = this._box_0._fullYearFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("fullYearFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get.prototype = { call$0: function() { var t1 = this._box_0._dayFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("dayFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get.prototype = { call$0: function() { var t1 = this._box_0._mediumDateFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("mediumDateFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitHourFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitHourFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitMinuteFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitMinuteFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get.prototype = { call$0: function() { var t1 = this._box_0._doubleDigitMinuteFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("doubleDigitMinuteFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get.prototype = { call$0: function() { var t1 = this._box_0._singleDigitSecondFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("singleDigitSecondFormat")) : t1; }, - $signature: 165 + $signature: 164 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get.prototype = { call$0: function() { var t1 = this._box_0._decimalFormat; return t1 === $ ? H.throwExpression(H.LateError$localNI("decimalFormat")) : t1; }, - $signature: 2129 + $signature: 2130 }; Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats.prototype = { call$1: function(locale) { @@ -235255,7 +235356,7 @@ _this._singleDigitSecondFormat_set.call$1(A.DateFormat$s(locale)); _this._decimalFormat_set.call$1(S.NumberFormat_NumberFormat$decimalPattern(locale)); }, - $signature: 231 + $signature: 232 }; S.CupertinoLocalizationAf.prototype = {}; S.CupertinoLocalizationAm.prototype = {}; @@ -252984,7 +253085,7 @@ t1.toString; return new O.SynchronousFuture(t1, type$.SynchronousFuture_MaterialLocalizations); }, - $signature: 2135 + $signature: 2136 }; L.loadDateIntlDataIfNotLoaded_closure.prototype = { call$2: function(locale, data) { @@ -253023,7 +253124,7 @@ J.$indexSet$ax($.$get$_dateTimeSymbols(), t2, symbols); J.$indexSet$ax($.$get$dateTimePatterns(), t2, t1); }, - $signature: 2138 + $signature: 2139 }; B.GlobalWidgetsLocalizations.prototype = { get$textDirection: function(_) { @@ -253616,7 +253717,7 @@ call$1: function($status) { return this.$this.updateKeepAlive$0(); }, - $signature: 34 + $signature: 35 }; A.SlidableState__startResizeAnimation_closure0.prototype = { call$0: function() { @@ -253698,7 +253799,7 @@ t2.toString; return new R._AnimatedEvaluation(t2, new R.Tween(t1, t3, t4), t4._eval$1("_AnimatedEvaluation")); }, - $signature: 2146 + $signature: 2147 }; V.SlidableDrawerActionPane_build_closure0.prototype = { call$1: function(index) { @@ -253711,7 +253812,7 @@ t4 = t4 ? null : t1.actionExtentRatio; return K.SlideTransition$(T.FractionallySizedBox$(t3, t1.actionDelegate.actions[displayIndex], t4, t5), t2, null, true); }, - $signature: 2149 + $signature: 2150 }; R.ClosableSlideAction.prototype = { build$1: function(_, context) { @@ -253787,7 +253888,7 @@ t1.toString; return new T.IgnorePointer(t2, _null, new M._StyledToastWidget(T.Directionality$(M.Material$(C.Duration_200000, true, _null, this.widget, C.Clip_0, C.Color_0, 0, _null, _null, _null, _null, C.MaterialType_0), t1), t3, t4, t14, t15, t5, t8, t9, t10, t11, t12, t13, t6, t7, t16, t17, t18, this.key), _null); }, - $signature: 2150 + $signature: 2151 }; M.StyledToast.prototype = { createState$0: function() { @@ -253823,7 +253924,7 @@ $.currentContext = ctx; return this.$this._widget.child; }, - $signature: 73 + $signature: 75 }; M._StyledToastWidget.prototype = { createState$0: function() { @@ -254588,7 +254689,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 102 + $signature: 103 }; M.StyledToastWidgetState_dismissToast_closure.prototype = { call$0: function() { @@ -254687,7 +254788,7 @@ call$1: function(v) { v.dismiss$1$showAnim(this.showAnim); }, - $signature: 2151 + $signature: 2152 }; R.StyledToastTheme.prototype = { updateShouldNotify$1: function(oldWidget) { @@ -254899,7 +255000,7 @@ if (!isVisible) t1.get$_flutter_typeahead$_effectiveFocusNode().unfocus$0(); }, - $signature: 20 + $signature: 21 }; L._TypeAheadFieldState_initState_closure1.prototype = { call$1: function(duration) { @@ -254911,7 +255012,7 @@ t1._suggestionsBox.open$0(0); } }, - $signature: 45 + $signature: 44 }; L._TypeAheadFieldState__scrollResizeListener_closure.prototype = { call$1: function(timer) { @@ -254959,7 +255060,7 @@ t2 = t2 ? suggestionsList : T.FractionalTranslation$(suggestionsList, true, new P.Offset(0, -1)); return T.Positioned$(_null, T.CompositedTransformFollower$(t2, t1._layerLink, new P.Offset(0, t3), false, C.Alignment_m1_m1), _null, _null, _null, _null, _null, w); }, - $signature: 2164 + $signature: 2165 }; L._TypeAheadFieldState__initOverlayEntry__closure.prototype = { call$1: function(selection) { @@ -255446,7 +255547,7 @@ this._box_0.rootMediaQuery = type$.legacy_MediaQuery._as(element.get$widget()); return true; }, - $signature: 2170 + $signature: 2171 }; L.__SuggestionsListState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -255562,7 +255663,7 @@ U.FlutterError_reportError(new U.FlutterErrorDetails(exception, stack, "flutter web plugins", t1, null, false)); } }, - $signature: 130 + $signature: 133 }; D.PluginRegistry.prototype = {}; K.GoogleSignInAuthentication.prototype = { @@ -255792,13 +255893,13 @@ return _this.$this._currentUser; return _this.$this._callMethod$1(_this.method); }, - $signature: 2179 + $signature: 2180 }; K.GoogleSignIn_signIn_isCanceled.prototype = { call$1: function(error) { return error instanceof F.PlatformException && error.code === "sign_in_canceled"; }, - $signature: 109 + $signature: 107 }; K.GoogleSignIn_signIn_closure.prototype = { call$1: function(_) { @@ -255836,7 +255937,7 @@ t1 = J.getInterceptor$asx(result); return new G.GoogleSignInTokenData(t1.$index(result, "idToken"), t1.$index(result, "accessToken"), t1.$index(result, "serverAuthCode")); }, - $signature: 2182 + $signature: 2183 }; G.SignInOption.prototype = { toString$0: function(_) { @@ -256144,20 +256245,20 @@ call$1: function(_) { return L.init(); }, - $signature: 586 + $signature: 557 }; M.GoogleSignInPlugin_init_closure.prototype = { call$1: function(initializedAuth) { this.isAuthInitialized.complete$0(0); }, - $signature: 2183 + $signature: 2184 }; M.GoogleSignInPlugin_init_closure0.prototype = { call$1: function(reason) { var t1 = J.getInterceptor$x(reason); this.isAuthInitialized.completeError$1(new F.PlatformException(t1.get$error(reason), t1.get$details(reason), "https://developers.google.com/identity/sign-in/web/reference#error_codes", null)); }, - $signature: 2185 + $signature: 2186 }; Q.LoadConfig.prototype = {}; U.GoogleAuthInitFailureError.prototype = {}; @@ -256205,7 +256306,7 @@ this.loading.push(t1.get$first(t1)); this.tags.push(script); }, - $signature: 86 + $signature: 84 }; E.BaseClient.prototype = { _sendUnstreamed$5: function(method, url, headers, body, encoding) { @@ -256343,13 +256444,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2189 + $signature: 2190 }; G.BaseRequest_closure0.prototype = { call$1: function(key) { return C.JSString_methods.get$hashCode(key.toLowerCase()); }, - $signature: 2190 + $signature: 2191 }; T.BaseResponse.prototype = { BaseResponse$7$contentLength$headers$isRedirect$persistentConnection$reasonPhrase$request: function(statusCode, contentLength, headers, isRedirect, persistentConnection, reasonPhrase, request) { @@ -256453,13 +256554,13 @@ t3.toString; this.completer.complete$1(0, X.StreamedResponse$(new Z.ByteStream(t2), t3, J.get$length$asx(body), C.HttpRequest_methods.get$responseHeaders(t1), false, true, t1.statusText, this.request)); }, - $signature: 652 + $signature: 645 }; O.BrowserClient_send_closure0.prototype = { call$1: function(_) { this.completer.completeError$2(new E.ClientException("XMLHttpRequest error."), P.StackTrace_current()); }, - $signature: 652 + $signature: 645 }; Z.ByteStream.prototype = { toBytes$0: function() { @@ -256474,7 +256575,7 @@ call$1: function(bytes) { return this.completer.complete$1(0, new Uint8Array(H._ensureNativeList(bytes))); }, - $signature: 484 + $signature: 662 }; E.ClientException.prototype = { toString$0: function(_) { @@ -256706,14 +256807,14 @@ t2 = P._Uri__uriEncode(C.List_nxB, key, t1, true); return this.pairs.push(H.setRuntimeTypeInfo([t2, P._Uri__uriEncode(C.List_nxB, value, t1, true)], type$.JSArray_String)); }, - $signature: 101 + $signature: 111 }; B.mapToQuery_closure0.prototype = { call$1: function(pair) { var t1 = J.getInterceptor$asx(pair); return H.S(t1.$index(pair, 0)) + "=" + H.S(t1.$index(pair, 1)); }, - $signature: 2192 + $signature: 2193 }; B.onDone_closure.prototype = { call$1: function(sink) { @@ -256732,7 +256833,7 @@ call$1: function(key) { return key.toLowerCase(); }, - $signature: 107 + $signature: 105 }; R.MediaType.prototype = { get$mimeType: function(_) { @@ -256816,7 +256917,7 @@ scanner.expectDone$0(); return R.MediaType$(t4, t5, parameters); }, - $signature: 2193 + $signature: 2194 }; R.MediaType_toString_closure.prototype = { call$2: function(attribute, value) { @@ -256835,13 +256936,13 @@ } else t1._contents += H.S(value); }, - $signature: 101 + $signature: 111 }; R.MediaType_toString__closure.prototype = { call$1: function(match) { return "\\" + H.S(match.$index(0, 0)); }, - $signature: 384 + $signature: 383 }; N.expectQuotedString_closure.prototype = { call$1: function(match) { @@ -256849,7 +256950,7 @@ t1.toString; return t1; }, - $signature: 384 + $signature: 383 }; L.ImagePicker.prototype = { pickImage$1$source: function(source) { @@ -256933,7 +257034,7 @@ t1.complete$1(0, P.List_List$of(new H.MappedListIterable(files, new V.ImagePickerPlugin__getSelectedXFiles__closure(), t2), true, t2._eval$1("ListIterable.E"))); } }, - $signature: 63 + $signature: 62 }; V.ImagePickerPlugin__getSelectedXFiles__closure.prototype = { call$1: function(file) { @@ -256943,7 +257044,7 @@ t4 = file.lastModified; return A.XFile$(t1, P.DateTime$fromMillisecondsSinceEpoch(t4 == null ? Date.now() : t4, false), t3, file.type, t2); }, - $signature: 2198 + $signature: 2199 }; V.ImagePickerPlugin__getSelectedXFiles_closure0.prototype = { call$1: function($event) { @@ -256951,7 +257052,7 @@ if (t1.future._state === 0) t1.completeError$1($event); }, - $signature: 63 + $signature: 62 }; L.MethodChannelImagePicker.prototype = { getImage$5$imageQuality$maxHeight$maxWidth$preferredCameraDevice$source: function(imageQuality, maxHeight, maxWidth, preferredCameraDevice, source) { @@ -257006,13 +257107,13 @@ call$1: function($name) { return P.List_List$from(J.$index$asx(this.map, $name), true, type$.String); }, - $signature: 2199 + $signature: 2200 }; T.Intl__pluralRule_closure.prototype = { call$1: function(locale) { return "default"; }, - $signature: 107 + $signature: 105 }; B.NumberSymbols.prototype = { toString$0: function(_) { @@ -257388,25 +257489,25 @@ }, "call*": "call$8", $requiredArgCount: 8, - $signature: 2213 + $signature: 2214 }; A.DateFormat__checkDateOnly_closure.prototype = { call$1: function(each) { return each.get$forDate(); }, - $signature: 2214 + $signature: 2215 }; A.DateFormat__initDigitMatcher_closure.prototype = { call$1: function(i) { return i; }, - $signature: 171 + $signature: 168 }; A.DateFormat__initDigitMatcher_closure0.prototype = { call$1: function(i) { return this.$this.get$localeZeroCodeUnit() + i; }, - $signature: 171 + $signature: 168 }; A.DateFormat__fieldConstructors_closure.prototype = { call$2: function(pattern, $parent) { @@ -257414,21 +257515,21 @@ C.JSString_methods.trim$0(t1); return new A._DateFormatQuotedField(pattern, t1, $parent); }, - $signature: 2215 + $signature: 2216 }; A.DateFormat__fieldConstructors_closure0.prototype = { call$2: function(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatPatternField(pattern, $parent); }, - $signature: 2216 + $signature: 2217 }; A.DateFormat__fieldConstructors_closure1.prototype = { call$2: function(pattern, $parent) { J.trim$0$s(pattern); return new A._DateFormatLiteralField(pattern, $parent); }, - $signature: 2220 + $signature: 2221 }; A._DateFormatField.prototype = { get$forDate: function() { @@ -257819,20 +257920,20 @@ call$1: function(each) { return this.input.peek$1(J.get$length$asx(each)) === each; }, - $signature: 109 + $signature: 107 }; A._DateFormatPatternField_parseEnumeratedString_closure0.prototype = { call$2: function(a, b) { var t1 = this.possibilities; return C.JSInt_methods.compareTo$1(J.get$length$asx(t1[a]), J.get$length$asx(t1[b])); }, - $signature: 324 + $signature: 320 }; A._DateFormatPatternField_parseStandaloneDay_closure.prototype = { call$1: function(x) { return x; }, - $signature: 71 + $signature: 66 }; U.IntlStream.prototype = { read$1: function(_, howMany) { @@ -258060,13 +258161,13 @@ call$1: function(x) { return this.newPattern; }, - $signature: 2245 + $signature: 2246 }; S.NumberFormat_NumberFormat$decimalPattern_closure.prototype = { call$1: function(x) { return x.DECIMAL_PATTERN; }, - $signature: 2246 + $signature: 2247 }; Q.NumberFormatParseResult.prototype = {}; Q.NumberFormatParser.prototype = { @@ -259092,7 +259193,7 @@ b.get$_client_model$_$this()._client_model$_isPrimary = true; return b; }, - $signature: 682 + $signature: 675 }; T.ClientEntity_getActivities_closure.prototype = { call$1: function(activity) { @@ -259102,26 +259203,26 @@ return false; return true; }, - $signature: 2253 + $signature: 2254 }; T.ClientEntity_primaryContact_closure.prototype = { call$1: function(contact) { return contact.isPrimary; }, - $signature: 94 + $signature: 99 }; T.ClientEntity_primaryContact_closure0.prototype = { call$0: function() { return T.ContactEntity_ContactEntity(); }, - $signature: 706 + $signature: 704 }; T.ClientEntity_hasEmailAddress_closure.prototype = { call$1: function(contact) { var t1 = contact.email; return t1.length !== 0; }, - $signature: 94 + $signature: 99 }; T.ContactEntity.prototype = { get$fullName: function() { @@ -261747,7 +261848,7 @@ var t1 = option.webhooks; C.JSArray_methods.addAll$1(this.events, J.toList$0$ax(t1 == null ? H.setRuntimeTypeInfo([], type$.JSArray_legacy_String) : t1)); }, - $signature: 2259 + $signature: 2260 }; A.GatewayOptionsEntity.prototype = {}; A.UserCompanyEntity.prototype = { @@ -261785,14 +261886,14 @@ b.$indexSet(0, "email", D.BuiltList_BuiltList$from(H.setRuntimeTypeInfo(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 666 + $signature: 548 }; A.UserCompanyEntity__initializeBuilder_closure.prototype = { call$1: function(b) { b.$indexSet(0, "email", D.BuiltList_BuiltList$from(H.setRuntimeTypeInfo(["all_notifications"], type$.JSArray_legacy_String), type$.legacy_String)); return b; }, - $signature: 666 + $signature: 548 }; A.UserSettingsEntity.prototype = { getTableColumns$1: function(entityType) { @@ -265017,7 +265118,7 @@ b.get$_design_model$_$this()._design_model$_isDeleted = false; return b; }, - $signature: 236 + $signature: 237 }; D._$DesignListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -266298,7 +266399,7 @@ var t1 = type$.JSArray_legacy_EntityType; switch (this) { case C.EntityType_client: - return H.setRuntimeTypeInfo([C.EntityType_invoice, C.EntityType_task, C.EntityType_expense, C.EntityType_payment, C.EntityType_quote, C.EntityType_credit, C.EntityType_project, C.EntityType_recurringInvoice], t1); + return H.setRuntimeTypeInfo([C.EntityType_invoice, C.EntityType_task, C.EntityType_expense, C.EntityType_payment, C.EntityType_quote, C.EntityType_credit, C.EntityType_project, C.EntityType_recurringInvoice, C.EntityType_recurringExpense], t1); case C.EntityType_invoice: return H.setRuntimeTypeInfo([C.EntityType_payment], t1); case C.EntityType_recurringInvoice: @@ -266310,17 +266411,19 @@ case C.EntityType_group: return H.setRuntimeTypeInfo([C.EntityType_client, C.EntityType_invoice, C.EntityType_quote, C.EntityType_credit, C.EntityType_task, C.EntityType_project, C.EntityType_expense, C.EntityType_recurringInvoice], t1); case C.EntityType_user: - return H.setRuntimeTypeInfo([C.EntityType_client, C.EntityType_invoice, C.EntityType_quote, C.EntityType_credit, C.EntityType_task, C.EntityType_project, C.EntityType_expense, C.EntityType_vendor, C.EntityType_recurringInvoice], t1); + return H.setRuntimeTypeInfo([C.EntityType_client, C.EntityType_invoice, C.EntityType_quote, C.EntityType_credit, C.EntityType_task, C.EntityType_project, C.EntityType_expense, C.EntityType_vendor, C.EntityType_recurringInvoice, C.EntityType_recurringExpense], t1); case C.EntityType_companyGateway: return H.setRuntimeTypeInfo([C.EntityType_client, C.EntityType_payment], t1); case C.EntityType_vendor: - return H.setRuntimeTypeInfo([C.EntityType_expense], t1); + return H.setRuntimeTypeInfo([C.EntityType_expense, C.EntityType_recurringExpense], t1); case C.EntityType_task: return H.setRuntimeTypeInfo([C.EntityType_project], t1); case C.EntityType_expense: return H.setRuntimeTypeInfo([C.EntityType_vendor, C.EntityType_project, C.EntityType_expenseCategory], t1); case C.EntityType_expenseCategory: return H.setRuntimeTypeInfo([C.EntityType_expense], t1); + case C.EntityType_recurringExpense: + return H.setRuntimeTypeInfo([C.EntityType_expense], t1); case C.EntityType_design: return H.setRuntimeTypeInfo([C.EntityType_invoice, C.EntityType_quote, C.EntityType_credit, C.EntityType_recurringInvoice], t1); default: @@ -266523,7 +266626,7 @@ call$1: function(contact) { return contact.id === this.$this.contactId; }, - $signature: 94 + $signature: 99 }; T.ActivityEntity_getDescription_closure0.prototype = { call$0: function() { @@ -267728,13 +267831,11 @@ actions.push(C.EntityAction_edit); t1 = type$.JSArray_legacy_EntityType; t2 = _this.entityType; - if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t1), t2)) { - t3 = type$.JSArray_legacy_String; - if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["1", "3"], t3), _this.get$statusId())) + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t1), t2)) + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t1), t2) && C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["1", "3"], type$.JSArray_legacy_String), _this.get$statusId())) actions.push(C.EntityAction_start); - else if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["-1", "2"], t3), _this.get$statusId())) + else if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t1), t2) && C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["-1", "2"], type$.JSArray_legacy_String), _this.get$statusId())) actions.push(C.EntityAction_stop); - } t3 = _this.invoiceId; if (!(t3 != null && t3.length !== 0) && !C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t1), t2) && userCompany.can$2(C.UserPermission_create, C.EntityType_invoice)) actions.push(C.EntityAction_invoiceExpense); @@ -268240,6 +268341,11 @@ result.push("calculate_tax_by_amount"); result.push(serializers.serialize$2$specifiedType(value, C.FullType_MtR)); } + value = object.recurringId; + if (value != null) { + result.push("recurring_id"); + result.push(serializers.serialize$2$specifiedType(value, C.FullType_h8g)); + } value = object.isChanged; if (value != null) { result.push("isChanged"); @@ -268440,6 +268546,10 @@ t5 = H._asStringS(serializers.deserialize$2$specifiedType(value, C.FullType_h8g)); result.get$_expense_model$_$this()._expense_model$_number = t5; break; + case "recurring_id": + t5 = H._asStringS(serializers.deserialize$2$specifiedType(value, C.FullType_h8g)); + result.get$_expense_model$_$this()._expense_model$_recurringId = t5; + break; case "frequency_id": t5 = H._asStringS(serializers.deserialize$2$specifiedType(value, C.FullType_h8g)); result.get$_expense_model$_$this()._expense_model$_frequencyId = t5; @@ -268712,12 +268822,12 @@ return false; if (other === _this) return true; - return other instanceof M.ExpenseEntity && _this.privateNotes === other.privateNotes && _this.publicNotes === other.publicNotes && _this.shouldBeInvoiced === other.shouldBeInvoiced && _this.invoiceDocuments === other.invoiceDocuments && _this.transactionId === other.transactionId && _this.transactionReference === other.transactionReference && _this.bankId === other.bankId && _this.currencyId === other.currencyId && _this.categoryId === other.categoryId && _this.amount === other.amount && _this.date == other.date && _this.paymentDate == other.paymentDate && _this.exchangeRate === other.exchangeRate && _this.invoiceCurrencyId == other.invoiceCurrencyId && _this.paymentTypeId === other.paymentTypeId && _this.taxName1 === other.taxName1 && _this.taxName2 === other.taxName2 && _this.taxRate1 === other.taxRate1 && _this.taxRate2 === other.taxRate2 && _this.taxName3 === other.taxName3 && _this.taxRate3 === other.taxRate3 && _this.clientId == other.clientId && _this.invoiceId == other.invoiceId && _this.vendorId == other.vendorId && _this.projectId == other.projectId && _this.customValue1 === other.customValue1 && _this.customValue2 === other.customValue2 && _this.customValue3 === other.customValue3 && _this.customValue4 === other.customValue4 && _this.taxAmount1 === other.taxAmount1 && _this.taxAmount2 === other.taxAmount2 && _this.taxAmount3 === other.taxAmount3 && _this.usesInclusiveTaxes === other.usesInclusiveTaxes && _this.calculateTaxByAmount == other.calculateTaxByAmount && J.$eq$(_this.documents, other.documents) && _this.number === other.number && _this.frequencyId === other.frequencyId && _this.lastSentDate === other.lastSentDate && _this.nextSendDate === other.nextSendDate && _this.remainingCycles === other.remainingCycles && _this.isChanged == other.isChanged && _this.createdAt === other.createdAt && _this.updatedAt === other.updatedAt && _this.archivedAt === other.archivedAt && _this.isDeleted == other.isDeleted && _this.createdUserId == other.createdUserId && _this.assignedUserId == other.assignedUserId && _this.entityType == other.entityType && _this.id === other.id; + return other instanceof M.ExpenseEntity && _this.privateNotes === other.privateNotes && _this.publicNotes === other.publicNotes && _this.shouldBeInvoiced === other.shouldBeInvoiced && _this.invoiceDocuments === other.invoiceDocuments && _this.transactionId === other.transactionId && _this.transactionReference === other.transactionReference && _this.bankId === other.bankId && _this.currencyId === other.currencyId && _this.categoryId === other.categoryId && _this.amount === other.amount && _this.date == other.date && _this.paymentDate == other.paymentDate && _this.exchangeRate === other.exchangeRate && _this.invoiceCurrencyId == other.invoiceCurrencyId && _this.paymentTypeId === other.paymentTypeId && _this.taxName1 === other.taxName1 && _this.taxName2 === other.taxName2 && _this.taxRate1 === other.taxRate1 && _this.taxRate2 === other.taxRate2 && _this.taxName3 === other.taxName3 && _this.taxRate3 === other.taxRate3 && _this.clientId == other.clientId && _this.invoiceId == other.invoiceId && _this.vendorId == other.vendorId && _this.projectId == other.projectId && _this.customValue1 === other.customValue1 && _this.customValue2 === other.customValue2 && _this.customValue3 === other.customValue3 && _this.customValue4 === other.customValue4 && _this.taxAmount1 === other.taxAmount1 && _this.taxAmount2 === other.taxAmount2 && _this.taxAmount3 === other.taxAmount3 && _this.usesInclusiveTaxes === other.usesInclusiveTaxes && _this.calculateTaxByAmount == other.calculateTaxByAmount && J.$eq$(_this.documents, other.documents) && _this.number === other.number && _this.recurringId == other.recurringId && _this.frequencyId === other.frequencyId && _this.lastSentDate === other.lastSentDate && _this.nextSendDate === other.nextSendDate && _this.remainingCycles === other.remainingCycles && _this.isChanged == other.isChanged && _this.createdAt === other.createdAt && _this.updatedAt === other.updatedAt && _this.archivedAt === other.archivedAt && _this.isDeleted == other.isDeleted && _this.createdUserId == other.createdUserId && _this.assignedUserId == other.assignedUserId && _this.entityType == other.entityType && _this.id === other.id; }, get$hashCode: function(_) { var _this = this, t1 = _this._expense_model$__hashCode; - return t1 == null ? _this._expense_model$__hashCode = Y.$jf(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(0, C.JSString_methods.get$hashCode(_this.privateNotes)), C.JSString_methods.get$hashCode(_this.publicNotes)), C.JSBool_methods.get$hashCode(_this.shouldBeInvoiced)), C.JSBool_methods.get$hashCode(_this.invoiceDocuments)), C.JSString_methods.get$hashCode(_this.transactionId)), C.JSString_methods.get$hashCode(_this.transactionReference)), C.JSString_methods.get$hashCode(_this.bankId)), C.JSString_methods.get$hashCode(_this.currencyId)), C.JSString_methods.get$hashCode(_this.categoryId)), C.JSNumber_methods.get$hashCode(_this.amount)), J.get$hashCode$(_this.date)), J.get$hashCode$(_this.paymentDate)), C.JSNumber_methods.get$hashCode(_this.exchangeRate)), J.get$hashCode$(_this.invoiceCurrencyId)), C.JSString_methods.get$hashCode(_this.paymentTypeId)), C.JSString_methods.get$hashCode(_this.taxName1)), C.JSString_methods.get$hashCode(_this.taxName2)), C.JSNumber_methods.get$hashCode(_this.taxRate1)), C.JSNumber_methods.get$hashCode(_this.taxRate2)), C.JSString_methods.get$hashCode(_this.taxName3)), C.JSNumber_methods.get$hashCode(_this.taxRate3)), J.get$hashCode$(_this.clientId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.projectId)), C.JSString_methods.get$hashCode(_this.customValue1)), C.JSString_methods.get$hashCode(_this.customValue2)), C.JSString_methods.get$hashCode(_this.customValue3)), C.JSString_methods.get$hashCode(_this.customValue4)), C.JSNumber_methods.get$hashCode(_this.taxAmount1)), C.JSNumber_methods.get$hashCode(_this.taxAmount2)), C.JSNumber_methods.get$hashCode(_this.taxAmount3)), C.JSBool_methods.get$hashCode(_this.usesInclusiveTaxes)), J.get$hashCode$(_this.calculateTaxByAmount)), J.get$hashCode$(_this.documents)), C.JSString_methods.get$hashCode(_this.number)), C.JSString_methods.get$hashCode(_this.frequencyId)), C.JSString_methods.get$hashCode(_this.lastSentDate)), C.JSString_methods.get$hashCode(_this.nextSendDate)), C.JSInt_methods.get$hashCode(_this.remainingCycles)), J.get$hashCode$(_this.isChanged)), C.JSInt_methods.get$hashCode(_this.createdAt)), C.JSInt_methods.get$hashCode(_this.updatedAt)), C.JSInt_methods.get$hashCode(_this.archivedAt)), J.get$hashCode$(_this.isDeleted)), J.get$hashCode$(_this.createdUserId)), J.get$hashCode$(_this.assignedUserId)), J.get$hashCode$(_this.entityType)), C.JSString_methods.get$hashCode(_this.id))) : t1; + return t1 == null ? _this._expense_model$__hashCode = Y.$jf(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(Y.$jc(0, C.JSString_methods.get$hashCode(_this.privateNotes)), C.JSString_methods.get$hashCode(_this.publicNotes)), C.JSBool_methods.get$hashCode(_this.shouldBeInvoiced)), C.JSBool_methods.get$hashCode(_this.invoiceDocuments)), C.JSString_methods.get$hashCode(_this.transactionId)), C.JSString_methods.get$hashCode(_this.transactionReference)), C.JSString_methods.get$hashCode(_this.bankId)), C.JSString_methods.get$hashCode(_this.currencyId)), C.JSString_methods.get$hashCode(_this.categoryId)), C.JSNumber_methods.get$hashCode(_this.amount)), J.get$hashCode$(_this.date)), J.get$hashCode$(_this.paymentDate)), C.JSNumber_methods.get$hashCode(_this.exchangeRate)), J.get$hashCode$(_this.invoiceCurrencyId)), C.JSString_methods.get$hashCode(_this.paymentTypeId)), C.JSString_methods.get$hashCode(_this.taxName1)), C.JSString_methods.get$hashCode(_this.taxName2)), C.JSNumber_methods.get$hashCode(_this.taxRate1)), C.JSNumber_methods.get$hashCode(_this.taxRate2)), C.JSString_methods.get$hashCode(_this.taxName3)), C.JSNumber_methods.get$hashCode(_this.taxRate3)), J.get$hashCode$(_this.clientId)), J.get$hashCode$(_this.invoiceId)), J.get$hashCode$(_this.vendorId)), J.get$hashCode$(_this.projectId)), C.JSString_methods.get$hashCode(_this.customValue1)), C.JSString_methods.get$hashCode(_this.customValue2)), C.JSString_methods.get$hashCode(_this.customValue3)), C.JSString_methods.get$hashCode(_this.customValue4)), C.JSNumber_methods.get$hashCode(_this.taxAmount1)), C.JSNumber_methods.get$hashCode(_this.taxAmount2)), C.JSNumber_methods.get$hashCode(_this.taxAmount3)), C.JSBool_methods.get$hashCode(_this.usesInclusiveTaxes)), J.get$hashCode$(_this.calculateTaxByAmount)), J.get$hashCode$(_this.documents)), C.JSString_methods.get$hashCode(_this.number)), J.get$hashCode$(_this.recurringId)), C.JSString_methods.get$hashCode(_this.frequencyId)), C.JSString_methods.get$hashCode(_this.lastSentDate)), C.JSString_methods.get$hashCode(_this.nextSendDate)), C.JSInt_methods.get$hashCode(_this.remainingCycles)), J.get$hashCode$(_this.isChanged)), C.JSInt_methods.get$hashCode(_this.createdAt)), C.JSInt_methods.get$hashCode(_this.updatedAt)), C.JSInt_methods.get$hashCode(_this.archivedAt)), J.get$hashCode$(_this.isDeleted)), J.get$hashCode$(_this.createdUserId)), J.get$hashCode$(_this.assignedUserId)), J.get$hashCode$(_this.entityType)), C.JSString_methods.get$hashCode(_this.id))) : t1; }, toString$0: function(_) { var _this = this, @@ -268759,6 +268869,7 @@ t2.add$2(t1, "calculateTaxByAmount", _this.calculateTaxByAmount); t2.add$2(t1, "documents", _this.documents); t2.add$2(t1, "number", _this.number); + t2.add$2(t1, "recurringId", _this.recurringId); t2.add$2(t1, "frequencyId", _this.frequencyId); t2.add$2(t1, "lastSentDate", _this.lastSentDate); t2.add$2(t1, "nextSendDate", _this.nextSendDate); @@ -268865,6 +268976,7 @@ t1.toString; _this._expense_model$_documents = D.ListBuilder_ListBuilder(t1, t1.$ti._precomputed1); _this._expense_model$_number = $$v.number; + _this._expense_model$_recurringId = $$v.recurringId; _this._expense_model$_frequencyId = $$v.frequencyId; _this._expense_model$_lastSentDate = $$v.lastSentDate; _this._expense_model$_nextSendDate = $$v.nextSendDate; @@ -268883,7 +268995,7 @@ return _this; }, build$0: function(_) { - var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, exception, _this = this, + var _$failedField, e, _$result0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, t32, t33, t34, t35, t36, t37, t38, t39, t40, t41, t42, t43, t44, t45, t46, t47, t48, t49, t50, exception, _this = this, _s13_ = "ExpenseEntity", _$result = null; try { @@ -268983,36 +269095,37 @@ t36 = _this.get$_expense_model$_$this()._expense_model$_number; if (t36 == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "number")); - t37 = _this.get$_expense_model$_$this()._expense_model$_frequencyId; - if (t37 == null) - H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "frequencyId")); - t38 = _this.get$_expense_model$_$this()._expense_model$_lastSentDate; + t37 = _this.get$_expense_model$_$this()._expense_model$_recurringId; + t38 = _this.get$_expense_model$_$this()._expense_model$_frequencyId; if (t38 == null) - H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "lastSentDate")); - t39 = _this.get$_expense_model$_$this()._expense_model$_nextSendDate; + H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "frequencyId")); + t39 = _this.get$_expense_model$_$this()._expense_model$_lastSentDate; if (t39 == null) - H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "nextSendDate")); - t40 = _this.get$_expense_model$_$this()._expense_model$_remainingCycles; + H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "lastSentDate")); + t40 = _this.get$_expense_model$_$this()._expense_model$_nextSendDate; if (t40 == null) + H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "nextSendDate")); + t41 = _this.get$_expense_model$_$this()._expense_model$_remainingCycles; + if (t41 == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "remainingCycles")); - t41 = _this.get$_expense_model$_$this()._expense_model$_isChanged; - t42 = _this.get$_expense_model$_$this()._expense_model$_createdAt; - if (t42 == null) - H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "createdAt")); - t43 = _this.get$_expense_model$_$this()._expense_model$_updatedAt; + t42 = _this.get$_expense_model$_$this()._expense_model$_isChanged; + t43 = _this.get$_expense_model$_$this()._expense_model$_createdAt; if (t43 == null) - H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "updatedAt")); - t44 = _this.get$_expense_model$_$this()._expense_model$_archivedAt; + H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "createdAt")); + t44 = _this.get$_expense_model$_$this()._expense_model$_updatedAt; if (t44 == null) + H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "updatedAt")); + t45 = _this.get$_expense_model$_$this()._expense_model$_archivedAt; + if (t45 == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "archivedAt")); - t45 = _this.get$_expense_model$_$this()._expense_model$_isDeleted; - t46 = _this.get$_expense_model$_$this()._expense_model$_createdUserId; - t47 = _this.get$_expense_model$_$this()._expense_model$_assignedUserId; - t48 = _this.get$_expense_model$_$this()._expense_model$_entityType; - t49 = _this.get$_expense_model$_$this()._expense_model$_id; - if (t49 == null) + t46 = _this.get$_expense_model$_$this()._expense_model$_isDeleted; + t47 = _this.get$_expense_model$_$this()._expense_model$_createdUserId; + t48 = _this.get$_expense_model$_$this()._expense_model$_assignedUserId; + t49 = _this.get$_expense_model$_$this()._expense_model$_entityType; + t50 = _this.get$_expense_model$_$this()._expense_model$_id; + if (t50 == null) H.throwExpression(Y.BuiltValueNullFieldError$(_s13_, "id")); - _$result0 = M._$ExpenseEntity$_(t10, t44, t47, t7, t34, t9, t22, t42, t46, t8, t26, t27, t28, t29, t11, t35, t48, t13, t37, t49, t14, t4, t23, t41, t45, t38, t39, t36, t12, t15, t1, t25, t2, t40, t3, t30, t31, t32, t16, t17, t20, t18, t19, t21, t5, t6, t43, t33, t24); + _$result0 = M._$ExpenseEntity$_(t10, t45, t48, t7, t34, t9, t22, t43, t47, t8, t26, t27, t28, t29, t11, t35, t49, t13, t38, t50, t14, t4, t23, t42, t46, t39, t40, t36, t12, t15, t1, t25, t2, t37, t41, t3, t30, t31, t32, t16, t17, t20, t18, t19, t21, t5, t6, t44, t33, t24); } _$result = _$result0; } catch (exception) { @@ -271740,52 +271853,54 @@ return J.firstWhere$2$orElse$ax(this.invitations._list, new Q.InvoiceEntity_getInvitationForContact_closure(contact), new Q.InvoiceEntity_getInvitationForContact_closure0()); }, getTaxes$1: function(precision) { - var t2, invoiceTaxAmount, t3, t4, t5, t6, itemTaxAmount, t7, _this = this, + var invoiceTaxAmount, t2, invoicePaidAmount, t3, t4, itemTaxable, t5, itemTaxAmount, t6, itemPaidAmount, _this = this, taxes = P.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.legacy_Map_of_legacy_String_and_dynamic), - taxable = _this.calculateTaxes$2$precision$useInclusiveTaxes(precision, _this.usesInclusiveTaxes), + taxable = _this.getTaxable$0(), + calculateAmount = new Q.InvoiceEntity_getTaxes_calculateAmount(_this), t1 = _this.taxRate1; if (t1 !== 0) { - t2 = _this.taxName1; - invoiceTaxAmount = taxable.$index(0, t2); - t3 = _this.amount; - _this._calculateTax$5(taxes, t2, t1, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); + invoiceTaxAmount = calculateAmount.call$2(taxable, t1); + t2 = _this.amount; + invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; + _this._calculateTax$5(taxes, _this.taxName1, t1, invoiceTaxAmount, invoicePaidAmount); } t1 = _this.taxRate2; if (t1 !== 0) { - t2 = _this.taxName2; - invoiceTaxAmount = taxable.$index(0, t2); - t3 = _this.amount; - _this._calculateTax$5(taxes, t2, t1, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); + invoiceTaxAmount = calculateAmount.call$2(taxable, t1); + t2 = _this.amount; + invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; + _this._calculateTax$5(taxes, _this.taxName2, t1, invoiceTaxAmount, invoicePaidAmount); } t1 = _this.taxRate3; if (t1 !== 0) { - t2 = _this.taxName3; - invoiceTaxAmount = taxable.$index(0, t2); - t3 = _this.amount; - _this._calculateTax$5(taxes, t2, t1, invoiceTaxAmount, t3 * invoiceTaxAmount !== 0 ? _this.paidToDate / t3 * invoiceTaxAmount : 0); + invoiceTaxAmount = calculateAmount.call$2(taxable, t1); + t2 = _this.amount; + invoicePaidAmount = t2 * invoiceTaxAmount !== 0 ? _this.paidToDate / t2 * invoiceTaxAmount : 0; + _this._calculateTax$5(taxes, _this.taxName3, t1, invoiceTaxAmount, invoicePaidAmount); } for (t1 = J.get$iterator$ax(_this.lineItems._list), t2 = _this.amount, t3 = _this.paidToDate / t2; t1.moveNext$0();) { t4 = t1.get$current(t1); + itemTaxable = _this.getItemTaxable$3(t4, t2, precision); t5 = t4.taxRate1; if (t5 !== 0) { - t6 = t4.taxName1; - itemTaxAmount = taxable.$index(0, t6); - t7 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t6, t5, itemTaxAmount, t7 ? t3 * itemTaxAmount : 0); + itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); + t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; + itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; + _this._calculateTax$5(taxes, t4.taxName1, t5, itemTaxAmount, itemPaidAmount); } t5 = t4.taxRate2; if (t5 !== 0) { - t6 = t4.taxName2; - itemTaxAmount = taxable.$index(0, t6); - t7 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t6, t5, itemTaxAmount, t7 ? t3 * itemTaxAmount : 0); + itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); + t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; + itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; + _this._calculateTax$5(taxes, t4.taxName2, t5, itemTaxAmount, itemPaidAmount); } t5 = t4.taxRate3; if (t5 !== 0) { - t4 = t4.taxName3; - itemTaxAmount = taxable.$index(0, t4); + itemTaxAmount = calculateAmount.call$2(itemTaxable, t5); t6 = itemTaxAmount != null && t2 * itemTaxAmount !== 0; - _this._calculateTax$5(taxes, t4, t5, itemTaxAmount, t6 ? t3 * itemTaxAmount : 0); + itemPaidAmount = t6 ? t3 * itemTaxAmount : 0; + _this._calculateTax$5(taxes, t4.taxName3, t5, itemTaxAmount, itemPaidAmount); } } return taxes; @@ -271808,13 +271923,13 @@ call$1: function(contact) { return contact.sendEmail; }, - $signature: 94 + $signature: 99 }; Q.InvoiceEntity_InvoiceEntity_closure0.prototype = { call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 221 + $signature: 222 }; Q.InvoiceEntity_moveLineItem_closure.prototype = { call$1: function(b) { @@ -271876,25 +271991,25 @@ call$1: function(lineItem) { return lineItem.typeId !== "3"; }, - $signature: 64 + $signature: 63 }; Q.InvoiceEntity_clone__closure0.prototype = { call$1: function(invitation) { return Q.InvitationEntity_InvitationEntity(invitation.contactId); }, - $signature: 2293 + $signature: 2294 }; Q.InvoiceEntity_hasTasks_closure.prototype = { call$1: function(item) { return item.typeId === "2"; }, - $signature: 64 + $signature: 63 }; Q.InvoiceEntity_hasExpenses_closure.prototype = { call$1: function(item) { return item.typeId === "6"; }, - $signature: 64 + $signature: 63 }; Q.InvoiceEntity_applyTax_closure.prototype = { call$1: function(b) { @@ -271933,13 +272048,13 @@ call$1: function(invitation) { return invitation.viewedDate.length !== 0; }, - $signature: 612 + $signature: 620 }; Q.InvoiceEntity_getInvitationForContact_closure.prototype = { call$1: function(invitation) { return invitation.contactId === this.contact.id; }, - $signature: 612 + $signature: 620 }; Q.InvoiceEntity_getInvitationForContact_closure0.prototype = { call$0: function() { @@ -271947,11 +272062,21 @@ }, $signature: 1 }; + Q.InvoiceEntity_getTaxes_calculateAmount.prototype = { + call$2: function(taxable, rate) { + var t1 = rate / 100; + if (this.$this.usesInclusiveTaxes) + return Y.round(taxable - taxable / (1 + t1), 2); + else + return Y.round(taxable * t1, 2); + }, + $signature: 2364 + }; Q.InvoiceEntity__calculateTax_closure.prototype = { call$0: function() { return P.LinkedHashMap_LinkedHashMap$_literal(["name", this.name, "rate", this.rate, "amount", 0, "paid", 0], type$.legacy_String, type$.dynamic); }, - $signature: 2363 + $signature: 2365 }; Q.InvoiceItemEntity.prototype = { taxAmount$2: function(invoice, precision) { @@ -272037,7 +272162,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1; return b; }, - $signature: 55 + $signature: 54 }; Q.InvoiceItemEntity_applyTax_closure0.prototype = { call$1: function(b) { @@ -272048,7 +272173,7 @@ b.get$_invoice_model$_$this()._taxName2 = t1; return b; }, - $signature: 55 + $signature: 54 }; Q.InvoiceItemEntity_applyTax_closure1.prototype = { call$1: function(b) { @@ -272059,7 +272184,7 @@ b.get$_invoice_model$_$this()._taxName1 = t1; return b; }, - $signature: 55 + $signature: 54 }; Q.InvitationEntity.prototype = { matchesFilter$1: function(filter) { @@ -274201,6 +274326,49 @@ } return map; }, + getTaxable$0: function() { + var t2, t3, total, _this = this, t1 = {}; + t1.total = 0; + J.forEach$1$ax(_this.lineItems._list, new X.CalculateInvoiceTotal_getTaxable_closure(t1, _this)); + t2 = _this.discount; + if (t2 > 0) { + t3 = t1.total; + if (_this.isAmountDiscount) + t1.total = t3 - t2; + else { + total = t3 * ((100 - t2) / 100); + t1.total = total; + t1.total = Y.round(total, 2); + } + } + if (_this.customTaxes1) + t1.total = t1.total + _this.customSurcharge1; + if (_this.customTaxes2) + t1.total = t1.total + _this.customSurcharge2; + if (_this.customTaxes3) + t1.total = t1.total + _this.customSurcharge3; + if (_this.customTaxes4) + t1.total = t1.total + _this.customSurcharge4; + return t1.total; + }, + getItemTaxable$3: function(item, invoiceTotal, precision) { + var t2, + qty = Y.round(item.quantity, 5), + cost = Y.round(item.cost, 4), + itemDiscount = Y.round(item.discount, precision), + lineTotal = qty * cost, + t1 = this.discount; + if (t1 !== 0) + if (this.isAmountDiscount) { + t2 = invoiceTotal + t1; + if (t2 !== 0) + lineTotal -= invoiceTotal !== 0 ? lineTotal / t2 * t1 : 0; + } else + lineTotal *= (100 - t1) / 100; + if (itemDiscount !== 0) + lineTotal = this.isAmountDiscount ? lineTotal - itemDiscount : lineTotal - lineTotal * itemDiscount / 100; + return Y.round(lineTotal, precision); + }, calculateTotal$1$precision: function(precision) { var t2, t3, t4, t5, taxAmount1, taxAmount2, _this = this, t1 = {}; t1.total = _this.calculateSubtotal$1$precision(precision); @@ -274242,41 +274410,31 @@ }; X.CalculateInvoiceTotal_calculateTaxes_closure.prototype = { call$1: function(item) { - var _this = this, + var t4, _this = this, taxRate1 = Y.round(item.taxRate1, 3), taxRate2 = Y.round(item.taxRate2, 3), taxRate3 = Y.round(item.taxRate3, 3), t1 = _this.$this, t2 = _this._box_0, - t3 = t2.total, - t4 = _this.precision, - qty = Y.round(item.quantity, 4), - cost = Y.round(item.cost, 4), - itemDiscount = Y.round(item.discount, t4), - lineTotal = qty * cost, - t5 = t1.discount; - if (t5 !== 0) - lineTotal = t1.isAmountDiscount ? t3 !== 0 ? lineTotal - Y.round(lineTotal / t3 * t5, 4) : lineTotal : lineTotal; - if (itemDiscount !== 0) - lineTotal = t1.isAmountDiscount ? lineTotal - itemDiscount : lineTotal - Y.round(lineTotal * itemDiscount / 100, 4); - lineTotal = Y.round(lineTotal, t4); + t3 = _this.precision, + lineTotal = t1.getItemTaxable$3(item, t2.total, t3); if (taxRate1 !== 0) { - t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate1, _this.useInclusiveTaxes, t4); - t3 = _this.map; - t3.update$3$ifAbsent(t3, item.taxName1, new X.CalculateInvoiceTotal_calculateTaxes__closure(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure0(t2)); + t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate1, _this.useInclusiveTaxes, t3); + t4 = _this.map; + t4.update$3$ifAbsent(t4, item.taxName1, new X.CalculateInvoiceTotal_calculateTaxes__closure(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure0(t2)); } if (taxRate2 !== 0) { - t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate2, _this.useInclusiveTaxes, t4); - t3 = _this.map; - t3.update$3$ifAbsent(t3, item.taxName2, new X.CalculateInvoiceTotal_calculateTaxes__closure1(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure2(t2)); + t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate2, _this.useInclusiveTaxes, t3); + t4 = _this.map; + t4.update$3$ifAbsent(t4, item.taxName2, new X.CalculateInvoiceTotal_calculateTaxes__closure1(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure2(t2)); } if (taxRate3 !== 0) { - t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate3, _this.useInclusiveTaxes, t4); + t2.taxAmount = t1._calculateTaxAmount$4(lineTotal, taxRate3, _this.useInclusiveTaxes, t3); t1 = _this.map; t1.update$3$ifAbsent(t1, item.taxName3, new X.CalculateInvoiceTotal_calculateTaxes__closure3(t2), new X.CalculateInvoiceTotal_calculateTaxes__closure4(t2)); } }, - $signature: 237 + $signature: 213 }; X.CalculateInvoiceTotal_calculateTaxes__closure.prototype = { call$1: function(value) { @@ -274288,7 +274446,7 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 }; X.CalculateInvoiceTotal_calculateTaxes__closure1.prototype = { call$1: function(value) { @@ -274300,7 +274458,7 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 }; X.CalculateInvoiceTotal_calculateTaxes__closure3.prototype = { call$1: function(value) { @@ -274312,7 +274470,7 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 }; X.CalculateInvoiceTotal_calculateTaxes_closure0.prototype = { call$1: function(value) { @@ -274324,7 +274482,7 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 }; X.CalculateInvoiceTotal_calculateTaxes_closure2.prototype = { call$1: function(value) { @@ -274336,7 +274494,7 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 }; X.CalculateInvoiceTotal_calculateTaxes_closure4.prototype = { call$1: function(value) { @@ -274348,7 +274506,17 @@ call$0: function() { return this._box_0.taxAmount; }, - $signature: 190 + $signature: 191 + }; + X.CalculateInvoiceTotal_getTaxable_closure.prototype = { + call$1: function(invoiceItem) { + var lineTotal = invoiceItem.quantity * invoiceItem.cost, + t1 = invoiceItem.discount; + if (t1 !== 0) + lineTotal = this.$this.isAmountDiscount ? lineTotal - t1 : lineTotal - lineTotal * t1 / 100; + this._box_0.total += lineTotal; + }, + $signature: 213 }; X.CalculateInvoiceTotal_calculateTotal_closure.prototype = { call$1: function(item) { @@ -274384,7 +274552,7 @@ t2.itemTax = t2.itemTax + Y.round(lineTotal * taxRate3 / 100, t1); } }, - $signature: 237 + $signature: 213 }; X.CalculateInvoiceTotal_calculateSubtotal_closure.prototype = { call$1: function(item) { @@ -274399,7 +274567,7 @@ t2 = this._box_0; t2.total = t2.total + Y.round(lineTotal, t1); }, - $signature: 237 + $signature: 213 }; D.EntityAction.prototype = { toString$0: function(_) { @@ -274506,19 +274674,19 @@ call$1: function(p) { return p.get$entityType() === C.EntityType_invoice; }, - $signature: 191 + $signature: 195 }; F.PaymentEntity_creditPaymentables_closure.prototype = { call$1: function(p) { return p.get$entityType() === C.EntityType_credit; }, - $signature: 191 + $signature: 195 }; F.PaymentEntity_invoiceId_closure.prototype = { call$1: function(p) { return p.get$entityType() === C.EntityType_invoice; }, - $signature: 191 + $signature: 195 }; F.PaymentableEntity.prototype = { get$isEmpty: function(_) { @@ -276142,7 +276310,7 @@ b.get$_product_model$_$this()._product_model$_isDeleted = false; return b; }, - $signature: 158 + $signature: 159 }; A._$ProductListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -276979,7 +277147,7 @@ b.get$_project_model$_$this()._project_model$_isDeleted = false; return b; }, - $signature: 159 + $signature: 160 }; A._$ProjectListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -277610,7 +277778,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 610 + $signature: 601 }; K._$serializers_closure0.prototype = { call$0: function() { @@ -277626,7 +277794,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2392 + $signature: 2396 }; K._$serializers_closure2.prototype = { call$0: function() { @@ -277634,7 +277802,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 388 + $signature: 400 }; K._$serializers_closure3.prototype = { call$0: function() { @@ -277642,7 +277810,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2399 + $signature: 2404 }; K._$serializers_closure4.prototype = { call$0: function() { @@ -277658,7 +277826,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure6.prototype = { call$0: function() { @@ -277666,7 +277834,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 392 + $signature: 408 }; K._$serializers_closure7.prototype = { call$0: function() { @@ -277698,7 +277866,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 688 + $signature: 691 }; K._$serializers_closure11.prototype = { call$0: function() { @@ -277706,7 +277874,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 691 + $signature: 697 }; K._$serializers_closure12.prototype = { call$0: function() { @@ -277714,7 +277882,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 457 + $signature: 463 }; K._$serializers_closure13.prototype = { call$0: function() { @@ -277722,7 +277890,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2425 + $signature: 2434 }; K._$serializers_closure14.prototype = { call$0: function() { @@ -277730,7 +277898,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 463 + $signature: 464 }; K._$serializers_closure15.prototype = { call$0: function() { @@ -277738,7 +277906,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 470 + $signature: 469 }; K._$serializers_closure16.prototype = { call$0: function() { @@ -277746,7 +277914,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 473 + $signature: 471 }; K._$serializers_closure17.prototype = { call$0: function() { @@ -277770,7 +277938,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2451 + $signature: 2454 }; K._$serializers_closure20.prototype = { call$0: function() { @@ -277778,7 +277946,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 482 + $signature: 479 }; K._$serializers_closure21.prototype = { call$0: function() { @@ -277786,7 +277954,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 463 + $signature: 464 }; K._$serializers_closure22.prototype = { call$0: function() { @@ -277794,7 +277962,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 470 + $signature: 469 }; K._$serializers_closure23.prototype = { call$0: function() { @@ -277802,7 +277970,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 483 + $signature: 482 }; K._$serializers_closure24.prototype = { call$0: function() { @@ -277810,7 +277978,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure25.prototype = { call$0: function() { @@ -277818,7 +277986,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure26.prototype = { call$0: function() { @@ -277826,7 +277994,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure27.prototype = { call$0: function() { @@ -277834,7 +278002,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure28.prototype = { call$0: function() { @@ -277842,7 +278010,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure29.prototype = { call$0: function() { @@ -277850,7 +278018,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure30.prototype = { call$0: function() { @@ -277858,7 +278026,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2456 + $signature: 2461 }; K._$serializers_closure31.prototype = { call$0: function() { @@ -277866,7 +278034,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2460 + $signature: 2463 }; K._$serializers_closure32.prototype = { call$0: function() { @@ -277914,7 +278082,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2468 + $signature: 2486 }; K._$serializers_closure38.prototype = { call$0: function() { @@ -277922,7 +278090,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 485 + $signature: 484 }; K._$serializers_closure39.prototype = { call$0: function() { @@ -277930,7 +278098,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 401 + $signature: 411 }; K._$serializers_closure40.prototype = { call$0: function() { @@ -277946,7 +278114,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 489 + $signature: 487 }; K._$serializers_closure42.prototype = { call$0: function() { @@ -277954,7 +278122,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 489 + $signature: 487 }; K._$serializers_closure43.prototype = { call$0: function() { @@ -277962,7 +278130,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 388 + $signature: 400 }; K._$serializers_closure44.prototype = { call$0: function() { @@ -277970,7 +278138,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 492 + $signature: 490 }; K._$serializers_closure45.prototype = { call$0: function() { @@ -277978,7 +278146,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 493 + $signature: 492 }; K._$serializers_closure46.prototype = { call$0: function() { @@ -277986,7 +278154,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 495 + $signature: 493 }; K._$serializers_closure47.prototype = { call$0: function() { @@ -278002,7 +278170,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 485 + $signature: 484 }; K._$serializers_closure49.prototype = { call$0: function() { @@ -278010,7 +278178,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 496 + $signature: 495 }; K._$serializers_closure50.prototype = { call$0: function() { @@ -278018,7 +278186,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 610 + $signature: 601 }; K._$serializers_closure51.prototype = { call$0: function() { @@ -278026,7 +278194,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 499 + $signature: 496 }; K._$serializers_closure52.prototype = { call$0: function() { @@ -278034,7 +278202,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure53.prototype = { call$0: function() { @@ -278042,7 +278210,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure54.prototype = { call$0: function() { @@ -278050,7 +278218,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 401 + $signature: 411 }; K._$serializers_closure55.prototype = { call$0: function() { @@ -278066,7 +278234,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure57.prototype = { call$0: function() { @@ -278074,7 +278242,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure58.prototype = { call$0: function() { @@ -278082,7 +278250,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 506 + $signature: 508 }; K._$serializers_closure59.prototype = { call$0: function() { @@ -278098,7 +278266,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 401 + $signature: 411 }; K._$serializers_closure61.prototype = { call$0: function() { @@ -278114,7 +278282,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 483 + $signature: 482 }; K._$serializers_closure63.prototype = { call$0: function() { @@ -278122,7 +278290,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure64.prototype = { call$0: function() { @@ -278130,7 +278298,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 519 + $signature: 520 }; K._$serializers_closure65.prototype = { call$0: function() { @@ -278146,7 +278314,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 527 + $signature: 528 }; K._$serializers_closure67.prototype = { call$0: function() { @@ -278154,7 +278322,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 533 + $signature: 532 }; K._$serializers_closure68.prototype = { call$0: function() { @@ -278162,7 +278330,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 392 + $signature: 408 }; K._$serializers_closure69.prototype = { call$0: function() { @@ -278171,7 +278339,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure70.prototype = { call$0: function() { @@ -278179,7 +278347,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2641 + $signature: 2670 }; K._$serializers_closure71.prototype = { call$0: function() { @@ -278187,7 +278355,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 691 + $signature: 697 }; K._$serializers_closure72.prototype = { call$0: function() { @@ -278195,7 +278363,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure73.prototype = { call$0: function() { @@ -278203,7 +278371,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 194 + $signature: 196 }; K._$serializers_closure74.prototype = { call$0: function() { @@ -278211,7 +278379,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2669 + $signature: 2702 }; K._$serializers_closure75.prototype = { call$0: function() { @@ -278219,7 +278387,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2701 + $signature: 2720 }; K._$serializers_closure76.prototype = { call$0: function() { @@ -278227,7 +278395,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2719 + $signature: 2743 }; K._$serializers_closure77.prototype = { call$0: function() { @@ -278235,7 +278403,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure78.prototype = { call$0: function() { @@ -278243,7 +278411,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 388 + $signature: 400 }; K._$serializers_closure79.prototype = { call$0: function() { @@ -278251,7 +278419,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2742 + $signature: 2779 }; K._$serializers_closure80.prototype = { call$0: function() { @@ -278259,7 +278427,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 473 + $signature: 471 }; K._$serializers_closure81.prototype = { call$0: function() { @@ -278275,7 +278443,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 533 + $signature: 532 }; K._$serializers_closure83.prototype = { call$0: function() { @@ -278291,7 +278459,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 328 + $signature: 335 }; K._$serializers_closure85.prototype = { call$0: function() { @@ -278299,7 +278467,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 328 + $signature: 335 }; K._$serializers_closure86.prototype = { call$0: function() { @@ -278307,7 +278475,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 328 + $signature: 335 }; K._$serializers_closure87.prototype = { call$0: function() { @@ -278315,7 +278483,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 499 + $signature: 496 }; K._$serializers_closure88.prototype = { call$0: function() { @@ -278331,7 +278499,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 688 + $signature: 691 }; K._$serializers_closure90.prototype = { call$0: function() { @@ -278363,7 +278531,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2800 + $signature: 2819 }; K._$serializers_closure94.prototype = { call$0: function() { @@ -278371,7 +278539,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 527 + $signature: 528 }; K._$serializers_closure95.prototype = { call$0: function() { @@ -278379,7 +278547,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 506 + $signature: 508 }; K._$serializers_closure96.prototype = { call$0: function() { @@ -278387,7 +278555,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 493 + $signature: 492 }; K._$serializers_closure97.prototype = { call$0: function() { @@ -278395,7 +278563,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 492 + $signature: 490 }; K._$serializers_closure98.prototype = { call$0: function() { @@ -278403,7 +278571,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 457 + $signature: 463 }; K._$serializers_closure99.prototype = { call$0: function() { @@ -278411,7 +278579,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 519 + $signature: 520 }; K._$serializers_closure100.prototype = { call$0: function() { @@ -278419,7 +278587,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2818 + $signature: 2862 }; K._$serializers_closure101.prototype = { call$0: function() { @@ -278427,7 +278595,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2861 + $signature: 2883 }; K._$serializers_closure102.prototype = { call$0: function() { @@ -278435,7 +278603,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 496 + $signature: 495 }; K._$serializers_closure103.prototype = { call$0: function() { @@ -278443,7 +278611,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2882 + $signature: 2902 }; K._$serializers_closure104.prototype = { call$0: function() { @@ -278451,7 +278619,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 115 + $signature: 114 }; K._$serializers_closure105.prototype = { call$0: function() { @@ -278475,7 +278643,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2901 + $signature: 2923 }; K._$serializers_closure108.prototype = { call$0: function() { @@ -278483,7 +278651,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2922 + $signature: 3009 }; K._$serializers_closure109.prototype = { call$0: function() { @@ -278492,7 +278660,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure110.prototype = { call$0: function() { @@ -278500,7 +278668,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3008 + $signature: 3027 }; K._$serializers_closure111.prototype = { call$0: function() { @@ -278508,7 +278676,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3026 + $signature: 3051 }; K._$serializers_closure112.prototype = { call$0: function() { @@ -278516,7 +278684,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 331 + $signature: 346 }; K._$serializers_closure113.prototype = { call$0: function() { @@ -278524,7 +278692,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 331 + $signature: 346 }; K._$serializers_closure114.prototype = { call$0: function() { @@ -278532,7 +278700,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3070 + $signature: 3088 }; K._$serializers_closure115.prototype = { call$0: function() { @@ -278540,7 +278708,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3087 + $signature: 3107 }; K._$serializers_closure116.prototype = { call$0: function() { @@ -278556,7 +278724,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3106 + $signature: 3133 }; K._$serializers_closure118.prototype = { call$0: function() { @@ -278572,7 +278740,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3132 + $signature: 3157 }; K._$serializers_closure120.prototype = { call$0: function() { @@ -278580,7 +278748,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3156 + $signature: 3260 }; K._$serializers_closure121.prototype = { call$0: function() { @@ -278588,7 +278756,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 3259 + $signature: 724 }; K._$serializers_closure122.prototype = { call$0: function() { @@ -278596,7 +278764,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 724 + $signature: 725 }; K._$serializers_closure123.prototype = { call$0: function() { @@ -278604,7 +278772,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 725 + $signature: 726 }; K._$serializers_closure124.prototype = { call$0: function() { @@ -278612,7 +278780,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 726 + $signature: 727 }; K._$serializers_closure125.prototype = { call$0: function() { @@ -278620,7 +278788,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 727 + $signature: 728 }; K._$serializers_closure126.prototype = { call$0: function() { @@ -278628,7 +278796,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 728 + $signature: 729 }; K._$serializers_closure127.prototype = { call$0: function() { @@ -278636,7 +278804,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 729 + $signature: 730 }; K._$serializers_closure128.prototype = { call$0: function() { @@ -278644,7 +278812,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 482 + $signature: 479 }; K._$serializers_closure129.prototype = { call$0: function() { @@ -278652,7 +278820,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 730 + $signature: 731 }; K._$serializers_closure130.prototype = { call$0: function() { @@ -278668,7 +278836,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 731 + $signature: 732 }; K._$serializers_closure132.prototype = { call$0: function() { @@ -278684,7 +278852,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 732 + $signature: 733 }; K._$serializers_closure134.prototype = { call$0: function() { @@ -278700,7 +278868,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 548 + $signature: 545 }; K._$serializers_closure136.prototype = { call$0: function() { @@ -278716,7 +278884,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 548 + $signature: 545 }; K._$serializers_closure138.prototype = { call$0: function() { @@ -278732,7 +278900,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 734 + $signature: 735 }; K._$serializers_closure140.prototype = { call$0: function() { @@ -278740,7 +278908,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 392 + $signature: 408 }; K._$serializers_closure141.prototype = { call$0: function() { @@ -278748,7 +278916,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 735 + $signature: 736 }; K._$serializers_closure142.prototype = { call$0: function() { @@ -278756,7 +278924,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 736 + $signature: 737 }; K._$serializers_closure143.prototype = { call$0: function() { @@ -278772,7 +278940,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 737 + $signature: 738 }; K._$serializers_closure145.prototype = { call$0: function() { @@ -278844,7 +279012,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 739 + $signature: 740 }; K._$serializers_closure154.prototype = { call$0: function() { @@ -278860,7 +279028,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 740 + $signature: 741 }; K._$serializers_closure156.prototype = { call$0: function() { @@ -278876,7 +279044,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 741 + $signature: 742 }; K._$serializers_closure158.prototype = { call$0: function() { @@ -278884,7 +279052,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 742 + $signature: 743 }; K._$serializers_closure159.prototype = { call$0: function() { @@ -278900,7 +279068,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 743 + $signature: 744 }; K._$serializers_closure161.prototype = { call$0: function() { @@ -278917,7 +279085,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure163.prototype = { call$0: function() { @@ -278926,7 +279094,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure164.prototype = { call$0: function() { @@ -278935,7 +279103,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure165.prototype = { call$0: function() { @@ -278944,7 +279112,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure166.prototype = { call$0: function() { @@ -278953,7 +279121,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 164 + $signature: 165 }; K._$serializers_closure167.prototype = { call$0: function() { @@ -278961,7 +279129,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 331 + $signature: 346 }; K._$serializers_closure168.prototype = { call$0: function() { @@ -278969,7 +279137,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 744 + $signature: 745 }; K._$serializers_closure169.prototype = { call$0: function() { @@ -278985,7 +279153,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 745 + $signature: 746 }; K._$serializers_closure171.prototype = { call$0: function() { @@ -279001,7 +279169,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 495 + $signature: 493 }; K._$serializers_closure173.prototype = { call$0: function() { @@ -279017,7 +279185,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 746 + $signature: 747 }; K._$serializers_closure175.prototype = { call$0: function() { @@ -279033,7 +279201,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 747 + $signature: 748 }; K._$serializers_closure177.prototype = { call$0: function() { @@ -279049,7 +279217,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 748 + $signature: 749 }; K._$serializers_closure179.prototype = { call$0: function() { @@ -279065,7 +279233,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 749 + $signature: 750 }; K._$serializers_closure181.prototype = { call$0: function() { @@ -279081,7 +279249,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 750 + $signature: 751 }; K._$serializers_closure183.prototype = { call$0: function() { @@ -279097,7 +279265,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 751 + $signature: 752 }; G.SettingsEntity.prototype = { getFieldsForSection$1: function(section) { @@ -287265,7 +287433,7 @@ b.get$_task_model$_$this()._endDate = t1; return b; }, - $signature: 556 + $signature: 555 }; D.TaskEntity.prototype = { get$clone: function(_) { @@ -287643,13 +287811,13 @@ t1.lastDateTime = t3 > t4 ? lastDateTime : endDate; } }, - $signature: 196 + $signature: 197 }; D.TaskEntity_isRunning_closure.prototype = { call$1: function(taskTime) { return taskTime.endDate == null; }, - $signature: 180 + $signature: 198 }; D.TaskEntity_getTaskTimes_closure.prototype = { call$1: function(detail) { @@ -287677,7 +287845,7 @@ t2 = timeB.startDate; return C.JSInt_methods.compareTo$1(t1._value, t2._value); }, - $signature: 757 + $signature: 758 }; D.TaskEntity_addTaskTime_closure.prototype = { call$1: function(b) { @@ -287717,7 +287885,7 @@ t1.seconds = t1.seconds + C.JSInt_methods._tdivFast$1(taskTime.get$duration(taskTime)._duration, 1000000); } }, - $signature: 196 + $signature: 197 }; D._$TaskListResponseSerializer.prototype = { serialize$3$specifiedType: function(serializers, object, specifiedType) { @@ -291180,7 +291348,7 @@ b.get$_vendor_model$_$this()._isPrimary = true; return b; }, - $signature: 587 + $signature: 586 }; B.VendorContactEntity.prototype = { get$entityType: function() { @@ -295443,7 +295611,7 @@ J.clear$0$ax(b.get$documents().get$_safeList()); return b; }, - $signature: 158 + $signature: 159 }; X.ProjectRepository.prototype = { loadItem$2: function(credentials, entityId) { @@ -296017,7 +296185,7 @@ t1 = type$.legacy_String; fields = P.LinkedHashMap_LinkedHashMap$_literal(["_method", "put"], t1, t1); $async$goto = 3; - return P._asyncAwait(C.C_WebClient.post$4$data$multipartFiles(credentials.url + "/recurring_expenses/" + H.S(entity.get$id(entity)) + "/upload", credentials.token, fields, H.setRuntimeTypeInfo([multipartFile], type$.JSArray_legacy_MultipartFile)), $async$uploadDocument$3); + return P._asyncAwait(C.C_WebClient.post$4$data$multipartFiles(credentials.url + "/recurring_expenses/" + entity.id + "/upload", credentials.token, fields, H.setRuntimeTypeInfo([multipartFile], type$.JSArray_legacy_MultipartFile)), $async$uploadDocument$3); case 3: // returning from await. response = $async$result; @@ -298009,7 +298177,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 760 + $signature: 761 }; F._parseError__closure.prototype = { call$1: function(error) { @@ -298135,13 +298303,13 @@ call$1: function(_) { return new G.LoginScreen(null); }, - $signature: 600 + $signature: 603 }; K.InvoiceNinjaAppState_generateRoute_closure0.prototype = { call$1: function(_) { return new X.MainScreen(null); }, - $signature: 601 + $signature: 608 }; K.InvoiceNinjaAppState_build_closure.prototype = { call$1: function(context) { @@ -298191,649 +298359,649 @@ t12 = type$.legacy_legacy_Widget_Function_legacy_BuildContext; return new M.StyledToast(new B.WebSocketRefresh(new S.MaterialApp(t7, t2, D.getLayout(context) === C.AppLayout_mobile ? P.LinkedHashMap_LinkedHashMap$_literal(["/login", new K.InvoiceNinjaAppState_build__closure0(), "/main", new K.InvoiceNinjaAppState_build__closure1(), "/dashboard", new K.InvoiceNinjaAppState_build__closure2(state), "/product", new K.InvoiceNinjaAppState_build__closure3(), "/product/view", new K.InvoiceNinjaAppState_build__closure4(), "/product/edit", new K.InvoiceNinjaAppState_build__closure5(), "/client", new K.InvoiceNinjaAppState_build__closure6(), "/client/view", new K.InvoiceNinjaAppState_build__closure7(), "/client/edit", new K.InvoiceNinjaAppState_build__closure8(), "/invoice", new K.InvoiceNinjaAppState_build__closure9(), "/invoice/view", new K.InvoiceNinjaAppState_build__closure10(), "/invoice/edit", new K.InvoiceNinjaAppState_build__closure11(), "/invoice/email", new K.InvoiceNinjaAppState_build__closure12(), "/invoice/pdf", new K.InvoiceNinjaAppState_build__closure13(), "/document", new K.InvoiceNinjaAppState_build__closure14(), "/document/view", new K.InvoiceNinjaAppState_build__closure15(), "/document/edit", new K.InvoiceNinjaAppState_build__closure16(), "/expense", new K.InvoiceNinjaAppState_build__closure17(), "/expense/view", new K.InvoiceNinjaAppState_build__closure18(), "/expense/edit", new K.InvoiceNinjaAppState_build__closure19(), "/vendor", new K.InvoiceNinjaAppState_build__closure20(), "/vendor/view", new K.InvoiceNinjaAppState_build__closure21(), "/vendor/edit", new K.InvoiceNinjaAppState_build__closure22(), "/task", new K.InvoiceNinjaAppState_build__closure23(), "/task/view", new K.InvoiceNinjaAppState_build__closure24(), "/task/edit", new K.InvoiceNinjaAppState_build__closure25(), "/project", new K.InvoiceNinjaAppState_build__closure26(), "/project/view", new K.InvoiceNinjaAppState_build__closure27(), "/project/edit", new K.InvoiceNinjaAppState_build__closure28(), "/payment", new K.InvoiceNinjaAppState_build__closure29(), "/payment/view", new K.InvoiceNinjaAppState_build__closure30(), "/payment/edit", new K.InvoiceNinjaAppState_build__closure31(), "/payment/refund", new K.InvoiceNinjaAppState_build__closure32(), "/quote", new K.InvoiceNinjaAppState_build__closure33(), "/quote/view", new K.InvoiceNinjaAppState_build__closure34(), "/quote/edit", new K.InvoiceNinjaAppState_build__closure35(), "/quote/email", new K.InvoiceNinjaAppState_build__closure36(), "/quote/pdf", new K.InvoiceNinjaAppState_build__closure37(), "/recurring_expense", new K.InvoiceNinjaAppState_build__closure38(), "/recurring_expense/view", new K.InvoiceNinjaAppState_build__closure39(), "/recurring_expense/edit", new K.InvoiceNinjaAppState_build__closure40(), "/settings/subscriptions", new K.InvoiceNinjaAppState_build__closure41(), "/settings/subscriptions_view", new K.InvoiceNinjaAppState_build__closure42(), "/settings/subscriptions_edit", new K.InvoiceNinjaAppState_build__closure43(), "/settings/task_status", new K.InvoiceNinjaAppState_build__closure44(), "/settings/task_status_view", new K.InvoiceNinjaAppState_build__closure45(), "/settings/task_status_edit", new K.InvoiceNinjaAppState_build__closure46(), "/settings/expense_category", new K.InvoiceNinjaAppState_build__closure47(), "/settings/expense_category_view", new K.InvoiceNinjaAppState_build__closure48(), "/settings/expense_category_edit", new K.InvoiceNinjaAppState_build__closure49(), "/recurring_invoice", new K.InvoiceNinjaAppState_build__closure50(), "/recurring_invoice/view", new K.InvoiceNinjaAppState_build__closure51(), "/recurring_invoice/edit", new K.InvoiceNinjaAppState_build__closure52(), "/recurring_invoice/pdf", new K.InvoiceNinjaAppState_build__closure53(), "/settings/webhook", new K.InvoiceNinjaAppState_build__closure54(), "/settings/webhook_view", new K.InvoiceNinjaAppState_build__closure55(), "/settings/webhook_edit", new K.InvoiceNinjaAppState_build__closure56(), "/settings/tokens", new K.InvoiceNinjaAppState_build__closure57(), "/settings/token_view", new K.InvoiceNinjaAppState_build__closure58(), "/settings/token_edit", new K.InvoiceNinjaAppState_build__closure59(), "/settings/payment_terms", new K.InvoiceNinjaAppState_build__closure60(), "/settings/payment_term_edit", new K.InvoiceNinjaAppState_build__closure61(), "/settings/payment_term_view", new K.InvoiceNinjaAppState_build__closure62(), "/settings/custom_designs", new K.InvoiceNinjaAppState_build__closure63(), "/settings/custom_designs_view", new K.InvoiceNinjaAppState_build__closure64(), "/settings/custom_designs_edit", new K.InvoiceNinjaAppState_build__closure65(), "/credit", new K.InvoiceNinjaAppState_build__closure66(), "/credit/view", new K.InvoiceNinjaAppState_build__closure67(), "/credit/edit", new K.InvoiceNinjaAppState_build__closure68(), "/credit/email", new K.InvoiceNinjaAppState_build__closure69(), "/credit/pdf", new K.InvoiceNinjaAppState_build__closure70(), "/settings/user_management", new K.InvoiceNinjaAppState_build__closure71(), "/settings/user_management_view", new K.InvoiceNinjaAppState_build__closure72(), "/settings/user_management_edit", new K.InvoiceNinjaAppState_build__closure73(), "/settings/group_settings", new K.InvoiceNinjaAppState_build__closure74(), "/settings/group_settings_view", new K.InvoiceNinjaAppState_build__closure75(), "/settings/group_settings_edit", new K.InvoiceNinjaAppState_build__closure76(), "/settings", new K.InvoiceNinjaAppState_build__closure77(), "/reports", new K.InvoiceNinjaAppState_build__closure78(), "/settings/company_details", new K.InvoiceNinjaAppState_build__closure79(), "/settings/user_details", new K.InvoiceNinjaAppState_build__closure80(), "/settings/localization", new K.InvoiceNinjaAppState_build__closure81(), "/settings/online_payments", new K.InvoiceNinjaAppState_build__closure82(), "/settings/company_gateways", new K.InvoiceNinjaAppState_build__closure83(), "/settings/company_gateways_view", new K.InvoiceNinjaAppState_build__closure84(), "/settings/company_gateways_edit", new K.InvoiceNinjaAppState_build__closure85(), "/settings/tax_settings", new K.InvoiceNinjaAppState_build__closure86(), "/settings/tax_settings_rates", new K.InvoiceNinjaAppState_build__closure87(), "/settings/tax_settings_rates_view", new K.InvoiceNinjaAppState_build__closure88(), "/settings/tax_settings_rates_edit", new K.InvoiceNinjaAppState_build__closure89(), "/settings/product_settings", new K.InvoiceNinjaAppState_build__closure90(), "/settings/expense_settings", new K.InvoiceNinjaAppState_build__closure91(), "/settings/task_settings", new K.InvoiceNinjaAppState_build__closure92(), "/settings/import_export", new K.InvoiceNinjaAppState_build__closure93(), "/settings/device_settings", new K.InvoiceNinjaAppState_build__closure94(), "/settings/account_management", new K.InvoiceNinjaAppState_build__closure95(), "/settings/custom_fields", new K.InvoiceNinjaAppState_build__closure96(), "/settings/generated_numbers", new K.InvoiceNinjaAppState_build__closure97(), "/settings/workflow_settings", new K.InvoiceNinjaAppState_build__closure98(), "/settings/invoice_design", new K.InvoiceNinjaAppState_build__closure99(), "/settings/client_portal", new K.InvoiceNinjaAppState_build__closure100(), "/settings/buy_now_buttons", new K.InvoiceNinjaAppState_build__closure101(), "/settings/email_settings", new K.InvoiceNinjaAppState_build__closure102(), "/settings/templates_and_reminders", new K.InvoiceNinjaAppState_build__closure103(), "/settings/credit_cards_and_banks", new K.InvoiceNinjaAppState_build__closure104(), "/settings/data_visualizations", new K.InvoiceNinjaAppState_build__closure105()], t11, t12) : P.LinkedHashMap_LinkedHashMap$_empty(t11, t12), t1, t9, "Invoice Ninja", t3, locale, t10, t8, false, _null), _null), t5, t6, t4, locale, _null); }, - $signature: 766 + $signature: 767 }; K.InvoiceNinjaAppState_build__closure.prototype = { call$1: function(locale) { return X.AppLocalization_createLocale(locale); }, - $signature: 767 + $signature: 768 }; K.InvoiceNinjaAppState_build__closure0.prototype = { call$1: function(context) { return new G.LoginScreen(null); }, - $signature: 600 + $signature: 603 }; K.InvoiceNinjaAppState_build__closure1.prototype = { call$1: function(context) { return new X.MainScreen(null); }, - $signature: 601 + $signature: 608 }; K.InvoiceNinjaAppState_build__closure2.prototype = { call$1: function(context) { return new O.ChangeLayoutBanner(new Q.DashboardScreenBuilder(null), this.state.prefState.appLayout, C.AppLayout_mobile, null); }, - $signature: 768 + $signature: 769 }; K.InvoiceNinjaAppState_build__closure3.prototype = { call$1: function(context) { return new E.ProductScreenBuilder(null); }, - $signature: 769 + $signature: 770 }; K.InvoiceNinjaAppState_build__closure4.prototype = { call$1: function(context) { return new F.ProductViewScreen(null); }, - $signature: 770 + $signature: 771 }; K.InvoiceNinjaAppState_build__closure5.prototype = { call$1: function(context) { return new S.ProductEditScreen(null); }, - $signature: 771 + $signature: 772 }; K.InvoiceNinjaAppState_build__closure6.prototype = { call$1: function(context) { return new D.ClientScreenBuilder(null); }, - $signature: 772 + $signature: 773 }; K.InvoiceNinjaAppState_build__closure7.prototype = { call$1: function(context) { return new X.ClientViewScreen(false, null); }, - $signature: 773 + $signature: 774 }; K.InvoiceNinjaAppState_build__closure8.prototype = { call$1: function(context) { return new M.ClientEditScreen(null); }, - $signature: 774 + $signature: 775 }; K.InvoiceNinjaAppState_build__closure9.prototype = { call$1: function(context) { return new E.InvoiceScreenBuilder(null); }, - $signature: 775 + $signature: 776 }; K.InvoiceNinjaAppState_build__closure10.prototype = { call$1: function(context) { return new F.InvoiceViewScreen(false, null); }, - $signature: 776 + $signature: 777 }; K.InvoiceNinjaAppState_build__closure11.prototype = { call$1: function(context) { return new M.InvoiceEditScreen(null); }, - $signature: 777 + $signature: 778 }; K.InvoiceNinjaAppState_build__closure12.prototype = { call$1: function(context) { return new M.InvoiceEmailScreen(null); }, - $signature: 778 + $signature: 779 }; K.InvoiceNinjaAppState_build__closure13.prototype = { call$1: function(context) { return new O.InvoicePdfScreen(true, null); }, - $signature: 779 + $signature: 780 }; K.InvoiceNinjaAppState_build__closure14.prototype = { call$1: function(context) { return new U.DocumentScreenBuilder(null); }, - $signature: 780 + $signature: 781 }; K.InvoiceNinjaAppState_build__closure15.prototype = { call$1: function(context) { return new A.DocumentViewScreen(null); }, - $signature: 781 + $signature: 782 }; K.InvoiceNinjaAppState_build__closure16.prototype = { call$1: function(context) { return new E.DocumentEditScreen(null); }, - $signature: 782 + $signature: 783 }; K.InvoiceNinjaAppState_build__closure17.prototype = { call$1: function(context) { return new U.ExpenseScreenBuilder(null); }, - $signature: 783 + $signature: 784 }; K.InvoiceNinjaAppState_build__closure18.prototype = { call$1: function(context) { return new U.ExpenseViewScreen(null); }, - $signature: 784 + $signature: 785 }; K.InvoiceNinjaAppState_build__closure19.prototype = { call$1: function(context) { return new O.ExpenseEditScreen(null); }, - $signature: 785 + $signature: 786 }; K.InvoiceNinjaAppState_build__closure20.prototype = { call$1: function(context) { return new B.VendorScreenBuilder(null); }, - $signature: 786 + $signature: 787 }; K.InvoiceNinjaAppState_build__closure21.prototype = { call$1: function(context) { return new F.VendorViewScreen(false, null); }, - $signature: 787 + $signature: 788 }; K.InvoiceNinjaAppState_build__closure22.prototype = { call$1: function(context) { return new A.VendorEditScreen(null); }, - $signature: 788 + $signature: 789 }; K.InvoiceNinjaAppState_build__closure23.prototype = { call$1: function(context) { return new Y.TaskScreenBuilder(null); }, - $signature: 789 + $signature: 790 }; K.InvoiceNinjaAppState_build__closure24.prototype = { call$1: function(context) { return new L.TaskViewScreen(null); }, - $signature: 790 + $signature: 791 }; K.InvoiceNinjaAppState_build__closure25.prototype = { call$1: function(context) { return new B.TaskEditScreen(null); }, - $signature: 791 + $signature: 792 }; K.InvoiceNinjaAppState_build__closure26.prototype = { call$1: function(context) { return new S.ProjectScreenBuilder(null); }, - $signature: 792 + $signature: 793 }; K.InvoiceNinjaAppState_build__closure27.prototype = { call$1: function(context) { return new D.ProjectViewScreen(false, null); }, - $signature: 793 + $signature: 794 }; K.InvoiceNinjaAppState_build__closure28.prototype = { call$1: function(context) { return new G.ProjectEditScreen(null); }, - $signature: 794 + $signature: 795 }; K.InvoiceNinjaAppState_build__closure29.prototype = { call$1: function(context) { return new G.PaymentScreenBuilder(null); }, - $signature: 795 + $signature: 796 }; K.InvoiceNinjaAppState_build__closure30.prototype = { call$1: function(context) { return new F.PaymentViewScreen(false, null); }, - $signature: 796 + $signature: 797 }; K.InvoiceNinjaAppState_build__closure31.prototype = { call$1: function(context) { return new B.PaymentEditScreen(null); }, - $signature: 608 + $signature: 609 }; K.InvoiceNinjaAppState_build__closure32.prototype = { call$1: function(context) { return new Y.PaymentRefundScreen(null); }, - $signature: 609 + $signature: 610 }; K.InvoiceNinjaAppState_build__closure33.prototype = { call$1: function(context) { return new B.QuoteScreenBuilder(null); }, - $signature: 799 + $signature: 800 }; K.InvoiceNinjaAppState_build__closure34.prototype = { call$1: function(context) { return new O.QuoteViewScreen(false, null); }, - $signature: 800 + $signature: 801 }; K.InvoiceNinjaAppState_build__closure35.prototype = { call$1: function(context) { return new B.QuoteEditScreen(null); }, - $signature: 801 + $signature: 802 }; K.InvoiceNinjaAppState_build__closure36.prototype = { call$1: function(context) { return new B.QuoteEmailScreen(null); }, - $signature: 802 + $signature: 803 }; K.InvoiceNinjaAppState_build__closure37.prototype = { call$1: function(context) { return new V.QuotePdfScreen(true, null); }, - $signature: 803 + $signature: 804 }; K.InvoiceNinjaAppState_build__closure38.prototype = { call$1: function(context) { return new B.RecurringExpenseScreenBuilder(null); }, - $signature: 804 + $signature: 805 }; K.InvoiceNinjaAppState_build__closure39.prototype = { call$1: function(context) { return new Z.RecurringExpenseViewScreen(null); }, - $signature: 805 + $signature: 806 }; K.InvoiceNinjaAppState_build__closure40.prototype = { call$1: function(context) { return new M.RecurringExpenseEditScreen(null); }, - $signature: 806 + $signature: 807 }; K.InvoiceNinjaAppState_build__closure41.prototype = { call$1: function(context) { return new L.SubscriptionScreenBuilder(null); }, - $signature: 807 + $signature: 808 }; K.InvoiceNinjaAppState_build__closure42.prototype = { call$1: function(context) { return new E.SubscriptionViewScreen(false, null); }, - $signature: 808 + $signature: 809 }; K.InvoiceNinjaAppState_build__closure43.prototype = { call$1: function(context) { return new R.SubscriptionEditScreen(null); }, - $signature: 809 + $signature: 810 }; K.InvoiceNinjaAppState_build__closure44.prototype = { call$1: function(context) { return new U.TaskStatusScreenBuilder(null); }, - $signature: 810 + $signature: 811 }; K.InvoiceNinjaAppState_build__closure45.prototype = { call$1: function(context) { return new T.TaskStatusViewScreen(false, null); }, - $signature: 811 + $signature: 812 }; K.InvoiceNinjaAppState_build__closure46.prototype = { call$1: function(context) { return new Q.TaskStatusEditScreen(null); }, - $signature: 812 + $signature: 813 }; K.InvoiceNinjaAppState_build__closure47.prototype = { call$1: function(context) { return new O.ExpenseCategoryScreenBuilder(null); }, - $signature: 813 + $signature: 814 }; K.InvoiceNinjaAppState_build__closure48.prototype = { call$1: function(context) { return new L.ExpenseCategoryViewScreen(false, null); }, - $signature: 814 + $signature: 815 }; K.InvoiceNinjaAppState_build__closure49.prototype = { call$1: function(context) { return new F.ExpenseCategoryEditScreen(null); }, - $signature: 815 + $signature: 816 }; K.InvoiceNinjaAppState_build__closure50.prototype = { call$1: function(context) { return new A.RecurringInvoiceScreenBuilder(null); }, - $signature: 816 + $signature: 817 }; K.InvoiceNinjaAppState_build__closure51.prototype = { call$1: function(context) { return new O.RecurringInvoiceViewScreen(false, null); }, - $signature: 817 + $signature: 818 }; K.InvoiceNinjaAppState_build__closure52.prototype = { call$1: function(context) { return new Q.RecurringInvoiceEditScreen(null); }, - $signature: 818 + $signature: 819 }; K.InvoiceNinjaAppState_build__closure53.prototype = { call$1: function(context) { return new X.RecurringInvoicePdfScreen(null); }, - $signature: 819 + $signature: 820 }; K.InvoiceNinjaAppState_build__closure54.prototype = { call$1: function(context) { return new T.WebhookScreenBuilder(null); }, - $signature: 820 + $signature: 821 }; K.InvoiceNinjaAppState_build__closure55.prototype = { call$1: function(context) { return new Y.WebhookViewScreen(null); }, - $signature: 821 + $signature: 822 }; K.InvoiceNinjaAppState_build__closure56.prototype = { call$1: function(context) { return new F.WebhookEditScreen(null); }, - $signature: 822 + $signature: 823 }; K.InvoiceNinjaAppState_build__closure57.prototype = { call$1: function(context) { return new K.TokenScreenBuilder(null); }, - $signature: 823 + $signature: 824 }; K.InvoiceNinjaAppState_build__closure58.prototype = { call$1: function(context) { return new U.TokenViewScreen(null); }, - $signature: 824 + $signature: 825 }; K.InvoiceNinjaAppState_build__closure59.prototype = { call$1: function(context) { return new R.TokenEditScreen(null); }, - $signature: 825 + $signature: 826 }; K.InvoiceNinjaAppState_build__closure60.prototype = { call$1: function(context) { return new Z.PaymentTermScreenBuilder(null); }, - $signature: 826 + $signature: 827 }; K.InvoiceNinjaAppState_build__closure61.prototype = { call$1: function(context) { return new Y.PaymentTermEditScreen(null); }, - $signature: 827 + $signature: 828 }; K.InvoiceNinjaAppState_build__closure62.prototype = { call$1: function(context) { return new U.PaymentTermViewScreen(null); }, - $signature: 828 + $signature: 829 }; K.InvoiceNinjaAppState_build__closure63.prototype = { call$1: function(context) { return new G.DesignScreenBuilder(null); }, - $signature: 829 + $signature: 830 }; K.InvoiceNinjaAppState_build__closure64.prototype = { call$1: function(context) { return new B.DesignViewScreen(false, null); }, - $signature: 830 + $signature: 831 }; K.InvoiceNinjaAppState_build__closure65.prototype = { call$1: function(context) { return new G.DesignEditScreen(null); }, - $signature: 831 + $signature: 832 }; K.InvoiceNinjaAppState_build__closure66.prototype = { call$1: function(context) { return new R.CreditScreenBuilder(null); }, - $signature: 832 + $signature: 833 }; K.InvoiceNinjaAppState_build__closure67.prototype = { call$1: function(context) { return new M.CreditViewScreen(false, null); }, - $signature: 833 + $signature: 834 }; K.InvoiceNinjaAppState_build__closure68.prototype = { call$1: function(context) { return new X.CreditEditScreen(null); }, - $signature: 834 + $signature: 835 }; K.InvoiceNinjaAppState_build__closure69.prototype = { call$1: function(context) { return new S.CreditEmailScreen(null); }, - $signature: 835 + $signature: 836 }; K.InvoiceNinjaAppState_build__closure70.prototype = { call$1: function(context) { return new U.CreditPdfScreen(true, null); }, - $signature: 836 + $signature: 837 }; K.InvoiceNinjaAppState_build__closure71.prototype = { call$1: function(context) { return new A.UserScreenBuilder(null); }, - $signature: 837 + $signature: 838 }; K.InvoiceNinjaAppState_build__closure72.prototype = { call$1: function(context) { return new X.UserViewScreen(false, null); }, - $signature: 838 + $signature: 839 }; K.InvoiceNinjaAppState_build__closure73.prototype = { call$1: function(context) { return new Y.UserEditScreen(null); }, - $signature: 839 + $signature: 840 }; K.InvoiceNinjaAppState_build__closure74.prototype = { call$1: function(context) { return new S.GroupScreenBuilder(null); }, - $signature: 840 + $signature: 841 }; K.InvoiceNinjaAppState_build__closure75.prototype = { call$1: function(context) { return new A.GroupViewScreen(false, null); }, - $signature: 841 + $signature: 842 }; K.InvoiceNinjaAppState_build__closure76.prototype = { call$1: function(context) { return new A.GroupEditScreen(null); }, - $signature: 842 + $signature: 843 }; K.InvoiceNinjaAppState_build__closure77.prototype = { call$1: function(context) { return new L.SettingsScreenBuilder(null); }, - $signature: 843 + $signature: 844 }; K.InvoiceNinjaAppState_build__closure78.prototype = { call$1: function(context) { return new L.ReportsScreenBuilder(null); }, - $signature: 844 + $signature: 845 }; K.InvoiceNinjaAppState_build__closure79.prototype = { call$1: function(context) { return new A.CompanyDetailsScreen(null); }, - $signature: 845 + $signature: 846 }; K.InvoiceNinjaAppState_build__closure80.prototype = { call$1: function(context) { return new M.UserDetailsScreen(null); }, - $signature: 846 + $signature: 847 }; K.InvoiceNinjaAppState_build__closure81.prototype = { call$1: function(context) { return new B.LocalizationScreen(null); }, - $signature: 847 + $signature: 848 }; K.InvoiceNinjaAppState_build__closure82.prototype = { call$1: function(context) { return new B.OnlinePaymentsScreen(null); }, - $signature: 848 + $signature: 849 }; K.InvoiceNinjaAppState_build__closure83.prototype = { call$1: function(context) { return new Y.CompanyGatewayScreenBuilder(null); }, - $signature: 849 + $signature: 850 }; K.InvoiceNinjaAppState_build__closure84.prototype = { call$1: function(context) { return new A.CompanyGatewayViewScreen(false, null); }, - $signature: 850 + $signature: 851 }; K.InvoiceNinjaAppState_build__closure85.prototype = { call$1: function(context) { return new L.CompanyGatewayEditScreen(null); }, - $signature: 851 + $signature: 852 }; K.InvoiceNinjaAppState_build__closure86.prototype = { call$1: function(context) { return new A.TaxSettingsScreen(null); }, - $signature: 852 + $signature: 853 }; K.InvoiceNinjaAppState_build__closure87.prototype = { call$1: function(context) { return new O.TaxRateScreenBuilder(null); }, - $signature: 853 + $signature: 854 }; K.InvoiceNinjaAppState_build__closure88.prototype = { call$1: function(context) { return new R.TaxRateViewScreen(null); }, - $signature: 854 + $signature: 855 }; K.InvoiceNinjaAppState_build__closure89.prototype = { call$1: function(context) { return new S.TaxRateEditScreen(null); }, - $signature: 855 + $signature: 856 }; K.InvoiceNinjaAppState_build__closure90.prototype = { call$1: function(context) { return new G.ProductSettingsScreen(null); }, - $signature: 856 + $signature: 857 }; K.InvoiceNinjaAppState_build__closure91.prototype = { call$1: function(context) { return new N.ExpenseSettingsScreen(null); }, - $signature: 857 + $signature: 858 }; K.InvoiceNinjaAppState_build__closure92.prototype = { call$1: function(context) { return new F.TaskSettingsScreen(null); }, - $signature: 858 + $signature: 859 }; K.InvoiceNinjaAppState_build__closure93.prototype = { call$1: function(context) { return new N.ImportExportScreen(null); }, - $signature: 859 + $signature: 860 }; K.InvoiceNinjaAppState_build__closure94.prototype = { call$1: function(context) { return new L.DeviceSettingsScreen(null); }, - $signature: 860 + $signature: 861 }; K.InvoiceNinjaAppState_build__closure95.prototype = { call$1: function(context) { return new A.AccountManagementScreen(null); }, - $signature: 861 + $signature: 862 }; K.InvoiceNinjaAppState_build__closure96.prototype = { call$1: function(context) { return new M.CustomFieldsScreen(null); }, - $signature: 862 + $signature: 863 }; K.InvoiceNinjaAppState_build__closure97.prototype = { call$1: function(context) { return new F.GeneratedNumbersScreen(null); }, - $signature: 863 + $signature: 864 }; K.InvoiceNinjaAppState_build__closure98.prototype = { call$1: function(context) { return new Y.WorkflowSettingsScreen(null); }, - $signature: 864 + $signature: 865 }; K.InvoiceNinjaAppState_build__closure99.prototype = { call$1: function(context) { return new B.InvoiceDesignScreen(null); }, - $signature: 865 + $signature: 866 }; K.InvoiceNinjaAppState_build__closure100.prototype = { call$1: function(context) { return new A.ClientPortalScreen(null); }, - $signature: 866 + $signature: 867 }; K.InvoiceNinjaAppState_build__closure101.prototype = { call$1: function(context) { return new B.BuyNowButtonsScreen(null); }, - $signature: 867 + $signature: 868 }; K.InvoiceNinjaAppState_build__closure102.prototype = { call$1: function(context) { return new D.EmailSettingsScreen(null); }, - $signature: 868 + $signature: 869 }; K.InvoiceNinjaAppState_build__closure103.prototype = { call$1: function(context) { return new F.TemplatesAndRemindersScreen(null); }, - $signature: 869 + $signature: 870 }; K.InvoiceNinjaAppState_build__closure104.prototype = { call$1: function(context) { return new F.CreditCardsAndBanksScreen(null); }, - $signature: 870 + $signature: 871 }; K.InvoiceNinjaAppState_build__closure105.prototype = { call$1: function(context) { return new M.DataVisualizationsScreen(null); }, - $signature: 871 + $signature: 872 }; M.PersistData.prototype = {}; M.SwitchListTableLayout.prototype = {$isPersistUI: 1, $isPersistPrefs: 1}; @@ -299444,7 +299612,7 @@ t1 = ""; return E.MessageDialog$(t2, t1, new M.checkForChanges__closure(this.store, this.callback), null); }, - $signature: 241 + $signature: 242 }; M.checkForChanges__closure.prototype = { call$0: function() { @@ -299751,7 +299919,7 @@ call$1: function(duration) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.ViewDashboard(false, null)); }, - $signature: 45 + $signature: 44 }; K._createLoadState__closure6.prototype = { call$1: function(error) { @@ -299845,7 +300013,7 @@ call$1: function(prefs) { return prefs._setValue$3("String", "shared_prefs", C.C_JsonCodec.encode$1(this.string)); }, - $signature: 878 + $signature: 879 }; K._createAccountLoaded_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -300139,7 +300307,7 @@ call$1: function(repo) { return repo.delete$0(0); }, - $signature: 879 + $signature: 880 }; K._createViewMainScreen_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -300160,7 +300328,7 @@ call$1: function(duration) { $.$get$navigatorKey().get$currentState().pushNamed$1$1("/main", type$.legacy_Object); }, - $signature: 45 + $signature: 44 }; G.appReducer_closure.prototype = { call$1: function(b) { @@ -300179,7 +300347,7 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 123 + $signature: 125 }; G.appReducer_closure0.prototype = { call$1: function(b) { @@ -300252,7 +300420,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 881 + $signature: 882 }; G.lastErrorReducer_closure0.prototype = { call$2: function(state, action) { @@ -300260,7 +300428,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 882 + $signature: 883 }; G.lastErrorReducer_closure1.prototype = { call$2: function(state, action) { @@ -300268,7 +300436,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 883 + $signature: 884 }; G.lastErrorReducer_closure2.prototype = { call$2: function(state, action) { @@ -300276,7 +300444,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 884 + $signature: 885 }; G.lastErrorReducer_closure3.prototype = { call$2: function(state, action) { @@ -300284,7 +300452,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 885 + $signature: 886 }; G.lastErrorReducer_closure4.prototype = { call$2: function(state, action) { @@ -300292,7 +300460,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 886 + $signature: 887 }; G.lastErrorReducer_closure5.prototype = { call$2: function(state, action) { @@ -300300,7 +300468,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 887 + $signature: 888 }; G.lastErrorReducer_closure6.prototype = { call$2: function(state, action) { @@ -300308,7 +300476,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 888 + $signature: 889 }; G.lastErrorReducer_closure7.prototype = { call$2: function(state, action) { @@ -300316,7 +300484,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 889 + $signature: 890 }; G.lastErrorReducer_closure8.prototype = { call$2: function(state, action) { @@ -300324,7 +300492,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 890 + $signature: 891 }; G.lastErrorReducer_closure9.prototype = { call$2: function(state, action) { @@ -300332,7 +300500,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 891 + $signature: 892 }; G.lastErrorReducer_closure10.prototype = { call$2: function(state, action) { @@ -300340,7 +300508,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 892 + $signature: 893 }; G.lastErrorReducer_closure11.prototype = { call$2: function(state, action) { @@ -300348,7 +300516,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 893 + $signature: 894 }; G.lastErrorReducer_closure12.prototype = { call$2: function(state, action) { @@ -300356,7 +300524,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 894 + $signature: 895 }; G.lastErrorReducer_closure13.prototype = { call$2: function(state, action) { @@ -300364,7 +300532,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 895 + $signature: 896 }; G.lastErrorReducer_closure14.prototype = { call$2: function(state, action) { @@ -300372,7 +300540,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 896 + $signature: 897 }; G.lastErrorReducer_closure15.prototype = { call$2: function(state, action) { @@ -300380,7 +300548,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 897 + $signature: 898 }; G.lastErrorReducer_closure16.prototype = { call$2: function(state, action) { @@ -300388,7 +300556,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 898 + $signature: 899 }; G.lastErrorReducer_closure17.prototype = { call$2: function(state, action) { @@ -300396,7 +300564,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 899 + $signature: 900 }; G.lastErrorReducer_closure18.prototype = { call$2: function(state, action) { @@ -300404,7 +300572,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 900 + $signature: 901 }; T.AppState.prototype = { get$company: function() { @@ -301101,14 +301269,14 @@ call$1: function(index) { return B.UserCompanyState_UserCompanyState(this.reportErrors); }, - $signature: 901 + $signature: 902 }; T.AppState_companies_closure.prototype = { call$1: function(company) { var t1 = company.id; return t1.length !== 0; }, - $signature: 627 + $signature: 651 }; T.AppState_historyList_closure.prototype = { call$1: function($history) { @@ -301122,7 +301290,7 @@ } return true; }, - $signature: 649 + $signature: 654 }; T.Credentials.prototype = { get$token: function() { @@ -301445,7 +301613,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; V._createUserLogoutAll_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -301499,7 +301667,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(t1.completer, data)); J.$index$asx(t2.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 197 + $signature: 199 }; V._createLoginRequest__closure0.prototype = { call$1: function(error) { @@ -301531,7 +301699,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(this.action.completer, data)); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 197 + $signature: 199 }; V._createSignUpRequest__closure0.prototype = { call$1: function(error) { @@ -301567,7 +301735,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(t1.completer, data)); J.$index$asx(t2.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 197 + $signature: 199 }; V._createOAuthLoginRequest__closure0.prototype = { call$1: function(error) { @@ -301599,7 +301767,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.LoadAccountSuccess(this.action.completer, data)); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new B.UserVerifiedPassword()); }, - $signature: 197 + $signature: 199 }; V._createOAuthSignUpRequest__closure0.prototype = { call$1: function(error) { @@ -301722,13 +301890,13 @@ J.$index$asx(_this.store.get$_dispatchers(), 0).call$1(new M.RefreshDataSuccess(t1.completer, data)); } }, - $signature: 197 + $signature: 199 }; V._createRefreshRequest___closure.prototype = { call$1: function(userCompany) { J.forEach$1$ax(this.state.userCompanyStates._list, new V._createRefreshRequest____closure(this._box_0, userCompany)); }, - $signature: 478 + $signature: 661 }; V._createRefreshRequest____closure.prototype = { call$1: function(userCompanyState) { @@ -301741,7 +301909,7 @@ this._box_0.permissionsWereChanged = true; } }, - $signature: 907 + $signature: 908 }; V._createRefreshRequest__closure0.prototype = { call$1: function(error) { @@ -301776,7 +301944,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new B.RecoverPasswordSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 197 + $signature: 199 }; V._createRecoverRequest__closure0.prototype = { call$1: function(error) { @@ -301991,7 +302159,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 123 + $signature: 125 }; S.userSignUpRequestReducer_closure.prototype = { call$1: function(b) { @@ -301999,7 +302167,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 123 + $signature: 125 }; S.userLoginRequestReducer_closure.prototype = { call$1: function(b) { @@ -302010,7 +302178,7 @@ b.get$_auth_state$_$this()._auth_state$_email = t1; return b; }, - $signature: 123 + $signature: 125 }; S.oauthLoginRequestReducer_closure.prototype = { call$1: function(b) { @@ -302018,7 +302186,7 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 123 + $signature: 125 }; S.oauthSignUpRequestReducer_closure.prototype = { call$1: function(b) { @@ -302026,14 +302194,14 @@ b.get$_auth_state$_$this()._auth_state$_url = t1; return b; }, - $signature: 123 + $signature: 125 }; S.userLoginSuccessReducer_closure.prototype = { call$1: function(b) { b.get$_auth_state$_$this()._isAuthenticated = true; return b; }, - $signature: 123 + $signature: 125 }; S.userVerifiedPasswordReducer_closure.prototype = { call$1: function(b) { @@ -302041,14 +302209,14 @@ b.get$_auth_state$_$this()._lastEnteredPasswordAt = t1; return b; }, - $signature: 123 + $signature: 125 }; S.userUnverifiedPasswordReducer_closure.prototype = { call$1: function(b) { b.get$_auth_state$_$this()._lastEnteredPasswordAt = 0; return b; }, - $signature: 123 + $signature: 125 }; Z.AuthState.prototype = { get$isHosted: function() { @@ -302379,7 +302547,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; Q._archiveClient_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -302409,7 +302577,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.ArchiveClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 449 }; Q._archiveClient__closure1.prototype = { call$1: function(error) { @@ -302447,7 +302615,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteClientsSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 449 }; Q._deleteClient__closure1.prototype = { call$1: function(error) { @@ -302485,7 +302653,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.RestoreClientSuccess(clients)); this.action.completer.complete$1(0, null); }, - $signature: 424 + $signature: 449 }; Q._restoreClient__closure1.prototype = { call$1: function(error) { @@ -302581,7 +302749,7 @@ t2.complete$1(0, null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Z.LoadProducts()); }, - $signature: 914 + $signature: 915 }; Q._loadClients__closure0.prototype = { call$1: function(error) { @@ -302664,7 +302832,7 @@ b.get$_client_state$_$this()._client_state$_cancelCompleter = t3; return b; }, - $signature: 915 + $signature: 916 }; S.forceSelectedReducer_closure167.prototype = { call$2: function(completer, action) { @@ -302672,7 +302840,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 916 + $signature: 917 }; S.forceSelectedReducer_closure168.prototype = { call$2: function(completer, action) { @@ -302680,7 +302848,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 917 + $signature: 918 }; S.forceSelectedReducer_closure169.prototype = { call$2: function(completer, action) { @@ -302688,7 +302856,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 918 + $signature: 919 }; S.forceSelectedReducer_closure170.prototype = { call$2: function(completer, action) { @@ -302696,7 +302864,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 919 + $signature: 920 }; S.forceSelectedReducer_closure171.prototype = { call$2: function(completer, action) { @@ -302704,7 +302872,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 920 + $signature: 921 }; S.forceSelectedReducer_closure172.prototype = { call$2: function(completer, action) { @@ -302712,7 +302880,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 921 + $signature: 922 }; S.forceSelectedReducer_closure173.prototype = { call$2: function(completer, action) { @@ -302720,7 +302888,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 922 + $signature: 923 }; S.forceSelectedReducer_closure174.prototype = { call$2: function(completer, action) { @@ -302728,7 +302896,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 923 + $signature: 924 }; S.tabIndexReducer_closure21.prototype = { call$2: function(completer, action) { @@ -302736,7 +302904,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 924 + $signature: 925 }; S.tabIndexReducer_closure22.prototype = { call$2: function(completer, action) { @@ -302744,7 +302912,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; S.saveCompleterReducer_closure1.prototype = { call$2: function(completer, action) { @@ -302752,7 +302920,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 677 + $signature: 683 }; S.cancelCompleterReducer_closure1.prototype = { call$2: function(completer, action) { @@ -302760,7 +302928,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 677 + $signature: 683 }; S.editingContactReducer_closure.prototype = { call$2: function(contact, action) { @@ -302771,7 +302939,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 927 + $signature: 928 }; S.editingContactReducer_closure0.prototype = { call$2: function(contact, action) { @@ -302780,7 +302948,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 928 + $signature: 929 }; S.selectedIdReducer_closure335.prototype = { call$2: function(completer, action) { @@ -302788,7 +302956,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 929 + $signature: 930 }; S.selectedIdReducer_closure336.prototype = { call$2: function(completer, action) { @@ -302796,7 +302964,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 930 + $signature: 931 }; S.selectedIdReducer_closure337.prototype = { call$2: function(selectedId, action) { @@ -302804,7 +302972,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; S.selectedIdReducer_closure338.prototype = { call$2: function(selectedId, action) { @@ -302812,7 +302980,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 932 + $signature: 933 }; S.selectedIdReducer_closure339.prototype = { call$2: function(selectedId, action) { @@ -302820,7 +302988,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 933 + $signature: 934 }; S.selectedIdReducer_closure340.prototype = { call$2: function(selectedId, action) { @@ -302828,7 +302996,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; S.selectedIdReducer_closure341.prototype = { call$2: function(selectedId, action) { @@ -302836,7 +303004,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; S.selectedIdReducer_closure342.prototype = { call$2: function(selectedId, action) { @@ -302844,7 +303012,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 936 + $signature: 937 }; S.selectedIdReducer_closure343.prototype = { call$2: function(selectedId, action) { @@ -302852,7 +303020,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 937 + $signature: 938 }; S.selectedIdReducer_closure344.prototype = { call$2: function(selectedId, action) { @@ -302860,7 +303028,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 938 + $signature: 939 }; S.selectedIdReducer_closure345.prototype = { call$2: function(selectedId, action) { @@ -302868,7 +303036,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 939 + $signature: 940 }; S.selectedIdReducer_closure346.prototype = { call$2: function(selectedId, action) { @@ -302876,7 +303044,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 940 + $signature: 941 }; S.selectedIdReducer_closure347.prototype = { call$2: function(selectedId, action) { @@ -302884,7 +303052,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 941 + $signature: 942 }; S.selectedIdReducer_closure348.prototype = { call$2: function(selectedId, action) { @@ -302892,7 +303060,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 942 + $signature: 943 }; S.selectedIdReducer_closure349.prototype = { call$2: function(selectedId, action) { @@ -302900,7 +303068,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; S.selectedIdReducer_closure350.prototype = { call$2: function(selectedId, action) { @@ -302913,7 +303081,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; S.editingReducer_closure112.prototype = { call$2: function(client, action) { @@ -302921,7 +303089,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 945 + $signature: 946 }; S.editingReducer_closure113.prototype = { call$2: function(client, action) { @@ -302929,7 +303097,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 946 + $signature: 947 }; S.editingReducer_closure114.prototype = { call$2: function(clients, action) { @@ -302937,7 +303105,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 947 + $signature: 948 }; S.editingReducer_closure115.prototype = { call$2: function(clients, action) { @@ -302945,7 +303113,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 948 + $signature: 949 }; S.editingReducer_closure116.prototype = { call$2: function(clients, action) { @@ -302953,7 +303121,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 949 + $signature: 950 }; S.editingReducer_closure117.prototype = { call$2: function(client, action) { @@ -302961,7 +303129,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 950 + $signature: 951 }; S.editingReducer_closure118.prototype = { call$2: function(client, action) { @@ -302969,7 +303137,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 951 + $signature: 952 }; S.editingReducer__closure48.prototype = { call$1: function(b) { @@ -302984,7 +303152,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 952 + $signature: 953 }; S.editingReducer__closure47.prototype = { call$1: function(b) { @@ -303002,7 +303170,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 953 + $signature: 954 }; S.editingReducer__closure46.prototype = { call$1: function(b) { @@ -303019,7 +303187,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 954 + $signature: 955 }; S.editingReducer__closure45.prototype = { call$1: function(b) { @@ -303039,7 +303207,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 955 + $signature: 956 }; S.editingReducer_closure123.prototype = { call$2: function(client, action) { @@ -303047,7 +303215,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 956 + $signature: 957 }; S.editingReducer_closure124.prototype = { call$2: function(client, action) { @@ -303055,7 +303223,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 957 + $signature: 958 }; S.editingReducer_closure125.prototype = { call$2: function(client, action) { @@ -303063,7 +303231,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 958 + $signature: 959 }; S._viewClientList_closure.prototype = { call$1: function(b) { @@ -303248,7 +303416,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 341 + $signature: 345 }; S._deleteClientSuccess_closure.prototype = { call$1: function(b) { @@ -303270,7 +303438,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 341 + $signature: 345 }; S._restoreClientSuccess_closure.prototype = { call$1: function(b) { @@ -303292,7 +303460,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 341 + $signature: 345 }; S._addClient_closure.prototype = { call$1: function(b) { @@ -303345,7 +303513,7 @@ call$4: function(clientMap, clientList, userMap, staticState) { return G.dropdownClientsSelector(clientMap, clientList, userMap, staticState); }, - $signature: 962 + $signature: 963 }; G.dropdownClientsSelector_closure.prototype = { call$1: function(clientId) { @@ -303368,7 +303536,7 @@ call$2: function(userId, clientMap) { return G.clientStatsForUser(userId, clientMap); }, - $signature: 469 + $signature: 470 }; G.clientStatsForUser_closure.prototype = { call$2: function(clientId, client) { @@ -303387,7 +303555,7 @@ call$7: function(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState) { return G.filteredClientsSelector(selectionState, clientMap, clientList, groupMap, clientListState, userMap, staticState); }, - $signature: 966 + $signature: 967 }; G.filteredClientsSelector_closure.prototype = { call$1: function(clientId) { @@ -303436,7 +303604,7 @@ call$1: function(token) { return token.companyGatewayId === this.filterEntityId; }, - $signature: 471 + $signature: 472 }; G.filteredClientsSelector_closure0.prototype = { call$2: function(clientAId, clientBId) { @@ -303474,7 +303642,7 @@ call$1: function(item) { return item; }, - $signature: 969 + $signature: 970 }; F.ClientState_loadClients_closure.prototype = { call$1: function(b) { @@ -304066,7 +304234,7 @@ t3._group_state$_$v = t2; return b; }, - $signature: 970 + $signature: 971 }; T.userCompanyEntityReducer_closure.prototype = { call$2: function(userCompany, action) { @@ -304082,7 +304250,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 971 + $signature: 972 }; T.userCompanyEntityReducer__closure5.prototype = { call$1: function(b) { @@ -304091,7 +304259,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, t2.rebuild$1(new T.userCompanyEntityReducer___closure(t1, t2))); return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer___closure.prototype = { call$1: function(b) { @@ -304128,7 +304296,7 @@ b.get$_company_model$_$this()._sortTotalsIndex = t1; return b; }, - $signature: 475 + $signature: 476 }; T.userCompanyEntityReducer__closure6.prototype = { call$1: function(b) { @@ -304136,7 +304304,7 @@ b.get$settings().get$reportSettings().$indexSet(0, t1.report, A.ReportSettingsEntity_ReportSettingsEntity(t1.sortColumn, t1.sortTotalsIndex)); return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure0.prototype = { call$2: function(userCompany, action) { @@ -304144,7 +304312,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 974 + $signature: 975 }; T.userCompanyEntityReducer__closure4.prototype = { call$1: function(b) { @@ -304160,7 +304328,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure1.prototype = { call$2: function(userCompany, action) { @@ -304168,7 +304336,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 975 + $signature: 976 }; T.userCompanyEntityReducer__closure3.prototype = { call$1: function(b) { @@ -304179,7 +304347,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure2.prototype = { call$2: function(userCompany, action) { @@ -304187,7 +304355,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 976 + $signature: 977 }; T.userCompanyEntityReducer__closure2.prototype = { call$1: function(b) { @@ -304198,7 +304366,7 @@ t1._user_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure3.prototype = { call$2: function(userCompany, action) { @@ -304206,14 +304374,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 977 + $signature: 978 }; T.userCompanyEntityReducer__closure1.prototype = { call$1: function(b) { b.get$user().get$_user_model$_$this()._isTwoFactorEnabled = false; return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure4.prototype = { call$2: function(userCompany, action) { @@ -304221,7 +304389,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 978 + $signature: 979 }; T.userCompanyEntityReducer__closure0.prototype = { call$1: function(b) { @@ -304232,7 +304400,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.userCompanyEntityReducer_closure5.prototype = { call$2: function(userCompany, action) { @@ -304240,7 +304408,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 979 + $signature: 980 }; T.userCompanyEntityReducer__closure.prototype = { call$1: function(b) { @@ -304249,7 +304417,7 @@ t1.get$_settings_model$_$this()._languageId = t2; return b; }, - $signature: 91 + $signature: 94 }; T.loadCompanySuccessReducer_closure.prototype = { call$1: function(b) { @@ -304259,7 +304427,7 @@ b.get$user().get$userCompany().get$notifications().replace$1(0, A.BuiltMap_BuiltMap(C.Map_empty0, type$.legacy_String, type$.legacy_BuiltList_legacy_String)); return b; }, - $signature: 91 + $signature: 94 }; T.loadCompanySuccessReducer_closure0.prototype = { call$1: function(b) { @@ -304269,7 +304437,7 @@ t1.get$expenseCategories().replace$1(0, H.setRuntimeTypeInfo([], type$.JSArray_legacy_ExpenseCategoryEntity)); return t1; }, - $signature: 980 + $signature: 981 }; T.loadCompanySuccessReducer_closure1.prototype = { call$1: function(b) { @@ -304280,7 +304448,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.saveCompanySuccessReducer_closure.prototype = { call$1: function(b) { @@ -304303,7 +304471,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; T.lastUpdatedReducer_closure.prototype = { call$2: function(state, action) { @@ -304311,7 +304479,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 981 + $signature: 982 }; T.lastUpdatedReducer_closure0.prototype = { call$2: function(state, action) { @@ -304319,13 +304487,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 982 + $signature: 983 }; U.memoizedDropdownExpenseCategoriesList_closure.prototype = { call$2: function(categoryMap, categoryList) { return U.dropdownExpenseCategoriesSelector(categoryMap, categoryList); }, - $signature: 983 + $signature: 984 }; U.dropdownExpenseCategoriesSelector_closure.prototype = { call$1: function(categoryId) { @@ -304348,13 +304516,13 @@ call$3: function(company, clientMap, groupMap) { return J.get$length$asx($.$get$memoizedGetCurrencyIds().call$3(company, clientMap, groupMap)) > 1; }, - $signature: 984 + $signature: 985 }; U.memoizedGetCurrencyIds_closure.prototype = { call$3: function(company, clientMap, groupMap) { return U.getCurrencyIds(company, clientMap, groupMap); }, - $signature: 985 + $signature: 986 }; U.getCurrencyIds_closure.prototype = { call$2: function(clientId, client) { @@ -304376,7 +304544,7 @@ call$2: function(filter, state) { return U.filteredSelector(filter, state); }, - $signature: 986 + $signature: 987 }; U.filteredSelector_closure.prototype = { call$1: function(productId) { @@ -304388,7 +304556,7 @@ call$1: function(product) { return product.matchesFilter$1(this.filter); }, - $signature: 988 + $signature: 989 }; U.filteredSelector_closure1.prototype = { call$1: function(clientId) { @@ -304400,13 +304568,13 @@ call$1: function(client) { return client.matchesFilter$1(this.filter); }, - $signature: 989 + $signature: 990 }; U.filteredSelector_closure3.prototype = { call$1: function(quoteId) { return J.$index$asx(this.state.quoteState.map._map$_map, quoteId); }, - $signature: 62 + $signature: 64 }; U.filteredSelector_closure4.prototype = { call$1: function(quote) { @@ -304424,7 +304592,7 @@ call$1: function(payment) { return payment.matchesFilter$1(this.filter); }, - $signature: 371 + $signature: 387 }; U.filteredSelector_closure7.prototype = { call$1: function(projectId) { @@ -304436,25 +304604,25 @@ call$1: function(project) { return project.matchesFilter$1(this.filter); }, - $signature: 995 + $signature: 996 }; U.filteredSelector_closure9.prototype = { call$1: function(taskId) { return J.$index$asx(this.state.taskState.map._map$_map, taskId); }, - $signature: 202 + $signature: 204 }; U.filteredSelector_closure10.prototype = { call$1: function(task) { return task.matchesFilter$1(this.filter); }, - $signature: 997 + $signature: 998 }; U.filteredSelector_closure11.prototype = { call$1: function(invoiceId) { return J.$index$asx(this.state.invoiceState.map._map$_map, invoiceId); }, - $signature: 62 + $signature: 64 }; U.filteredSelector_closure12.prototype = { call$1: function(invoice) { @@ -304466,7 +304634,7 @@ call$2: function(entityA, entityB) { return J.compareTo$1$ns(entityA.get$listDisplayName(), entityB.get$listDisplayName()); }, - $signature: 487 + $signature: 489 }; B.UserCompanyState.prototype = { get$company: function() { @@ -305878,7 +306046,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; L._archiveCompanyGateway_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -305908,7 +306076,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 400 + $signature: 409 }; L._archiveCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -305946,7 +306114,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 400 + $signature: 409 }; L._deleteCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -305984,7 +306152,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.RestoreCompanyGatewaySuccess(companyGateways)); this.action.completer.complete$1(0, null); }, - $signature: 400 + $signature: 409 }; L._restoreCompanyGateway__closure1.prototype = { call$1: function(error) { @@ -306074,7 +306242,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1002 + $signature: 1003 }; L._loadCompanyGateways__closure0.prototype = { call$1: function(error) { @@ -306107,7 +306275,7 @@ b.get$_company_gateway_state$_$this()._company_gateway_state$_forceSelected = t3; return b; }, - $signature: 1003 + $signature: 1004 }; N.forceSelectedReducer_closure59.prototype = { call$2: function(completer, action) { @@ -306115,7 +306283,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1004 + $signature: 1005 }; N.forceSelectedReducer_closure60.prototype = { call$2: function(completer, action) { @@ -306123,7 +306291,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1005 + $signature: 1006 }; N.forceSelectedReducer_closure61.prototype = { call$2: function(completer, action) { @@ -306131,7 +306299,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1006 + $signature: 1007 }; N.forceSelectedReducer_closure62.prototype = { call$2: function(completer, action) { @@ -306139,7 +306307,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1007 + $signature: 1008 }; N.forceSelectedReducer_closure63.prototype = { call$2: function(completer, action) { @@ -306147,7 +306315,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1008 + $signature: 1009 }; N.forceSelectedReducer_closure64.prototype = { call$2: function(completer, action) { @@ -306155,7 +306323,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1009 + $signature: 1010 }; N.forceSelectedReducer_closure65.prototype = { call$2: function(completer, action) { @@ -306163,7 +306331,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1010 + $signature: 1011 }; N.forceSelectedReducer_closure66.prototype = { call$2: function(completer, action) { @@ -306171,7 +306339,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1011 + $signature: 1012 }; N.selectedIdReducer_closure119.prototype = { call$2: function(completer, action) { @@ -306179,7 +306347,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1012 + $signature: 1013 }; N.selectedIdReducer_closure120.prototype = { call$2: function(completer, action) { @@ -306187,7 +306355,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1013 + $signature: 1014 }; N.selectedIdReducer_closure121.prototype = { call$2: function(selectedId, action) { @@ -306195,7 +306363,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; N.selectedIdReducer_closure122.prototype = { call$2: function(selectedId, action) { @@ -306203,7 +306371,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1014 + $signature: 1015 }; N.selectedIdReducer_closure123.prototype = { call$2: function(selectedId, action) { @@ -306211,7 +306379,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1015 + $signature: 1016 }; N.selectedIdReducer_closure124.prototype = { call$2: function(selectedId, action) { @@ -306219,7 +306387,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; N.selectedIdReducer_closure125.prototype = { call$2: function(selectedId, action) { @@ -306227,7 +306395,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; N.selectedIdReducer_closure126.prototype = { call$2: function(selectedId, action) { @@ -306235,7 +306403,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1016 + $signature: 1017 }; N.selectedIdReducer_closure127.prototype = { call$2: function(selectedId, action) { @@ -306243,7 +306411,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1017 + $signature: 1018 }; N.selectedIdReducer_closure128.prototype = { call$2: function(selectedId, action) { @@ -306251,7 +306419,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1018 + $signature: 1019 }; N.selectedIdReducer_closure129.prototype = { call$2: function(selectedId, action) { @@ -306259,7 +306427,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1019 + $signature: 1020 }; N.selectedIdReducer_closure130.prototype = { call$2: function(selectedId, action) { @@ -306267,7 +306435,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1020 + $signature: 1021 }; N.selectedIdReducer_closure131.prototype = { call$2: function(selectedId, action) { @@ -306275,7 +306443,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1021 + $signature: 1022 }; N.selectedIdReducer_closure132.prototype = { call$2: function(selectedId, action) { @@ -306283,7 +306451,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1022 + $signature: 1023 }; N.selectedIdReducer_closure133.prototype = { call$2: function(selectedId, action) { @@ -306296,7 +306464,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; N.editingReducer_closure35.prototype = { call$2: function(companyGateways, action) { @@ -306304,7 +306472,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1023 + $signature: 1024 }; N.editingReducer_closure36.prototype = { call$2: function(companyGateways, action) { @@ -306312,7 +306480,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1024 + $signature: 1025 }; N.editingReducer_closure37.prototype = { call$2: function(companyGateways, action) { @@ -306320,7 +306488,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1025 + $signature: 1026 }; N.editingReducer_closure38.prototype = { call$2: function(companyGateway, action) { @@ -306328,7 +306496,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1026 + $signature: 1027 }; N.editingReducer__closure13.prototype = { call$1: function(b) { @@ -306475,7 +306643,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 408 + $signature: 422 }; N._deleteCompanyGatewaySuccess_closure.prototype = { call$1: function(b) { @@ -306497,7 +306665,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 408 + $signature: 422 }; N._restoreCompanyGatewaySuccess_closure.prototype = { call$1: function(b) { @@ -306519,7 +306687,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 408 + $signature: 422 }; N._addCompanyGateway_closure.prototype = { call$1: function(b) { @@ -306532,7 +306700,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 168 + $signature: 169 }; N._updateCompanyGateway_closure.prototype = { call$1: function(b) { @@ -306541,7 +306709,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new N._updateCompanyGateway__closure())); return b; }, - $signature: 168 + $signature: 169 }; N._updateCompanyGateway__closure.prototype = { call$1: function(b) { @@ -306558,7 +306726,7 @@ t1.$indexSet(0, t2.id, t2.rebuild$1(new N._setLoadedCompanyGateway__closure())); return b; }, - $signature: 168 + $signature: 169 }; N._setLoadedCompanyGateway__closure.prototype = { call$1: function(b) { @@ -306573,7 +306741,7 @@ b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.companyGateways, new N._setLoadedCompany__closure1(), new N._setLoadedCompany__closure2(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 168 + $signature: 169 }; N._setLoadedCompany__closure1.prototype = { call$1: function(item) { @@ -306594,14 +306762,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 168 + $signature: 169 }; N._setLoadedCompanyGateways_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.companyGateways, new N._setLoadedCompanyGateways__closure(), new N._setLoadedCompanyGateways__closure0(), type$.legacy_String, type$.legacy_CompanyGatewayEntity)); return b; }, - $signature: 168 + $signature: 169 }; N._setLoadedCompanyGateways__closure.prototype = { call$1: function(item) { @@ -306622,13 +306790,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 168 + $signature: 169 }; T.memoizedFilteredCompanyGatewayList_closure.prototype = { call$5: function(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll) { return T.filteredCompanyGatewaysSelector(companyGatewayMap, companyGatewayList, companyGatewayListState, companyGatewayIds, includeAll); }, - $signature: 1030 + $signature: 1031 }; T.filteredCompanyGatewaysSelector_closure.prototype = { call$1: function(companyGatewayId) { @@ -306663,7 +306831,7 @@ call$2: function(companyGatewayId, paymentMap) { return T.calculateCompanyGatewayProcessed(companyGatewayId, paymentMap); }, - $signature: 1031 + $signature: 1032 }; T.calculateCompanyGatewayProcessed_closure.prototype = { call$2: function(paymentId, payment) { @@ -306673,13 +306841,13 @@ t1.total = t1.total + payment.get$completedAmount() * payment.exchangeRate; } }, - $signature: 185 + $signature: 181 }; T.memoizedClientStatsForCompanyGateway_closure.prototype = { call$2: function(companyGatewayId, clientMap) { return T.clientStatsForCompanyGateway(companyGatewayId, clientMap); }, - $signature: 469 + $signature: 470 }; T.clientStatsForCompanyGateway_closure.prototype = { call$2: function(clientId, client) { @@ -306698,13 +306866,13 @@ call$1: function(token) { return token.companyGatewayId === this.companyGatewayId; }, - $signature: 471 + $signature: 472 }; T.memoizedPaymentStatsForCompanyGateway_closure.prototype = { call$2: function(companyGatewayId, paymentMap) { return T.paymentStatsForCompanyGateway(companyGatewayId, paymentMap); }, - $signature: 1033 + $signature: 1034 }; T.paymentStatsForCompanyGateway_closure.prototype = { call$2: function(paymentId, payment) { @@ -306717,7 +306885,7 @@ ++this._box_0.countArchived; } }, - $signature: 185 + $signature: 181 }; U.CompanyGatewayState.prototype = { $get$1: function(_, companyGatewayId) { @@ -307320,7 +307488,7 @@ var t1 = credit.id; return F.PaymentableEntity_PaymentableEntity(credit.statusId !== "1" ? credit.balance : credit.amount, t1, null); }, - $signature: 502 + $signature: 504 }; E.StartCreditMultiselect.prototype = {}; E.AddToCreditMultiselect.prototype = {}; @@ -307384,7 +307552,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; X._editCredit_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -307490,7 +307658,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).creditState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; X._archiveCredit__closure0.prototype = { call$1: function(credits) { @@ -307528,7 +307696,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).creditState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; X._deleteCredit__closure0.prototype = { call$1: function(credits) { @@ -307566,7 +307734,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).creditState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; X._restoreCredit__closure0.prototype = { call$1: function(credits) { @@ -307630,7 +307798,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailCreditSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 92 + $signature: 88 }; X._emailCredit__closure0.prototype = { call$1: function(error) { @@ -307663,7 +307831,7 @@ call$1: function(item) { return !item.get$isEmpty(item); }, - $signature: 64 + $signature: 63 }; X._saveCredit__closure0.prototype = { call$1: function(credit) { @@ -307675,7 +307843,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new E.SaveCreditSuccess(credit)); t1.completer.complete$1(0, credit); }, - $signature: 70 + $signature: 69 }; X._saveCredit__closure1.prototype = { call$1: function(error) { @@ -307704,7 +307872,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; X._loadCredit__closure0.prototype = { call$1: function(error) { @@ -307825,7 +307993,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveCreditSuccess(credit)); this.action.completer.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; X._saveDocument__closure2.prototype = { call$1: function(error) { @@ -307861,7 +308029,7 @@ b.get$_credit_state$_$this()._credit_state$_historyActivityId = t3; return b; }, - $signature: 1039 + $signature: 1040 }; Q.forceSelectedReducer_closure79.prototype = { call$2: function(completer, action) { @@ -307869,7 +308037,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1040 + $signature: 1041 }; Q.forceSelectedReducer_closure80.prototype = { call$2: function(completer, action) { @@ -307877,7 +308045,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1041 + $signature: 1042 }; Q.forceSelectedReducer_closure81.prototype = { call$2: function(completer, action) { @@ -307885,7 +308053,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1042 + $signature: 1043 }; Q.forceSelectedReducer_closure82.prototype = { call$2: function(completer, action) { @@ -307893,7 +308061,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1043 + $signature: 1044 }; Q.forceSelectedReducer_closure83.prototype = { call$2: function(completer, action) { @@ -307901,7 +308069,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1044 + $signature: 1045 }; Q.forceSelectedReducer_closure84.prototype = { call$2: function(completer, action) { @@ -307909,7 +308077,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1045 + $signature: 1046 }; Q.forceSelectedReducer_closure85.prototype = { call$2: function(completer, action) { @@ -307917,7 +308085,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1046 + $signature: 1047 }; Q.forceSelectedReducer_closure86.prototype = { call$2: function(completer, action) { @@ -307925,7 +308093,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1047 + $signature: 1048 }; Q.tabIndexReducer_closure11.prototype = { call$2: function(completer, action) { @@ -307933,7 +308101,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1048 + $signature: 1049 }; Q.tabIndexReducer_closure12.prototype = { call$2: function(completer, action) { @@ -307941,7 +308109,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; Q.historyActivityIdReducer_closure0.prototype = { call$2: function(index, action) { @@ -307949,7 +308117,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 508 + $signature: 510 }; Q.editingItemReducer_closure1.prototype = { call$2: function(index, action) { @@ -307958,7 +308126,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1050 + $signature: 1051 }; Q.editingItemReducer_closure2.prototype = { call$2: function(index, action) { @@ -307966,7 +308134,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1051 + $signature: 1052 }; Q.selectedIdReducer_closure160.prototype = { call$2: function(completer, action) { @@ -307974,7 +308142,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1052 + $signature: 1053 }; Q.selectedIdReducer_closure161.prototype = { call$2: function(completer, action) { @@ -307982,7 +308150,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1053 + $signature: 1054 }; Q.selectedIdReducer_closure162.prototype = { call$2: function(selectedId, action) { @@ -307990,7 +308158,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; Q.selectedIdReducer_closure163.prototype = { call$2: function(selectedId, action) { @@ -307998,7 +308166,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1054 + $signature: 1055 }; Q.selectedIdReducer_closure164.prototype = { call$2: function(selectedId, action) { @@ -308006,7 +308174,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1055 + $signature: 1056 }; Q.selectedIdReducer_closure165.prototype = { call$2: function(selectedId, action) { @@ -308014,7 +308182,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1056 + $signature: 1057 }; Q.selectedIdReducer_closure166.prototype = { call$2: function(selectedId, action) { @@ -308022,7 +308190,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 508 + $signature: 510 }; Q.selectedIdReducer_closure167.prototype = { call$2: function(selectedId, action) { @@ -308030,7 +308198,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; Q.selectedIdReducer_closure168.prototype = { call$2: function(selectedId, action) { @@ -308038,7 +308206,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; Q.selectedIdReducer_closure169.prototype = { call$2: function(selectedId, action) { @@ -308046,7 +308214,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1057 + $signature: 1058 }; Q.selectedIdReducer_closure170.prototype = { call$2: function(selectedId, action) { @@ -308054,7 +308222,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1058 + $signature: 1059 }; Q.selectedIdReducer_closure171.prototype = { call$2: function(selectedId, action) { @@ -308062,7 +308230,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1059 + $signature: 1060 }; Q.selectedIdReducer_closure172.prototype = { call$2: function(selectedId, action) { @@ -308070,7 +308238,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1060 + $signature: 1061 }; Q.selectedIdReducer_closure173.prototype = { call$2: function(selectedId, action) { @@ -308078,7 +308246,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1061 + $signature: 1062 }; Q.selectedIdReducer_closure174.prototype = { call$2: function(selectedId, action) { @@ -308086,7 +308254,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1062 + $signature: 1063 }; Q.selectedIdReducer_closure175.prototype = { call$2: function(selectedId, action) { @@ -308094,7 +308262,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1063 + $signature: 1064 }; Q.selectedIdReducer_closure176.prototype = { call$2: function(selectedId, action) { @@ -308102,7 +308270,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1064 + $signature: 1065 }; Q.selectedIdReducer_closure177.prototype = { call$2: function(selectedId, action) { @@ -308110,7 +308278,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; Q.selectedIdReducer_closure178.prototype = { call$2: function(selectedId, action) { @@ -308123,7 +308291,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; Q.editingReducer_closure47.prototype = { call$2: function(credit, action) { @@ -308131,7 +308299,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1065 + $signature: 1066 }; Q.editingReducer__closure22.prototype = { call$1: function(b) { @@ -308161,7 +308329,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1067 + $signature: 1068 }; Q.editingReducer_closure50.prototype = { call$2: function(invoice, action) { @@ -308199,7 +308367,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1070 + $signature: 1071 }; Q.editingReducer__closure18.prototype = { call$1: function(b) { @@ -308226,13 +308394,13 @@ call$1: function(contact) { return contact.sendEmail; }, - $signature: 94 + $signature: 99 }; Q.editingReducer___closure2.prototype = { call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 221 + $signature: 222 }; Q.editingReducer_closure53.prototype = { call$2: function(credits, action) { @@ -308240,7 +308408,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1071 + $signature: 1072 }; Q.editingReducer_closure54.prototype = { call$2: function(credits, action) { @@ -308248,7 +308416,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1072 + $signature: 1073 }; Q.editingReducer_closure55.prototype = { call$2: function(credits, action) { @@ -308256,7 +308424,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1073 + $signature: 1074 }; Q.editingReducer_closure56.prototype = { call$2: function(invoice, action) { @@ -308264,7 +308432,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1074 + $signature: 1075 }; Q.editingReducer__closure17.prototype = { call$1: function(b) { @@ -308284,7 +308452,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1075 + $signature: 1076 }; Q.editingReducer__closure16.prototype = { call$1: function(b) { @@ -308523,7 +308691,7 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; Q._markSentCreditSuccess_closure.prototype = { call$1: function(b) { @@ -308552,7 +308720,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 336 + $signature: 341 }; Q._deleteCreditSuccess_closure.prototype = { call$1: function(b) { @@ -308574,7 +308742,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 336 + $signature: 341 }; Q._restoreCreditSuccess_closure.prototype = { call$1: function(b) { @@ -308596,7 +308764,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 336 + $signature: 341 }; Q._addCredit_closure.prototype = { call$1: function(b) { @@ -308631,7 +308799,7 @@ call$6: function(creditMap, clientMap, creditList, clientId, userMap, excludedIds) { return B.dropdownCreditSelector(creditMap, clientMap, creditList, clientId, userMap, excludedIds); }, - $signature: 1079 + $signature: 1080 }; B.dropdownCreditSelector_closure.prototype = { call$1: function(creditId) { @@ -308674,7 +308842,7 @@ call$6: function(selectionState, creditMap, creditList, clientMap, creditListState, userMap) { return B.filteredCreditsSelector(selectionState, creditMap, creditList, clientMap, creditListState, userMap); }, - $signature: 520 + $signature: 521 }; B.filteredCreditsSelector_closure.prototype = { call$1: function(creditId) { @@ -308752,7 +308920,7 @@ call$2: function(designId, creditMap) { return B.creditStatsForDesign(designId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForDesign_closure.prototype = { call$2: function(creditId, credit) { @@ -308765,13 +308933,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; B.memoizedCreditStatsForClient_closure.prototype = { call$2: function(clientId, creditMap) { return B.creditStatsForClient(clientId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForClient_closure.prototype = { call$2: function(creditId, credit) { @@ -308784,13 +308952,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; B.memoizedCreditStatsForUser_closure.prototype = { call$2: function(userId, creditMap) { return B.creditStatsForUser(userId, creditMap); }, - $signature: 81 + $signature: 80 }; B.creditStatsForUser_closure.prototype = { call$2: function(creditId, credit) { @@ -308803,7 +308971,7 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; G.CreditState.prototype = { $get$1: function(_, creditId) { @@ -308831,7 +308999,7 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; G.CreditState_loadCredits_closure.prototype = { call$1: function(b) { @@ -309313,7 +309481,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; D.dashboardUIReducer_closure.prototype = { call$1: function(b) { @@ -309329,7 +309497,7 @@ b.get$_dashboard_state$_$this()._showSidebar = t3; return b; }, - $signature: 1083 + $signature: 1084 }; D.selectedEntitiesReducer_closure.prototype = { call$2: function(state, action) { @@ -309337,7 +309505,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1084 + $signature: 1085 }; D.selectedEntitiesReducer__closure0.prototype = { call$1: function(b) { @@ -309349,7 +309517,7 @@ b.$indexSet(0, t2, D.BuiltList_BuiltList$from(t1, type$.legacy_String)); return b; }, - $signature: 523 + $signature: 524 }; D.selectedEntitiesReducer_closure0.prototype = { call$2: function(state, action) { @@ -309357,14 +309525,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1086 + $signature: 1087 }; D.selectedEntitiesReducer__closure.prototype = { call$1: function(b) { J.clear$0$ax(b.get$_safeMap()); return b; }, - $signature: 523 + $signature: 524 }; D.selectedEntityTypeReducer_closure.prototype = { call$2: function(state, action) { @@ -309372,7 +309540,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1087 + $signature: 723 }; D.showSidebarReducer_closure.prototype = { call$2: function(state, action) { @@ -309380,7 +309548,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 723 + $signature: 1089 }; D.dashboardSettingsReducer_closure.prototype = { call$1: function(b) { @@ -309402,14 +309570,14 @@ b.get$_dashboard_state$_$this()._offset = 0; return b; }, - $signature: 126 + $signature: 129 }; D.dashboardSettingsReducer_closure0.prototype = { call$1: function(b) { b.get$_dashboard_state$_$this()._includeTaxes = this.action.includeTaxes; return b; }, - $signature: 126 + $signature: 129 }; D.dashboardSettingsReducer_closure1.prototype = { call$1: function(b) { @@ -309417,14 +309585,14 @@ b.get$_dashboard_state$_$this()._offset = t1 + this.action.offset; return b; }, - $signature: 126 + $signature: 129 }; D.dashboardSettingsReducer_closure2.prototype = { call$1: function(b) { b.get$_dashboard_state$_$this()._dashboard_state$_currencyId = this.action.currencyId; return b; }, - $signature: 126 + $signature: 129 }; O.ChartDataGroup.prototype = { get$name: function(receiver) { @@ -309519,7 +309687,7 @@ } } }, - $signature: 54 + $signature: 55 }; O.memoizedChartQuotes_closure.prototype = { call$5: function(currencyMap, company, settings, quoteMap, clientMap) { @@ -309600,19 +309768,19 @@ } } }, - $signature: 54 + $signature: 55 }; O.memoizedChartPayments_closure.prototype = { call$6: function(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return O.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 528 + $signature: 529 }; O.memoizedPreviousChartPayments_closure.prototype = { call$6: function(currencyMap, company, settings, invoiceMap, clientMap, paymentMap) { return O.chartPayments(currencyMap, company, settings, invoiceMap, clientMap, paymentMap); }, - $signature: 528 + $signature: 529 }; O.chartPayments_closure.prototype = { call$2: function(int, payment) { @@ -309676,19 +309844,19 @@ } } }, - $signature: 185 + $signature: 181 }; O.memoizedChartTasks_closure.prototype = { call$8: function(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return O.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 529 + $signature: 531 }; O.memoizedPreviousChartTasks_closure.prototype = { call$8: function(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap) { return O.chartTasks(currencyMap, company, settings, taskMap, invoiceMap, projectMap, clientMap, groupMap); }, - $signature: 529 + $signature: 531 }; O.chartTasks_closure.prototype = { call$2: function(int, task) { @@ -309718,14 +309886,14 @@ C.JSArray_methods.forEach$1(task.getTaskTimes$0(), new O.chartTasks__closure(_this.totals, _this.loggedData, _this.invoicedData, _this.paidData, t3, project, client, task, group, t1, invoice, _this.currencyMap, t2, _this.counts)); } }, - $signature: 127 + $signature: 124 }; O.chartTasks__closure.prototype = { call$1: function(taskTime) { var _this = this; taskTime.getParts$0().forEach$1(0, new O.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, _this.counts)); }, - $signature: 196 + $signature: 197 }; O.chartTasks___closure.prototype = { call$2: function(date, duration) { @@ -309789,7 +309957,7 @@ J.add$1$ax(_this.loggedData.entityMap.$index(0, date), t4.id); } }, - $signature: 1094 + $signature: 1095 }; O.chartExpenses_closure.prototype = { call$2: function(int, expense) { @@ -309880,7 +310048,7 @@ } } }, - $signature: 138 + $signature: 101 }; O.memoizedChartExpenses_closure.prototype = { call$5: function(currencyMap, company, settings, invoiceMap, expenseMap) { @@ -309919,13 +310087,13 @@ if (invoice.get$isUpcoming()) this.invoices.push(invoice); }, - $signature: 54 + $signature: 55 }; A._upcomingInvoices_closure0.prototype = { call$2: function(invoiceA, invoiceB) { return C.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 235 + $signature: 265 }; A.memoizedPastDueInvoices_closure.prototype = { call$2: function(invoiceMap, clientMap) { @@ -309952,19 +310120,19 @@ if (invoice.get$isPastDue()) this.invoices.push(invoice); }, - $signature: 54 + $signature: 55 }; A._pastDueInvoices_closure0.prototype = { call$2: function(invoiceA, invoiceB) { return C.JSString_methods.compareTo$1(invoiceA.dueDate, invoiceB.dueDate); }, - $signature: 235 + $signature: 265 }; A.memoizedRecentPayments_closure.prototype = { call$2: function(paymentMap, clientMap) { return A._recentPayments(clientMap, paymentMap); }, - $signature: 1099 + $signature: 1100 }; A._recentPayments_closure.prototype = { call$2: function(index, payment) { @@ -309982,7 +310150,7 @@ if (t1 && payment.createdAt > this.threeMonthsAgo) this.payments.push(payment); }, - $signature: 185 + $signature: 181 }; A._recentPayments_closure0.prototype = { call$2: function(paymentA, paymentB) { @@ -309993,7 +310161,7 @@ else return J.compareTo$1$ns(t2, t1); }, - $signature: 1100 + $signature: 1101 }; A.memoizedUpcomingQuotes_closure.prototype = { call$2: function(quoteMap, clientMap) { @@ -310016,13 +310184,13 @@ if (quote.get$isUpcoming()) this.quotes.push(quote); }, - $signature: 54 + $signature: 55 }; A._upcomingQuotes_closure0.prototype = { call$2: function(quoteA, quoteB) { return C.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 235 + $signature: 265 }; A.memoizedExpiredQuotes_closure.prototype = { call$2: function(quoteMap, clientMap) { @@ -310045,19 +310213,19 @@ if (quote.get$isPastDue()) this.quotes.push(quote); }, - $signature: 54 + $signature: 55 }; A._expiredQuotes_closure0.prototype = { call$2: function(quoteA, quoteB) { return C.JSString_methods.compareTo$1(quoteA.dueDate, quoteB.dueDate); }, - $signature: 235 + $signature: 265 }; A.memoizedRunningTasks_closure.prototype = { call$2: function(taskMap, clientMap) { return A._runningTasks(clientMap, taskMap); }, - $signature: 538 + $signature: 539 }; A._runningTasks_closure.prototype = { call$2: function(index, task) { @@ -310074,7 +310242,7 @@ if (task.get$isRunning()) this.tasks.push(task); }, - $signature: 127 + $signature: 124 }; A._runningTasks_closure0.prototype = { call$2: function(taskA, taskB) { @@ -310085,13 +310253,13 @@ t2 = taskB.get$startTimestamp(); return C.JSInt_methods.compareTo$1(t1, t2 == null ? 0 : t2); }, - $signature: 353 + $signature: 357 }; A.memoizedRecentTasks_closure.prototype = { call$2: function(taskMap, clientMap) { return A._recentTasks(clientMap, taskMap); }, - $signature: 538 + $signature: 539 }; A._recentTasks_closure.prototype = { call$2: function(index, task) { @@ -310108,7 +310276,7 @@ if (!task.get$isRunning()) this.tasks.push(task); }, - $signature: 127 + $signature: 124 }; A._recentTasks_closure0.prototype = { call$2: function(taskA, taskB) { @@ -310119,13 +310287,13 @@ t2 = taskB.get$startTimestamp(); return C.JSInt_methods.compareTo$1(t1, t2 == null ? 0 : t2); }, - $signature: 353 + $signature: 357 }; A.memoizedRecentExpenses_closure.prototype = { call$2: function(expenseMap, clientMap) { return A._recentExpenses(clientMap, expenseMap); }, - $signature: 1103 + $signature: 1104 }; A._recentExpenses_closure.prototype = { call$2: function(index, expense) { @@ -310141,7 +310309,7 @@ if (!t1) this.expenses.push(expense); }, - $signature: 138 + $signature: 101 }; A._recentExpenses_closure0.prototype = { call$2: function(expenseA, expenseB) { @@ -310152,7 +310320,7 @@ t2 = expenseB.date; return C.JSString_methods.compareTo$1(t1, t2 == null ? "" : t2); }, - $signature: 1104 + $signature: 1105 }; Y.DashboardUIState.prototype = {}; Y.DashboardUISettings.prototype = { @@ -310605,28 +310773,28 @@ var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 137 + $signature: 152 }; N.handleDesignAction_closure1.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 137 + $signature: 152 }; N.handleDesignAction_closure2.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 137 + $signature: 152 }; N.handleDesignAction_closure3.prototype = { call$1: function(b) { var t1 = this.design.id; return b.get$_invoice_model$_$this()._designId = t1; }, - $signature: 137 + $signature: 152 }; N.StartDesignMultiselect.prototype = {}; N.AddToDesignMultiselect.prototype = {}; @@ -310694,7 +310862,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; V._archiveDesign_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -310717,14 +310885,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 266 + $signature: 236 }; V._archiveDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.ArchiveDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 358 + $signature: 362 }; V._archiveDesign__closure1.prototype = { call$1: function(error) { @@ -310755,14 +310923,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 266 + $signature: 236 }; V._deleteDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.DeleteDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 358 + $signature: 362 }; V._deleteDesign__closure1.prototype = { call$1: function(error) { @@ -310793,14 +310961,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).designState.map._map$_map, id); }, - $signature: 266 + $signature: 236 }; V._restoreDesign__closure0.prototype = { call$1: function(designs) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.RestoreDesignsSuccess(designs)); this.action.completer.complete$1(0, null); }, - $signature: 358 + $signature: 362 }; V._restoreDesign__closure1.prototype = { call$1: function(error) { @@ -310830,7 +310998,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new N.SaveDesignSuccess(design)); t1.completer.complete$1(0, design); }, - $signature: 206 + $signature: 207 }; V._saveDesign__closure0.prototype = { call$1: function(error) { @@ -310858,7 +311026,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.LoadDesignSuccess(design)); this.action.completer.complete$1(0, null); }, - $signature: 206 + $signature: 207 }; V._loadDesign__closure0.prototype = { call$1: function(error) { @@ -310889,7 +311057,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1109 + $signature: 1110 }; V._loadDesigns__closure0.prototype = { call$1: function(error) { @@ -310922,7 +311090,7 @@ b.get$_design_state$_$this()._design_state$_forceSelected = t3; return b; }, - $signature: 1110 + $signature: 1111 }; U.forceSelectedReducer_closure87.prototype = { call$2: function(completer, action) { @@ -310930,7 +311098,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1111 + $signature: 1112 }; U.forceSelectedReducer_closure88.prototype = { call$2: function(completer, action) { @@ -310938,7 +311106,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1112 + $signature: 1113 }; U.forceSelectedReducer_closure89.prototype = { call$2: function(completer, action) { @@ -310946,7 +311114,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1113 + $signature: 1114 }; U.forceSelectedReducer_closure90.prototype = { call$2: function(completer, action) { @@ -310954,7 +311122,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1114 + $signature: 1115 }; U.forceSelectedReducer_closure91.prototype = { call$2: function(completer, action) { @@ -310962,7 +311130,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1115 + $signature: 1116 }; U.forceSelectedReducer_closure92.prototype = { call$2: function(completer, action) { @@ -310970,7 +311138,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1116 + $signature: 1117 }; U.forceSelectedReducer_closure93.prototype = { call$2: function(completer, action) { @@ -310978,7 +311146,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1117 + $signature: 1118 }; U.forceSelectedReducer_closure94.prototype = { call$2: function(completer, action) { @@ -310986,7 +311154,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1118 + $signature: 1119 }; U.selectedIdReducer_closure179.prototype = { call$2: function(completer, action) { @@ -310994,7 +311162,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1119 + $signature: 1120 }; U.selectedIdReducer_closure180.prototype = { call$2: function(completer, action) { @@ -311002,7 +311170,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1120 + $signature: 1121 }; U.selectedIdReducer_closure181.prototype = { call$2: function(selectedId, action) { @@ -311010,7 +311178,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; U.selectedIdReducer_closure182.prototype = { call$2: function(selectedId, action) { @@ -311034,7 +311202,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; U.selectedIdReducer_closure185.prototype = { call$2: function(selectedId, action) { @@ -311042,7 +311210,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; U.selectedIdReducer_closure186.prototype = { call$2: function(selectedId, action) { @@ -311050,7 +311218,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1122 + $signature: 1123 }; U.selectedIdReducer_closure187.prototype = { call$2: function(selectedId, action) { @@ -311058,7 +311226,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1123 + $signature: 1124 }; U.selectedIdReducer_closure188.prototype = { call$2: function(selectedId, action) { @@ -311066,7 +311234,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1124 + $signature: 1125 }; U.selectedIdReducer_closure189.prototype = { call$2: function(selectedId, action) { @@ -311074,7 +311242,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1125 + $signature: 1126 }; U.selectedIdReducer_closure190.prototype = { call$2: function(selectedId, action) { @@ -311082,7 +311250,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1126 + $signature: 1127 }; U.selectedIdReducer_closure191.prototype = { call$2: function(selectedId, action) { @@ -311090,7 +311258,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1127 + $signature: 1128 }; U.selectedIdReducer_closure192.prototype = { call$2: function(selectedId, action) { @@ -311098,7 +311266,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1128 + $signature: 1129 }; U.editingReducer_closure58.prototype = { call$2: function(designs, action) { @@ -311106,7 +311274,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1129 + $signature: 1130 }; U.editingReducer_closure59.prototype = { call$2: function(designs, action) { @@ -311114,7 +311282,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1130 + $signature: 1131 }; U.editingReducer_closure60.prototype = { call$2: function(designs, action) { @@ -311122,7 +311290,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1131 + $signature: 1132 }; U.editingReducer_closure61.prototype = { call$2: function(design, action) { @@ -311130,14 +311298,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1132 + $signature: 1133 }; U.editingReducer__closure23.prototype = { call$1: function(b) { b.get$_design_model$_$this()._design_model$_isChanged = true; return b; }, - $signature: 236 + $signature: 237 }; U._viewDesignList_closure.prototype = { call$1: function(b) { @@ -311284,7 +311452,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 362 + $signature: 367 }; U._deleteDesignSuccess_closure.prototype = { call$1: function(b) { @@ -311306,7 +311474,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 362 + $signature: 367 }; U._restoreDesignSuccess_closure.prototype = { call$1: function(b) { @@ -311328,7 +311496,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 362 + $signature: 367 }; U._addDesign_closure.prototype = { call$1: function(b) { @@ -311365,7 +311533,7 @@ call$3: function(designMap, designList, designListState) { return A.filteredDesignsSelector(designMap, designList, designListState); }, - $signature: 1135 + $signature: 1136 }; A.filteredDesignsSelector_closure.prototype = { call$1: function(designId) { @@ -311432,7 +311600,7 @@ call$1: function(designId) { return J.$index$asx(this.$this.map._map$_map, designId); }, - $signature: 266 + $signature: 236 }; Y.DesignState_loadDesigns_closure0.prototype = { call$1: function(item) { @@ -311444,7 +311612,7 @@ call$1: function(item) { return item; }, - $signature: 1136 + $signature: 1137 }; Y.DesignState_loadDesigns_closure.prototype = { call$1: function(b) { @@ -311994,7 +312162,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; Y._archiveDocument_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -312017,14 +312185,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).documentState.map._map$_map, id); }, - $signature: 558 + $signature: 561 }; Y._archiveDocument__closure0.prototype = { call$1: function(documents) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 561 + $signature: 565 }; Y._archiveDocument__closure1.prototype = { call$1: function(error) { @@ -312049,7 +312217,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteDocumentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 20 + $signature: 21 }; Y._deleteDocument__closure0.prototype = { call$1: function(error) { @@ -312080,14 +312248,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).documentState.map._map$_map, id); }, - $signature: 558 + $signature: 561 }; Y._restoreDocument__closure0.prototype = { call$1: function(documents) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreDocumentSuccess(documents)); this.action.completer.complete$1(0, null); }, - $signature: 561 + $signature: 565 }; Y._restoreDocument__closure1.prototype = { call$1: function(error) { @@ -312142,7 +312310,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1140 + $signature: 1141 }; Y._loadDocuments__closure0.prototype = { call$1: function(error) { @@ -312175,7 +312343,7 @@ b.get$_document_state$_$this()._document_state$_forceSelected = t3; return b; }, - $signature: 1141 + $signature: 1142 }; M.forceSelectedReducer_closure47.prototype = { call$2: function(completer, action) { @@ -312183,7 +312351,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1142 + $signature: 1143 }; M.forceSelectedReducer_closure48.prototype = { call$2: function(completer, action) { @@ -312191,7 +312359,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1143 + $signature: 1144 }; M.forceSelectedReducer_closure49.prototype = { call$2: function(completer, action) { @@ -312199,7 +312367,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1144 + $signature: 1145 }; M.forceSelectedReducer_closure50.prototype = { call$2: function(completer, action) { @@ -312207,7 +312375,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1145 + $signature: 1146 }; M.forceSelectedReducer_closure51.prototype = { call$2: function(completer, action) { @@ -312215,7 +312383,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1146 + $signature: 1147 }; M.forceSelectedReducer_closure52.prototype = { call$2: function(completer, action) { @@ -312223,7 +312391,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1147 + $signature: 1148 }; M.forceSelectedReducer_closure53.prototype = { call$2: function(completer, action) { @@ -312231,7 +312399,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1148 + $signature: 1149 }; M.forceSelectedReducer_closure54.prototype = { call$2: function(completer, action) { @@ -312239,7 +312407,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1149 + $signature: 1150 }; M.selectedIdReducer_closure94.prototype = { call$2: function(completer, action) { @@ -312247,7 +312415,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1150 + $signature: 1151 }; M.selectedIdReducer_closure95.prototype = { call$2: function(completer, action) { @@ -312255,7 +312423,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1151 + $signature: 1152 }; M.selectedIdReducer_closure96.prototype = { call$2: function(selectedId, action) { @@ -312263,7 +312431,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; M.selectedIdReducer_closure97.prototype = { call$2: function(selectedId, action) { @@ -312271,7 +312439,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1152 + $signature: 1153 }; M.selectedIdReducer_closure98.prototype = { call$2: function(selectedId, action) { @@ -312279,7 +312447,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; M.selectedIdReducer_closure99.prototype = { call$2: function(selectedId, action) { @@ -312287,7 +312455,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; M.selectedIdReducer_closure100.prototype = { call$2: function(selectedId, action) { @@ -312295,7 +312463,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1153 + $signature: 1154 }; M.selectedIdReducer_closure101.prototype = { call$2: function(selectedId, action) { @@ -312303,7 +312471,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1154 + $signature: 1155 }; M.selectedIdReducer_closure102.prototype = { call$2: function(selectedId, action) { @@ -312311,7 +312479,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1155 + $signature: 1156 }; M.selectedIdReducer_closure103.prototype = { call$2: function(selectedId, action) { @@ -312319,7 +312487,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1156 + $signature: 1157 }; M.selectedIdReducer_closure104.prototype = { call$2: function(selectedId, action) { @@ -312327,7 +312495,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1157 + $signature: 1158 }; M.selectedIdReducer_closure105.prototype = { call$2: function(selectedId, action) { @@ -312335,7 +312503,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1158 + $signature: 1159 }; M.selectedIdReducer_closure106.prototype = { call$2: function(selectedId, action) { @@ -312343,7 +312511,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1159 + $signature: 1160 }; M.editingReducer_closure30.prototype = { call$2: function($document, action) { @@ -312351,14 +312519,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1160 + $signature: 1161 }; M.editingReducer__closure11.prototype = { call$1: function(b) { b.get$_document_model$_$this()._document_model$_isChanged = true; return b; }, - $signature: 569 + $signature: 570 }; M._viewDocumentList_closure.prototype = { call$1: function(b) { @@ -312505,7 +312673,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 570 + $signature: 574 }; M._deleteDocumentSuccess_closure.prototype = { call$1: function(b) { @@ -312514,7 +312682,7 @@ J.remove$1$ax(t1.get$_safeMap(), null); return b; }, - $signature: 208 + $signature: 209 }; M._restoreDocumentSuccess_closure.prototype = { call$1: function(b) { @@ -312536,7 +312704,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 570 + $signature: 574 }; M._updateDocument_closure.prototype = { call$1: function(b) { @@ -312546,7 +312714,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$document(t2)); return b; }, - $signature: 208 + $signature: 209 }; M._setLoadedDocument_closure.prototype = { call$1: function(b) { @@ -312555,14 +312723,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 208 + $signature: 209 }; M._setLoadedDocuments_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.documents, new M._setLoadedDocuments__closure(), new M._setLoadedDocuments__closure0(), type$.legacy_String, type$.legacy_DocumentEntity)); return b; }, - $signature: 208 + $signature: 209 }; M._setLoadedDocuments__closure.prototype = { call$1: function(item) { @@ -312574,7 +312742,7 @@ call$1: function(item) { return item; }, - $signature: 1164 + $signature: 1165 }; M._setLoadedDocuments_closure0.prototype = { call$1: function(b) { @@ -312583,13 +312751,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 208 + $signature: 209 }; A.memoizedFilteredDocumentList_closure.prototype = { call$3: function(documentMap, documentList, documentListState) { return A.filteredDocumentsSelector(documentMap, documentList, documentListState); }, - $signature: 1165 + $signature: 1166 }; A.filteredDocumentsSelector_closure.prototype = { call$1: function(documentId) { @@ -313121,7 +313289,7 @@ t1 = false; return t1; }, - $signature: 268 + $signature: 269 }; T.handleExpenseAction_closure3.prototype = { call$1: function(expense) { @@ -313211,7 +313379,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; R._archiveExpense_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -313241,7 +313409,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.ArchiveExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._archiveExpense__closure1.prototype = { call$1: function(error) { @@ -313279,7 +313447,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.DeleteExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._deleteExpense__closure1.prototype = { call$1: function(error) { @@ -313317,7 +313485,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.RestoreExpenseSuccess(expenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._restoreExpense__closure1.prototype = { call$1: function(error) { @@ -313347,7 +313515,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new T.SaveExpenseSuccess(expense)); t1.completer.complete$1(0, expense); }, - $signature: 121 + $signature: 115 }; R._saveExpense__closure0.prototype = { call$1: function(error) { @@ -313376,7 +313544,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 121 + $signature: 115 }; R._loadExpense__closure0.prototype = { call$1: function(error) { @@ -313407,9 +313575,9 @@ var t1 = this.store; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new T.LoadExpensesSuccess(data)); this.action.toString; - J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.PersistData()); + J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpenses()); }, - $signature: 598 + $signature: 600 }; R._loadExpenses__closure0.prototype = { call$1: function(error) { @@ -313447,7 +313615,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.SaveExpenseSuccess(expense)); this.action.completer.complete$1(0, null); }, - $signature: 121 + $signature: 115 }; R._saveDocument__closure18.prototype = { call$1: function(error) { @@ -313479,7 +313647,7 @@ b.get$_expense_state$_$this()._expense_state$_tabIndex = t3; return b; }, - $signature: 1172 + $signature: 1173 }; K.forceSelectedReducer_closure39.prototype = { call$2: function(completer, action) { @@ -313487,7 +313655,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1173 + $signature: 1174 }; K.forceSelectedReducer_closure40.prototype = { call$2: function(completer, action) { @@ -313495,7 +313663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1174 + $signature: 1175 }; K.forceSelectedReducer_closure41.prototype = { call$2: function(completer, action) { @@ -313503,7 +313671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1175 + $signature: 1176 }; K.forceSelectedReducer_closure42.prototype = { call$2: function(completer, action) { @@ -313511,7 +313679,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1176 + $signature: 1177 }; K.forceSelectedReducer_closure43.prototype = { call$2: function(completer, action) { @@ -313519,7 +313687,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1177 + $signature: 1178 }; K.forceSelectedReducer_closure44.prototype = { call$2: function(completer, action) { @@ -313527,7 +313695,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1178 + $signature: 1179 }; K.forceSelectedReducer_closure45.prototype = { call$2: function(completer, action) { @@ -313535,7 +313703,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1179 + $signature: 1180 }; K.forceSelectedReducer_closure46.prototype = { call$2: function(completer, action) { @@ -313543,7 +313711,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1180 + $signature: 1181 }; K.tabIndexReducer_closure9.prototype = { call$2: function(completer, action) { @@ -313551,7 +313719,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1181 + $signature: 1182 }; K.tabIndexReducer_closure10.prototype = { call$2: function(completer, action) { @@ -313559,7 +313727,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; K.selectedIdReducer_closure79.prototype = { call$2: function(completer, action) { @@ -313567,7 +313735,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1182 + $signature: 1183 }; K.selectedIdReducer_closure80.prototype = { call$2: function(completer, action) { @@ -313575,7 +313743,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1183 + $signature: 1184 }; K.selectedIdReducer_closure81.prototype = { call$2: function(selectedId, action) { @@ -313583,7 +313751,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; K.selectedIdReducer_closure82.prototype = { call$2: function(selectedId, action) { @@ -313591,7 +313759,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1184 + $signature: 1185 }; K.selectedIdReducer_closure83.prototype = { call$2: function(selectedId, action) { @@ -313599,7 +313767,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1185 + $signature: 1186 }; K.selectedIdReducer_closure84.prototype = { call$2: function(selectedId, action) { @@ -313607,7 +313775,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; K.selectedIdReducer_closure85.prototype = { call$2: function(selectedId, action) { @@ -313615,7 +313783,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; K.selectedIdReducer_closure86.prototype = { call$2: function(selectedId, action) { @@ -313623,7 +313791,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1186 + $signature: 1187 }; K.selectedIdReducer_closure87.prototype = { call$2: function(selectedId, action) { @@ -313631,7 +313799,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1187 + $signature: 1188 }; K.selectedIdReducer_closure88.prototype = { call$2: function(selectedId, action) { @@ -313639,7 +313807,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1188 + $signature: 1189 }; K.selectedIdReducer_closure89.prototype = { call$2: function(selectedId, action) { @@ -313647,7 +313815,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1189 + $signature: 1190 }; K.selectedIdReducer_closure90.prototype = { call$2: function(selectedId, action) { @@ -313655,7 +313823,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1190 + $signature: 1191 }; K.selectedIdReducer_closure91.prototype = { call$2: function(selectedId, action) { @@ -313663,7 +313831,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1191 + $signature: 1192 }; K.selectedIdReducer_closure92.prototype = { call$2: function(selectedId, action) { @@ -313671,7 +313839,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1192 + $signature: 1193 }; K.selectedIdReducer_closure93.prototype = { call$2: function(selectedId, action) { @@ -313679,7 +313847,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1193 + $signature: 1194 }; K.editingReducer_closure26.prototype = { call$2: function(expenses, action) { @@ -313687,7 +313855,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1194 + $signature: 1195 }; K.editingReducer_closure27.prototype = { call$2: function(expenses, action) { @@ -313695,7 +313863,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1195 + $signature: 1196 }; K.editingReducer_closure28.prototype = { call$2: function(expenses, action) { @@ -313703,7 +313871,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1196 + $signature: 1197 }; K.editingReducer_closure29.prototype = { call$2: function(expense, action) { @@ -313711,7 +313879,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1197 + $signature: 1198 }; K.editingReducer__closure10.prototype = { call$1: function(b) { @@ -313919,7 +314087,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 385 + $signature: 384 }; K._deleteExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -313941,7 +314109,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 385 + $signature: 384 }; K._restoreExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -313963,7 +314131,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 385 + $signature: 384 }; K._addExpense_closure.prototype = { call$1: function(b) { @@ -313976,7 +314144,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 271 + $signature: 270 }; K._updateExpense_closure.prototype = { call$1: function(b) { @@ -313985,7 +314153,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 271 + $signature: 270 }; K._setLoadedExpense_closure.prototype = { call$1: function(b) { @@ -313994,7 +314162,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 271 + $signature: 270 }; L.convertExpenseToInvoiceItem_closure.prototype = { call$1: function(b) { @@ -314064,13 +314232,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 55 + $signature: 54 }; L.memoizedFilteredExpenseList_closure.prototype = { call$9: function(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return L.filteredExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 603 + $signature: 604 }; L.filteredExpensesSelector_closure.prototype = { call$1: function(expenseId) { @@ -314106,6 +314274,8 @@ return false; else if (t4 === C.EntityType_group && client.groupId !== _this.filterEntityId) return false; + else if (t4 === C.EntityType_recurringExpense && expense.recurringId != _this.filterEntityId) + return false; } else { if (t2 != null) t1 = vendor.archivedAt !== 0; @@ -314168,7 +314338,7 @@ call$2: function(vendorId, expenseMap) { return L.expenseStatsForVendor(vendorId, expenseMap); }, - $signature: 210 + $signature: 128 }; L.expenseStatsForVendor_closure.prototype = { call$2: function(expenseId, expense) { @@ -314181,13 +314351,13 @@ ++this._box_0.countArchived; } }, - $signature: 138 + $signature: 101 }; L.memoizedExpenseStatsForClient_closure.prototype = { call$2: function(clientId, expenseMap) { return L.expenseStatsForClient(clientId, expenseMap); }, - $signature: 210 + $signature: 128 }; L.expenseStatsForClient_closure.prototype = { call$2: function(expenseId, expense) { @@ -314200,13 +314370,13 @@ ++this._box_0.countArchived; } }, - $signature: 138 + $signature: 101 }; L.memoizedClientExpenseList_closure.prototype = { call$2: function(expenseMap, clientId) { return L.clientExpenseList(expenseMap, clientId); }, - $signature: 1202 + $signature: 1203 }; L.clientExpenseList_closure.prototype = { call$1: function(expenseid) { @@ -314242,7 +314412,7 @@ call$2: function(projectId, expenseMap) { return L.expenseStatsForProject(projectId, expenseMap); }, - $signature: 210 + $signature: 128 }; L.expenseStatsForProject_closure.prototype = { call$2: function(expenseId, expense) { @@ -314255,13 +314425,13 @@ ++this._box_0.countArchived; } }, - $signature: 138 + $signature: 101 }; L.memoizedExpenseStatsForUser_closure.prototype = { call$2: function(userId, expenseMap) { return L.expenseStatsForUser(userId, expenseMap); }, - $signature: 210 + $signature: 128 }; L.expenseStatsForUser_closure.prototype = { call$2: function(expenseId, expense) { @@ -314274,7 +314444,7 @@ ++this._box_0.countArchived; } }, - $signature: 138 + $signature: 101 }; R.ExpenseState.prototype = { loadExpenses$1: function(clients) { @@ -314294,7 +314464,7 @@ call$1: function(item) { return item; }, - $signature: 606 + $signature: 607 }; R.ExpenseState_loadExpenses_closure.prototype = { call$1: function(b) { @@ -314309,7 +314479,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 271 + $signature: 270 }; R.ExpenseUIState.prototype = { get$isCreatingNew: function() { @@ -314881,7 +315051,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; M._archiveExpenseCategory_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -314904,14 +315074,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 389 + $signature: 388 }; M._archiveExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 390 }; M._archiveExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -314942,14 +315112,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 389 + $signature: 388 }; M._deleteExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 390 }; M._deleteExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -314980,14 +315150,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).expenseCategoryState.map._map$_map, id); }, - $signature: 389 + $signature: 388 }; M._restoreExpenseCategory__closure0.prototype = { call$1: function(expenseCategories) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreExpenseCategoriesSuccess(expenseCategories)); this.action.completer.complete$1(0, null); }, - $signature: 391 + $signature: 390 }; M._restoreExpenseCategory__closure1.prototype = { call$1: function(error) { @@ -315017,7 +315187,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new X.SaveExpenseCategorySuccess(expenseCategory)); t1.completer.complete$1(0, expenseCategory); }, - $signature: 272 + $signature: 271 }; M._saveExpenseCategory__closure0.prototype = { call$1: function(error) { @@ -315045,7 +315215,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.LoadExpenseCategorySuccess(expenseCategory)); this.action.completer.complete$1(0, null); }, - $signature: 272 + $signature: 271 }; M._loadExpenseCategory__closure0.prototype = { call$1: function(error) { @@ -315076,7 +315246,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1207 + $signature: 1208 }; M._loadExpenseCategories__closure0.prototype = { call$1: function(error) { @@ -315109,7 +315279,7 @@ b.get$_expense_category_state$_$this()._expense_category_state$_forceSelected = t3; return b; }, - $signature: 1208 + $signature: 1209 }; F.forceSelectedReducer_closure127.prototype = { call$2: function(completer, action) { @@ -315117,7 +315287,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1209 + $signature: 1210 }; F.forceSelectedReducer_closure128.prototype = { call$2: function(completer, action) { @@ -315125,7 +315295,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1210 + $signature: 1211 }; F.forceSelectedReducer_closure129.prototype = { call$2: function(completer, action) { @@ -315133,7 +315303,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1211 + $signature: 1212 }; F.forceSelectedReducer_closure130.prototype = { call$2: function(completer, action) { @@ -315141,7 +315311,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1212 + $signature: 1213 }; F.forceSelectedReducer_closure131.prototype = { call$2: function(completer, action) { @@ -315149,7 +315319,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1213 + $signature: 1214 }; F.forceSelectedReducer_closure132.prototype = { call$2: function(completer, action) { @@ -315157,7 +315327,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1214 + $signature: 1215 }; F.forceSelectedReducer_closure133.prototype = { call$2: function(completer, action) { @@ -315165,7 +315335,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1215 + $signature: 1216 }; F.forceSelectedReducer_closure134.prototype = { call$2: function(completer, action) { @@ -315173,7 +315343,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1216 + $signature: 1217 }; F.selectedIdReducer_closure256.prototype = { call$2: function(completer, action) { @@ -315181,7 +315351,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1217 + $signature: 1218 }; F.selectedIdReducer_closure257.prototype = { call$2: function(completer, action) { @@ -315189,7 +315359,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1218 + $signature: 1219 }; F.selectedIdReducer_closure258.prototype = { call$2: function(selectedId, action) { @@ -315197,7 +315367,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; F.selectedIdReducer_closure259.prototype = { call$2: function(selectedId, action) { @@ -315221,7 +315391,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; F.selectedIdReducer_closure262.prototype = { call$2: function(selectedId, action) { @@ -315229,7 +315399,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; F.selectedIdReducer_closure263.prototype = { call$2: function(selectedId, action) { @@ -315237,7 +315407,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1219 + $signature: 1220 }; F.selectedIdReducer_closure264.prototype = { call$2: function(selectedId, action) { @@ -315245,7 +315415,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1220 + $signature: 1221 }; F.selectedIdReducer_closure265.prototype = { call$2: function(selectedId, action) { @@ -315253,7 +315423,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1221 + $signature: 1222 }; F.selectedIdReducer_closure266.prototype = { call$2: function(selectedId, action) { @@ -315261,7 +315431,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1222 + $signature: 1223 }; F.selectedIdReducer_closure267.prototype = { call$2: function(selectedId, action) { @@ -315269,7 +315439,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1223 + $signature: 1224 }; F.selectedIdReducer_closure268.prototype = { call$2: function(selectedId, action) { @@ -315277,7 +315447,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1224 + $signature: 1225 }; F.selectedIdReducer_closure269.prototype = { call$2: function(selectedId, action) { @@ -315285,7 +315455,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1225 + $signature: 1226 }; F.selectedIdReducer_closure270.prototype = { call$2: function(selectedId, action) { @@ -315298,7 +315468,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; F.editingReducer_closure85.prototype = { call$2: function(expenseCategories, action) { @@ -315306,7 +315476,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1226 + $signature: 1227 }; F.editingReducer_closure86.prototype = { call$2: function(expenseCategories, action) { @@ -315314,7 +315484,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1227 + $signature: 1228 }; F.editingReducer_closure87.prototype = { call$2: function(expenseCategories, action) { @@ -315322,7 +315492,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1228 + $signature: 1229 }; F.editingReducer_closure88.prototype = { call$2: function(expenseCategory, action) { @@ -315330,14 +315500,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1229 + $signature: 1230 }; F.editingReducer__closure34.prototype = { call$1: function(b) { b.get$_expense_category_model$_$this()._expense_category_model$_isChanged = true; return b; }, - $signature: 394 + $signature: 393 }; F._filterExpenseCategoriesByCustom1_closure.prototype = { call$1: function(b) { @@ -315473,7 +315643,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 327 + $signature: 399 }; F._deleteExpenseCategorySuccess_closure.prototype = { call$1: function(b) { @@ -315495,7 +315665,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 327 + $signature: 399 }; F._restoreExpenseCategorySuccess_closure.prototype = { call$1: function(b) { @@ -315517,7 +315687,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 327 + $signature: 399 }; F._addExpenseCategory_closure.prototype = { call$1: function(b) { @@ -315530,7 +315700,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 274 + $signature: 255 }; F._updateExpenseCategory_closure.prototype = { call$1: function(b) { @@ -315539,7 +315709,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 274 + $signature: 255 }; F._setLoadedExpenseCategory_closure.prototype = { call$1: function(b) { @@ -315548,13 +315718,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 274 + $signature: 255 }; O.memoizedFilteredExpenseCategoryList_closure.prototype = { call$4: function(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState) { return O.filteredExpenseCategoriesSelector(selectionState, expenseCategoryMap, expenseCategoryList, expenseCategoryListState); }, - $signature: 1233 + $signature: 1234 }; O.filteredExpenseCategoriesSelector_closure.prototype = { call$1: function(expenseCategoryId) { @@ -315586,7 +315756,7 @@ call$2: function(categoryId, expenseMap) { return O.calculateExpenseCategoryAmount(categoryId, expenseMap); }, - $signature: 1234 + $signature: 1235 }; O.calculateExpenseCategoryAmount_closure.prototype = { call$2: function(expenseId, expense) { @@ -315596,13 +315766,13 @@ t1.total = t1.total + expense.amount; } }, - $signature: 138 + $signature: 101 }; O.memoizedExpenseStatsForExpenseCategory_closure.prototype = { call$2: function(companyGatewayId, expenseMap) { return O.expenseStatsForExpenseCategory(companyGatewayId, expenseMap); }, - $signature: 210 + $signature: 128 }; O.expenseStatsForExpenseCategory_closure.prototype = { call$2: function(expenseId, expense) { @@ -315615,7 +315785,7 @@ ++this._box_0.countArchived; } }, - $signature: 138 + $signature: 101 }; Q.ExpenseCategoryState.prototype = { $get$1: function(_, categoryId) { @@ -315643,7 +315813,7 @@ call$1: function(item) { return item; }, - $signature: 1235 + $signature: 1236 }; Q.ExpenseCategoryState_loadExpenseCategories_closure.prototype = { call$1: function(b) { @@ -315658,7 +315828,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 274 + $signature: 255 }; Q.ExpenseCategoryUIState.prototype = { get$isCreatingNew: function() { @@ -316214,7 +316384,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; X._archiveGroup_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -316237,14 +316407,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 404 + $signature: 403 }; X._archiveGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchiveGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 405 + $signature: 404 }; X._archiveGroup__closure1.prototype = { call$1: function(error) { @@ -316275,14 +316445,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 404 + $signature: 403 }; X._deleteGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 405 + $signature: 404 }; X._deleteGroup__closure1.prototype = { call$1: function(error) { @@ -316313,14 +316483,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).groupState.map._map$_map, id); }, - $signature: 404 + $signature: 403 }; X._restoreGroup__closure0.prototype = { call$1: function(groups) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.RestoreGroupSuccess(groups)); this.action.completer.complete$1(0, null); }, - $signature: 405 + $signature: 404 }; X._restoreGroup__closure1.prototype = { call$1: function(error) { @@ -316415,7 +316585,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1239 + $signature: 1240 }; X._loadGroups__closure0.prototype = { call$1: function(error) { @@ -316486,7 +316656,7 @@ b.get$_group_state$_$this()._group_state$_forceSelected = t3; return b; }, - $signature: 1240 + $signature: 1241 }; K.forceSelectedReducer_closure55.prototype = { call$2: function(completer, action) { @@ -316494,7 +316664,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1241 + $signature: 1242 }; K.forceSelectedReducer_closure56.prototype = { call$2: function(completer, action) { @@ -316502,7 +316672,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1242 + $signature: 1243 }; K.forceSelectedReducer_closure57.prototype = { call$2: function(completer, action) { @@ -316510,7 +316680,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1243 + $signature: 1244 }; K.forceSelectedReducer_closure58.prototype = { call$2: function(completer, action) { @@ -316518,7 +316688,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1244 + $signature: 1245 }; K.selectedIdReducer_closure107.prototype = { call$2: function(completer, action) { @@ -316526,7 +316696,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1245 + $signature: 1246 }; K.selectedIdReducer_closure108.prototype = { call$2: function(completer, action) { @@ -316534,7 +316704,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1246 + $signature: 1247 }; K.selectedIdReducer_closure109.prototype = { call$2: function(selectedId, action) { @@ -316542,7 +316712,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; K.selectedIdReducer_closure110.prototype = { call$2: function(selectedId, action) { @@ -316550,7 +316720,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1247 + $signature: 1248 }; K.selectedIdReducer_closure111.prototype = { call$2: function(selectedId, action) { @@ -316558,7 +316728,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1248 + $signature: 1249 }; K.selectedIdReducer_closure112.prototype = { call$2: function(selectedId, action) { @@ -316566,7 +316736,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; K.selectedIdReducer_closure113.prototype = { call$2: function(selectedId, action) { @@ -316574,7 +316744,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; K.selectedIdReducer_closure114.prototype = { call$2: function(selectedId, action) { @@ -316582,7 +316752,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1249 + $signature: 1250 }; K.selectedIdReducer_closure115.prototype = { call$2: function(selectedId, action) { @@ -316590,7 +316760,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1250 + $signature: 1251 }; K.selectedIdReducer_closure116.prototype = { call$2: function(selectedId, action) { @@ -316598,7 +316768,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1251 + $signature: 1252 }; K.selectedIdReducer_closure117.prototype = { call$2: function(selectedId, action) { @@ -316606,7 +316776,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; K.selectedIdReducer_closure118.prototype = { call$2: function(selectedId, action) { @@ -316619,7 +316789,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; K.editingReducer_closure31.prototype = { call$2: function(groups, action) { @@ -316627,7 +316797,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1252 + $signature: 1253 }; K.editingReducer_closure32.prototype = { call$2: function(groups, action) { @@ -316635,7 +316805,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1253 + $signature: 1254 }; K.editingReducer_closure33.prototype = { call$2: function(groups, action) { @@ -316643,7 +316813,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1254 + $signature: 1255 }; K.editingReducer_closure34.prototype = { call$2: function(group, action) { @@ -316651,14 +316821,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1255 + $signature: 1256 }; K.editingReducer__closure12.prototype = { call$1: function(b) { b.get$_group_model$_$this()._group_model$_isChanged = true; return b; }, - $signature: 406 + $signature: 405 }; K._viewGroupList_closure.prototype = { call$1: function(b) { @@ -316824,7 +316994,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 173 + $signature: 174 }; K._updateGroup_closure.prototype = { call$1: function(b) { @@ -316833,7 +317003,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 173 + $signature: 174 }; K._setLoadedGroup_closure.prototype = { call$1: function(b) { @@ -316842,14 +317012,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 173 + $signature: 174 }; K._setLoadedGroups_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.groups, new K._setLoadedGroups__closure(), new K._setLoadedGroups__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 173 + $signature: 174 }; K._setLoadedGroups__closure.prototype = { call$1: function(item) { @@ -316861,7 +317031,7 @@ call$1: function(item) { return item; }, - $signature: 630 + $signature: 631 }; K._setLoadedGroups_closure0.prototype = { call$1: function(b) { @@ -316870,14 +317040,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 173 + $signature: 174 }; K._setLoadedCompany_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.groups, new K._setLoadedCompany__closure(), new K._setLoadedCompany__closure0(), type$.legacy_String, type$.legacy_GroupEntity)); return b; }, - $signature: 173 + $signature: 174 }; K._setLoadedCompany__closure.prototype = { call$1: function(item) { @@ -316889,7 +317059,7 @@ call$1: function(item) { return item; }, - $signature: 630 + $signature: 631 }; K._setLoadedCompany_closure0.prototype = { call$1: function(b) { @@ -316898,13 +317068,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 173 + $signature: 174 }; S.memoizedFilteredGroupList_closure.prototype = { call$4: function(selectionState, groupMap, groupList, groupListState) { return S.filteredGroupsSelector(selectionState, groupMap, groupList, groupListState); }, - $signature: 1260 + $signature: 1261 }; S.filteredGroupsSelector_closure.prototype = { call$1: function(groupId) { @@ -316954,7 +317124,7 @@ call$2: function(clientMap, groupId) { return S.clientStatsForGroup(clientMap, groupId); }, - $signature: 1261 + $signature: 1262 }; S.clientStatsForGroup_closure.prototype = { call$2: function(clientId, client) { @@ -317619,14 +317789,14 @@ call$1: function(invoice) { return type$.legacy_InvoiceEntity._as(invoice).statusId !== "4"; }, - $signature: 268 + $signature: 269 }; Q.handleInvoiceAction__closure0.prototype = { call$1: function(invoice) { var t1 = invoice.id; return F.PaymentableEntity_PaymentableEntity(invoice.statusId !== "1" ? invoice.balance : invoice.amount, null, t1); }, - $signature: 502 + $signature: 504 }; G._viewInvoiceList_closure0.prototype = { call$3: function(store, dynamicAction, next) { @@ -317650,7 +317820,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; G._viewInvoice_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -317846,7 +318016,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).invoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; G._archiveInvoice__closure0.prototype = { call$1: function(invoices) { @@ -317884,7 +318054,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).invoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; G._deleteInvoice__closure0.prototype = { call$1: function(invoices) { @@ -317926,7 +318096,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).invoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; G._restoreInvoice__closure0.prototype = { call$1: function(invoices) { @@ -318054,7 +318224,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t2)); this.action.completer.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; G._emailInvoice__closure0.prototype = { call$1: function(error) { @@ -318112,7 +318282,7 @@ call$1: function(item) { return !item.get$isEmpty(item); }, - $signature: 64 + $signature: 63 }; G._saveInvoice__closure0.prototype = { call$1: function(invoice) { @@ -318125,7 +318295,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); t1.completer.complete$1(0, invoice); }, - $signature: 70 + $signature: 69 }; G._saveInvoice__closure1.prototype = { call$1: function(error) { @@ -318154,7 +318324,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; G._loadInvoice__closure0.prototype = { call$1: function(error) { @@ -318225,7 +318395,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.SaveInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; G._saveDocument__closure20.prototype = { call$1: function(error) { @@ -318261,7 +318431,7 @@ b.get$_invoice_state$_$this()._invoice_state$_historyActivityId = t3; return b; }, - $signature: 1262 + $signature: 1263 }; D.forceSelectedReducer_closure159.prototype = { call$2: function(completer, action) { @@ -318269,7 +318439,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1263 + $signature: 1264 }; D.forceSelectedReducer_closure160.prototype = { call$2: function(completer, action) { @@ -318277,7 +318447,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1264 + $signature: 1265 }; D.forceSelectedReducer_closure161.prototype = { call$2: function(completer, action) { @@ -318285,7 +318455,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1265 + $signature: 1266 }; D.forceSelectedReducer_closure162.prototype = { call$2: function(completer, action) { @@ -318293,7 +318463,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1266 + $signature: 1267 }; D.forceSelectedReducer_closure163.prototype = { call$2: function(completer, action) { @@ -318301,7 +318471,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1267 + $signature: 1268 }; D.forceSelectedReducer_closure164.prototype = { call$2: function(completer, action) { @@ -318309,7 +318479,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1268 + $signature: 1269 }; D.forceSelectedReducer_closure165.prototype = { call$2: function(completer, action) { @@ -318317,7 +318487,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1269 + $signature: 1270 }; D.forceSelectedReducer_closure166.prototype = { call$2: function(completer, action) { @@ -318325,7 +318495,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1270 + $signature: 1271 }; D.tabIndexReducer_closure19.prototype = { call$2: function(completer, action) { @@ -318333,7 +318503,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1271 + $signature: 1272 }; D.tabIndexReducer_closure20.prototype = { call$2: function(completer, action) { @@ -318341,7 +318511,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; D.historyActivityIdReducer_closure2.prototype = { call$2: function(index, action) { @@ -318357,7 +318527,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1273 + $signature: 1274 }; D.editingItemIndexReducer_closure2.prototype = { call$2: function(index, action) { @@ -318365,7 +318535,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1274 + $signature: 1275 }; D.selectedIdReducer_closure316.prototype = { call$2: function(completer, action) { @@ -318373,7 +318543,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1275 + $signature: 1276 }; D.selectedIdReducer_closure317.prototype = { call$2: function(completer, action) { @@ -318381,7 +318551,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1276 + $signature: 1277 }; D.selectedIdReducer_closure318.prototype = { call$2: function(selectedId, action) { @@ -318389,7 +318559,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; D.selectedIdReducer_closure319.prototype = { call$2: function(selectedId, action) { @@ -318397,7 +318567,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1277 + $signature: 1278 }; D.selectedIdReducer_closure320.prototype = { call$2: function(selectedId, action) { @@ -318405,7 +318575,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1278 + $signature: 1279 }; D.selectedIdReducer_closure321.prototype = { call$2: function(selectedId, action) { @@ -318413,7 +318583,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1279 + $signature: 1280 }; D.selectedIdReducer_closure322.prototype = { call$2: function(selectedId, action) { @@ -318429,7 +318599,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; D.selectedIdReducer_closure324.prototype = { call$2: function(selectedId, action) { @@ -318437,7 +318607,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; D.selectedIdReducer_closure325.prototype = { call$2: function(selectedId, action) { @@ -318445,7 +318615,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1280 + $signature: 1281 }; D.selectedIdReducer_closure326.prototype = { call$2: function(selectedId, action) { @@ -318453,7 +318623,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1281 + $signature: 1282 }; D.selectedIdReducer_closure327.prototype = { call$2: function(selectedId, action) { @@ -318461,7 +318631,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1282 + $signature: 1283 }; D.selectedIdReducer_closure328.prototype = { call$2: function(selectedId, action) { @@ -318469,7 +318639,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1283 + $signature: 1284 }; D.selectedIdReducer_closure329.prototype = { call$2: function(selectedId, action) { @@ -318477,7 +318647,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1284 + $signature: 1285 }; D.selectedIdReducer_closure330.prototype = { call$2: function(selectedId, action) { @@ -318485,7 +318655,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1285 + $signature: 1286 }; D.selectedIdReducer_closure331.prototype = { call$2: function(selectedId, action) { @@ -318493,7 +318663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1286 + $signature: 1287 }; D.selectedIdReducer_closure332.prototype = { call$2: function(selectedId, action) { @@ -318501,7 +318671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1287 + $signature: 1288 }; D.selectedIdReducer_closure333.prototype = { call$2: function(selectedId, action) { @@ -318509,7 +318679,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; D.selectedIdReducer_closure334.prototype = { call$2: function(selectedId, action) { @@ -318522,7 +318692,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; D.editingReducer_closure101.prototype = { call$2: function(invoice, action) { @@ -318530,7 +318700,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1288 + $signature: 1289 }; D.editingReducer__closure44.prototype = { call$1: function(b) { @@ -318545,7 +318715,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 633 + $signature: 635 }; D.editingReducer__closure43.prototype = { call$1: function(b) { @@ -318560,7 +318730,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1290 + $signature: 1291 }; D.editingReducer_closure104.prototype = { call$2: function(invoice, action) { @@ -318568,7 +318738,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 635 + $signature: 636 }; D.editingReducer__closure42.prototype = { call$1: function(b) { @@ -318598,7 +318768,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1293 + $signature: 1294 }; D.editingReducer__closure40.prototype = { call$1: function(b) { @@ -318625,13 +318795,13 @@ call$1: function(contact) { return contact.sendEmail; }, - $signature: 94 + $signature: 99 }; D.editingReducer___closure6.prototype = { call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 221 + $signature: 222 }; D.editingReducer_closure107.prototype = { call$2: function(invoices, action) { @@ -318639,7 +318809,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1294 + $signature: 1295 }; D.editingReducer_closure108.prototype = { call$2: function(invoices, action) { @@ -318647,7 +318817,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1295 + $signature: 1296 }; D.editingReducer_closure109.prototype = { call$2: function(invoices, action) { @@ -318655,7 +318825,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1296 + $signature: 1297 }; D.editingReducer_closure110.prototype = { call$2: function(invoice, action) { @@ -318663,7 +318833,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1297 + $signature: 1298 }; D.editingReducer__closure39.prototype = { call$1: function(b) { @@ -318683,7 +318853,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1298 + $signature: 1299 }; D.editingReducer__closure38.prototype = { call$1: function(b) { @@ -318926,7 +319096,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._markInvoicesPaidSuccess_closure.prototype = { call$1: function(b) { @@ -318948,7 +319118,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._reverseInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -318970,7 +319140,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._cancelInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -318992,7 +319162,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._archiveInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -319014,7 +319184,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._deleteInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -319036,7 +319206,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._emailInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -319045,7 +319215,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 275 + $signature: 273 }; D._restoreInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -319067,7 +319237,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 174 + $signature: 175 }; D._addInvoice_closure.prototype = { call$1: function(b) { @@ -319080,14 +319250,14 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 275 + $signature: 273 }; D._updateInvoice_closure.prototype = { call$1: function(b) { b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$invoice()), this.invoice.rebuild$1(new D._updateInvoice__closure())); return b; }, - $signature: 275 + $signature: 273 }; D._updateInvoice__closure.prototype = { call$1: function(b) { @@ -319101,7 +319271,7 @@ call$7: function(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix) { return Z.dropdownInvoiceSelector(invoiceMap, clientMap, invoiceList, clientId, userMap, excludedIds, recurringPrefix); }, - $signature: 1301 + $signature: 1302 }; Z.dropdownInvoiceSelector_closure.prototype = { call$1: function(invoiceId) { @@ -319151,13 +319321,13 @@ call$8: function(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix) { return Z.filteredInvoicesSelector(selectionState, invoiceMap, invoiceList, clientMap, paymentMap, invoiceListState, userMap, recurringPrefix); }, - $signature: 1302 + $signature: 1303 }; Z.filteredInvoicesSelector_closure.prototype = { call$2: function(paymentId, payment) { C.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new Z.filteredInvoicesSelector__closure0(this.invoicePaymentMap, payment)); }, - $signature: 185 + $signature: 181 }; Z.filteredInvoicesSelector__closure0.prototype = { call$1: function(invoicePaymentable) { @@ -319267,7 +319437,7 @@ call$2: function(clientId, invoiceMap) { return Z.invoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForClient_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -319280,13 +319450,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Z.memoizedInvoiceStatsForDesign_closure.prototype = { call$2: function(designId, invoiceMap) { return Z.invoiceStatsForDesign(designId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForDesign_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -319299,13 +319469,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Z.memoizedInvoiceStatsForSubscription_closure.prototype = { call$2: function(subscriptionId, invoiceMap) { return Z.invoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForSubscription_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -319318,13 +319488,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Z.memoizedInvoiceStatsForUser_closure.prototype = { call$2: function(userId, invoiceMap) { return Z.invoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 80 }; Z.invoiceStatsForUser_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -319337,7 +319507,7 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; B.InvoiceState.prototype = { $get$1: function(_, invoiceId) { @@ -319366,7 +319536,7 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; B.InvoiceState_loadInvoices_closure.prototype = { call$1: function(b) { @@ -319381,7 +319551,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 275 + $signature: 273 }; B.InvoiceUIState.prototype = { get$isCreatingNew: function() { @@ -319935,7 +320105,7 @@ call$1: function(duration) { M.editEntity(null, this.context, this._box_0.payment.rebuild$1(new Q.handlePaymentAction__closure1()), null); }, - $signature: 45 + $signature: 44 }; Q.handlePaymentAction__closure1.prototype = { call$1: function(b) { @@ -319952,7 +320122,7 @@ t1 = t1.payment.rebuild$1(new Q.handlePaymentAction__closure0(this.company)); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ViewRefundPayment(t1)); }, - $signature: 45 + $signature: 44 }; Q.handlePaymentAction__closure.prototype = { call$1: function(b) { @@ -319998,7 +320168,7 @@ call$1: function(context) { return new B.PaymentEditScreen(null); }, - $signature: 608 + $signature: 609 }; D._viewRefundPayment_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -320022,7 +320192,7 @@ call$1: function(context) { return new Y.PaymentRefundScreen(null); }, - $signature: 609 + $signature: 610 }; D._viewPayment_closure.prototype = { call$3: function(store, action, next) { @@ -320074,7 +320244,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; D._archivePayment_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -320104,7 +320274,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ArchivePaymentsSuccess(payments)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 274 }; D._archivePayment__closure1.prototype = { call$1: function(error) { @@ -320144,7 +320314,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 274 }; D._deletePayment__closure1.prototype = { call$1: function(error) { @@ -320184,7 +320354,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 274 }; D._restorePayment__closure1.prototype = { call$1: function(error) { @@ -320218,7 +320388,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); t1.completer.complete$1(0, payment); }, - $signature: 125 + $signature: 130 }; D._savePayment__closure0.prototype = { call$1: function(error) { @@ -320246,7 +320416,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); this.action.completer.complete$1(0, payment); }, - $signature: 125 + $signature: 130 }; D._refundPayment__closure0.prototype = { call$1: function(error) { @@ -320271,7 +320441,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.EmailPaymentSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 276 + $signature: 274 }; D._emailPayment__closure0.prototype = { call$1: function(error) { @@ -320297,7 +320467,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadPaymentSuccess(payment)); this.action.completer.complete$1(0, null); }, - $signature: 125 + $signature: 130 }; D._loadPayment__closure0.prototype = { call$1: function(error) { @@ -320327,7 +320497,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new N.LoadRecurringInvoices()); }, - $signature: 1306 + $signature: 1307 }; D._loadPayments__closure0.prototype = { call$1: function(error) { @@ -320359,7 +320529,7 @@ b.get$_payment_state$_$this()._payment_state$_tabIndex = t3; return b; }, - $signature: 1307 + $signature: 1308 }; R.forceSelectedReducer_closure7.prototype = { call$2: function(completer, action) { @@ -320367,7 +320537,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1308 + $signature: 1309 }; R.forceSelectedReducer_closure8.prototype = { call$2: function(completer, action) { @@ -320375,7 +320545,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1309 + $signature: 1310 }; R.forceSelectedReducer_closure9.prototype = { call$2: function(completer, action) { @@ -320383,7 +320553,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1310 + $signature: 1311 }; R.forceSelectedReducer_closure10.prototype = { call$2: function(completer, action) { @@ -320391,7 +320561,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1311 + $signature: 1312 }; R.forceSelectedReducer_closure11.prototype = { call$2: function(completer, action) { @@ -320399,7 +320569,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1312 + $signature: 1313 }; R.forceSelectedReducer_closure12.prototype = { call$2: function(completer, action) { @@ -320407,7 +320577,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1313 + $signature: 1314 }; R.forceSelectedReducer_closure13.prototype = { call$2: function(completer, action) { @@ -320415,7 +320585,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1314 + $signature: 1315 }; R.forceSelectedReducer_closure14.prototype = { call$2: function(completer, action) { @@ -320423,7 +320593,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1315 + $signature: 1316 }; R.tabIndexReducer_closure1.prototype = { call$2: function(completer, action) { @@ -320431,7 +320601,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1316 + $signature: 1317 }; R.tabIndexReducer_closure2.prototype = { call$2: function(completer, action) { @@ -320439,7 +320609,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; R.selectedIdReducer_closure18.prototype = { call$2: function(completer, action) { @@ -320447,7 +320617,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1317 + $signature: 1318 }; R.selectedIdReducer_closure19.prototype = { call$2: function(completer, action) { @@ -320455,7 +320625,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1318 + $signature: 1319 }; R.selectedIdReducer_closure20.prototype = { call$2: function(selectedId, action) { @@ -320463,7 +320633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; R.selectedIdReducer_closure21.prototype = { call$2: function(selectedId, action) { @@ -320471,7 +320641,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1319 + $signature: 1320 }; R.selectedIdReducer_closure22.prototype = { call$2: function(selectedId, action) { @@ -320479,7 +320649,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1320 + $signature: 1321 }; R.selectedIdReducer_closure23.prototype = { call$2: function(selectedId, action) { @@ -320487,7 +320657,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; R.selectedIdReducer_closure24.prototype = { call$2: function(selectedId, action) { @@ -320495,7 +320665,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; R.selectedIdReducer_closure25.prototype = { call$2: function(selectedId, action) { @@ -320503,7 +320673,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1321 + $signature: 1322 }; R.selectedIdReducer_closure26.prototype = { call$2: function(selectedId, action) { @@ -320511,7 +320681,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1322 + $signature: 1323 }; R.selectedIdReducer_closure27.prototype = { call$2: function(selectedId, action) { @@ -320519,7 +320689,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1323 + $signature: 1324 }; R.selectedIdReducer_closure28.prototype = { call$2: function(selectedId, action) { @@ -320527,7 +320697,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1324 + $signature: 1325 }; R.selectedIdReducer_closure29.prototype = { call$2: function(selectedId, action) { @@ -320535,7 +320705,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1325 + $signature: 1326 }; R.selectedIdReducer_closure30.prototype = { call$2: function(selectedId, action) { @@ -320543,7 +320713,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1326 + $signature: 1327 }; R.selectedIdReducer_closure31.prototype = { call$2: function(selectedId, action) { @@ -320551,7 +320721,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1327 + $signature: 1328 }; R.selectedIdReducer_closure32.prototype = { call$2: function(selectedId, action) { @@ -320559,7 +320729,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; R.selectedIdReducer_closure33.prototype = { call$2: function(selectedId, action) { @@ -320572,7 +320742,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; R.editingReducer_closure10.prototype = { call$2: function(payments, action) { @@ -320580,7 +320750,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1328 + $signature: 1329 }; R.editingReducer_closure11.prototype = { call$2: function(payments, action) { @@ -320588,7 +320758,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1329 + $signature: 1330 }; R.editingReducer_closure12.prototype = { call$2: function(payments, action) { @@ -320596,7 +320766,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1330 + $signature: 1331 }; R.editingReducer_closure13.prototype = { call$2: function(payment, action) { @@ -320604,7 +320774,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1331 + $signature: 1332 }; R.editingReducer__closure6.prototype = { call$1: function(b) { @@ -320853,7 +321023,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 277 + $signature: 275 }; R._updatePayment_closure.prototype = { call$1: function(b) { @@ -320862,7 +321032,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 277 + $signature: 275 }; R._setLoadedPayment_closure.prototype = { call$1: function(b) { @@ -320871,7 +321041,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 277 + $signature: 275 }; Q.memoizedPaymentsByInvoice_closure.prototype = { call$3: function(invoiceId, paymentMap, paymentList) { @@ -320889,13 +321059,13 @@ call$1: function(payment) { return J.map$1$1$ax(payment.paymentables._list, new Q.paymentsByInvoiceSelector__closure(), type$.legacy_String).contains$1(0, this.invoiceId) && !payment.isDeleted; }, - $signature: 371 + $signature: 387 }; Q.paymentsByInvoiceSelector__closure.prototype = { call$1: function(p) { return p.invoiceId; }, - $signature: 179 + $signature: 180 }; Q.memoizedPaymentsByCredit_closure.prototype = { call$3: function(invoiceId, paymentMap, paymentList) { @@ -320913,19 +321083,19 @@ call$1: function(payment) { return J.map$1$1$ax(payment.paymentables._list, new Q.paymentsByCreditSelector__closure(), type$.legacy_String).contains$1(0, this.creditId) && !payment.isDeleted; }, - $signature: 371 + $signature: 387 }; Q.paymentsByCreditSelector__closure.prototype = { call$1: function(p) { return p.creditId; }, - $signature: 179 + $signature: 180 }; Q.memoizedFilteredPaymentList_closure.prototype = { call$7: function(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState) { return Q.filteredPaymentsSelector(selectionState, paymentMap, paymentList, invoiceMap, clientMap, userMap, paymentListState); }, - $signature: 1336 + $signature: 1337 }; Q.filteredPaymentsSelector_closure.prototype = { call$1: function(paymentId) { @@ -320967,7 +321137,7 @@ call$1: function(p) { return p.invoiceId; }, - $signature: 179 + $signature: 180 }; Q.filteredPaymentsSelector_closure0.prototype = { call$2: function(paymentAId, paymentBId) { @@ -321116,7 +321286,7 @@ call$3: function(clientId, paymentMap, invoiceMap) { return Q.paymentStatsForClient(clientId, paymentMap, invoiceMap); }, - $signature: 1337 + $signature: 1338 }; Q.paymentStatsForClient_closure.prototype = { call$2: function(paymentId, payment) { @@ -321129,7 +321299,7 @@ ++this._box_0.countArchived; } }, - $signature: 185 + $signature: 181 }; L.PaymentState.prototype = { loadPayments$1: function(clients) { @@ -321149,7 +321319,7 @@ call$1: function(item) { return item; }, - $signature: 1338 + $signature: 1339 }; L.PaymentState_loadPayments_closure.prototype = { call$1: function(b) { @@ -321164,7 +321334,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 277 + $signature: 275 }; L.PaymentUIState.prototype = { get$isCreatingNew: function() { @@ -321714,7 +321884,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; E._archivePaymentTerm_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -321737,14 +321907,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 419 + $signature: 418 }; E._archivePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.ArchivePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 419 }; E._archivePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -321775,14 +321945,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 419 + $signature: 418 }; E._deletePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.DeletePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 419 }; E._deletePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -321813,14 +321983,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).paymentTermState.map._map$_map, id); }, - $signature: 419 + $signature: 418 }; E._restorePaymentTerm__closure0.prototype = { call$1: function(paymentTerms) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.RestorePaymentTermsSuccess(paymentTerms)); this.action.completer.complete$1(0, null); }, - $signature: 421 + $signature: 419 }; E._restorePaymentTerm__closure1.prototype = { call$1: function(error) { @@ -321850,7 +322020,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new D.SavePaymentTermSuccess(paymentTerm)); t1.completer.complete$1(0, paymentTerm); }, - $signature: 278 + $signature: 276 }; E._savePaymentTerm__closure0.prototype = { call$1: function(error) { @@ -321878,7 +322048,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.LoadPaymentTermSuccess(paymentTerm)); this.action.completer.complete$1(0, null); }, - $signature: 278 + $signature: 276 }; E._loadPaymentTerm__closure0.prototype = { call$1: function(error) { @@ -321909,7 +322079,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1342 + $signature: 1343 }; E._loadPaymentTerms__closure0.prototype = { call$1: function(error) { @@ -321942,7 +322112,7 @@ b.get$_payment_term_state$_$this()._payment_term_state$_forceSelected = t3; return b; }, - $signature: 1343 + $signature: 1344 }; L.forceSelectedReducer_closure95.prototype = { call$2: function(completer, action) { @@ -321950,7 +322120,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1344 + $signature: 1345 }; L.forceSelectedReducer_closure96.prototype = { call$2: function(completer, action) { @@ -321958,7 +322128,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1345 + $signature: 1346 }; L.forceSelectedReducer_closure97.prototype = { call$2: function(completer, action) { @@ -321966,7 +322136,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1346 + $signature: 1347 }; L.forceSelectedReducer_closure98.prototype = { call$2: function(completer, action) { @@ -321974,7 +322144,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1347 + $signature: 1348 }; L.forceSelectedReducer_closure99.prototype = { call$2: function(completer, action) { @@ -321982,7 +322152,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1348 + $signature: 1349 }; L.forceSelectedReducer_closure100.prototype = { call$2: function(completer, action) { @@ -321990,7 +322160,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1349 + $signature: 1350 }; L.forceSelectedReducer_closure101.prototype = { call$2: function(completer, action) { @@ -321998,7 +322168,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1350 + $signature: 1351 }; L.forceSelectedReducer_closure102.prototype = { call$2: function(completer, action) { @@ -322006,7 +322176,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1351 + $signature: 1352 }; L.selectedIdReducer_closure193.prototype = { call$2: function(completer, action) { @@ -322014,7 +322184,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1352 + $signature: 1353 }; L.selectedIdReducer_closure194.prototype = { call$2: function(completer, action) { @@ -322022,7 +322192,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1353 + $signature: 1354 }; L.selectedIdReducer_closure195.prototype = { call$2: function(selectedId, action) { @@ -322030,7 +322200,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; L.selectedIdReducer_closure196.prototype = { call$2: function(selectedId, action) { @@ -322054,7 +322224,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; L.selectedIdReducer_closure199.prototype = { call$2: function(selectedId, action) { @@ -322062,7 +322232,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; L.selectedIdReducer_closure200.prototype = { call$2: function(selectedId, action) { @@ -322070,7 +322240,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1354 + $signature: 1355 }; L.selectedIdReducer_closure201.prototype = { call$2: function(selectedId, action) { @@ -322078,7 +322248,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1355 + $signature: 1356 }; L.selectedIdReducer_closure202.prototype = { call$2: function(selectedId, action) { @@ -322086,7 +322256,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1356 + $signature: 1357 }; L.selectedIdReducer_closure203.prototype = { call$2: function(selectedId, action) { @@ -322094,7 +322264,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1357 + $signature: 1358 }; L.selectedIdReducer_closure204.prototype = { call$2: function(selectedId, action) { @@ -322102,7 +322272,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1358 + $signature: 1359 }; L.selectedIdReducer_closure205.prototype = { call$2: function(selectedId, action) { @@ -322110,7 +322280,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1359 + $signature: 1360 }; L.selectedIdReducer_closure206.prototype = { call$2: function(selectedId, action) { @@ -322118,7 +322288,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1360 + $signature: 1361 }; L.editingReducer_closure62.prototype = { call$2: function(paymentTerms, action) { @@ -322126,7 +322296,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1361 + $signature: 1362 }; L.editingReducer_closure63.prototype = { call$2: function(paymentTerms, action) { @@ -322134,7 +322304,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1362 + $signature: 1363 }; L.editingReducer_closure64.prototype = { call$2: function(paymentTerms, action) { @@ -322142,7 +322312,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1363 + $signature: 1364 }; L.editingReducer_closure65.prototype = { call$2: function(paymentTerm, action) { @@ -322150,7 +322320,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1364 + $signature: 1365 }; L.editingReducer__closure24.prototype = { call$1: function(b) { @@ -322304,7 +322474,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 432 + $signature: 426 }; L._deletePaymentTermSuccess_closure.prototype = { call$1: function(b) { @@ -322326,7 +322496,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 432 + $signature: 426 }; L._restorePaymentTermSuccess_closure.prototype = { call$1: function(b) { @@ -322348,7 +322518,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 432 + $signature: 426 }; L._addPaymentTerm_closure.prototype = { call$1: function(b) { @@ -322361,7 +322531,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 182 + $signature: 183 }; L._updatePaymentTerm_closure.prototype = { call$1: function(b) { @@ -322370,7 +322540,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 182 + $signature: 183 }; L._setLoadedPaymentTerm_closure.prototype = { call$1: function(b) { @@ -322379,14 +322549,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 182 + $signature: 183 }; L._setLoadedCompany_closure7.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.paymentTerms, new L._setLoadedCompany__closure7(), new L._setLoadedCompany__closure8(), type$.legacy_String, type$.legacy_PaymentTermEntity)); return b; }, - $signature: 182 + $signature: 183 }; L._setLoadedCompany__closure7.prototype = { call$1: function(item) { @@ -322407,13 +322577,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 182 + $signature: 183 }; V.memoizedDropdownPaymentTermList_closure.prototype = { call$2: function(paymentTermMap, paymentTermList) { return V.dropdownPaymentTermsSelector(paymentTermMap, paymentTermList); }, - $signature: 1369 + $signature: 1370 }; V.dropdownPaymentTermsSelector_closure.prototype = { call$1: function(paymentTermId) { @@ -322442,7 +322612,7 @@ call$4: function(selectionState, paymentTermMap, paymentTermList, paymentTermListState) { return V.filteredPaymentTermsSelector(selectionState, paymentTermMap, paymentTermList, paymentTermListState); }, - $signature: 1370 + $signature: 1371 }; V.filteredPaymentTermsSelector_closure.prototype = { call$1: function(paymentTermId) { @@ -322502,7 +322672,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 182 + $signature: 183 }; N.PaymentTermUIState.prototype = { get$isCreatingNew: function() { @@ -323005,7 +323175,7 @@ t3 = J.$index$asx(t4.$index(t2, t3).productState.map._map$_map, productId); return O.convertProductToInvoiceItem(null, t5, t1.staticState.currencyMap, this.invoice, t3); }, - $signature: 1371 + $signature: 1372 }; Z.StartProductMultiselect.prototype = {}; Z.AddToProductMultiselect.prototype = {}; @@ -323080,7 +323250,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; E._archiveProduct_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -323110,7 +323280,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.ArchiveProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 436 + $signature: 434 }; E._archiveProduct__closure1.prototype = { call$1: function(error) { @@ -323148,7 +323318,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.DeleteProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 436 + $signature: 434 }; E._deleteProduct__closure1.prototype = { call$1: function(error) { @@ -323186,7 +323356,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.RestoreProductsSuccess(products)); this.action.completer.complete$1(0, null); }, - $signature: 436 + $signature: 434 }; E._restoreProduct__closure1.prototype = { call$1: function(error) { @@ -323216,7 +323386,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Z.SaveProductSuccess(product)); t1.completer.complete$1(0, product); }, - $signature: 215 + $signature: 216 }; E._saveProduct__closure0.prototype = { call$1: function(error) { @@ -323245,7 +323415,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 215 + $signature: 216 }; E._loadProduct__closure0.prototype = { call$1: function(error) { @@ -323276,7 +323446,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.LoadInvoices()); }, - $signature: 1374 + $signature: 1375 }; E._loadProducts__closure0.prototype = { call$1: function(error) { @@ -323314,7 +323484,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.SaveProductSuccess(product)); this.action.completer.complete$1(0, null); }, - $signature: 215 + $signature: 216 }; E._saveDocument__closure24.prototype = { call$1: function(error) { @@ -323346,7 +323516,7 @@ b.get$_product_state$_$this()._product_state$_forceSelected = t3; return b; }, - $signature: 1375 + $signature: 1376 }; B.forceSelectedReducer_closure175.prototype = { call$2: function(completer, action) { @@ -323354,7 +323524,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1376 + $signature: 1377 }; B.forceSelectedReducer_closure176.prototype = { call$2: function(completer, action) { @@ -323362,7 +323532,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1377 + $signature: 1378 }; B.forceSelectedReducer_closure177.prototype = { call$2: function(completer, action) { @@ -323370,7 +323540,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1378 + $signature: 1379 }; B.forceSelectedReducer_closure178.prototype = { call$2: function(completer, action) { @@ -323378,7 +323548,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1379 + $signature: 1380 }; B.forceSelectedReducer_closure179.prototype = { call$2: function(completer, action) { @@ -323386,7 +323556,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1380 + $signature: 1381 }; B.forceSelectedReducer_closure180.prototype = { call$2: function(completer, action) { @@ -323394,7 +323564,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1381 + $signature: 1382 }; B.forceSelectedReducer_closure181.prototype = { call$2: function(completer, action) { @@ -323402,7 +323572,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1382 + $signature: 1383 }; B.forceSelectedReducer_closure182.prototype = { call$2: function(completer, action) { @@ -323410,7 +323580,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1383 + $signature: 1384 }; B.tabIndexReducer_closure23.prototype = { call$2: function(completer, action) { @@ -323418,7 +323588,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1384 + $signature: 1385 }; B.tabIndexReducer_closure24.prototype = { call$2: function(completer, action) { @@ -323426,7 +323596,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; B.editingReducer_closure126.prototype = { call$2: function(product, action) { @@ -323434,14 +323604,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1385 + $signature: 1386 }; B.editingReducer__closure49.prototype = { call$1: function(b) { b.get$_product_model$_$this()._product_model$_isChanged = true; return b; }, - $signature: 158 + $signature: 159 }; B.editingReducer_closure127.prototype = { call$2: function(products, action) { @@ -323449,7 +323619,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1386 + $signature: 1387 }; B.editingReducer_closure128.prototype = { call$2: function(products, action) { @@ -323457,7 +323627,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1387 + $signature: 1388 }; B.editingReducer_closure129.prototype = { call$2: function(products, action) { @@ -323465,7 +323635,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1388 + $signature: 1389 }; B.selectedIdReducer_closure351.prototype = { call$2: function(completer, action) { @@ -323473,7 +323643,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1389 + $signature: 1390 }; B.selectedIdReducer_closure352.prototype = { call$2: function(completer, action) { @@ -323481,7 +323651,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1390 + $signature: 1391 }; B.selectedIdReducer_closure353.prototype = { call$2: function(selectedId, action) { @@ -323489,7 +323659,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; B.selectedIdReducer_closure354.prototype = { call$2: function(selectedId, action) { @@ -323497,7 +323667,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1391 + $signature: 1392 }; B.selectedIdReducer_closure355.prototype = { call$2: function(selectedId, action) { @@ -323505,7 +323675,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1392 + $signature: 1393 }; B.selectedIdReducer_closure356.prototype = { call$2: function(selectedId, action) { @@ -323513,7 +323683,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; B.selectedIdReducer_closure357.prototype = { call$2: function(selectedId, action) { @@ -323521,7 +323691,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; B.selectedIdReducer_closure358.prototype = { call$2: function(selectedId, action) { @@ -323529,7 +323699,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1393 + $signature: 1394 }; B.selectedIdReducer_closure359.prototype = { call$2: function(selectedId, action) { @@ -323537,7 +323707,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1394 + $signature: 1395 }; B.selectedIdReducer_closure360.prototype = { call$2: function(selectedId, action) { @@ -323545,7 +323715,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1395 + $signature: 1396 }; B.selectedIdReducer_closure361.prototype = { call$2: function(selectedId, action) { @@ -323553,7 +323723,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1396 + $signature: 1397 }; B.selectedIdReducer_closure362.prototype = { call$2: function(selectedId, action) { @@ -323561,7 +323731,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1397 + $signature: 1398 }; B.selectedIdReducer_closure363.prototype = { call$2: function(selectedId, action) { @@ -323569,7 +323739,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1398 + $signature: 1399 }; B.selectedIdReducer_closure364.prototype = { call$2: function(selectedId, action) { @@ -323577,7 +323747,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1399 + $signature: 1400 }; B._viewClientList_closure0.prototype = { call$1: function(b) { @@ -323762,7 +323932,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 441 + $signature: 436 }; B._deleteProductSuccess_closure.prototype = { call$1: function(b) { @@ -323784,7 +323954,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 441 + $signature: 436 }; B._restoreProductSuccess_closure.prototype = { call$1: function(b) { @@ -323806,7 +323976,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 441 + $signature: 436 }; B._addProduct_closure.prototype = { call$1: function(b) { @@ -323819,7 +323989,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 279 + $signature: 277 }; B._updateProduct_closure.prototype = { call$1: function(b) { @@ -323828,7 +323998,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 279 + $signature: 277 }; B._setLoadedProduct_closure.prototype = { call$1: function(b) { @@ -323837,7 +324007,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 279 + $signature: 277 }; O.convertProductToInvoiceItem_closure.prototype = { call$1: function(b) { @@ -323874,13 +324044,13 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 55 + $signature: 54 }; O.memoizedDropdownProductList_closure.prototype = { call$3: function(productMap, productList, userMap) { return O.dropdownProductsSelector(productMap, productList, userMap); }, - $signature: 1402 + $signature: 1403 }; O.dropdownProductsSelector_closure.prototype = { call$1: function(productId) { @@ -323903,7 +324073,7 @@ call$1: function(productMap) { return O.productList(productMap); }, - $signature: 1403 + $signature: 1404 }; O.productList_closure.prototype = { call$1: function(productId) { @@ -323926,7 +324096,7 @@ call$5: function(selectionState, productMap, productList, productListState, userMap) { return O.filteredProductsSelector(selectionState, productMap, productList, productListState, userMap); }, - $signature: 1404 + $signature: 1405 }; O.filteredProductsSelector_closure.prototype = { call$1: function(productId) { @@ -324000,7 +324170,7 @@ call$1: function(item) { return item; }, - $signature: 1405 + $signature: 1406 }; Y.ProductState_loadProducts_closure.prototype = { call$1: function(b) { @@ -324015,7 +324185,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 279 + $signature: 277 }; Y.ProductUIState.prototype = { get$isCreatingNew: function() { @@ -324593,7 +324763,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; Q._archiveProject_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -324623,7 +324793,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.ArchiveProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 448 + $signature: 446 }; Q._archiveProject__closure1.prototype = { call$1: function(error) { @@ -324661,7 +324831,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.DeleteProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 448 + $signature: 446 }; Q._deleteProject__closure1.prototype = { call$1: function(error) { @@ -324699,7 +324869,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.RestoreProjectSuccess(projects)); this.action.completer.complete$1(0, null); }, - $signature: 448 + $signature: 446 }; Q._restoreProject__closure1.prototype = { call$1: function(error) { @@ -324732,7 +324902,7 @@ if (t1 != null) t1.complete$1(0, project); }, - $signature: 216 + $signature: 217 }; Q._saveProject__closure0.prototype = { call$1: function(error) { @@ -324761,7 +324931,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 216 + $signature: 217 }; Q._loadProject__closure0.prototype = { call$1: function(error) { @@ -324794,7 +324964,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.LoadTasks()); }, - $signature: 1408 + $signature: 1409 }; Q._loadProjects__closure0.prototype = { call$1: function(error) { @@ -324832,7 +325002,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.SaveProjectSuccess(project)); this.action.completer.complete$1(0, null); }, - $signature: 216 + $signature: 217 }; Q._saveDocument__closure12.prototype = { call$1: function(error) { @@ -324868,7 +325038,7 @@ b.get$_project_state$_$this()._project_state$_cancelCompleter = t3; return b; }, - $signature: 1409 + $signature: 1410 }; G.forceSelectedReducer_closure15.prototype = { call$2: function(completer, action) { @@ -324876,7 +325046,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1410 + $signature: 1411 }; G.forceSelectedReducer_closure16.prototype = { call$2: function(completer, action) { @@ -324884,7 +325054,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1411 + $signature: 1412 }; G.forceSelectedReducer_closure17.prototype = { call$2: function(completer, action) { @@ -324892,7 +325062,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1412 + $signature: 1413 }; G.forceSelectedReducer_closure18.prototype = { call$2: function(completer, action) { @@ -324900,7 +325070,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1413 + $signature: 1414 }; G.forceSelectedReducer_closure19.prototype = { call$2: function(completer, action) { @@ -324908,7 +325078,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1414 + $signature: 1415 }; G.forceSelectedReducer_closure20.prototype = { call$2: function(completer, action) { @@ -324916,7 +325086,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1415 + $signature: 1416 }; G.forceSelectedReducer_closure21.prototype = { call$2: function(completer, action) { @@ -324924,7 +325094,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1416 + $signature: 1417 }; G.forceSelectedReducer_closure22.prototype = { call$2: function(completer, action) { @@ -324932,7 +325102,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1417 + $signature: 1418 }; G.tabIndexReducer_closure3.prototype = { call$2: function(completer, action) { @@ -324940,7 +325110,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1418 + $signature: 1419 }; G.tabIndexReducer_closure4.prototype = { call$2: function(completer, action) { @@ -324948,7 +325118,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; G.saveCompleterReducer_closure.prototype = { call$2: function(completer, action) { @@ -324956,7 +325126,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 686 + $signature: 688 }; G.cancelCompleterReducer_closure.prototype = { call$2: function(completer, action) { @@ -324964,7 +325134,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 686 + $signature: 688 }; G.selectedIdReducer_closure34.prototype = { call$2: function(completer, action) { @@ -324972,7 +325142,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1420 + $signature: 1421 }; G.selectedIdReducer_closure35.prototype = { call$2: function(completer, action) { @@ -324980,7 +325150,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1421 + $signature: 1422 }; G.selectedIdReducer_closure36.prototype = { call$2: function(selectedId, action) { @@ -324988,7 +325158,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; G.selectedIdReducer_closure37.prototype = { call$2: function(selectedId, action) { @@ -324996,7 +325166,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1422 + $signature: 1423 }; G.selectedIdReducer_closure38.prototype = { call$2: function(selectedId, action) { @@ -325004,7 +325174,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1423 + $signature: 1424 }; G.selectedIdReducer_closure39.prototype = { call$2: function(selectedId, action) { @@ -325012,7 +325182,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; G.selectedIdReducer_closure40.prototype = { call$2: function(selectedId, action) { @@ -325020,7 +325190,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; G.selectedIdReducer_closure41.prototype = { call$2: function(selectedId, action) { @@ -325028,7 +325198,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1424 + $signature: 1425 }; G.selectedIdReducer_closure42.prototype = { call$2: function(selectedId, action) { @@ -325036,7 +325206,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1425 + $signature: 1426 }; G.selectedIdReducer_closure43.prototype = { call$2: function(selectedId, action) { @@ -325044,7 +325214,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1426 + $signature: 1427 }; G.selectedIdReducer_closure44.prototype = { call$2: function(selectedId, action) { @@ -325052,7 +325222,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1427 + $signature: 1428 }; G.selectedIdReducer_closure45.prototype = { call$2: function(selectedId, action) { @@ -325060,7 +325230,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1428 + $signature: 1429 }; G.selectedIdReducer_closure46.prototype = { call$2: function(selectedId, action) { @@ -325068,7 +325238,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1429 + $signature: 1430 }; G.selectedIdReducer_closure47.prototype = { call$2: function(selectedId, action) { @@ -325076,7 +325246,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1430 + $signature: 1431 }; G.selectedIdReducer_closure48.prototype = { call$2: function(selectedId, action) { @@ -325089,7 +325259,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; G.editingReducer_closure14.prototype = { call$2: function(projects, action) { @@ -325097,7 +325267,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1431 + $signature: 1432 }; G.editingReducer_closure15.prototype = { call$2: function(projects, action) { @@ -325105,7 +325275,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1432 + $signature: 1433 }; G.editingReducer_closure16.prototype = { call$2: function(projects, action) { @@ -325113,7 +325283,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1433 + $signature: 1434 }; G.editingReducer_closure17.prototype = { call$2: function(project, action) { @@ -325121,14 +325291,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1434 + $signature: 1435 }; G.editingReducer__closure7.prototype = { call$1: function(b) { b.get$_project_model$_$this()._project_model$_isChanged = true; return b; }, - $signature: 159 + $signature: 160 }; G._viewProjectList_closure.prototype = { call$1: function(b) { @@ -325313,7 +325483,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 450 + $signature: 447 }; G._deleteProjectSuccess_closure.prototype = { call$1: function(b) { @@ -325335,7 +325505,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 450 + $signature: 447 }; G._restoreProjectSuccess_closure.prototype = { call$1: function(b) { @@ -325357,7 +325527,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 450 + $signature: 447 }; G._addProject_closure.prototype = { call$1: function(b) { @@ -325370,7 +325540,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 280 + $signature: 278 }; G._updateProject_closure.prototype = { call$1: function(b) { @@ -325379,7 +325549,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 280 + $signature: 278 }; G._setLoadedProject_closure.prototype = { call$1: function(b) { @@ -325388,7 +325558,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 280 + $signature: 278 }; Q.convertProjectToInvoiceItem_closure.prototype = { call$2: function(index, task) { @@ -325404,7 +325574,7 @@ if (t1) this.tasks.push(task); }, - $signature: 127 + $signature: 124 }; Q.convertProjectToInvoiceItem_closure0.prototype = { call$2: function(taskA, taskB) { @@ -325412,20 +325582,20 @@ t2 = C.JSArray_methods.get$first(taskB.getTaskTimes$0()); return C.JSInt_methods.compareTo$1(t1.startDate._value, t2.startDate._value); }, - $signature: 353 + $signature: 357 }; Q.convertProjectToInvoiceItem_closure1.prototype = { call$1: function(b) { var t1 = "## " + this.project.name + "\n\n" + this._box_0.item.notes; return b.get$_invoice_model$_$this()._invoice_model$_notes = t1; }, - $signature: 1437 + $signature: 1438 }; Q.memoizedDropdownProjectList_closure.prototype = { call$5: function(projectMap, projectList, clientMap, userMap, clientId) { return Q.dropdownProjectsSelector(projectMap, projectList, clientMap, userMap, clientId); }, - $signature: 1438 + $signature: 1439 }; Q.dropdownProjectsSelector_closure.prototype = { call$1: function(projectId) { @@ -325466,7 +325636,7 @@ call$6: function(selectionState, projectMap, projectList, projectListState, clientMap, userMap) { return Q.filteredProjectsSelector(selectionState, projectMap, projectList, projectListState, clientMap, userMap); }, - $signature: 1439 + $signature: 1440 }; Q.filteredProjectsSelector_closure.prototype = { call$1: function(projectId) { @@ -325553,13 +325723,13 @@ t1.total = t1.total + C.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 127 + $signature: 124 }; Q.memoizedProjectStatsForClient_closure.prototype = { call$2: function(clientId, projectMap) { return Q.projectStatsForClient(clientId, projectMap); }, - $signature: 697 + $signature: 700 }; Q.projectStatsForClient_closure.prototype = { call$2: function(projectId, project) { @@ -325572,13 +325742,13 @@ ++this._box_0.countArchived; } }, - $signature: 1441 + $signature: 1442 }; Q.memoizedProjectStatsForUser_closure.prototype = { call$2: function(userId, projectMap) { return Q.projectStatsForClient(userId, projectMap); }, - $signature: 697 + $signature: 700 }; D.ProjectState.prototype = { $get$1: function(_, projectId) { @@ -325606,7 +325776,7 @@ call$1: function(item) { return item; }, - $signature: 1442 + $signature: 1443 }; D.ProjectState_loadProjects_closure.prototype = { call$1: function(b) { @@ -325621,7 +325791,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 280 + $signature: 278 }; D.ProjectUIState.prototype = { get$isCreatingNew: function() { @@ -326255,7 +326425,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; S._editQuote_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -326361,7 +326531,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).quoteState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; S._archiveQuote__closure0.prototype = { call$1: function(quotes) { @@ -326399,7 +326569,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).quoteState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; S._deleteQuote__closure0.prototype = { call$1: function(quotes) { @@ -326437,7 +326607,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).quoteState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; S._restoreQuote__closure0.prototype = { call$1: function(quotes) { @@ -326528,7 +326698,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailQuoteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 92 + $signature: 88 }; S._emailQuote__closure0.prototype = { call$1: function(error) { @@ -326561,7 +326731,7 @@ call$1: function(item) { return !item.get$isEmpty(item); }, - $signature: 64 + $signature: 63 }; S._saveQuote__closure0.prototype = { call$1: function(quote) { @@ -326573,7 +326743,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new E.SaveQuoteSuccess(quote)); t1.completer.complete$1(0, quote); }, - $signature: 70 + $signature: 69 }; S._saveQuote__closure1.prototype = { call$1: function(error) { @@ -326602,7 +326772,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; S._loadQuote__closure0.prototype = { call$1: function(error) { @@ -326723,7 +326893,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.SaveQuoteSuccess(quote)); this.action.completer.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; S._saveDocument__closure10.prototype = { call$1: function(error) { @@ -326759,7 +326929,7 @@ b.get$_quote_state$_$this()._historyActivityId = t3; return b; }, - $signature: 1443 + $signature: 1444 }; L.forceSelectedReducer_closure.prototype = { call$2: function(completer, action) { @@ -326767,7 +326937,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1444 + $signature: 1445 }; L.forceSelectedReducer_closure0.prototype = { call$2: function(completer, action) { @@ -326775,7 +326945,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1445 + $signature: 1446 }; L.forceSelectedReducer_closure1.prototype = { call$2: function(completer, action) { @@ -326783,7 +326953,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1446 + $signature: 1447 }; L.forceSelectedReducer_closure2.prototype = { call$2: function(completer, action) { @@ -326791,7 +326961,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1447 + $signature: 1448 }; L.forceSelectedReducer_closure3.prototype = { call$2: function(completer, action) { @@ -326799,7 +326969,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1448 + $signature: 1449 }; L.forceSelectedReducer_closure4.prototype = { call$2: function(completer, action) { @@ -326807,7 +326977,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1449 + $signature: 1450 }; L.forceSelectedReducer_closure5.prototype = { call$2: function(completer, action) { @@ -326815,7 +326985,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1450 + $signature: 1451 }; L.forceSelectedReducer_closure6.prototype = { call$2: function(completer, action) { @@ -326823,7 +326993,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1451 + $signature: 1452 }; L.tabIndexReducer_closure.prototype = { call$2: function(completer, action) { @@ -326831,7 +327001,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1452 + $signature: 1453 }; L.tabIndexReducer_closure0.prototype = { call$2: function(completer, action) { @@ -326839,7 +327009,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; L.historyActivityIdReducer_closure.prototype = { call$2: function(index, action) { @@ -326847,7 +327017,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 700 + $signature: 701 }; L.editingItemReducer_closure.prototype = { call$2: function(index, action) { @@ -326855,7 +327025,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1454 + $signature: 1455 }; L.editingItemReducer_closure0.prototype = { call$2: function(index, action) { @@ -326863,7 +327033,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1455 + $signature: 1456 }; L.selectedIdReducer_closure.prototype = { call$2: function(completer, action) { @@ -326871,7 +327041,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1456 + $signature: 1457 }; L.selectedIdReducer_closure0.prototype = { call$2: function(completer, action) { @@ -326879,7 +327049,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1457 + $signature: 1458 }; L.selectedIdReducer_closure1.prototype = { call$2: function(selectedId, action) { @@ -326887,7 +327057,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; L.selectedIdReducer_closure2.prototype = { call$2: function(selectedId, action) { @@ -326895,7 +327065,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1458 + $signature: 1459 }; L.selectedIdReducer_closure3.prototype = { call$2: function(selectedId, action) { @@ -326903,7 +327073,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1459 + $signature: 1460 }; L.selectedIdReducer_closure4.prototype = { call$2: function(selectedId, action) { @@ -326911,7 +327081,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1460 + $signature: 1461 }; L.selectedIdReducer_closure5.prototype = { call$2: function(selectedId, action) { @@ -326919,7 +327089,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 700 + $signature: 701 }; L.selectedIdReducer_closure6.prototype = { call$2: function(selectedId, action) { @@ -326927,7 +327097,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; L.selectedIdReducer_closure7.prototype = { call$2: function(selectedId, action) { @@ -326935,7 +327105,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; L.selectedIdReducer_closure8.prototype = { call$2: function(selectedId, action) { @@ -326943,7 +327113,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1461 + $signature: 1462 }; L.selectedIdReducer_closure9.prototype = { call$2: function(selectedId, action) { @@ -326951,7 +327121,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1462 + $signature: 1463 }; L.selectedIdReducer_closure10.prototype = { call$2: function(selectedId, action) { @@ -326959,7 +327129,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1463 + $signature: 1464 }; L.selectedIdReducer_closure11.prototype = { call$2: function(selectedId, action) { @@ -326967,7 +327137,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1464 + $signature: 1465 }; L.selectedIdReducer_closure12.prototype = { call$2: function(selectedId, action) { @@ -326975,7 +327145,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1465 + $signature: 1466 }; L.selectedIdReducer_closure13.prototype = { call$2: function(selectedId, action) { @@ -326983,7 +327153,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1466 + $signature: 1467 }; L.selectedIdReducer_closure14.prototype = { call$2: function(selectedId, action) { @@ -326991,7 +327161,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1467 + $signature: 1468 }; L.selectedIdReducer_closure15.prototype = { call$2: function(selectedId, action) { @@ -326999,7 +327169,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1468 + $signature: 1469 }; L.selectedIdReducer_closure16.prototype = { call$2: function(selectedId, action) { @@ -327007,7 +327177,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; L.selectedIdReducer_closure17.prototype = { call$2: function(selectedId, action) { @@ -327020,7 +327190,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; L.editingReducer_closure.prototype = { call$2: function(quote, action) { @@ -327028,7 +327198,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1469 + $signature: 1470 }; L.editingReducer__closure5.prototype = { call$1: function(b) { @@ -327043,7 +327213,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 701 + $signature: 706 }; L.editingReducer__closure4.prototype = { call$1: function(b) { @@ -327058,7 +327228,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1471 + $signature: 1472 }; L.editingReducer_closure2.prototype = { call$2: function(invoice, action) { @@ -327096,7 +327266,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1474 + $signature: 1475 }; L.editingReducer__closure1.prototype = { call$1: function(b) { @@ -327123,13 +327293,13 @@ call$1: function(contact) { return contact.sendEmail; }, - $signature: 94 + $signature: 99 }; L.editingReducer___closure0.prototype = { call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 221 + $signature: 222 }; L.editingReducer_closure5.prototype = { call$2: function(quotes, action) { @@ -327137,7 +327307,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1475 + $signature: 1476 }; L.editingReducer_closure6.prototype = { call$2: function(quotes, action) { @@ -327145,7 +327315,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1476 + $signature: 1477 }; L.editingReducer_closure7.prototype = { call$2: function(quotes, action) { @@ -327153,7 +327323,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1477 + $signature: 1478 }; L.editingReducer_closure8.prototype = { call$2: function(invoice, action) { @@ -327161,7 +327331,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1478 + $signature: 1479 }; L.editingReducer__closure0.prototype = { call$1: function(b) { @@ -327181,7 +327351,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1479 + $signature: 1480 }; L.editingReducer__closure.prototype = { call$1: function(b) { @@ -327415,14 +327585,14 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; L._markSentQuoteSuccess_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 217 + $signature: 218 }; L._archiveQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -327444,7 +327614,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 329 + $signature: 328 }; L._deleteQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -327466,7 +327636,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 329 + $signature: 328 }; L._restoreQuoteSuccess_closure.prototype = { call$1: function(b) { @@ -327488,7 +327658,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 329 + $signature: 328 }; L._convertQuoteSuccess_closure0.prototype = { call$1: function(item) { @@ -327500,14 +327670,14 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; L._convertQuoteSuccess_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, this.quoteMap); return b; }, - $signature: 217 + $signature: 218 }; L._addQuote_closure.prototype = { call$1: function(b) { @@ -327520,7 +327690,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 217 + $signature: 218 }; L._updateQuote_closure.prototype = { call$1: function(b) { @@ -327528,7 +327698,7 @@ b.get$map(b).$indexSet(0, t1.id, t1.rebuild$1(new L._updateQuote__closure())); return b; }, - $signature: 217 + $signature: 218 }; L._updateQuote__closure.prototype = { call$1: function(b) { @@ -327542,7 +327712,7 @@ call$6: function(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap) { return Y.filteredQuotesSelector(selectionState, quoteMap, quoteList, clientMap, quoteListState, userMap); }, - $signature: 520 + $signature: 521 }; Y.filteredQuotesSelector_closure.prototype = { call$1: function(quoteId) { @@ -327622,7 +327792,7 @@ call$2: function(clientId, quoteMap) { return Y.quoteStatsForClient(clientId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForClient_closure.prototype = { call$2: function(quoteId, quote) { @@ -327635,13 +327805,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Y.memoizedQuoteStatsForDesign_closure.prototype = { call$2: function(designId, quoteMap) { return Y.quoteStatsForDesign(designId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForDesign_closure.prototype = { call$2: function(quoteId, quote) { @@ -327654,13 +327824,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Y.memoizedQuoteStatsForUser_closure.prototype = { call$2: function(userId, quoteMap) { return Y.quoteStatsForUser(userId, quoteMap); }, - $signature: 81 + $signature: 80 }; Y.quoteStatsForUser_closure.prototype = { call$2: function(quoteId, quote) { @@ -327673,7 +327843,7 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; G.QuoteState.prototype = { $get$1: function(_, quoteId) { @@ -327701,7 +327871,7 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; G.QuoteState_loadQuotes_closure.prototype = { call$1: function(b) { @@ -327716,7 +327886,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 217 + $signature: 218 }; G.QuoteUIState.prototype = { get$isCreatingNew: function() { @@ -328167,6 +328337,7 @@ return this.recurringExpenseId; } }; + U.LoadRecurringExpenses.prototype = {}; U.LoadRecurringExpenseRequest.prototype = {$isStartLoading: 1}; U.LoadRecurringExpenseFailure.prototype = { toString$0: function(_) { @@ -328255,6 +328426,11 @@ U.StopRecurringExpensesRequest.prototype = {$isStartSaving: 1}; U.StopRecurringExpensesSuccess.prototype = {$isPersistUI: 1, $isPersistData: 1, $isStopSaving: 1}; U.StopRecurringExpensesFailure.prototype = {$isStopSaving: 1}; + U.SaveRecurringExpenseDocumentRequest.prototype = {$isStartSaving: 1, + get$expense: function() { + return this.expense; + } + }; U.SaveRecurringExpenseDocumentFailure.prototype = {$isStopSaving: 1}; U.handleRecurringExpenseAction_closure.prototype = { call$1: function(recurringExpense) { @@ -328334,7 +328510,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; R._archiveRecurringExpense_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -328364,7 +328540,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.ArchiveRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._archiveRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -328402,7 +328578,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._deleteRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -328440,7 +328616,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.RestoreRecurringExpensesSuccess(recurringExpenses)); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._restoreRecurringExpense__closure1.prototype = { call$1: function(error) { @@ -328470,7 +328646,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseSuccess(recurringExpense)); t1.completer.complete$1(0, recurringExpense); }, - $signature: 121 + $signature: 115 }; R._saveRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -328495,16 +328671,22 @@ }; R._loadRecurringExpense__closure.prototype = { call$1: function(recurringExpense) { + var t1; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpenseSuccess(recurringExpense)); - this.action.completer.complete$1(0, null); + t1 = this.action.completer; + if (t1 != null) + t1.complete$1(0, null); }, - $signature: 121 + $signature: 115 }; R._loadRecurringExpense__closure0.prototype = { call$1: function(error) { + var t1; P.print(error); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpenseFailure(error)); - this.action.completer.completeError$1(error); + t1 = this.action.completer; + if (t1 != null) + t1.completeError$1(error); }, $signature: 3 }; @@ -328523,24 +328705,18 @@ }; R._loadRecurringExpenses__closure.prototype = { call$1: function(data) { - var t2, - t1 = this.store; + var t1 = this.store; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpensesSuccess(data)); - t2 = this.action; - t2.get$completer(); - t2.get$completer().complete$1(0, null); + this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.PersistData()); }, - $signature: 598 + $signature: 600 }; R._loadRecurringExpenses__closure0.prototype = { call$1: function(error) { - var t1; P.print(error); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpensesFailure(error)); - t1 = this.action; - t1.get$completer(); - t1.get$completer().completeError$1(error); + this.action.toString; }, $signature: 3 }; @@ -328559,7 +328735,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.StartRecurringExpensesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._startRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -328584,7 +328760,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.StopRecurringExpensesSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 155 + $signature: 148 }; R._stopRecurringExpense__closure0.prototype = { call$1: function(error) { @@ -328606,10 +328782,10 @@ } else t1 = true; if (t1) - this.repository.uploadDocument$3(J.get$credentials$z(store.get$_store$_state()), dynamicAction.get$expense(), dynamicAction.get$multipartFile()).then$1$1(0, new R._saveDocument__closure5(store, dynamicAction), type$.Null).catchError$1(new R._saveDocument__closure6(store, dynamicAction)); + this.repository.uploadDocument$3(J.get$credentials$z(store.get$_store$_state()), dynamicAction.expense, dynamicAction.multipartFile).then$1$1(0, new R._saveDocument__closure5(store, dynamicAction), type$.Null).catchError$1(new R._saveDocument__closure6(store, dynamicAction)); else { J.$index$asx(store.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseDocumentFailure()); - dynamicAction.get$completer().completeError$1(string$.Upload); + dynamicAction.completer.completeError$1(string$.Upload); } next.call$1(dynamicAction); }, @@ -328620,15 +328796,15 @@ R._saveDocument__closure5.prototype = { call$1: function(expense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseSuccess(expense)); - this.action.get$completer().complete$1(0, null); + this.action.completer.complete$1(0, null); }, - $signature: 121 + $signature: 115 }; R._saveDocument__closure6.prototype = { call$1: function(error) { P.print(error); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseDocumentFailure()); - this.action.get$completer().completeError$1(error); + this.action.completer.completeError$1(error); }, $signature: 3 }; @@ -328654,7 +328830,7 @@ b.get$_recurring_expense_state$_$this()._recurring_expense_state$_tabIndex = t3; return b; }, - $signature: 1482 + $signature: 1483 }; E.forceSelectedReducer_closure151.prototype = { call$2: function(completer, action) { @@ -328662,7 +328838,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1483 + $signature: 1484 }; E.forceSelectedReducer_closure152.prototype = { call$2: function(completer, action) { @@ -328670,7 +328846,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1484 + $signature: 1485 }; E.forceSelectedReducer_closure153.prototype = { call$2: function(completer, action) { @@ -328678,7 +328854,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1485 + $signature: 1486 }; E.forceSelectedReducer_closure154.prototype = { call$2: function(completer, action) { @@ -328686,7 +328862,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1486 + $signature: 1487 }; E.forceSelectedReducer_closure155.prototype = { call$2: function(completer, action) { @@ -328694,7 +328870,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1487 + $signature: 1488 }; E.forceSelectedReducer_closure156.prototype = { call$2: function(completer, action) { @@ -328702,7 +328878,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1488 + $signature: 1489 }; E.forceSelectedReducer_closure157.prototype = { call$2: function(completer, action) { @@ -328710,7 +328886,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1489 + $signature: 1490 }; E.forceSelectedReducer_closure158.prototype = { call$2: function(completer, action) { @@ -328718,7 +328894,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1490 + $signature: 1491 }; E.tabIndexReducer_closure17.prototype = { call$2: function(completer, action) { @@ -328726,7 +328902,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1491 + $signature: 1492 }; E.tabIndexReducer_closure18.prototype = { call$2: function(completer, action) { @@ -328734,7 +328910,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; E.selectedIdReducer_closure301.prototype = { call$2: function(completer, action) { @@ -328742,7 +328918,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1492 + $signature: 1493 }; E.selectedIdReducer_closure302.prototype = { call$2: function(completer, action) { @@ -328750,7 +328926,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1493 + $signature: 1494 }; E.selectedIdReducer_closure303.prototype = { call$2: function(selectedId, action) { @@ -328758,7 +328934,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; E.selectedIdReducer_closure304.prototype = { call$2: function(selectedId, action) { @@ -328782,7 +328958,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; E.selectedIdReducer_closure307.prototype = { call$2: function(selectedId, action) { @@ -328790,7 +328966,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; E.selectedIdReducer_closure308.prototype = { call$2: function(selectedId, action) { @@ -328798,7 +328974,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1494 + $signature: 1495 }; E.selectedIdReducer_closure309.prototype = { call$2: function(selectedId, action) { @@ -328806,7 +328982,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1495 + $signature: 1496 }; E.selectedIdReducer_closure310.prototype = { call$2: function(selectedId, action) { @@ -328814,7 +328990,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1496 + $signature: 1497 }; E.selectedIdReducer_closure311.prototype = { call$2: function(selectedId, action) { @@ -328822,7 +328998,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1497 + $signature: 1498 }; E.selectedIdReducer_closure312.prototype = { call$2: function(selectedId, action) { @@ -328830,7 +329006,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1498 + $signature: 1499 }; E.selectedIdReducer_closure313.prototype = { call$2: function(selectedId, action) { @@ -328838,7 +329014,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1499 + $signature: 1500 }; E.selectedIdReducer_closure314.prototype = { call$2: function(selectedId, action) { @@ -328846,7 +329022,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1500 + $signature: 1501 }; E.selectedIdReducer_closure315.prototype = { call$2: function(selectedId, action) { @@ -328859,7 +329035,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; E.editingReducer_closure97.prototype = { call$2: function(recurringExpenses, action) { @@ -328867,7 +329043,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1501 + $signature: 1502 }; E.editingReducer_closure98.prototype = { call$2: function(recurringExpenses, action) { @@ -328875,7 +329051,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1502 + $signature: 1503 }; E.editingReducer_closure99.prototype = { call$2: function(recurringExpenses, action) { @@ -328883,7 +329059,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1503 + $signature: 1504 }; E.editingReducer_closure100.prototype = { call$2: function(recurringExpense, action) { @@ -328891,7 +329067,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1504 + $signature: 1505 }; E.editingReducer__closure37.prototype = { call$1: function(b) { @@ -329045,7 +329221,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 330 + $signature: 329 }; E._deleteRecurringExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -329067,7 +329243,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 330 + $signature: 329 }; E._restoreRecurringExpenseSuccess_closure.prototype = { call$1: function(b) { @@ -329089,7 +329265,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 330 + $signature: 329 }; E._addRecurringExpense_closure.prototype = { call$1: function(b) { @@ -329102,7 +329278,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 281 + $signature: 279 }; E._updateRecurringExpense_closure.prototype = { call$1: function(b) { @@ -329111,7 +329287,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 281 + $signature: 279 }; E._setLoadedRecurringExpense_closure.prototype = { call$1: function(b) { @@ -329120,13 +329296,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 281 + $signature: 279 }; A.memoizedFilteredRecurringExpenseList_closure.prototype = { call$9: function(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState) { return A.filteredRecurringExpensesSelector(selectionState, expenseMap, clientMap, vendorMap, userMap, expenseListState, invoiceMap, expenseCategoryMap, staticState); }, - $signature: 603 + $signature: 604 }; A.filteredRecurringExpensesSelector_closure.prototype = { call$1: function(expenseId) { @@ -329220,7 +329396,92 @@ }, $signature: 18 }; + A.memoizedRecurringExpenseStatsForClient_closure.prototype = { + call$2: function(clientId, expenseMap) { + return A.recurringExpenseStatsForClient(clientId, expenseMap); + }, + $signature: 128 + }; + A.recurringExpenseStatsForClient_closure.prototype = { + call$2: function(expenseId, expense) { + var t1; + if (expense.clientId == this.clientId) { + t1 = expense.archivedAt; + if (t1 === 0) + ++this._box_0.countActive; + else if (expense.get$isArchived()) + ++this._box_0.countArchived; + } + }, + $signature: 101 + }; + A.memoizedRecurringExpenseStatsForVendor_closure.prototype = { + call$2: function(vendorId, expenseMap) { + return A.recurringExpenseStatsForVendor(vendorId, expenseMap); + }, + $signature: 128 + }; + A.recurringExpenseStatsForVendor_closure.prototype = { + call$2: function(expenseId, expense) { + var t1; + if (expense.vendorId == this.vendorId) { + t1 = expense.archivedAt; + if (t1 === 0) + ++this._box_0.countActive; + else if (expense.get$isArchived()) + ++this._box_0.countArchived; + } + }, + $signature: 101 + }; + A.memoizedRecurringExpenseStatsForUser_closure.prototype = { + call$2: function(userId, expenseMap) { + return A.recurringExpenseStatsForUser(userId, expenseMap); + }, + $signature: 128 + }; + A.recurringExpenseStatsForUser_closure.prototype = { + call$2: function(expenseId, expense) { + var t1; + if (expense.assignedUserId == this.userId) { + t1 = expense.archivedAt; + if (t1 === 0) + ++this._box_0.countActive; + else if (expense.isDeleted) + ++this._box_0.countArchived; + } + }, + $signature: 101 + }; + A.memoizedRecurringExpenseStatsForExpense_closure.prototype = { + call$2: function(expenseId, expenseMap) { + return A.recurringExpenseStatsForExpense(expenseId, expenseMap); + }, + $signature: 128 + }; + A.recurringExpenseStatsForExpense_closure.prototype = { + call$2: function(expenseId, expense) { + var t1; + if (expense.recurringId == this.recurrigExpenseId) { + t1 = expense.archivedAt; + if (t1 === 0) + ++this._box_0.countActive; + else if (expense.isDeleted) + ++this._box_0.countArchived; + } + }, + $signature: 101 + }; K.RecurringExpenseState.prototype = { + $get$1: function(_, recurringExpenseId) { + var _null = null, + t1 = this.map._map$_map, + t2 = J.getInterceptor$x(t1); + if (t2.containsKey$1(t1, recurringExpenseId)) + return t2.$index(t1, recurringExpenseId); + else + return M.ExpenseEntity_ExpenseEntity(_null, _null, recurringExpenseId, _null, _null, _null, _null); + }, loadRecurringExpenses$1: function(clients) { return this.rebuild$1(new K.RecurringExpenseState_loadRecurringExpenses_closure(this, P.LinkedHashMap_LinkedHashMap$fromIterable(clients, new K.RecurringExpenseState_loadRecurringExpenses_closure0(), new K.RecurringExpenseState_loadRecurringExpenses_closure1(), type$.legacy_String, type$.legacy_ExpenseEntity))); }, @@ -329238,7 +329499,7 @@ call$1: function(item) { return item; }, - $signature: 606 + $signature: 607 }; K.RecurringExpenseState_loadRecurringExpenses_closure.prototype = { call$1: function(b) { @@ -329253,7 +329514,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 281 + $signature: 279 }; K.RecurringExpenseUIState.prototype = { get$isCreatingNew: function() { @@ -329870,7 +330131,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; Q._showPdfRecurringInvoice_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -329971,7 +330232,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringInvoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; Q._archiveRecurringInvoice__closure0.prototype = { call$1: function(recurringInvoices) { @@ -330009,7 +330270,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringInvoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; Q._deleteRecurringInvoice__closure0.prototype = { call$1: function(recurringInvoices) { @@ -330047,7 +330308,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).recurringInvoiceState.map._map$_map, id); }, - $signature: 62 + $signature: 64 }; Q._restoreRecurringInvoice__closure0.prototype = { call$1: function(recurringInvoices) { @@ -330084,7 +330345,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new N.SaveRecurringInvoiceSuccess(recurringInvoice)); t1.completer.complete$1(0, recurringInvoice); }, - $signature: 70 + $signature: 69 }; Q._saveRecurringInvoice__closure0.prototype = { call$1: function(error) { @@ -330115,7 +330376,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; Q._loadRecurringInvoice__closure0.prototype = { call$1: function(error) { @@ -330186,7 +330447,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.SaveRecurringInvoiceSuccess(invoice)); this.action.completer.complete$1(0, null); }, - $signature: 70 + $signature: 69 }; Q._saveDocument__closure4.prototype = { call$1: function(error) { @@ -330222,7 +330483,7 @@ b.get$_recurring_invoice_state$_$this()._recurring_invoice_state$_historyActivityId = t3; return b; }, - $signature: 1507 + $signature: 1508 }; A.forceSelectedReducer_closure119.prototype = { call$2: function(completer, action) { @@ -330230,7 +330491,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1508 + $signature: 1509 }; A.forceSelectedReducer_closure120.prototype = { call$2: function(completer, action) { @@ -330238,7 +330499,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1509 + $signature: 1510 }; A.forceSelectedReducer_closure121.prototype = { call$2: function(completer, action) { @@ -330246,7 +330507,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1510 + $signature: 1511 }; A.forceSelectedReducer_closure122.prototype = { call$2: function(completer, action) { @@ -330254,7 +330515,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1511 + $signature: 1512 }; A.forceSelectedReducer_closure123.prototype = { call$2: function(completer, action) { @@ -330262,7 +330523,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1512 + $signature: 1513 }; A.forceSelectedReducer_closure124.prototype = { call$2: function(completer, action) { @@ -330270,7 +330531,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1513 + $signature: 1514 }; A.forceSelectedReducer_closure125.prototype = { call$2: function(completer, action) { @@ -330278,7 +330539,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1514 + $signature: 1515 }; A.forceSelectedReducer_closure126.prototype = { call$2: function(completer, action) { @@ -330286,7 +330547,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1515 + $signature: 1516 }; A.tabIndexReducer_closure13.prototype = { call$2: function(completer, action) { @@ -330294,7 +330555,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1516 + $signature: 1517 }; A.tabIndexReducer_closure14.prototype = { call$2: function(completer, action) { @@ -330302,7 +330563,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; A.historyActivityIdReducer_closure1.prototype = { call$2: function(index, action) { @@ -330319,7 +330580,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1518 + $signature: 1519 }; A.editingItemIndexReducer_closure0.prototype = { call$2: function(index, action) { @@ -330327,7 +330588,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1519 + $signature: 1520 }; A.selectedIdReducer_closure237.prototype = { call$2: function(completer, action) { @@ -330335,7 +330596,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1520 + $signature: 1521 }; A.selectedIdReducer_closure238.prototype = { call$2: function(completer, action) { @@ -330343,7 +330604,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1521 + $signature: 1522 }; A.selectedIdReducer_closure239.prototype = { call$2: function(selectedId, action) { @@ -330351,7 +330612,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; A.selectedIdReducer_closure240.prototype = { call$2: function(selectedId, action) { @@ -330359,7 +330620,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1522 + $signature: 1523 }; A.selectedIdReducer_closure241.prototype = { call$2: function(selectedId, action) { @@ -330367,7 +330628,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1523 + $signature: 1524 }; A.selectedIdReducer_closure242.prototype = { call$2: function(selectedId, action) { @@ -330376,7 +330637,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1524 + $signature: 1525 }; A.selectedIdReducer_closure243.prototype = { call$2: function(selectedId, action) { @@ -330392,7 +330653,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; A.selectedIdReducer_closure245.prototype = { call$2: function(selectedId, action) { @@ -330400,7 +330661,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; A.selectedIdReducer_closure246.prototype = { call$2: function(selectedId, action) { @@ -330408,7 +330669,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1525 + $signature: 1526 }; A.selectedIdReducer_closure247.prototype = { call$2: function(selectedId, action) { @@ -330416,7 +330677,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1526 + $signature: 1527 }; A.selectedIdReducer_closure248.prototype = { call$2: function(selectedId, action) { @@ -330424,7 +330685,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1527 + $signature: 1528 }; A.selectedIdReducer_closure249.prototype = { call$2: function(selectedId, action) { @@ -330432,7 +330693,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1528 + $signature: 1529 }; A.selectedIdReducer_closure250.prototype = { call$2: function(selectedId, action) { @@ -330440,7 +330701,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1529 + $signature: 1530 }; A.selectedIdReducer_closure251.prototype = { call$2: function(selectedId, action) { @@ -330448,7 +330709,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1530 + $signature: 1531 }; A.selectedIdReducer_closure252.prototype = { call$2: function(selectedId, action) { @@ -330456,7 +330717,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1531 + $signature: 1532 }; A.selectedIdReducer_closure253.prototype = { call$2: function(selectedId, action) { @@ -330464,7 +330725,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1532 + $signature: 1533 }; A.selectedIdReducer_closure254.prototype = { call$2: function(selectedId, action) { @@ -330472,7 +330733,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; A.selectedIdReducer_closure255.prototype = { call$2: function(selectedId, action) { @@ -330485,7 +330746,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; A.editingReducer_closure74.prototype = { call$2: function(recurringInvoice, action) { @@ -330493,7 +330754,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1533 + $signature: 1534 }; A.editingReducer__closure33.prototype = { call$1: function(b) { @@ -330523,7 +330784,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1535 + $signature: 1536 }; A.editingReducer_closure77.prototype = { call$2: function(recurringInvoice, action) { @@ -330561,7 +330822,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1538 + $signature: 1539 }; A.editingReducer__closure29.prototype = { call$1: function(b) { @@ -330588,13 +330849,13 @@ call$1: function(contact) { return contact.sendEmail; }, - $signature: 94 + $signature: 99 }; A.editingReducer___closure4.prototype = { call$1: function(contact) { return Q.InvitationEntity_InvitationEntity(contact.id); }, - $signature: 221 + $signature: 222 }; A.editingReducer_closure80.prototype = { call$2: function(recurringInvoices, action) { @@ -330602,7 +330863,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1539 + $signature: 1540 }; A.editingReducer_closure81.prototype = { call$2: function(recurringInvoices, action) { @@ -330610,7 +330871,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1540 + $signature: 1541 }; A.editingReducer_closure82.prototype = { call$2: function(recurringInvoices, action) { @@ -330618,7 +330879,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1541 + $signature: 1542 }; A.editingReducer_closure83.prototype = { call$2: function(recurringInvoice, action) { @@ -330626,7 +330887,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1542 + $signature: 1543 }; A.editingReducer__closure28.prototype = { call$1: function(b) { @@ -330646,7 +330907,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1543 + $signature: 1544 }; A.editingReducer__closure27.prototype = { call$1: function(b) { @@ -330878,7 +331139,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 218 + $signature: 219 }; A._deleteRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330900,7 +331161,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 218 + $signature: 219 }; A._emailRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330910,7 +331171,7 @@ t1.$indexSet(0, t3.get$id(t3), t2.get$invoice()); return b; }, - $signature: 282 + $signature: 280 }; A._restoreRecurringInvoiceSuccess_closure.prototype = { call$1: function(b) { @@ -330932,7 +331193,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 218 + $signature: 219 }; A._startRecurringInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -330954,7 +331215,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 218 + $signature: 219 }; A._stopRecurringInvoicesSuccess_closure.prototype = { call$1: function(b) { @@ -330976,7 +331237,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 218 + $signature: 219 }; A._addRecurringInvoice_closure.prototype = { call$1: function(b) { @@ -330989,14 +331250,14 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 282 + $signature: 280 }; A._updateRecurringInvoice_closure.prototype = { call$1: function(b) { b.get$map(b).$indexSet(0, J.get$id$x(this.action.get$recurringInvoice()), this.recurringInvoice.rebuild$1(new A._updateRecurringInvoice__closure())); return b; }, - $signature: 282 + $signature: 280 }; A._updateRecurringInvoice__closure.prototype = { call$1: function(b) { @@ -331010,7 +331271,7 @@ call$6: function(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap) { return L.filteredRecurringInvoicesSelector(selectionState, recurringInvoiceMap, clientMap, recurringInvoiceList, recurringInvoiceListState, userMap); }, - $signature: 1546 + $signature: 1547 }; L.filteredRecurringInvoicesSelector_closure.prototype = { call$1: function(recurringInvoiceId) { @@ -331090,7 +331351,7 @@ call$2: function(clientId, invoiceMap) { return L.recurringInvoiceStatsForClient(clientId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForClient_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -331103,13 +331364,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; L.memoizedRecurringInvoiceStatsForUser_closure.prototype = { call$2: function(userId, invoiceMap) { return L.recurringInvoiceStatsForUser(userId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForUser_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -331122,13 +331383,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; L.memoizedRecurringInvoiceStatsForInvoice_closure.prototype = { call$2: function(invoiceId, invoiceMap) { return L.recurringInvoiceStatsForInvoice(invoiceId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForInvoice_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -331141,13 +331402,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; L.memoizedRecurringInvoiceStatsForDesign_closure.prototype = { call$2: function(designId, recurringInvoiceMap) { return L.recurringInvoiceStatsForDesign(designId, recurringInvoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForDesign_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -331160,13 +331421,13 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; L.memoizedRecurringInvoiceStatsForSubscription_closure.prototype = { call$2: function(subscriptionId, invoiceMap) { return L.recurringInvoiceStatsForSubscription(subscriptionId, invoiceMap); }, - $signature: 81 + $signature: 80 }; L.recurringInvoiceStatsForSubscription_closure.prototype = { call$2: function(invoiceId, invoice) { @@ -331179,7 +331440,7 @@ ++this._box_0.countArchived; } }, - $signature: 54 + $signature: 55 }; Q.RecurringInvoiceState.prototype = { $get$1: function(_, invoiceId) { @@ -331208,7 +331469,7 @@ call$1: function(item) { return item; }, - $signature: 176 + $signature: 177 }; Q.RecurringInvoiceState_loadRecurringInvoices_closure.prototype = { call$1: function(b) { @@ -331223,7 +331484,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 282 + $signature: 280 }; Q.RecurringInvoiceUIState.prototype = { get$isCreatingNew: function() { @@ -331689,7 +331950,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; X.reportsUIReducer_closure.prototype = { call$1: function(b) { @@ -331699,14 +331960,14 @@ b.get$_reports_state$_$this()._chart = ""; return b; }, - $signature: 333 + $signature: 332 }; X.reportsUIReducer_closure0.prototype = { call$1: function(b) { b.get$_reports_state$_$this()._report = this.action.report; return b; }, - $signature: 333 + $signature: 332 }; X.reportsUIReducer_closure1.prototype = { call$1: function(b) { @@ -331742,7 +332003,7 @@ t2.replace$1(0, t1 == null ? _this.state.filters : t1); return b; }, - $signature: 333 + $signature: 332 }; G.ReportsUIState.prototype = { get$isGroupByFiltered: function() { @@ -332060,7 +332321,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; D._saveCompany_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -332105,7 +332366,7 @@ if (t1 != null) t1.complete$0(0); }, - $signature: 161 + $signature: 162 }; D._saveAuthUser__closure0.prototype = { call$1: function(error) { @@ -332136,7 +332397,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.ConnecOAuthUserSuccess(user)); this.action.completer.complete$0(0); }, - $signature: 161 + $signature: 162 }; D._connectOAuthUser__closure0.prototype = { call$1: function(error) { @@ -332168,7 +332429,7 @@ t1.get$completer(); t1.get$completer().complete$0(0); }, - $signature: 161 + $signature: 162 }; D._connectGmailUser__closure0.prototype = { call$1: function(error) { @@ -332199,7 +332460,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.DisableTwoFactorSuccess()); this.action.completer.complete$0(0); }, - $signature: 20 + $signature: 21 }; D._disableTwoFactor__closure0.prototype = { call$1: function(error) { @@ -332228,7 +332489,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsSuccess(userCompany)); this.action.completer.complete$0(0); }, - $signature: 478 + $signature: 661 }; D._saveSettings__closure0.prototype = { call$1: function(error) { @@ -332337,7 +332598,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1551 + $signature: 1552 }; Q.settingsUIReducer__closure14.prototype = { call$1: function(b) { @@ -332430,7 +332691,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1553 + $signature: 1554 }; Q.settingsUIReducer__closure13.prototype = { call$1: function(b) { @@ -332457,7 +332718,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1554 + $signature: 1555 }; Q.settingsUIReducer__closure10.prototype = { call$1: function(b) { @@ -332501,7 +332762,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1555 + $signature: 1556 }; Q.settingsUIReducer__closure9.prototype = { call$1: function(b) { @@ -332521,7 +332782,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1556 + $signature: 1557 }; Q.settingsUIReducer__closure8.prototype = { call$1: function(b) { @@ -332560,7 +332821,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1557 + $signature: 1558 }; Q.settingsUIReducer__closure7.prototype = { call$1: function(b) { @@ -332584,7 +332845,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1558 + $signature: 1559 }; Q.settingsUIReducer__closure6.prototype = { call$1: function(b) { @@ -332608,7 +332869,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1559 + $signature: 1560 }; Q.settingsUIReducer__closure5.prototype = { call$1: function(b) { @@ -332632,7 +332893,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1560 + $signature: 1561 }; Q.settingsUIReducer__closure4.prototype = { call$1: function(b) { @@ -332654,7 +332915,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1561 + $signature: 1562 }; Q.settingsUIReducer__closure3.prototype = { call$1: function(b) { @@ -332672,7 +332933,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1562 + $signature: 1563 }; Q.settingsUIReducer__closure2.prototype = { call$1: function(b) { @@ -332696,7 +332957,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1563 + $signature: 1564 }; Q.settingsUIReducer__closure1.prototype = { call$1: function(b) { @@ -332712,7 +332973,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1564 + $signature: 1565 }; Q.settingsUIReducer__closure0.prototype = { call$1: function(b) { @@ -332728,7 +332989,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1565 + $signature: 1566 }; Q.settingsUIReducer__closure.prototype = { call$1: function(b) { @@ -332757,7 +333018,7 @@ b.get$gatewayMap().addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(t1.gateways, new Q.staticLoadedReducer__closure15(), new Q.staticLoadedReducer__closure16(), t2, type$.legacy_GatewayEntity)); return b; }, - $signature: 1566 + $signature: 1567 }; Q.staticLoadedReducer__closure.prototype = { call$1: function(item) { @@ -332769,7 +333030,7 @@ call$1: function(item) { return item; }, - $signature: 1567 + $signature: 1568 }; Q.staticLoadedReducer__closure1.prototype = { call$1: function(item) { @@ -332781,7 +333042,7 @@ call$1: function(item) { return item; }, - $signature: 1568 + $signature: 1569 }; Q.staticLoadedReducer__closure3.prototype = { call$1: function(item) { @@ -332793,7 +333054,7 @@ call$1: function(item) { return item; }, - $signature: 1569 + $signature: 1570 }; Q.staticLoadedReducer__closure5.prototype = { call$1: function(item) { @@ -332805,7 +333066,7 @@ call$1: function(item) { return item; }, - $signature: 1570 + $signature: 1571 }; Q.staticLoadedReducer__closure7.prototype = { call$1: function(item) { @@ -332817,7 +333078,7 @@ call$1: function(item) { return item; }, - $signature: 1571 + $signature: 1572 }; Q.staticLoadedReducer__closure9.prototype = { call$1: function(item) { @@ -332829,7 +333090,7 @@ call$1: function(item) { return item; }, - $signature: 1572 + $signature: 1573 }; Q.staticLoadedReducer__closure11.prototype = { call$1: function(item) { @@ -332841,7 +333102,7 @@ call$1: function(item) { return item; }, - $signature: 1573 + $signature: 1574 }; Q.staticLoadedReducer__closure13.prototype = { call$1: function(item) { @@ -332853,7 +333114,7 @@ call$1: function(item) { return item; }, - $signature: 1574 + $signature: 1575 }; Q.staticLoadedReducer__closure15.prototype = { call$1: function(item) { @@ -332865,13 +333126,13 @@ call$1: function(item) { return item; }, - $signature: 1575 + $signature: 1576 }; V.memoizedCountryList_closure.prototype = { call$1: function(countryMap) { return V.countryList(countryMap); }, - $signature: 1576 + $signature: 1577 }; V.countryList_closure.prototype = { call$2: function(idA, idB) { @@ -332887,7 +333148,7 @@ call$1: function(groupMap) { return V.groupList(groupMap); }, - $signature: 1577 + $signature: 1578 }; V.groupList_closure.prototype = { call$2: function(idA, idB) { @@ -332903,7 +333164,7 @@ call$1: function(languageMap) { return V.languageList(languageMap); }, - $signature: 1578 + $signature: 1579 }; V.languageList_closure.prototype = { call$2: function(idA, idB) { @@ -332919,7 +333180,7 @@ call$1: function(currencyMap) { return V.currencyList(currencyMap); }, - $signature: 1579 + $signature: 1580 }; V.currencyList_closure.prototype = { call$2: function(idA, idB) { @@ -332935,7 +333196,7 @@ call$1: function(timezoneMap) { return V.timezoneList(timezoneMap); }, - $signature: 1580 + $signature: 1581 }; V.timezoneList_closure.prototype = { call$2: function(idA, idB) { @@ -332951,7 +333212,7 @@ call$1: function(dateFormatMap) { return V.dateFormatList(dateFormatMap); }, - $signature: 1581 + $signature: 1582 }; V.dateFormatList_closure.prototype = { call$2: function(idA, idB) { @@ -332967,7 +333228,7 @@ call$1: function(industryMap) { return V.industryList(industryMap); }, - $signature: 1582 + $signature: 1583 }; V.industryList_closure.prototype = { call$2: function(idA, idB) { @@ -332983,7 +333244,7 @@ call$1: function(sizeMap) { return V.sizeList(sizeMap); }, - $signature: 1583 + $signature: 1584 }; V.sizeList_closure.prototype = { call$2: function(idA, idB) { @@ -332999,7 +333260,7 @@ call$1: function(gatewayMap) { return V.gatewayList(gatewayMap); }, - $signature: 1584 + $signature: 1585 }; V.gatewayList_closure.prototype = { call$1: function(gatewayId) { @@ -333019,7 +333280,7 @@ call$1: function(paymentTypeMap) { return V.paymentTypeList(paymentTypeMap); }, - $signature: 1585 + $signature: 1586 }; V.paymentTypeList_closure.prototype = { call$2: function(idA, idB) { @@ -333035,7 +333296,7 @@ call$1: function(fontList) { return V.fontMap(fontList); }, - $signature: 1586 + $signature: 1587 }; V.fontMap_closure.prototype = { call$1: function(v) { @@ -333054,7 +333315,7 @@ t1 = ""; return new K._$FontEntity(t1, t2); }, - $signature: 1587 + $signature: 1588 }; B.StaticState.prototype = { get$isStale: function() { @@ -333585,7 +333846,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; T._archiveSubscription_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -333608,14 +333869,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 334 + $signature: 333 }; T._archiveSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.ArchiveSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 334 }; T._archiveSubscription__closure1.prototype = { call$1: function(error) { @@ -333646,14 +333907,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 334 + $signature: 333 }; T._deleteSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.DeleteSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 334 }; T._deleteSubscription__closure1.prototype = { call$1: function(error) { @@ -333684,14 +333945,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).subscriptionState.map._map$_map, id); }, - $signature: 334 + $signature: 333 }; T._restoreSubscription__closure0.prototype = { call$1: function(subscriptions) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.RestoreSubscriptionsSuccess(subscriptions)); this.action.completer.complete$1(0, null); }, - $signature: 335 + $signature: 334 }; T._restoreSubscription__closure1.prototype = { call$1: function(error) { @@ -333721,7 +333982,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new A.SaveSubscriptionSuccess(subscription)); t1.completer.complete$1(0, subscription); }, - $signature: 283 + $signature: 281 }; T._saveSubscription__closure0.prototype = { call$1: function(error) { @@ -333749,7 +334010,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.LoadSubscriptionSuccess(subscription)); this.action.completer.complete$1(0, null); }, - $signature: 283 + $signature: 281 }; T._loadSubscription__closure0.prototype = { call$1: function(error) { @@ -333780,7 +334041,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1591 + $signature: 1592 }; T._loadSubscriptions__closure0.prototype = { call$1: function(error) { @@ -333815,7 +334076,7 @@ b.get$_subscription_state$_$this()._subscription_state$_tabIndex = t3; return b; }, - $signature: 1592 + $signature: 1593 }; X.forceSelectedReducer_closure143.prototype = { call$2: function(completer, action) { @@ -333823,7 +334084,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1593 + $signature: 1594 }; X.forceSelectedReducer_closure144.prototype = { call$2: function(completer, action) { @@ -333831,7 +334092,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1594 + $signature: 1595 }; X.forceSelectedReducer_closure145.prototype = { call$2: function(completer, action) { @@ -333839,7 +334100,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1595 + $signature: 1596 }; X.forceSelectedReducer_closure146.prototype = { call$2: function(completer, action) { @@ -333847,7 +334108,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1596 + $signature: 1597 }; X.forceSelectedReducer_closure147.prototype = { call$2: function(completer, action) { @@ -333855,7 +334116,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1597 + $signature: 1598 }; X.forceSelectedReducer_closure148.prototype = { call$2: function(completer, action) { @@ -333863,7 +334124,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1598 + $signature: 1599 }; X.forceSelectedReducer_closure149.prototype = { call$2: function(completer, action) { @@ -333871,7 +334132,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1599 + $signature: 1600 }; X.forceSelectedReducer_closure150.prototype = { call$2: function(completer, action) { @@ -333879,7 +334140,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1600 + $signature: 1601 }; X.tabIndexReducer_closure15.prototype = { call$2: function(completer, action) { @@ -333887,7 +334148,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1601 + $signature: 1602 }; X.tabIndexReducer_closure16.prototype = { call$2: function(completer, action) { @@ -333895,7 +334156,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; X.selectedIdReducer_closure286.prototype = { call$2: function(completer, action) { @@ -333903,7 +334164,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1602 + $signature: 1603 }; X.selectedIdReducer_closure287.prototype = { call$2: function(completer, action) { @@ -333911,7 +334172,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1603 + $signature: 1604 }; X.selectedIdReducer_closure288.prototype = { call$2: function(selectedId, action) { @@ -333919,7 +334180,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; X.selectedIdReducer_closure289.prototype = { call$2: function(selectedId, action) { @@ -333943,7 +334204,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; X.selectedIdReducer_closure292.prototype = { call$2: function(selectedId, action) { @@ -333951,7 +334212,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; X.selectedIdReducer_closure293.prototype = { call$2: function(selectedId, action) { @@ -333959,7 +334220,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1604 + $signature: 1605 }; X.selectedIdReducer_closure294.prototype = { call$2: function(selectedId, action) { @@ -333967,7 +334228,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1605 + $signature: 1606 }; X.selectedIdReducer_closure295.prototype = { call$2: function(selectedId, action) { @@ -333975,7 +334236,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1606 + $signature: 1607 }; X.selectedIdReducer_closure296.prototype = { call$2: function(selectedId, action) { @@ -333983,7 +334244,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1607 + $signature: 1608 }; X.selectedIdReducer_closure297.prototype = { call$2: function(selectedId, action) { @@ -333991,7 +334252,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1608 + $signature: 1609 }; X.selectedIdReducer_closure298.prototype = { call$2: function(selectedId, action) { @@ -333999,7 +334260,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1609 + $signature: 1610 }; X.selectedIdReducer_closure299.prototype = { call$2: function(selectedId, action) { @@ -334007,7 +334268,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1610 + $signature: 1611 }; X.selectedIdReducer_closure300.prototype = { call$2: function(selectedId, action) { @@ -334020,7 +334281,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; X.editingReducer_closure93.prototype = { call$2: function(subscriptions, action) { @@ -334028,7 +334289,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1611 + $signature: 1612 }; X.editingReducer_closure94.prototype = { call$2: function(subscriptions, action) { @@ -334036,7 +334297,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1612 + $signature: 1613 }; X.editingReducer_closure95.prototype = { call$2: function(subscriptions, action) { @@ -334044,7 +334305,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1613 + $signature: 1614 }; X.editingReducer_closure96.prototype = { call$2: function(subscription, action) { @@ -334052,7 +334313,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1614 + $signature: 1615 }; X.editingReducer__closure36.prototype = { call$1: function(b) { @@ -334252,7 +334513,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 284 + $signature: 282 }; X._updateSubscription_closure.prototype = { call$1: function(b) { @@ -334261,7 +334522,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 284 + $signature: 282 }; X._setLoadedSubscription_closure.prototype = { call$1: function(b) { @@ -334270,13 +334531,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 284 + $signature: 282 }; F.memoizedFilteredSubscriptionList_closure.prototype = { call$4: function(selectionState, subscriptionMap, subscriptionList, subscriptionListState) { return F.filteredSubscriptionsSelector(selectionState, subscriptionMap, subscriptionList, subscriptionListState); }, - $signature: 1618 + $signature: 1619 }; F.filteredSubscriptionsSelector_closure.prototype = { call$1: function(subscriptionId) { @@ -334323,7 +334584,7 @@ call$1: function(item) { return item; }, - $signature: 1619 + $signature: 1620 }; M.SubscriptionState_loadSubscriptions_closure.prototype = { call$1: function(b) { @@ -334338,7 +334599,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 284 + $signature: 282 }; M.SubscriptionUIState.prototype = { get$isCreatingNew: function() { @@ -334838,7 +335099,7 @@ t1 = this.localization.get$stoppedTask(); M.showToast(t1); }, - $signature: 143 + $signature: 151 }; U.handleTaskAction_closure1.prototype = { call$1: function(error) { @@ -334850,7 +335111,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; U.handleTaskAction_closure2.prototype = { call$2: function(taskA, taskB) { @@ -334859,7 +335120,7 @@ t1 = C.JSArray_methods.get$first(t1._as(taskB).getTaskTimes$0()); return C.JSInt_methods.compareTo$1(t2.startDate._value, t1.startDate._value); }, - $signature: 487 + $signature: 489 }; U.handleTaskAction_closure3.prototype = { call$1: function(entity) { @@ -334874,7 +335135,7 @@ t1 = false; return t1; }, - $signature: 268 + $signature: 269 }; U.handleTaskAction_closure4.prototype = { call$1: function(task) { @@ -334961,7 +335222,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; U._archiveTask_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -334984,7 +335245,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 202 + $signature: 204 }; U._archiveTask__closure0.prototype = { call$1: function(tasks) { @@ -335022,7 +335283,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 202 + $signature: 204 }; U._deleteTask__closure0.prototype = { call$1: function(tasks) { @@ -335060,7 +335321,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taskState.map._map$_map, id); }, - $signature: 202 + $signature: 204 }; U._restoreTask__closure0.prototype = { call$1: function(tasks) { @@ -335097,7 +335358,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new U.SaveTaskSuccess(task)); t1.completer.complete$1(0, task); }, - $signature: 143 + $signature: 151 }; U._saveTask__closure0.prototype = { call$1: function(error) { @@ -335128,7 +335389,7 @@ if (t1 != null) t1.complete$1(0, null); }, - $signature: 143 + $signature: 151 }; U._loadTask__closure0.prototype = { call$1: function(error) { @@ -335161,7 +335422,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.LoadVendors()); }, - $signature: 1623 + $signature: 1624 }; U._loadTasks__closure0.prototype = { call$1: function(error) { @@ -335199,7 +335460,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveTaskSuccess(task)); this.action.completer.complete$1(0, null); }, - $signature: 143 + $signature: 151 }; U._saveDocument__closure14.prototype = { call$1: function(error) { @@ -335225,7 +335486,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SortTasksSuccess(t1.statusIds, t1.taskIds)); t1.completer.complete$1(0, null); }, - $signature: 20 + $signature: 21 }; U._sortTasks__closure0.prototype = { call$1: function(error) { @@ -335259,7 +335520,7 @@ b.get$_task_state$_$this()._task_state$_tabIndex = t3; return b; }, - $signature: 1624 + $signature: 1625 }; N.forceSelectedReducer_closure23.prototype = { call$2: function(completer, action) { @@ -335267,7 +335528,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1625 + $signature: 1626 }; N.forceSelectedReducer_closure24.prototype = { call$2: function(completer, action) { @@ -335275,7 +335536,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1626 + $signature: 1627 }; N.forceSelectedReducer_closure25.prototype = { call$2: function(completer, action) { @@ -335283,7 +335544,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1627 + $signature: 1628 }; N.forceSelectedReducer_closure26.prototype = { call$2: function(completer, action) { @@ -335291,7 +335552,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1628 + $signature: 1629 }; N.forceSelectedReducer_closure27.prototype = { call$2: function(completer, action) { @@ -335299,7 +335560,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1629 + $signature: 1630 }; N.forceSelectedReducer_closure28.prototype = { call$2: function(completer, action) { @@ -335307,7 +335568,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1630 + $signature: 1631 }; N.forceSelectedReducer_closure29.prototype = { call$2: function(completer, action) { @@ -335315,7 +335576,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1631 + $signature: 1632 }; N.forceSelectedReducer_closure30.prototype = { call$2: function(completer, action) { @@ -335323,7 +335584,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1632 + $signature: 1633 }; N.tabIndexReducer_closure5.prototype = { call$2: function(completer, action) { @@ -335331,7 +335592,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1633 + $signature: 1634 }; N.tabIndexReducer_closure6.prototype = { call$2: function(completer, action) { @@ -335339,7 +335600,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; N.editingTimeReducer_closure.prototype = { call$2: function(index, action) { @@ -335347,7 +335608,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1634 + $signature: 1635 }; N.editingTimeReducer_closure0.prototype = { call$2: function(index, action) { @@ -335356,7 +335617,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1635 + $signature: 1636 }; N.selectedIdReducer_closure49.prototype = { call$2: function(completer, action) { @@ -335364,7 +335625,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1636 + $signature: 1637 }; N.selectedIdReducer_closure50.prototype = { call$2: function(completer, action) { @@ -335372,7 +335633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1637 + $signature: 1638 }; N.selectedIdReducer_closure51.prototype = { call$2: function(selectedId, action) { @@ -335380,7 +335641,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; N.selectedIdReducer_closure52.prototype = { call$2: function(selectedId, action) { @@ -335388,7 +335649,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1638 + $signature: 1639 }; N.selectedIdReducer_closure53.prototype = { call$2: function(selectedId, action) { @@ -335396,7 +335657,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1639 + $signature: 1640 }; N.selectedIdReducer_closure54.prototype = { call$2: function(selectedId, action) { @@ -335404,7 +335665,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; N.selectedIdReducer_closure55.prototype = { call$2: function(selectedId, action) { @@ -335412,7 +335673,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; N.selectedIdReducer_closure56.prototype = { call$2: function(selectedId, action) { @@ -335420,7 +335681,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1640 + $signature: 1641 }; N.selectedIdReducer_closure57.prototype = { call$2: function(selectedId, action) { @@ -335428,7 +335689,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1641 + $signature: 1642 }; N.selectedIdReducer_closure58.prototype = { call$2: function(selectedId, action) { @@ -335436,7 +335697,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1642 + $signature: 1643 }; N.selectedIdReducer_closure59.prototype = { call$2: function(selectedId, action) { @@ -335444,7 +335705,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1643 + $signature: 1644 }; N.selectedIdReducer_closure60.prototype = { call$2: function(selectedId, action) { @@ -335452,7 +335713,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1644 + $signature: 1645 }; N.selectedIdReducer_closure61.prototype = { call$2: function(selectedId, action) { @@ -335460,7 +335721,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1645 + $signature: 1646 }; N.selectedIdReducer_closure62.prototype = { call$2: function(selectedId, action) { @@ -335468,7 +335729,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1646 + $signature: 1647 }; N.selectedIdReducer_closure63.prototype = { call$2: function(selectedId, action) { @@ -335476,7 +335737,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1647 + $signature: 1648 }; N.editingReducer_closure18.prototype = { call$2: function(tasks, action) { @@ -335484,7 +335745,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1648 + $signature: 1649 }; N.editingReducer_closure19.prototype = { call$2: function(tasks, action) { @@ -335492,7 +335753,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1649 + $signature: 1650 }; N.editingReducer_closure20.prototype = { call$2: function(tasks, action) { @@ -335500,7 +335761,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1650 + $signature: 1651 }; N.editingReducer_closure21.prototype = { call$2: function(task, action) { @@ -335508,7 +335769,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1651 + $signature: 1652 }; N.editingReducer__closure8.prototype = { call$1: function(b) { @@ -335626,7 +335887,7 @@ call$1: function(b) { return b.get$_task_model$_$this()._showAsRunning = this.action.showAsRunning; }, - $signature: 1652 + $signature: 1653 }; N._startListMultiselect_closure2.prototype = { call$1: function(b) { @@ -335782,7 +336043,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 285 + $signature: 283 }; N._updateTask_closure.prototype = { call$1: function(b) { @@ -335791,7 +336052,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 285 + $signature: 283 }; N._setLoadedTask_closure.prototype = { call$1: function(b) { @@ -335800,13 +336061,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 285 + $signature: 283 }; U.convertTaskToInvoiceItem_closure.prototype = { call$1: function(time) { return time.startDate != null && time.endDate != null; }, - $signature: 180 + $signature: 198 }; U.convertTaskToInvoiceItem_closure0.prototype = { call$1: function(time) { @@ -335833,7 +336094,7 @@ } } }, - $signature: 196 + $signature: 197 }; U.convertTaskToInvoiceItem_closure1.prototype = { call$1: function(b) { @@ -335855,13 +336116,13 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1.customValue4; return b; }, - $signature: 55 + $signature: 54 }; U.memoizedTaskList_closure.prototype = { call$5: function(taskMap, clientId, userMap, clientMap, projectMap) { return U.taskList(taskMap, clientId, userMap, clientMap, projectMap); }, - $signature: 1655 + $signature: 1656 }; U.taskList_closure.prototype = { call$1: function(taskId) { @@ -336042,7 +336303,7 @@ ++this._box_0.countArchived; } }, - $signature: 127 + $signature: 124 }; U.memoizedTaskStatsForProject_closure.prototype = { call$2: function(projectId, taskMap) { @@ -336061,7 +336322,7 @@ ++this._box_0.countArchived; } }, - $signature: 127 + $signature: 124 }; U.memoizedTaskStatsForUser_closure.prototype = { call$2: function(userId, taskMap) { @@ -336096,7 +336357,7 @@ call$1: function(item) { return item; }, - $signature: 1658 + $signature: 1659 }; M.TaskState_loadTasks_closure.prototype = { call$1: function(b) { @@ -336111,7 +336372,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 285 + $signature: 283 }; M.TaskUIState.prototype = { get$isCreatingNew: function() { @@ -336685,7 +336946,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; B._archiveTaskStatus_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -336821,7 +337082,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new V.SaveTaskStatusSuccess(taskStatus)); t1.completer.complete$1(0, taskStatus); }, - $signature: 220 + $signature: 221 }; B._saveTaskStatus__closure0.prototype = { call$1: function(error) { @@ -336849,7 +337110,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.LoadTaskStatusSuccess(taskStatus)); this.action.completer.complete$1(0, null); }, - $signature: 220 + $signature: 221 }; B._loadTaskStatus__closure0.prototype = { call$1: function(error) { @@ -336880,7 +337141,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1662 + $signature: 1663 }; B._loadTaskStatuses__closure0.prototype = { call$1: function(error) { @@ -336913,7 +337174,7 @@ b.get$_task_status_state$_$this()._task_status_state$_forceSelected = t3; return b; }, - $signature: 1663 + $signature: 1664 }; A.forceSelectedReducer_closure135.prototype = { call$2: function(completer, action) { @@ -336921,7 +337182,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1664 + $signature: 1665 }; A.forceSelectedReducer_closure136.prototype = { call$2: function(completer, action) { @@ -336929,7 +337190,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1665 + $signature: 1666 }; A.forceSelectedReducer_closure137.prototype = { call$2: function(completer, action) { @@ -336937,7 +337198,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1666 + $signature: 1667 }; A.forceSelectedReducer_closure138.prototype = { call$2: function(completer, action) { @@ -336945,7 +337206,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1667 + $signature: 1668 }; A.forceSelectedReducer_closure139.prototype = { call$2: function(completer, action) { @@ -336953,7 +337214,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1668 + $signature: 1669 }; A.forceSelectedReducer_closure140.prototype = { call$2: function(completer, action) { @@ -336961,7 +337222,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1669 + $signature: 1670 }; A.forceSelectedReducer_closure141.prototype = { call$2: function(completer, action) { @@ -336969,7 +337230,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1670 + $signature: 1671 }; A.forceSelectedReducer_closure142.prototype = { call$2: function(completer, action) { @@ -336977,7 +337238,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1671 + $signature: 1672 }; A.selectedIdReducer_closure271.prototype = { call$2: function(completer, action) { @@ -336985,7 +337246,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1672 + $signature: 1673 }; A.selectedIdReducer_closure272.prototype = { call$2: function(completer, action) { @@ -336993,7 +337254,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1673 + $signature: 1674 }; A.selectedIdReducer_closure273.prototype = { call$2: function(selectedId, action) { @@ -337001,7 +337262,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; A.selectedIdReducer_closure274.prototype = { call$2: function(selectedId, action) { @@ -337025,7 +337286,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; A.selectedIdReducer_closure277.prototype = { call$2: function(selectedId, action) { @@ -337033,7 +337294,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; A.selectedIdReducer_closure278.prototype = { call$2: function(selectedId, action) { @@ -337041,7 +337302,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1674 + $signature: 1675 }; A.selectedIdReducer_closure279.prototype = { call$2: function(selectedId, action) { @@ -337049,7 +337310,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1675 + $signature: 1676 }; A.selectedIdReducer_closure280.prototype = { call$2: function(selectedId, action) { @@ -337057,7 +337318,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1676 + $signature: 1677 }; A.selectedIdReducer_closure281.prototype = { call$2: function(selectedId, action) { @@ -337065,7 +337326,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1677 + $signature: 1678 }; A.selectedIdReducer_closure282.prototype = { call$2: function(selectedId, action) { @@ -337073,7 +337334,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1678 + $signature: 1679 }; A.selectedIdReducer_closure283.prototype = { call$2: function(selectedId, action) { @@ -337081,7 +337342,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1679 + $signature: 1680 }; A.selectedIdReducer_closure284.prototype = { call$2: function(selectedId, action) { @@ -337089,7 +337350,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1680 + $signature: 1681 }; A.selectedIdReducer_closure285.prototype = { call$2: function(selectedId, action) { @@ -337102,7 +337363,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; A.editingReducer_closure89.prototype = { call$2: function(taskStatuses, action) { @@ -337110,7 +337371,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1681 + $signature: 1682 }; A.editingReducer_closure90.prototype = { call$2: function(taskStatuses, action) { @@ -337118,7 +337379,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1682 + $signature: 1683 }; A.editingReducer_closure91.prototype = { call$2: function(taskStatuses, action) { @@ -337126,7 +337387,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1683 + $signature: 1684 }; A.editingReducer_closure92.prototype = { call$2: function(taskStatus, action) { @@ -337134,14 +337395,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1684 + $signature: 1685 }; A.editingReducer__closure35.prototype = { call$1: function(b) { b.get$_task_status_model$_$this()._task_status_model$_isChanged = true; return b; }, - $signature: 146 + $signature: 147 }; A._viewTaskStatusList_closure.prototype = { call$1: function(b) { @@ -337294,7 +337555,7 @@ J.$indexSet$ax(t6.get$_safeMap(), statusId, t7); } }, - $signature: 287 + $signature: 285 }; A._sortTaskStatusSuccess__closure.prototype = { call$1: function(b) { @@ -337303,7 +337564,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 146 + $signature: 147 }; A._archiveTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -337325,7 +337586,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 287 + $signature: 285 }; A._deleteTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -337347,7 +337608,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 287 + $signature: 285 }; A._restoreTaskStatusSuccess_closure.prototype = { call$1: function(b) { @@ -337369,7 +337630,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 287 + $signature: 285 }; A._addTaskStatus_closure.prototype = { call$1: function(b) { @@ -337382,7 +337643,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 288 + $signature: 286 }; A._updateTaskStatus_closure.prototype = { call$1: function(b) { @@ -337391,7 +337652,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 288 + $signature: 286 }; A._setLoadedTaskStatus_closure.prototype = { call$1: function(b) { @@ -337400,13 +337661,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 288 + $signature: 286 }; U.memoizedDropdownTaskStatusList_closure.prototype = { call$4: function(taskStatusMap, taskStatusList, staticState, userMap) { return U.dropdownTaskStatusesSelector(taskStatusMap, taskStatusList, staticState, userMap); }, - $signature: 1688 + $signature: 1689 }; U.dropdownTaskStatusesSelector_closure.prototype = { call$1: function(taskStatusId) { @@ -337427,7 +337688,7 @@ call$4: function(selectionState, taskStatusMap, taskStatusList, taskStatusListState) { return U.filteredTaskStatusesSelector(selectionState, taskStatusMap, taskStatusList, taskStatusListState); }, - $signature: 1689 + $signature: 1690 }; U.filteredTaskStatusesSelector_closure.prototype = { call$1: function(taskStatusId) { @@ -337460,7 +337721,7 @@ call$2: function(taskStatusId, taskMap) { return U.calculateTaskStatusAmount(taskMap, taskStatusId); }, - $signature: 1690 + $signature: 1691 }; U.calculateTaskStatusAmount_closure.prototype = { call$2: function(taskId, task) { @@ -337470,7 +337731,7 @@ t1.total = t1.total + C.JSInt_methods._tdivFast$1(task.calculateDuration$0()._duration, 1000000); } }, - $signature: 127 + $signature: 124 }; U.memoizedTaskStatsForTaskStatus_closure.prototype = { call$2: function(companyGatewayId, taskMap) { @@ -337489,7 +337750,7 @@ ++this._box_0.countArchived; } }, - $signature: 127 + $signature: 124 }; U.defaultTaskStatusId_closure.prototype = { call$1: function(statusId) { @@ -337538,7 +337799,7 @@ call$1: function(item) { return item; }, - $signature: 1691 + $signature: 1692 }; L.TaskStatusState_loadTaskStatuses_closure.prototype = { call$1: function(b) { @@ -337553,7 +337814,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 288 + $signature: 286 }; L.TaskStatusUIState.prototype = { get$isCreatingNew: function() { @@ -338093,7 +338354,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; T._archiveTaxRate_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -338116,14 +338377,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 222 + $signature: 223 }; T._archiveTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.ArchiveTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 348 + $signature: 347 }; T._archiveTaxRate__closure1.prototype = { call$1: function(error) { @@ -338154,14 +338415,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 222 + $signature: 223 }; T._deleteTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.DeleteTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 348 + $signature: 347 }; T._deleteTaxRate__closure1.prototype = { call$1: function(error) { @@ -338192,14 +338453,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).taxRateState.map._map$_map, id); }, - $signature: 222 + $signature: 223 }; T._restoreTaxRate__closure0.prototype = { call$1: function(taxRates) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.RestoreTaxRatesSuccess(taxRates)); this.action.completer.complete$1(0, null); }, - $signature: 348 + $signature: 347 }; T._restoreTaxRate__closure1.prototype = { call$1: function(error) { @@ -338229,7 +338490,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new A.SaveTaxRateSuccess(taxRate)); t1.completer.complete$1(0, taxRate); }, - $signature: 117 + $signature: 120 }; T._saveTaxRate__closure0.prototype = { call$1: function(error) { @@ -338257,7 +338518,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.LoadTaxRateSuccess(taxRate)); this.action.completer.complete$1(0, null); }, - $signature: 117 + $signature: 120 }; T._loadTaxRate__closure0.prototype = { call$1: function(error) { @@ -338288,7 +338549,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1695 + $signature: 1696 }; T._loadTaxRates__closure0.prototype = { call$1: function(error) { @@ -338321,7 +338582,7 @@ b.get$_tax_rate_state$_$this()._tax_rate_state$_forceSelected = t3; return b; }, - $signature: 1696 + $signature: 1697 }; Z.forceSelectedReducer_closure67.prototype = { call$2: function(completer, action) { @@ -338329,7 +338590,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1697 + $signature: 1698 }; Z.forceSelectedReducer_closure68.prototype = { call$2: function(completer, action) { @@ -338337,7 +338598,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1698 + $signature: 1699 }; Z.forceSelectedReducer_closure69.prototype = { call$2: function(completer, action) { @@ -338345,7 +338606,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1699 + $signature: 1700 }; Z.forceSelectedReducer_closure70.prototype = { call$2: function(completer, action) { @@ -338353,7 +338614,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1700 + $signature: 1701 }; Z.selectedIdReducer_closure134.prototype = { call$2: function(completer, action) { @@ -338361,7 +338622,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1701 + $signature: 1702 }; Z.selectedIdReducer_closure135.prototype = { call$2: function(completer, action) { @@ -338369,7 +338630,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1702 + $signature: 1703 }; Z.selectedIdReducer_closure136.prototype = { call$2: function(selectedId, action) { @@ -338377,7 +338638,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; Z.selectedIdReducer_closure137.prototype = { call$2: function(selectedId, action) { @@ -338385,7 +338646,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1703 + $signature: 1704 }; Z.selectedIdReducer_closure138.prototype = { call$2: function(selectedId, action) { @@ -338393,7 +338654,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1704 + $signature: 1705 }; Z.selectedIdReducer_closure139.prototype = { call$2: function(selectedId, action) { @@ -338401,7 +338662,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; Z.selectedIdReducer_closure140.prototype = { call$2: function(selectedId, action) { @@ -338409,7 +338670,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; Z.selectedIdReducer_closure141.prototype = { call$2: function(selectedId, action) { @@ -338417,7 +338678,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1705 + $signature: 1706 }; Z.selectedIdReducer_closure142.prototype = { call$2: function(selectedId, action) { @@ -338425,7 +338686,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1706 + $signature: 1707 }; Z.selectedIdReducer_closure143.prototype = { call$2: function(selectedId, action) { @@ -338433,7 +338694,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1707 + $signature: 1708 }; Z.editingReducer_closure39.prototype = { call$2: function(taxRates, action) { @@ -338441,7 +338702,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1708 + $signature: 1709 }; Z.editingReducer_closure40.prototype = { call$2: function(taxRates, action) { @@ -338449,7 +338710,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1709 + $signature: 1710 }; Z.editingReducer_closure41.prototype = { call$2: function(taxRates, action) { @@ -338457,7 +338718,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1710 + $signature: 1711 }; Z.editingReducer_closure42.prototype = { call$2: function(taxRate, action) { @@ -338465,7 +338726,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1711 + $signature: 1712 }; Z.editingReducer__closure14.prototype = { call$1: function(b) { @@ -338638,7 +338899,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 170 + $signature: 171 }; Z._updateTaxRate_closure.prototype = { call$1: function(b) { @@ -338647,7 +338908,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 170 + $signature: 171 }; Z._setLoadedTaxRate_closure.prototype = { call$1: function(b) { @@ -338656,14 +338917,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 170 + $signature: 171 }; Z._setLoadedTaxRates_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.taxRates, new Z._setLoadedTaxRates__closure(), new Z._setLoadedTaxRates__closure0(), type$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 170 + $signature: 171 }; Z._setLoadedTaxRates__closure.prototype = { call$1: function(item) { @@ -338684,14 +338945,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 170 + $signature: 171 }; Z._setLoadedCompany_closure3.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.taxRates, new Z._setLoadedCompany__closure3(), new Z._setLoadedCompany__closure4(), type$.legacy_String, type$.legacy_TaxRateEntity)); return b; }, - $signature: 170 + $signature: 171 }; Z._setLoadedCompany__closure3.prototype = { call$1: function(item) { @@ -338712,13 +338973,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 170 + $signature: 171 }; G.memoizedFilteredTaxRateList_closure.prototype = { call$4: function(selectionState, taxRateMap, taxRateList, taxRateListState) { return G.filteredTaxRatesSelector(selectionState, taxRateMap, taxRateList, taxRateListState); }, - $signature: 1716 + $signature: 1717 }; G.filteredTaxRatesSelector_closure.prototype = { call$1: function(taxRateId) { @@ -339320,7 +339581,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; D._archiveToken_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -339456,7 +339717,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new Q.SaveTokenSuccess(token)); t1.completer.complete$1(0, token); }, - $signature: 289 + $signature: 287 }; D._saveToken__closure0.prototype = { call$1: function(error) { @@ -339488,7 +339749,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadTokenSuccess(token)); this.action.completer.complete$1(0, null); }, - $signature: 289 + $signature: 287 }; D._loadToken__closure0.prototype = { call$1: function(error) { @@ -339519,7 +339780,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1720 + $signature: 1721 }; D._loadTokens__closure0.prototype = { call$1: function(error) { @@ -339552,7 +339813,7 @@ b.get$_token_state$_$this()._token_state$_forceSelected = t3; return b; }, - $signature: 1721 + $signature: 1722 }; S.forceSelectedReducer_closure103.prototype = { call$2: function(completer, action) { @@ -339560,7 +339821,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1722 + $signature: 1723 }; S.forceSelectedReducer_closure104.prototype = { call$2: function(completer, action) { @@ -339568,7 +339829,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1723 + $signature: 1724 }; S.forceSelectedReducer_closure105.prototype = { call$2: function(completer, action) { @@ -339576,7 +339837,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1724 + $signature: 1725 }; S.forceSelectedReducer_closure106.prototype = { call$2: function(completer, action) { @@ -339584,7 +339845,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1725 + $signature: 1726 }; S.forceSelectedReducer_closure107.prototype = { call$2: function(completer, action) { @@ -339592,7 +339853,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1726 + $signature: 1727 }; S.forceSelectedReducer_closure108.prototype = { call$2: function(completer, action) { @@ -339600,7 +339861,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1727 + $signature: 1728 }; S.forceSelectedReducer_closure109.prototype = { call$2: function(completer, action) { @@ -339608,7 +339869,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1728 + $signature: 1729 }; S.forceSelectedReducer_closure110.prototype = { call$2: function(completer, action) { @@ -339616,7 +339877,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1729 + $signature: 1730 }; S.selectedIdReducer_closure207.prototype = { call$2: function(completer, action) { @@ -339624,7 +339885,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1730 + $signature: 1731 }; S.selectedIdReducer_closure208.prototype = { call$2: function(completer, action) { @@ -339632,7 +339893,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1731 + $signature: 1732 }; S.selectedIdReducer_closure209.prototype = { call$2: function(selectedId, action) { @@ -339640,7 +339901,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; S.selectedIdReducer_closure210.prototype = { call$2: function(selectedId, action) { @@ -339664,7 +339925,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; S.selectedIdReducer_closure213.prototype = { call$2: function(selectedId, action) { @@ -339672,7 +339933,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; S.selectedIdReducer_closure214.prototype = { call$2: function(selectedId, action) { @@ -339680,7 +339941,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1732 + $signature: 1733 }; S.selectedIdReducer_closure215.prototype = { call$2: function(selectedId, action) { @@ -339688,7 +339949,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1733 + $signature: 1734 }; S.selectedIdReducer_closure216.prototype = { call$2: function(selectedId, action) { @@ -339696,7 +339957,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1734 + $signature: 1735 }; S.selectedIdReducer_closure217.prototype = { call$2: function(selectedId, action) { @@ -339704,7 +339965,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1735 + $signature: 1736 }; S.selectedIdReducer_closure218.prototype = { call$2: function(selectedId, action) { @@ -339712,7 +339973,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1736 + $signature: 1737 }; S.selectedIdReducer_closure219.prototype = { call$2: function(selectedId, action) { @@ -339720,7 +339981,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1737 + $signature: 1738 }; S.selectedIdReducer_closure220.prototype = { call$2: function(selectedId, action) { @@ -339728,7 +339989,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1738 + $signature: 1739 }; S.selectedIdReducer_closure221.prototype = { call$2: function(selectedId, action) { @@ -339741,7 +340002,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; S.editingReducer_closure66.prototype = { call$2: function(tokens, action) { @@ -339749,7 +340010,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1739 + $signature: 1740 }; S.editingReducer_closure67.prototype = { call$2: function(tokens, action) { @@ -339757,7 +340018,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1740 + $signature: 1741 }; S.editingReducer_closure68.prototype = { call$2: function(tokens, action) { @@ -339765,7 +340026,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1741 + $signature: 1742 }; S.editingReducer_closure69.prototype = { call$2: function(token, action) { @@ -339773,7 +340034,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1742 + $signature: 1743 }; S.editingReducer__closure25.prototype = { call$1: function(b) { @@ -339984,7 +340245,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 290 + $signature: 288 }; S._updateToken_closure.prototype = { call$1: function(b) { @@ -339993,7 +340254,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 288 }; S._setLoadedToken_closure.prototype = { call$1: function(b) { @@ -340002,13 +340263,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 290 + $signature: 288 }; O.memoizedFilteredTokenList_closure.prototype = { call$4: function(selectionState, tokenMap, tokenList, tokenListState) { return O.filteredTokensSelector(selectionState, tokenMap, tokenList, tokenListState); }, - $signature: 1746 + $signature: 1747 }; O.filteredTokensSelector_closure.prototype = { call$1: function(tokenId) { @@ -340074,7 +340335,7 @@ call$1: function(item) { return item; }, - $signature: 1747 + $signature: 1748 }; N.TokenState_loadTokens_closure.prototype = { call$1: function(b) { @@ -340089,7 +340350,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 290 + $signature: 288 }; N.TokenUIState.prototype = { get$isCreatingNew: function() { @@ -340911,14 +341172,14 @@ b.get$_pref_state$_$this()._field = t2; return b; }, - $signature: 1748 + $signature: 1749 }; Y._resortFields_closure0.prototype = { call$1: function(b) { b.$indexSet(0, this.entityType, this.directon); return b; }, - $signature: 1749 + $signature: 1750 }; Y.sortFieldsReducer_closure.prototype = { call$2: function(value, action) { @@ -340926,7 +341187,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1750 + $signature: 1751 }; Y.sortFieldsReducer_closure0.prototype = { call$2: function(value, action) { @@ -340934,7 +341195,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1751 + $signature: 1752 }; Y.sortFieldsReducer_closure1.prototype = { call$2: function(value, action) { @@ -340942,7 +341203,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1752 + $signature: 1753 }; Y.sortFieldsReducer_closure2.prototype = { call$2: function(value, action) { @@ -340950,7 +341211,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1753 + $signature: 1754 }; Y.sortFieldsReducer_closure3.prototype = { call$2: function(value, action) { @@ -340958,7 +341219,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1754 + $signature: 1755 }; Y.sortFieldsReducer_closure4.prototype = { call$2: function(value, action) { @@ -340966,7 +341227,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1755 + $signature: 1756 }; Y.sortFieldsReducer_closure5.prototype = { call$2: function(value, action) { @@ -340974,7 +341235,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1756 + $signature: 1757 }; Y.sortFieldsReducer_closure6.prototype = { call$2: function(value, action) { @@ -340982,7 +341243,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1757 + $signature: 1758 }; Y.sortFieldsReducer_closure7.prototype = { call$2: function(value, action) { @@ -340990,7 +341251,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1758 + $signature: 1759 }; Y.sortFieldsReducer_closure8.prototype = { call$2: function(value, action) { @@ -340998,7 +341259,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1759 + $signature: 1760 }; Y.sortFieldsReducer_closure9.prototype = { call$2: function(value, action) { @@ -341006,7 +341267,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1760 + $signature: 1761 }; Y.sortFieldsReducer_closure10.prototype = { call$2: function(value, action) { @@ -341014,7 +341275,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1761 + $signature: 1762 }; Y.sortFieldsReducer_closure11.prototype = { call$2: function(value, action) { @@ -341022,7 +341283,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1762 + $signature: 1763 }; Y.sortFieldsReducer_closure12.prototype = { call$2: function(value, action) { @@ -341030,7 +341291,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1763 + $signature: 1764 }; Y.sortFieldsReducer_closure13.prototype = { call$2: function(value, action) { @@ -341038,7 +341299,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1764 + $signature: 1765 }; Y.sortFieldsReducer_closure14.prototype = { call$2: function(value, action) { @@ -341046,7 +341307,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1765 + $signature: 1766 }; Y.sortFieldsReducer_closure15.prototype = { call$2: function(value, action) { @@ -341054,7 +341315,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1766 + $signature: 1767 }; Y.sortFieldsReducer_closure16.prototype = { call$2: function(value, action) { @@ -341062,7 +341323,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1767 + $signature: 1768 }; Y.sortFieldsReducer_closure17.prototype = { call$2: function(value, action) { @@ -341070,7 +341331,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1768 + $signature: 1769 }; Y.sortFieldsReducer_closure18.prototype = { call$2: function(value, action) { @@ -341078,7 +341339,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1769 + $signature: 1770 }; Y.sortFieldsReducer_closure19.prototype = { call$2: function(value, action) { @@ -341086,7 +341347,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1770 + $signature: 1771 }; Y.sortFieldsReducer_closure20.prototype = { call$2: function(value, action) { @@ -341094,7 +341355,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1771 + $signature: 1772 }; Y.sidebarEditorReducer_closure.prototype = { call$2: function(value, action) { @@ -341106,7 +341367,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1772 + $signature: 1773 }; Y.sidebarEditorReducer__closure.prototype = { call$1: function(b) { @@ -341129,7 +341390,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.menuVisibleReducer_closure0.prototype = { call$2: function(value, action) { @@ -341145,7 +341406,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.historyVisibleReducer_closure.prototype = { call$2: function(value, action) { @@ -341153,7 +341414,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.historyVisibleReducer_closure0.prototype = { call$2: function(value, action) { @@ -341166,7 +341427,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.layoutReducer_closure.prototype = { call$2: function(layout, action) { @@ -341175,7 +341436,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1775 + $signature: 1776 }; Y.moduleLayoutReducer_closure.prototype = { call$2: function(moduleLayout, action) { @@ -341184,7 +341445,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1776 + $signature: 1777 }; Y.moduleLayoutReducer_closure0.prototype = { call$2: function(moduleLayout, action) { @@ -341195,7 +341456,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1777 + $signature: 1778 }; Y.rowsPerPageReducer_closure.prototype = { call$2: function(numRows, action) { @@ -341204,7 +341465,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1778 + $signature: 1779 }; Y.manuSidebarReducer_closure.prototype = { call$2: function(mode, action) { @@ -341231,7 +341492,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.persistDataReducer_closure.prototype = { call$2: function(persistData, action) { @@ -341240,7 +341501,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.showKanbanReducer_closure.prototype = { call$2: function(showKanban, action) { @@ -341249,7 +341510,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.showFilterSidebarReducer_closure.prototype = { call$2: function(value, action) { @@ -341258,7 +341519,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.longPressReducer_closure.prototype = { call$2: function(longPressSelectionIsDefault, action) { @@ -341267,7 +341528,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.isPreviewVisibleReducer_closure.prototype = { call$2: function(isPreviewVisible, action) { @@ -341276,7 +341537,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.isPreviewEnabledReducer_closure.prototype = { call$2: function(isPreviewEnabled, action) { @@ -341285,7 +341546,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.requireAuthenticationReducer_closure.prototype = { call$2: function(requireAuthentication, action) { @@ -341294,7 +341555,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 98 + $signature: 100 }; Y.colorThemeReducer_closure.prototype = { call$2: function(currentColorTheme, action) { @@ -341303,7 +341564,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1780 + $signature: 1781 }; Y.customColorsReducer_closure.prototype = { call$2: function(customColors, action) { @@ -341312,14 +341573,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1781 + $signature: 1782 }; Y.companyPrefReducer_closure.prototype = { call$1: function(b) { b.get$historyList().replace$1(0, $.$get$historyReducer().call$2(this._box_0.state.historyList, this.action)); return b; }, - $signature: 1782 + $signature: 1783 }; Y.historyReducer_closure.prototype = { call$2: function(historyList, action) { @@ -341330,14 +341591,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1783 + $signature: 1784 }; Y.historyReducer__closure.prototype = { call$1: function(b) { J.removeAt$1$ax(b.get$_safeList(), 0); return b; }, - $signature: 357 + $signature: 356 }; Y.historyReducer_closure0.prototype = { call$2: function(historyList, action) { @@ -341345,7 +341606,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1785 + $signature: 1786 }; Y.historyReducer_closure1.prototype = { call$2: function(historyList, action) { @@ -341353,7 +341614,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1786 + $signature: 1787 }; Y.historyReducer_closure2.prototype = { call$2: function(historyList, action) { @@ -341364,7 +341625,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1787 + $signature: 1788 }; Y.historyReducer_closure3.prototype = { call$2: function(historyList, action) { @@ -341372,7 +341633,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1788 + $signature: 1789 }; Y.historyReducer_closure4.prototype = { call$2: function(historyList, action) { @@ -341380,7 +341641,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1789 + $signature: 1790 }; Y.historyReducer_closure5.prototype = { call$2: function(historyList, action) { @@ -341388,7 +341649,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1790 + $signature: 1791 }; Y.historyReducer_closure6.prototype = { call$2: function(historyList, action) { @@ -341396,7 +341657,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1791 + $signature: 1792 }; Y.historyReducer_closure7.prototype = { call$2: function(historyList, action) { @@ -341404,7 +341665,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1792 + $signature: 1793 }; Y.historyReducer_closure8.prototype = { call$2: function(historyList, action) { @@ -341412,7 +341673,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1793 + $signature: 1794 }; Y.historyReducer_closure9.prototype = { call$2: function(historyList, action) { @@ -341420,7 +341681,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1794 + $signature: 1795 }; Y.historyReducer_closure10.prototype = { call$2: function(historyList, action) { @@ -341428,7 +341689,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1795 + $signature: 1796 }; Y.historyReducer_closure11.prototype = { call$2: function(historyList, action) { @@ -341436,7 +341697,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1796 + $signature: 1797 }; Y.historyReducer_closure12.prototype = { call$2: function(historyList, action) { @@ -341444,7 +341705,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1797 + $signature: 1798 }; Y.historyReducer_closure13.prototype = { call$2: function(historyList, action) { @@ -341452,7 +341713,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1798 + $signature: 1799 }; Y.historyReducer_closure14.prototype = { call$2: function(historyList, action) { @@ -341460,7 +341721,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1799 + $signature: 1800 }; Y.historyReducer_closure15.prototype = { call$2: function(historyList, action) { @@ -341468,7 +341729,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1800 + $signature: 1801 }; Y.historyReducer_closure16.prototype = { call$2: function(historyList, action) { @@ -341476,7 +341737,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1801 + $signature: 1802 }; Y.historyReducer_closure17.prototype = { call$2: function(historyList, action) { @@ -341484,7 +341745,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1802 + $signature: 1803 }; Y.historyReducer_closure18.prototype = { call$2: function(historyList, action) { @@ -341492,7 +341753,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1803 + $signature: 1804 }; Y.historyReducer_closure19.prototype = { call$2: function(historyList, action) { @@ -341500,7 +341761,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1804 + $signature: 1805 }; Y.historyReducer_closure20.prototype = { call$2: function(historyList, action) { @@ -341508,7 +341769,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1805 + $signature: 1806 }; Y.historyReducer_closure21.prototype = { call$2: function(historyList, action) { @@ -341516,7 +341777,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1806 + $signature: 1807 }; Y.historyReducer_closure22.prototype = { call$2: function(historyList, action) { @@ -341524,7 +341785,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1807 + $signature: 1808 }; Y.historyReducer_closure23.prototype = { call$2: function(historyList, action) { @@ -341532,7 +341793,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1808 + $signature: 1809 }; Y.historyReducer_closure24.prototype = { call$2: function(historyList, action) { @@ -341540,7 +341801,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1809 + $signature: 1810 }; Y.historyReducer_closure25.prototype = { call$2: function(historyList, action) { @@ -341548,7 +341809,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1810 + $signature: 1811 }; Y.historyReducer_closure26.prototype = { call$2: function(historyList, action) { @@ -341556,7 +341817,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1811 + $signature: 1812 }; Y.historyReducer_closure27.prototype = { call$2: function(historyList, action) { @@ -341564,7 +341825,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1812 + $signature: 1813 }; Y.historyReducer_closure28.prototype = { call$2: function(historyList, action) { @@ -341572,7 +341833,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1813 + $signature: 1814 }; Y.historyReducer_closure29.prototype = { call$2: function(historyList, action) { @@ -341580,7 +341841,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1814 + $signature: 1815 }; Y.historyReducer_closure30.prototype = { call$2: function(historyList, action) { @@ -341588,7 +341849,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1815 + $signature: 1816 }; Y.historyReducer_closure31.prototype = { call$2: function(historyList, action) { @@ -341596,7 +341857,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1816 + $signature: 1817 }; Y.historyReducer_closure32.prototype = { call$2: function(historyList, action) { @@ -341604,7 +341865,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1817 + $signature: 1818 }; Y.historyReducer_closure33.prototype = { call$2: function(historyList, action) { @@ -341612,7 +341873,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1818 + $signature: 1819 }; Y.historyReducer_closure34.prototype = { call$2: function(historyList, action) { @@ -341620,7 +341881,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1819 + $signature: 1820 }; Y.historyReducer_closure35.prototype = { call$2: function(historyList, action) { @@ -341628,7 +341889,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1820 + $signature: 1821 }; Y.historyReducer_closure36.prototype = { call$2: function(historyList, action) { @@ -341636,7 +341897,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1821 + $signature: 1822 }; Y.historyReducer_closure37.prototype = { call$2: function(historyList, action) { @@ -341644,7 +341905,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1822 + $signature: 1823 }; Y.historyReducer_closure38.prototype = { call$2: function(historyList, action) { @@ -341652,7 +341913,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1823 + $signature: 1824 }; Y.historyReducer_closure39.prototype = { call$2: function(historyList, action) { @@ -341660,7 +341921,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1824 + $signature: 1825 }; Y.historyReducer_closure40.prototype = { call$2: function(historyList, action) { @@ -341668,7 +341929,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1825 + $signature: 1826 }; Y.historyReducer_closure41.prototype = { call$2: function(historyList, action) { @@ -341676,7 +341937,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1826 + $signature: 1827 }; Y.historyReducer_closure42.prototype = { call$2: function(historyList, action) { @@ -341684,7 +341945,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1827 + $signature: 1828 }; Y.historyReducer_closure43.prototype = { call$2: function(historyList, action) { @@ -341692,7 +341953,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1828 + $signature: 1829 }; Y.historyReducer_closure44.prototype = { call$2: function(historyList, action) { @@ -341700,7 +341961,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1829 + $signature: 1830 }; Y.historyReducer_closure45.prototype = { call$2: function(historyList, action) { @@ -341708,14 +341969,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1830 + $signature: 1831 }; Y._addToHistory_closure.prototype = { call$1: function(item) { var t1 = this.record; return t1.entityType === item.entityType && t1.id == item.id; }, - $signature: 649 + $signature: 654 }; Y._addToHistory_closure0.prototype = { call$0: function() { @@ -341730,7 +341991,7 @@ J.insert$2$ax(b.get$_safeList(), 0, this.record); return b; }, - $signature: 357 + $signature: 356 }; Y._addToHistory_closure2.prototype = { call$1: function(b) { @@ -341742,7 +342003,7 @@ b._listOwner = null; return b; }, - $signature: 357 + $signature: 356 }; X.PrefState.prototype = { get$colorThemeModel: function() { @@ -342712,7 +342973,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1831 + $signature: 1832 }; D.filterReducer_closure.prototype = { call$2: function(filter, action) { @@ -342720,7 +342981,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1832 + $signature: 1833 }; D.filterReducer_closure0.prototype = { call$2: function(state, action) { @@ -342728,7 +342989,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1833 + $signature: 1834 }; D.filterClearedAtReducer_closure.prototype = { call$2: function(filterClearedAt, action) { @@ -342736,7 +342997,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1834 + $signature: 1835 }; D.filterClearedAtReducer_closure0.prototype = { call$2: function(state, action) { @@ -342744,7 +343005,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1835 + $signature: 1836 }; D.currentRouteReducer_closure.prototype = { call$2: function(currentRoute, action) { @@ -342752,7 +343013,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1836 + $signature: 1837 }; D.selectedCompanyIndexReducer_closure.prototype = { call$2: function(selectedCompanyIndex, action) { @@ -342760,7 +343021,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1837 + $signature: 1838 }; D.previewStackReducer_closure.prototype = { call$2: function(previewStack, action) { @@ -342779,13 +343040,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1838 + $signature: 1839 }; D.previewStackReducer__closure.prototype = { call$1: function(entityType) { return entityType != this.action.entityType; }, - $signature: 291 + $signature: 289 }; D.previewStackReducer_closure0.prototype = { call$2: function(previewStack, action) { @@ -342793,7 +343054,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1840 + $signature: 1841 }; D.previewStackReducer_closure1.prototype = { call$2: function(previewStack, action) { @@ -342804,7 +343065,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1841 + $signature: 1842 }; U.UIState.prototype = { containsRoute$1: function(route) { @@ -343815,35 +344076,35 @@ var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 137 + $signature: 152 }; X.handleUserAction_closure1.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 137 + $signature: 152 }; X.handleUserAction_closure2.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 137 + $signature: 152 }; X.handleUserAction_closure3.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_invoice_model$_$this()._invoice_model$_assignedUserId = t1; }, - $signature: 137 + $signature: 152 }; X.handleUserAction_closure4.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_expense_model$_$this()._expense_model$_assignedUserId = t1; }, - $signature: 1842 + $signature: 1843 }; X.handleUserAction_closure5.prototype = { call$1: function(b) { @@ -343864,14 +344125,14 @@ var t1 = this.user.id; return b.get$_task_model$_$this()._task_model$_assignedUserId = t1; }, - $signature: 1843 + $signature: 1844 }; X.handleUserAction_closure8.prototype = { call$1: function(b) { var t1 = this.user.id; return b.get$_vendor_model$_$this()._vendor_model$_assignedUserId = t1; }, - $signature: 1844 + $signature: 1845 }; X.handleUserAction_closure10.prototype = { call$2: function(password, idToken) { @@ -343885,13 +344146,13 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 292 + $signature: 290 }; X.handleUserAction_closure9.prototype = { call$2: function(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 48 + $signature: 53 }; X.handleUserAction_closure12.prototype = { call$2: function(password, idToken) { @@ -343905,13 +344166,13 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 292 + $signature: 290 }; X.handleUserAction_closure11.prototype = { call$2: function(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 48 + $signature: 53 }; X.handleUserAction_closure14.prototype = { call$2: function(password, idToken) { @@ -343925,13 +344186,13 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 292 + $signature: 290 }; X.handleUserAction_closure13.prototype = { call$2: function(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 48 + $signature: 53 }; X.handleUserAction_closure16.prototype = { call$2: function(password, idToken) { @@ -343946,7 +344207,7 @@ call$0: function() { return this.call$2(null, null); }, - $signature: 292 + $signature: 290 }; X.handleUserAction_closure15.prototype = { call$0: function() { @@ -343958,7 +344219,7 @@ call$2: function(password, idToken) { this.dispatch.call$2(password, idToken); }, - $signature: 48 + $signature: 53 }; X.handleUserAction_closure17.prototype = { call$2: function(password, idToken) { @@ -343967,7 +344228,7 @@ t2 = O.snackBarCompleter(_this.context, _this.localization.get$emailSentToConfirmEmail(), false, type$.Null); J.$index$asx(_this.store.get$_dispatchers(), 0).call$1(new X.ResendInviteRequest(t2, t1, password, idToken)); }, - $signature: 48 + $signature: 53 }; X.StartUserMultiselect.prototype = {}; X.AddToUserMultiselect.prototype = {}; @@ -344035,7 +344296,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; M._archiveUser_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -344058,14 +344319,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 360 + $signature: 359 }; M._archiveUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ArchiveUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 231 }; M._archiveUser__closure1.prototype = { call$1: function(error) { @@ -344100,14 +344361,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 360 + $signature: 359 }; M._deleteUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.DeleteUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 231 }; M._deleteUser__closure1.prototype = { call$1: function(error) { @@ -344142,14 +344403,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).userState.map._map$_map, id); }, - $signature: 360 + $signature: 359 }; M._restoreUser__closure0.prototype = { call$1: function(users) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RestoreUserSuccess(users)); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 231 }; M._restoreUser__closure1.prototype = { call$1: function(error) { @@ -344179,7 +344440,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.RemoveUserSuccess(t1.userId)); t1.completer.complete$1(0, null); }, - $signature: 230 + $signature: 231 }; M._removeUser__closure0.prototype = { call$1: function(error) { @@ -344204,7 +344465,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.ResendInviteSuccess()); this.action.completer.complete$1(0, null); }, - $signature: 230 + $signature: 231 }; M._resendInvite__closure0.prototype = { call$1: function(error) { @@ -344234,7 +344495,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new X.SaveUserSuccess(user)); t1.completer.complete$1(0, user); }, - $signature: 161 + $signature: 162 }; M._saveUser__closure0.prototype = { call$1: function(error) { @@ -344266,7 +344527,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.LoadUserSuccess(user)); this.action.completer.complete$1(0, null); }, - $signature: 161 + $signature: 162 }; M._loadUser__closure0.prototype = { call$1: function(error) { @@ -344297,7 +344558,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1849 + $signature: 1850 }; M._loadUsers__closure0.prototype = { call$1: function(error) { @@ -344330,7 +344591,7 @@ b.get$_user_state$_$this()._user_state$_forceSelected = t3; return b; }, - $signature: 1850 + $signature: 1851 }; E.forceSelectedReducer_closure71.prototype = { call$2: function(completer, action) { @@ -344338,7 +344599,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1851 + $signature: 1852 }; E.forceSelectedReducer_closure72.prototype = { call$2: function(completer, action) { @@ -344346,7 +344607,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1852 + $signature: 1853 }; E.forceSelectedReducer_closure73.prototype = { call$2: function(completer, action) { @@ -344354,7 +344615,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1853 + $signature: 1854 }; E.forceSelectedReducer_closure74.prototype = { call$2: function(completer, action) { @@ -344362,7 +344623,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1854 + $signature: 1855 }; E.forceSelectedReducer_closure75.prototype = { call$2: function(completer, action) { @@ -344370,7 +344631,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1855 + $signature: 1856 }; E.forceSelectedReducer_closure76.prototype = { call$2: function(completer, action) { @@ -344378,7 +344639,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1856 + $signature: 1857 }; E.forceSelectedReducer_closure77.prototype = { call$2: function(completer, action) { @@ -344386,7 +344647,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1857 + $signature: 1858 }; E.forceSelectedReducer_closure78.prototype = { call$2: function(completer, action) { @@ -344394,7 +344655,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1858 + $signature: 1859 }; E.selectedIdReducer_closure144.prototype = { call$2: function(completer, action) { @@ -344402,7 +344663,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1859 + $signature: 1860 }; E.selectedIdReducer_closure145.prototype = { call$2: function(completer, action) { @@ -344410,7 +344671,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1860 + $signature: 1861 }; E.selectedIdReducer_closure146.prototype = { call$2: function(selectedId, action) { @@ -344418,7 +344679,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; E.selectedIdReducer_closure147.prototype = { call$2: function(selectedId, action) { @@ -344426,7 +344687,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1861 + $signature: 1862 }; E.selectedIdReducer_closure148.prototype = { call$2: function(selectedId, action) { @@ -344434,7 +344695,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1862 + $signature: 1863 }; E.selectedIdReducer_closure149.prototype = { call$2: function(selectedId, action) { @@ -344442,7 +344703,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; E.selectedIdReducer_closure150.prototype = { call$2: function(selectedId, action) { @@ -344450,7 +344711,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; E.selectedIdReducer_closure151.prototype = { call$2: function(selectedId, action) { @@ -344458,7 +344719,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1863 + $signature: 1864 }; E.selectedIdReducer_closure152.prototype = { call$2: function(selectedId, action) { @@ -344466,7 +344727,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1864 + $signature: 1865 }; E.selectedIdReducer_closure153.prototype = { call$2: function(selectedId, action) { @@ -344474,7 +344735,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1865 + $signature: 1866 }; E.selectedIdReducer_closure154.prototype = { call$2: function(selectedId, action) { @@ -344482,7 +344743,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1866 + $signature: 1867 }; E.selectedIdReducer_closure155.prototype = { call$2: function(selectedId, action) { @@ -344490,7 +344751,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1867 + $signature: 1868 }; E.selectedIdReducer_closure156.prototype = { call$2: function(selectedId, action) { @@ -344498,7 +344759,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1868 + $signature: 1869 }; E.selectedIdReducer_closure157.prototype = { call$2: function(selectedId, action) { @@ -344506,7 +344767,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1869 + $signature: 1870 }; E.selectedIdReducer_closure158.prototype = { call$2: function(selectedId, action) { @@ -344514,7 +344775,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 149 + $signature: 155 }; E.selectedIdReducer_closure159.prototype = { call$2: function(selectedId, action) { @@ -344527,7 +344788,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; E.editingReducer_closure43.prototype = { call$2: function(users, action) { @@ -344535,7 +344796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1870 + $signature: 1871 }; E.editingReducer_closure44.prototype = { call$2: function(users, action) { @@ -344543,7 +344804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1871 + $signature: 1872 }; E.editingReducer_closure45.prototype = { call$2: function(users, action) { @@ -344551,7 +344812,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1872 + $signature: 1873 }; E.editingReducer_closure46.prototype = { call$2: function(user, action) { @@ -344559,14 +344820,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1873 + $signature: 1874 }; E.editingReducer__closure15.prototype = { call$1: function(b) { b.get$_user_model$_$this()._user_model$_isChanged = true; return b; }, - $signature: 77 + $signature: 73 }; E._viewUserList_closure.prototype = { call$1: function(b) { @@ -344805,7 +345066,7 @@ J.remove$1$ax(b.get$list(b).get$_safeList(), t2); return b; }, - $signature: 105 + $signature: 102 }; E._addUser_closure.prototype = { call$1: function(b) { @@ -344818,7 +345079,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 105 + $signature: 102 }; E._updateUser_closure.prototype = { call$1: function(b) { @@ -344827,7 +345088,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 105 + $signature: 102 }; E._updateAuthUser_closure.prototype = { call$1: function(b) { @@ -344836,7 +345097,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 105 + $signature: 102 }; E._connectOAuthUser_closure.prototype = { call$1: function(b) { @@ -344845,7 +345106,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 105 + $signature: 102 }; E._connectGmailUser_closure.prototype = { call$1: function(b) { @@ -344854,7 +345115,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 105 + $signature: 102 }; E._setLoadedUser_closure.prototype = { call$1: function(b) { @@ -344863,14 +345124,14 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 105 + $signature: 102 }; E._setLoadedUsers_closure.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.users, new E._setLoadedUsers__closure(), new E._setLoadedUsers__closure0(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 105 + $signature: 102 }; E._setLoadedUsers__closure.prototype = { call$1: function(item) { @@ -344891,14 +345152,14 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 105 + $signature: 102 }; E._setLoadedCompany_closure5.prototype = { call$1: function(b) { b.get$map(b).addAll$1(0, P.LinkedHashMap_LinkedHashMap$fromIterable(this.action.userCompany.company.users, new E._setLoadedCompany__closure5(), new E._setLoadedCompany__closure6(), type$.legacy_String, type$.legacy_UserEntity)); return b; }, - $signature: 105 + $signature: 102 }; E._setLoadedCompany__closure5.prototype = { call$1: function(item) { @@ -344919,13 +345180,13 @@ t1.replace$1(0, t2.get$keys(t2)); return b; }, - $signature: 105 + $signature: 102 }; L.memoizedFilteredUserList_closure.prototype = { call$5: function(selectionState, userMap, userList, userListState, authUserId) { return L.filteredUsersSelector(selectionState, userMap, userList, userListState, authUserId); }, - $signature: 1878 + $signature: 1879 }; L.filteredUsersSelector_closure.prototype = { call$1: function(userId) { @@ -345620,7 +345881,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; F._archiveVendor_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -345759,7 +346020,7 @@ if (t1 != null) t1.complete$1(0, vendor); }, - $signature: 204 + $signature: 206 }; F._saveVendor__closure0.prototype = { call$1: function(error) { @@ -345790,7 +346051,7 @@ t2.complete$1(0, null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new T.LoadExpenses()); }, - $signature: 204 + $signature: 206 }; F._loadVendor__closure0.prototype = { call$1: function(error) { @@ -345821,7 +346082,7 @@ this.action.toString; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new T.LoadExpenses()); }, - $signature: 1883 + $signature: 1884 }; F._loadVendors__closure0.prototype = { call$1: function(error) { @@ -345859,7 +346120,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveVendorSuccess(vendor)); this.action.completer.complete$1(0, null); }, - $signature: 204 + $signature: 206 }; F._saveDocument__closure16.prototype = { call$1: function(error) { @@ -345901,7 +346162,7 @@ b.get$_vendor_state$_$this()._vendor_state$_cancelCompleter = t3; return b; }, - $signature: 1884 + $signature: 1885 }; K.forceSelectedReducer_closure31.prototype = { call$2: function(completer, action) { @@ -345909,7 +346170,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1885 + $signature: 1886 }; K.forceSelectedReducer_closure32.prototype = { call$2: function(completer, action) { @@ -345917,7 +346178,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1886 + $signature: 1887 }; K.forceSelectedReducer_closure33.prototype = { call$2: function(completer, action) { @@ -345925,7 +346186,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1887 + $signature: 1888 }; K.forceSelectedReducer_closure34.prototype = { call$2: function(completer, action) { @@ -345933,7 +346194,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1888 + $signature: 1889 }; K.forceSelectedReducer_closure35.prototype = { call$2: function(completer, action) { @@ -345941,7 +346202,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1889 + $signature: 1890 }; K.forceSelectedReducer_closure36.prototype = { call$2: function(completer, action) { @@ -345949,7 +346210,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1890 + $signature: 1891 }; K.forceSelectedReducer_closure37.prototype = { call$2: function(completer, action) { @@ -345957,7 +346218,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1891 + $signature: 1892 }; K.forceSelectedReducer_closure38.prototype = { call$2: function(completer, action) { @@ -345965,7 +346226,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1892 + $signature: 1893 }; K.tabIndexReducer_closure7.prototype = { call$2: function(completer, action) { @@ -345973,7 +346234,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1893 + $signature: 1894 }; K.tabIndexReducer_closure8.prototype = { call$2: function(completer, action) { @@ -345981,7 +346242,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 89 + $signature: 93 }; K.saveCompleterReducer_closure0.prototype = { call$2: function(completer, action) { @@ -346005,7 +346266,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1895 + $signature: 1896 }; K.selectedIdReducer_closure65.prototype = { call$2: function(completer, action) { @@ -346013,7 +346274,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1896 + $signature: 1897 }; K.selectedIdReducer_closure66.prototype = { call$2: function(selectedId, action) { @@ -346021,7 +346282,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; K.selectedIdReducer_closure67.prototype = { call$2: function(selectedId, action) { @@ -346029,7 +346290,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1897 + $signature: 1898 }; K.selectedIdReducer_closure68.prototype = { call$2: function(selectedId, action) { @@ -346037,7 +346298,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1898 + $signature: 1899 }; K.selectedIdReducer_closure69.prototype = { call$2: function(selectedId, action) { @@ -346045,7 +346306,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; K.selectedIdReducer_closure70.prototype = { call$2: function(selectedId, action) { @@ -346053,7 +346314,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; K.selectedIdReducer_closure71.prototype = { call$2: function(selectedId, action) { @@ -346061,7 +346322,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1899 + $signature: 1900 }; K.selectedIdReducer_closure72.prototype = { call$2: function(selectedId, action) { @@ -346069,7 +346330,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1900 + $signature: 1901 }; K.selectedIdReducer_closure73.prototype = { call$2: function(selectedId, action) { @@ -346077,7 +346338,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1901 + $signature: 1902 }; K.selectedIdReducer_closure74.prototype = { call$2: function(selectedId, action) { @@ -346085,7 +346346,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1902 + $signature: 1903 }; K.selectedIdReducer_closure75.prototype = { call$2: function(selectedId, action) { @@ -346093,7 +346354,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1903 + $signature: 1904 }; K.selectedIdReducer_closure76.prototype = { call$2: function(selectedId, action) { @@ -346101,7 +346362,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1904 + $signature: 1905 }; K.selectedIdReducer_closure77.prototype = { call$2: function(selectedId, action) { @@ -346109,7 +346370,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1905 + $signature: 1906 }; K.selectedIdReducer_closure78.prototype = { call$2: function(selectedId, action) { @@ -346122,7 +346383,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; K.editingReducer_closure22.prototype = { call$2: function(vendors, action) { @@ -346130,7 +346391,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1906 + $signature: 1907 }; K.editingReducer_closure23.prototype = { call$2: function(vendors, action) { @@ -346138,7 +346399,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1907 + $signature: 1908 }; K.editingReducer_closure24.prototype = { call$2: function(vendors, action) { @@ -346146,7 +346407,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1908 + $signature: 1909 }; K.editingReducer_closure25.prototype = { call$2: function(vendor, action) { @@ -346154,7 +346415,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1909 + $signature: 1910 }; K.editingReducer__closure9.prototype = { call$1: function(b) { @@ -346377,7 +346638,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 366 }; K._deleteVendorSuccess_closure.prototype = { call$1: function(b) { @@ -346399,7 +346660,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 366 }; K._restoreVendorSuccess_closure.prototype = { call$1: function(b) { @@ -346421,7 +346682,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 367 + $signature: 366 }; K._addVendor_closure.prototype = { call$1: function(b) { @@ -346434,7 +346695,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 296 + $signature: 294 }; K._updateVendor_closure.prototype = { call$1: function(b) { @@ -346443,7 +346704,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 296 + $signature: 294 }; K._setLoadedVendor_closure.prototype = { call$1: function(b) { @@ -346452,13 +346713,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 296 + $signature: 294 }; G.memoizedDropdownVendorList_closure.prototype = { call$4: function(vendorMap, vendorList, userMap, staticState) { return G.dropdownVendorsSelector(vendorMap, vendorList, userMap, staticState); }, - $signature: 1913 + $signature: 1914 }; G.dropdownVendorsSelector_closure.prototype = { call$1: function(vendorId) { @@ -346479,7 +346740,7 @@ call$6: function(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState) { return G.filteredVendorsSelector(selectionState, vendorMap, vendorList, vendorListState, userMap, staticState); }, - $signature: 1914 + $signature: 1915 }; G.filteredVendorsSelector_closure.prototype = { call$1: function(vendorId) { @@ -346530,7 +346791,7 @@ call$2: function(userId, vendorMap) { return G.vendorStatsForUser(userId, vendorMap); }, - $signature: 1915 + $signature: 1916 }; G.vendorStatsForUser_closure.prototype = { call$2: function(vendorId, vendor) { @@ -346543,13 +346804,13 @@ ++this._box_0.countArchived; } }, - $signature: 1916 + $signature: 1917 }; G.memoizedCalculateVendorBalance_closure.prototype = { call$4: function(vendorId, currencyId, expenseMap, expenseList) { return G.calculateVendorBalance(vendorId, currencyId, expenseMap, expenseList); }, - $signature: 1917 + $signature: 1918 }; G.calculateVendorBalance_closure.prototype = { call$1: function(expenseId) { @@ -346598,7 +346859,7 @@ call$1: function(item) { return item; }, - $signature: 1918 + $signature: 1919 }; Y.VendorState_loadVendors_closure.prototype = { call$1: function(b) { @@ -346613,7 +346874,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 296 + $signature: 294 }; Y.VendorUIState.prototype = { get$isCreatingNew: function() { @@ -347179,7 +347440,7 @@ call$1: function(route) { return false; }, - $signature: 38 + $signature: 37 }; T._archiveWebhook_closure.prototype = { call$3: function(store, dynamicAction, next) { @@ -347202,14 +347463,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 369 + $signature: 368 }; T._archiveWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.ArchiveWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 370 + $signature: 369 }; T._archiveWebhook__closure1.prototype = { call$1: function(error) { @@ -347240,14 +347501,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 369 + $signature: 368 }; T._deleteWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.DeleteWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 370 + $signature: 369 }; T._deleteWebhook__closure1.prototype = { call$1: function(error) { @@ -347278,14 +347539,14 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t2._list, t1).webhookState.map._map$_map, id); }, - $signature: 369 + $signature: 368 }; T._restoreWebhook__closure0.prototype = { call$1: function(webhooks) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.RestoreWebhooksSuccess(webhooks)); this.action.completer.complete$1(0, null); }, - $signature: 370 + $signature: 369 }; T._restoreWebhook__closure1.prototype = { call$1: function(error) { @@ -347315,7 +347576,7 @@ J.$index$asx(t2.get$_dispatchers(), 0).call$1(new S.SaveWebhookSuccess(webhook)); t1.completer.complete$1(0, webhook); }, - $signature: 297 + $signature: 295 }; T._saveWebhook__closure0.prototype = { call$1: function(error) { @@ -347343,7 +347604,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.LoadWebhookSuccess(webhook)); this.action.completer.complete$1(0, null); }, - $signature: 297 + $signature: 295 }; T._loadWebhook__closure0.prototype = { call$1: function(error) { @@ -347374,7 +347635,7 @@ t1.get$completer(); t1.get$completer().complete$1(0, null); }, - $signature: 1922 + $signature: 1923 }; T._loadWebhooks__closure0.prototype = { call$1: function(error) { @@ -347407,7 +347668,7 @@ b.get$_webhook_state$_$this()._webhook_state$_forceSelected = t3; return b; }, - $signature: 1923 + $signature: 1924 }; L.forceSelectedReducer_closure111.prototype = { call$2: function(completer, action) { @@ -347415,7 +347676,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1924 + $signature: 1925 }; L.forceSelectedReducer_closure112.prototype = { call$2: function(completer, action) { @@ -347423,7 +347684,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1925 + $signature: 1926 }; L.forceSelectedReducer_closure113.prototype = { call$2: function(completer, action) { @@ -347431,7 +347692,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1926 + $signature: 1927 }; L.forceSelectedReducer_closure114.prototype = { call$2: function(completer, action) { @@ -347439,7 +347700,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1927 + $signature: 1928 }; L.forceSelectedReducer_closure115.prototype = { call$2: function(completer, action) { @@ -347447,7 +347708,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1928 + $signature: 1929 }; L.forceSelectedReducer_closure116.prototype = { call$2: function(completer, action) { @@ -347455,7 +347716,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1929 + $signature: 1930 }; L.forceSelectedReducer_closure117.prototype = { call$2: function(completer, action) { @@ -347463,7 +347724,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1930 + $signature: 1931 }; L.forceSelectedReducer_closure118.prototype = { call$2: function(completer, action) { @@ -347471,7 +347732,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1931 + $signature: 1932 }; L.selectedIdReducer_closure222.prototype = { call$2: function(completer, action) { @@ -347479,7 +347740,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1932 + $signature: 1933 }; L.selectedIdReducer_closure223.prototype = { call$2: function(completer, action) { @@ -347487,7 +347748,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1933 + $signature: 1934 }; L.selectedIdReducer_closure224.prototype = { call$2: function(selectedId, action) { @@ -347495,7 +347756,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 50 + $signature: 49 }; L.selectedIdReducer_closure225.prototype = { call$2: function(selectedId, action) { @@ -347519,7 +347780,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 47 + $signature: 52 }; L.selectedIdReducer_closure228.prototype = { call$2: function(selectedId, action) { @@ -347527,7 +347788,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 49 + $signature: 48 }; L.selectedIdReducer_closure229.prototype = { call$2: function(selectedId, action) { @@ -347535,7 +347796,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1934 + $signature: 1935 }; L.selectedIdReducer_closure230.prototype = { call$2: function(selectedId, action) { @@ -347543,7 +347804,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1935 + $signature: 1936 }; L.selectedIdReducer_closure231.prototype = { call$2: function(selectedId, action) { @@ -347551,7 +347812,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1936 + $signature: 1937 }; L.selectedIdReducer_closure232.prototype = { call$2: function(selectedId, action) { @@ -347559,7 +347820,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1937 + $signature: 1938 }; L.selectedIdReducer_closure233.prototype = { call$2: function(selectedId, action) { @@ -347567,7 +347828,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1938 + $signature: 1939 }; L.selectedIdReducer_closure234.prototype = { call$2: function(selectedId, action) { @@ -347575,7 +347836,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1939 + $signature: 1940 }; L.selectedIdReducer_closure235.prototype = { call$2: function(selectedId, action) { @@ -347583,7 +347844,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1940 + $signature: 1941 }; L.selectedIdReducer_closure236.prototype = { call$2: function(selectedId, action) { @@ -347596,7 +347857,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 66 + $signature: 71 }; L.editingReducer_closure70.prototype = { call$2: function(webhooks, action) { @@ -347604,7 +347865,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1941 + $signature: 1942 }; L.editingReducer_closure71.prototype = { call$2: function(webhooks, action) { @@ -347612,7 +347873,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1942 + $signature: 1943 }; L.editingReducer_closure72.prototype = { call$2: function(webhooks, action) { @@ -347620,7 +347881,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1943 + $signature: 1944 }; L.editingReducer_closure73.prototype = { call$2: function(webhook, action) { @@ -347628,14 +347889,14 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 1944 + $signature: 1945 }; L.editingReducer__closure26.prototype = { call$1: function(b) { b.get$_webhook_model$_$this()._webhook_model$_isChanged = true; return b; }, - $signature: 188 + $signature: 189 }; L._viewWebhookList_closure.prototype = { call$1: function(b) { @@ -347782,7 +348043,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 372 + $signature: 371 }; L._deleteWebhookSuccess_closure.prototype = { call$1: function(b) { @@ -347804,7 +348065,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 372 + $signature: 371 }; L._restoreWebhookSuccess_closure.prototype = { call$1: function(b) { @@ -347826,7 +348087,7 @@ J.$indexSet$ax(t4.get$_safeMap(), t5, t3); } }, - $signature: 372 + $signature: 371 }; L._addWebhook_closure.prototype = { call$1: function(b) { @@ -347839,7 +348100,7 @@ J.add$1$ax(t2.get$_safeList(), t3); return b; }, - $signature: 298 + $signature: 326 }; L._updateWebhook_closure.prototype = { call$1: function(b) { @@ -347848,7 +348109,7 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 298 + $signature: 326 }; L._setLoadedWebhook_closure.prototype = { call$1: function(b) { @@ -347857,13 +348118,13 @@ t1.$indexSet(0, t2.id, t2); return b; }, - $signature: 298 + $signature: 326 }; E.memoizedFilteredWebhookList_closure.prototype = { call$4: function(selectionState, webhookMap, webhookList, webhookListState) { return E.filteredWebhooksSelector(selectionState, webhookMap, webhookList, webhookListState); }, - $signature: 1948 + $signature: 1949 }; E.filteredWebhooksSelector_closure.prototype = { call$1: function(webhookId) { @@ -347927,7 +348188,7 @@ call$1: function(item) { return item; }, - $signature: 1949 + $signature: 1950 }; V.WebhookState_loadWebhooks_closure.prototype = { call$1: function(b) { @@ -347942,7 +348203,7 @@ t2.replace$1(0, P.List_List$of(t3, true, H._instanceType(t3)._eval$1("SetMixin.E"))); return b; }, - $signature: 298 + $signature: 326 }; V.WebhookUIState.prototype = { get$isCreatingNew: function() { @@ -348378,7 +348639,7 @@ } } }, - $signature: 48 + $signature: 53 }; T.FieldGrid_build__closure.prototype = { call$0: function() { @@ -348394,7 +348655,7 @@ call$2: function(context, constraints) { return B.GridView$count((constraints.maxWidth / 2 - 8) / 54, this.fieldWidgets, 2, 0, 12, null, new L.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 374 + $signature: 373 }; D.ActionMenuButton.prototype = { build$1: function(_, context) { @@ -348427,19 +348688,19 @@ t1.push(Z.PopupMenuItem$(T.Row$(H.setRuntimeTypeInfo([t3, t4, T.Expanded$(L.Text$(t2 == null ? "" : t2, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), action, type$.legacy_EntityAction)); } }, - $signature: 375 + $signature: 374 }; D.ActionMenuButton_build_closure0.prototype = { call$1: function(context) { return this.actions; }, - $signature: 1952 + $signature: 1953 }; D.ActionMenuButton_build_closure1.prototype = { call$1: function(action) { this.$this.onSelected.call$2(this.context, action); }, - $signature: 375 + $signature: 374 }; D.ViewActionMenuButton.prototype = { build$1: function(_, context) { @@ -348560,13 +348821,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure5(t1), new Z._AppBottomBarState_build___closure6(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityState); }, - $signature: 1953 + $signature: 1954 }; Z._AppBottomBarState_build___closure6.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState().stateFilters; }, - $signature: 1954 + $signature: 1955 }; Z._AppBottomBarState_build___closure5.prototype = { call$2: function(context, stateFilters) { @@ -348575,7 +348836,7 @@ t2 = $.$get$_$values0()._set$_set.map$1$1(0, new Z._AppBottomBarState_build____closure0(this.$this, context, stateFilters), type$.legacy_Widget); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(t2, true, H._instanceType(t2)._eval$1("Iterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1955 + $signature: 1956 }; Z._AppBottomBarState_build____closure0.prototype = { call$1: function(state) { @@ -348587,13 +348848,13 @@ t4 = J.contains$1$asx(this.stateFilters._list, state); return D.CheckboxListTile$(K.Theme_of(t1).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t3, type$.ValueKey_legacy_String), new Z._AppBottomBarState_build_____closure0(this.$this, state), t2, t4); }, - $signature: 1956 + $signature: 1957 }; Z._AppBottomBarState_build_____closure0.prototype = { call$1: function(value) { this.$this._widget.onSelectedState$2(this.state, value); }, - $signature: 20 + $signature: 21 }; Z._AppBottomBarState_build__closure14.prototype = { call$0: function() { @@ -348623,13 +348884,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure3(t1), new Z._AppBottomBarState_build___closure4(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_BuiltList_legacy_EntityStatus); }, - $signature: 1957 + $signature: 1958 }; Z._AppBottomBarState_build___closure4.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState().statusFilters; }, - $signature: 1958 + $signature: 1959 }; Z._AppBottomBarState_build___closure3.prototype = { call$2: function(context, statusFilters) { @@ -348640,7 +348901,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,CheckboxListTile*>"); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z._AppBottomBarState_build____closure(t2, context, statusFilters), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1959 + $signature: 1960 }; Z._AppBottomBarState_build____closure.prototype = { call$1: function($status) { @@ -348651,13 +348912,13 @@ t4 = J.contains$1$asx(this.statusFilters._list, $status); return D.CheckboxListTile$(K.Theme_of(t2).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t1, type$.ValueKey_String), new Z._AppBottomBarState_build_____closure(this.$this, $status), t3, t4); }, - $signature: 1960 + $signature: 1961 }; Z._AppBottomBarState_build_____closure.prototype = { call$1: function(value) { this.$this._widget.onSelectedStatus$2(this.status, value); }, - $signature: 20 + $signature: 21 }; Z._AppBottomBarState_build__closure12.prototype = { call$0: function() { @@ -348687,13 +348948,13 @@ t1 = this.$this; return O.StoreConnector$(new Z._AppBottomBarState_build___closure7(t1), new Z._AppBottomBarState_build___closure8(t1), _null, _null, _null, _null, _null, true, type$.legacy_AppState, type$.legacy_ListUIState); }, - $signature: 1961 + $signature: 1962 }; Z._AppBottomBarState_build___closure8.prototype = { call$1: function(store) { return store.get$_store$_state().getUIState$1(this.$this._widget.entityType).get$listUIState(); }, - $signature: 1962 + $signature: 1963 }; Z._AppBottomBarState_build___closure7.prototype = { call$2: function(context, listUIState) { @@ -348704,7 +348965,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,InkWell*>"); return M.Container$(_null, T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z._AppBottomBarState_build____closure1(t2, context, listUIState), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1963 + $signature: 1964 }; Z._AppBottomBarState_build____closure1.prototype = { call$1: function(sortField) { @@ -348779,7 +349040,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(1, t2, t1._widget.customValues1, new Z._AppBottomBarState_build___closure2(t1), null); }, - $signature: 299 + $signature: 297 }; Z._AppBottomBarState_build___closure2.prototype = { call$1: function(field) { @@ -348816,7 +349077,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(2, t2, t1._widget.customValues2, new Z._AppBottomBarState_build___closure1(t1), null); }, - $signature: 299 + $signature: 297 }; Z._AppBottomBarState_build___closure1.prototype = { call$1: function(field) { @@ -348853,7 +349114,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(3, t2, t1._widget.customValues3, new Z._AppBottomBarState_build___closure0(t1), null); }, - $signature: 299 + $signature: 297 }; Z._AppBottomBarState_build___closure0.prototype = { call$1: function(field) { @@ -348890,7 +349151,7 @@ this.state.getUIState$1(t2).get$listUIState().toString; return new Z.CustomFieldSelector(4, t2, t1._widget.customValues4, new Z._AppBottomBarState_build___closure(t1), null); }, - $signature: 299 + $signature: 297 }; Z._AppBottomBarState_build___closure.prototype = { call$1: function(field) { @@ -349004,7 +349265,7 @@ } return B.BottomAppBar$(T.SizedBox$(new T.AppBorder(T.Row$(t5, C.CrossAxisAlignment_3, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), true, _null, _null), 50, _null), _null, 0, new V.CircularNotchedRectangle()); }, - $signature: 1967 + $signature: 1968 }; Z._AppBottomBarState_build_closure__onColumnsPressed.prototype = { call$0: function() { @@ -349050,7 +349311,7 @@ completer = O.snackBarCompleter(t3, L.Localizations_of(t3, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsRequest(completer, user)); }, - $signature: 97 + $signature: 96 }; Z._AppBottomBarState_build___onColumnsPressed__closure.prototype = { call$1: function(b) { @@ -349068,7 +349329,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; Z._AppBottomBarState_build___onColumnsPressed__closure1.prototype = { call$1: function(b) { @@ -349079,7 +349340,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 73 }; Z._AppBottomBarState_build__closure.prototype = { call$0: function() { @@ -349124,7 +349385,7 @@ var t1 = this.$this; return store.get$_store$_state().getUIState$1(t1.entityType).get$listUIState().getCustomFilters$1(t1.customNumber); }, - $signature: 1970 + $signature: 1971 }; Z.CustomFieldSelector_build_closure.prototype = { call$2: function(context, customFilters) { @@ -349135,7 +349396,7 @@ t4 = H._arrayInstanceType(t3)._eval$1("MappedListIterable<1,Widget*>"); return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Column$(P.List_List$of(new H.MappedListIterable(t3, new Z.CustomFieldSelector_build__closure(t2, customFilters, context), t4), true, t4._eval$1("ListIterable.E")), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.Clip_0, t1, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 1971 + $signature: 1972 }; Z.CustomFieldSelector_build__closure.prototype = { call$1: function(customField) { @@ -349145,7 +349406,7 @@ t3 = J.contains$1$asx(this.customFilters._list, customField); return D.CheckboxListTile$(K.Theme_of(this.context).accentColor, _null, C.ListTileControlAffinity_0, true, new D.ValueKey(t1, type$.ValueKey_String), new Z.CustomFieldSelector_build___closure(this.$this, customField), t2, t3); }, - $signature: 1972 + $signature: 1973 }; Z.CustomFieldSelector_build___closure.prototype = { call$1: function(value) { @@ -349247,7 +349508,7 @@ var t1 = this.$this; return t1.setState$1(new O._AppScrollbarState_build__closure0(t1)); }, - $signature: 380 + $signature: 451 }; O._AppScrollbarState_build__closure0.prototype = { call$0: function() { @@ -349260,7 +349521,7 @@ var t1 = this.$this; return t1.setState$1(new O._AppScrollbarState_build__closure(t1)); }, - $signature: 300 + $signature: 299 }; O._AppScrollbarState_build__closure.prototype = { call$0: function() { @@ -349466,7 +349727,7 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 45 + $signature: 44 }; T.ConfirmEmail.prototype = { build$1: function(_, context) { @@ -349518,7 +349779,7 @@ t2 = this.localization; O.fieldCallback(new T.ConfirmEmail_build___closure(this.$this, t1, password, idToken), t1, t2.get$email(), null, null, t2.get$changeEmail()); }, - $signature: 48 + $signature: 53 }; T.ConfirmEmail_build___closure.prototype = { call$1: function(value) { @@ -349537,7 +349798,7 @@ call$2: function(context, viewModel) { return new T.ConfirmEmail(viewModel, null); }, - $signature: 1977 + $signature: 1978 }; B.ConfirmEmailVM.prototype = {}; B.ConfirmEmailVM_fromStore_closure0.prototype = { @@ -349563,14 +349824,14 @@ completer = O.snackBarCompleter(context, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(completer, user, password, idToken)); }, - $signature: 1978 + $signature: 1979 }; B.ConfirmEmailVM_fromStore__closure.prototype = { call$1: function(b) { b.get$_user_model$_$this()._email = this.email; return b; }, - $signature: 77 + $signature: 73 }; K.DesktopSessionTimeout.prototype = { createState$0: function() { @@ -349695,7 +349956,7 @@ call$1: function(action) { return new T.Padding(C.EdgeInsets_0_0_10_0, action, null); }, - $signature: 1979 + $signature: 1980 }; E.MessageDialog_build_closure0.prototype = { call$0: function() { @@ -349957,13 +350218,13 @@ t1 = ""; return E.MultiSelectList$(t1, C.List_empty1, _this.defaultSelected, true, false, new E.multiselectDialog__closure(_this.onSelected), _this.options, null, _this.selected); }, - $signature: 1980 + $signature: 1981 }; E.multiselectDialog__closure.prototype = { call$1: function(values) { return this.onSelected.call$1(values); }, - $signature: 181 + $signature: 182 }; E.MultiSelectList.prototype = { createState$0: function() { @@ -350063,7 +350324,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.options.$index(0, option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; E.MultiSelectListState_build_closure3.prototype = { call$1: function(value) { @@ -350101,7 +350362,7 @@ t2 = columnTitle.length === 0 ? t2.lookupOption$1(option) : columnTitle; return new T.Padding(C.EdgeInsets_10_3_10_3, T.Row$(H.setRuntimeTypeInfo([t3, t4, T.Expanded$(L.Text$(t2, _null, _null, _null, _null, _null, K.Theme_of(this.context).textTheme.subtitle1, C.TextAlign_0, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), new D.ValueKey(t1, type$.ValueKey_legacy_String)); }, - $signature: 1983 + $signature: 1984 }; E.MultiSelectListState_build__closure2.prototype = { call$0: function() { @@ -350135,7 +350396,7 @@ if (t1.liveChanges) t1.onSelected$1(t2.selected); }, - $signature: 140 + $signature: 141 }; E.MultiSelectListState_build__closure1.prototype = { call$0: function() { @@ -350406,14 +350667,14 @@ var t1 = this.$this; return B.GridView$count((constraints.maxWidth / 2 - 8) / 200, J.map$1$1$ax(t1.documents._copy_on_write_list$_list, new V.DocumentGrid_build__closure(t1), type$.legacy_DocumentTile).toList$0(0), 2, 0, 0, new V.EdgeInsets(6, 6, 6, 6), new L.NeverScrollableScrollPhysics(null), true, true); }, - $signature: 374 + $signature: 373 }; V.DocumentGrid_build__closure.prototype = { call$1: function($document) { var t1 = this.$this; return new V.DocumentTile($document, t1.onDeleteDocument, t1.onViewExpense, false, null); }, - $signature: 1986 + $signature: 1987 }; V.DocumentTile.prototype = { showDocumentModal$1: function(context) { @@ -350441,7 +350702,7 @@ t4 = U.TextButton$(false, L.Text$(t1.get$$delete(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V.DocumentTile_showDocumentModal__closure(t2, context), _null); return E.AlertDialog$(H.setRuntimeTypeInfo([t4, U.TextButton$(false, L.Text$(t1.get$download(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V.DocumentTile_showDocumentModal__closure0(t2, context, t1), _null), U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V.DocumentTile_showDocumentModal__closure1(context), _null)], type$.JSArray_legacy_Widget), C.EdgeInsets_0_0_0_0, _null, _null, C.EdgeInsets_24_20_24_24, _null, _null, t3); }, - $signature: 139 + $signature: 140 }; V.DocumentTile_showDocumentModal__closure.prototype = { call$0: function() { @@ -350463,7 +350724,7 @@ t1.onDeleteDocument.call$3(t1.document, password, idToken); K.Navigator_of(this.context, false).pop$1(0, null); }, - $signature: 48 + $signature: 53 }; V.DocumentTile_showDocumentModal__closure0.prototype = { call$0: function() { @@ -350525,14 +350786,14 @@ var _null = null; return M.Container$(_null, T.Center$(U.CircularProgressIndicator$(_null, _null, _null, _null, 4, _null, _null), _null, _null), C.Clip_0, _null, _null, _null, _null, this.$this.height, _null, _null, _null, _null, _null, _null); }, - $signature: 1988 + $signature: 1989 }; V.DocumentPreview_build_closure.prototype = { call$3: function(context, url, error) { var _null = null; return L.Text$(H.S(error) + ": " + H.S(url), _null, 6, C.TextOverflow_2, _null, _null, _null, _null, _null, _null); }, - $signature: 1989 + $signature: 1990 }; K.EditScaffold.prototype = { build$1: function(_, context) { @@ -350705,7 +350966,7 @@ call$1: function(action) { return this.$this.onActionPressed.call$2(this.context, action); }, - $signature: 1994 + $signature: 1995 }; L.showEntityActionsDialog_closure.prototype = { call$1: function(entityAction) { @@ -350715,13 +350976,13 @@ else return new L.EntityActionListTile(this.entities, entityAction, this.mainContext, this.completer, _null); }, - $signature: 1995 + $signature: 1996 }; L.showEntityActionsDialog_closure0.prototype = { call$1: function(dialogContext) { return E.SimpleDialog$(this.actions); }, - $signature: 178 + $signature: 179 }; L.EntityActionListTile.prototype = { build$1: function(_, context) { @@ -350919,7 +351180,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntityListTileState_build__closure0(t1)); }, - $signature: 380 + $signature: 451 }; O._EntityListTileState_build__closure0.prototype = { call$0: function() { @@ -350932,7 +351193,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntityListTileState_build__closure(t1)); }, - $signature: 300 + $signature: 299 }; O._EntityListTileState_build__closure.prototype = { call$0: function() { @@ -351003,7 +351264,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntitiesListTileState_build__closure0(t1)); }, - $signature: 380 + $signature: 451 }; O._EntitiesListTileState_build__closure0.prototype = { call$0: function() { @@ -351016,7 +351277,7 @@ var t1 = this.$this; return t1.setState$1(new O._EntitiesListTileState_build__closure(t1)); }, - $signature: 300 + $signature: 299 }; O._EntitiesListTileState_build__closure.prototype = { call$0: function() { @@ -351252,7 +351513,7 @@ t5 = t4.onAddPressed != null ? new F._EntityDropdownState__showOptions__closure(t1) : null; return new F.EntityDropdownDialog(t2, t3, new F._EntityDropdownState__showOptions__closure0(t1), t5, t4.overrideSuggestedAmount, t4.overrideSuggestedLabel, null); }, - $signature: 1998 + $signature: 1999 }; F._EntityDropdownState__showOptions__closure0.prototype = { call$2: function(entity, update) { @@ -351272,13 +351533,13 @@ call$1: function(entity) { return this.call$2(entity, true); }, - $signature: 1999 + $signature: 2000 }; F._EntityDropdownState__showOptions__closure.prototype = { call$2: function(context, completer) { return this.$this._widget.onAddPressed$1(completer); }, - $signature: 2000 + $signature: 2001 }; F._EntityDropdownState_build_closure.prototype = { call$0: function() { @@ -351305,7 +351566,7 @@ call$1: function(entity) { this.$this._widget.onSelected$1(entity); }, - $signature: 44 + $signature: 45 }; F._EntityDropdownState_build_closure5.prototype = { call$1: function(textEditingValue) { @@ -351324,7 +351585,7 @@ return H.setRuntimeTypeInfo([], type$.JSArray_legacy_SelectableEntity); return options; }, - $signature: 2002 + $signature: 2003 }; F._EntityDropdownState_build__closure.prototype = { call$1: function(entityId) { @@ -351343,7 +351604,7 @@ call$1: function(entity) { return entity.get$listDisplayName(); }, - $signature: 2005 + $signature: 2006 }; F._EntityDropdownState_build_closure4.prototype = { call$1: function(entity) { @@ -351353,7 +351614,7 @@ return; t2.onSelected$1(entity); }, - $signature: 44 + $signature: 45 }; F._EntityDropdownState_build_closure1.prototype = { call$4: function(context, textEditingController, focusNode, onFieldSubmitted) { @@ -351367,7 +351628,7 @@ t4 = t4.autofocus; return S.DecoratedFormField$(false, _null, t4 === true, false, textEditingController, _null, true, focusNode, _null, _null, _null, false, false, _null, _null, t5, _null, _null, false, new F._EntityDropdownState_build__closure2(t1), new F._EntityDropdownState_build__closure3(onFieldSubmitted), _null, t2, _null, this.iconButton, C.TextAlign_4, t3); }, - $signature: 2006 + $signature: 2007 }; F._EntityDropdownState_build__closure3.prototype = { call$1: function(value) { @@ -351387,7 +351648,7 @@ t1 = K.Theme_of(context).cardColor; return new K.Theme(this.theme, new T.Align(C.Alignment_m1_m1, _null, _null, M.Material$(C.Duration_200000, true, _null, new T.AppBorder(M.Container$(_null, X.ScrollableListViewBuilder$(new F._EntityDropdownState_build__closure1(this.$this, onSelected, options), J.get$length$asx(options), _null, _null), C.Clip_0, t1, new S.BoxConstraints(0, 1 / 0, 0, 270), _null, _null, _null, _null, _null, _null, _null, _null, 250), _null, _null, _null), C.Clip_0, _null, 4, _null, _null, _null, _null, C.MaterialType_0), _null), _null); }, - $signature: 2008 + $signature: 2009 }; F._EntityDropdownState_build__closure1.prototype = { call$2: function(context, index) { @@ -351401,13 +351662,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2009 + $signature: 2010 }; F._EntityDropdownState_build___closure.prototype = { call$1: function(entity) { return this.onSelected.call$1(entity); }, - $signature: 183 + $signature: 185 }; F._EntityDropdownState_build_closure6.prototype = { call$0: function() { @@ -351450,7 +351711,7 @@ this.$this._widget.onSelected$1(entity); K.Navigator_of(this.context, false).pop$1(0, null); }, - $signature: 183 + $signature: 185 }; F._EntityDropdownDialogState_build__headerRow.prototype = { call$0: function() { @@ -351506,7 +351767,7 @@ call$1: function(entity) { this.$this._widget.onSelected$2(entity, false); }, - $signature: 44 + $signature: 45 }; F._EntityDropdownDialogState_build__createList.prototype = { call$0: function() { @@ -351537,13 +351798,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2011 + $signature: 2012 }; F._EntityDropdownDialogState_build__createList__closure.prototype = { call$1: function(entity) { return this._selectEntity.call$1(entity); }, - $signature: 183 + $signature: 185 }; F._EntityListTile.prototype = { build$1: function(_, context) { @@ -351714,7 +351975,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(element); }, - $signature: 291 + $signature: 289 }; E.EntityTopFilter_build_closure0.prototype = { call$0: function() { @@ -351753,7 +352014,7 @@ t3 = _this.filterEntityType; return Z.PopupMenuButton$(new T.Padding(C.EdgeInsets_4_0_4_0, T.Row$(H.setRuntimeTypeInfo([L.Text$(t1.get$more(), _null, _null, _null, _null, _null, A.TextStyle$(_null, _null, t2.get$headerTextColor(), _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null), _null, _null, _null), T.SizedBox$(_null, _null, 4), L.Icon$(C.IconData_57496_MaterialIcons_null_false, t2.get$headerTextColor(), _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), _null, true, _null, _this.routeEntityType, new E.EntityTopFilter_build__closure(t3, _this.relatedTypes, remaining, t2, t1), new E.EntityTopFilter_build__closure0(t3, _this.filterEntity), C.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityType); }, - $signature: 2012 + $signature: 2013 }; E.EntityTopFilter_build__closure0.prototype = { call$1: function(value) { @@ -351763,7 +352024,7 @@ else M.viewEntitiesByType(value, t1); }, - $signature: 209 + $signature: 210 }; E.EntityTopFilter_build__closure.prototype = { call$1: function(context) { @@ -351774,7 +352035,7 @@ t4 = t3._eval$1("MappedIterable<1,PopupMenuItem*>"); return P.List_List$of(new H.MappedIterable(new H.WhereIterable(t2, new E.EntityTopFilter_build___closure(_this.state), t3._eval$1("WhereIterable<1>")), new E.EntityTopFilter_build___closure0(t1, _this.localization), t4), true, t4._eval$1("Iterable.E")); }, - $signature: 2014 + $signature: 2015 }; E.EntityTopFilter_build___closure.prototype = { call$1: function(element) { @@ -351782,7 +352043,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(element); }, - $signature: 291 + $signature: 289 }; E.EntityTopFilter_build___closure0.prototype = { call$1: function(type) { @@ -351790,7 +352051,7 @@ t1 = this.localization; return Z.PopupMenuItem$(new T.ConstrainedBox(new S.BoxConstraints(75, 1 / 0, 0, 1 / 0), L.Text$(type === this.filterEntityType ? t1.get$overview() : H.S(t1.lookup$1(type.get$plural())), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), type, type$.legacy_EntityType); }, - $signature: 2015 + $signature: 2016 }; E.EntityTopFilter_build_closure5.prototype = { call$0: function() { @@ -351999,7 +352260,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; K.BoolDropdownButton_build_closure4.prototype = { call$0: function() { @@ -352011,7 +352272,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; R.ClientPicker.prototype = { build$1: function(_, context) { @@ -352167,13 +352428,13 @@ t3 = _this.localization; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t3.get$cancel(t3).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new A._FormColorPickerState__showPicker__closure0(context), _null), U.TextButton$(false, L.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), C.EdgeInsets_0_0_0_0, _null, t2, C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 139 + $signature: 140 }; A._FormColorPickerState__showPicker__closure.prototype = { call$1: function(color) { this.$this._pendingColor = E.convertColorToHexString(color); }, - $signature: 2017 + $signature: 2018 }; A._FormColorPickerState__showPicker__closure0.prototype = { call$0: function() { @@ -352288,7 +352549,7 @@ if (t1.onChanged != null) t1.onChanged$1(value ? "yes" : "no"); }, - $signature: 20 + $signature: 21 }; B._CustomFieldState_build_closure0.prototype = { call$1: function(date) { @@ -352311,7 +352572,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(option, _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; B._CustomFieldState_build_closure2.prototype = { call$1: function(value) { @@ -352747,7 +353008,7 @@ else if (_this.enterShouldSubmit) t1._widget.onSavePressed$1(_this.context); }, - $signature: 57 + $signature: 58 }; A.DesignPicker.prototype = { build$1: function(_, context) { @@ -352825,7 +353086,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.designState.map._map$_map, value).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; L.DiscountField.prototype = { build$1: function(_, context) { @@ -352940,14 +353201,14 @@ var t1 = type$.MappedListIterable_of_legacy_int_and_legacy_PopupMenuItem_legacy_int; return P.List_List$of(new H.MappedListIterable(H.setRuntimeTypeInfo([15, 30, 45, 60, 75, 90, 105, 120], type$.JSArray_legacy_int), new U._DurationPickerState_build__closure0(), t1), true, t1._eval$1("ListIterable.E")); }, - $signature: 2019 + $signature: 2020 }; U._DurationPickerState_build__closure0.prototype = { call$1: function(minutes) { var _null = null; return Z.PopupMenuItem$(L.Text$(Y.formatDuration(P.Duration$(0, 0, 0, 0, minutes, 0), false), _null, _null, _null, _null, _null, _null, _null, _null, _null), minutes, type$.legacy_int); }, - $signature: 2020 + $signature: 2021 }; U._DurationPickerState_build_closure0.prototype = { call$1: function(minutes) { @@ -352956,7 +353217,7 @@ t1._duration_picker$_textController.set$text(0, Y.formatDuration(duration, true)); t1._widget.onSelected$1(duration); }, - $signature: 108 + $signature: 106 }; Y.DynamicSelector.prototype = { build$1: function(_, context) { @@ -352999,7 +353260,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), entityId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; Y.DynamicSelector_build_closure1.prototype = { call$1: function(entity) { @@ -353197,7 +353458,7 @@ t1 = new B._NotificationSelector(value, new B.NotificationSettings_build__closure(_this.$this, t1, eventType), _this.hasMultipleUsers, false, _null); return S.DataRow$(H.setRuntimeTypeInfo([t3, S.DataCell$(t1, _null)], type$.JSArray_legacy_DataCell)); }, - $signature: 2023 + $signature: 2024 }; B.NotificationSettings_build__closure.prototype = { call$1: function(value) { @@ -353387,7 +353648,7 @@ t3 = t1.isEnabled ? new V.SaveCancelButtons_build__closure(t1, context) : null; return new O.ActionTextButton(t1.isSaving, true, t3, t2, t1.isHeader, null); }, - $signature: 2025 + $signature: 2026 }; V.SaveCancelButtons_build__closure.prototype = { call$0: function() { @@ -353515,7 +353776,7 @@ enableMilitaryTime = J.$index$asx(t2._list, t1).userCompany.company.settings.enableMilitaryTime; return new F.MediaQuery(context.dependOnInheritedWidgetOfExactType$1$0(type$.MediaQuery).data.copyWith$1$alwaysUse24HourFormat(enableMilitaryTime), child, null); }, - $signature: 2026 + $signature: 2027 }; M._TimePickerState_build_closure.prototype = { call$0: function() { @@ -353670,7 +353931,7 @@ var _null = null; return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57706_MaterialIcons_null_false, _null, _null), 24, new V.HistoryDrawer_build__closure(context), C.EdgeInsets_8_8_8_8, _null, _null); }, - $signature: 304 + $signature: 303 }; V.HistoryDrawer_build__closure.prototype = { call$0: function() { @@ -353746,7 +354007,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 147 + $signature: 144 }; V._HistoryListTileState_build_closure0.prototype = { call$0: function() { @@ -353808,7 +354069,7 @@ call$2: function(context, viewModel) { return new V.HistoryDrawer(null); }, - $signature: 2029 + $signature: 2030 }; A.AppDrawerVM.prototype = { get$user: function() { @@ -353847,18 +354108,40 @@ }; E._InvoiceEmailViewState.prototype = { initState$0: function() { - var t1, _this = this; + var t1, viewModel, client, invoice, _this = this; _this.super$State$initState(); t1 = U.TabController$(0, 4, _this); _this._invoice_email_view$_controller = t1; t1 = t1.ChangeNotifier__listeners; t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(_this.get$_invoice_email_view$_loadTemplate()), false); _this._invoice_email_view$_controllers = H.setRuntimeTypeInfo([_this._invoice_email_view$_subjectController, _this._invoice_email_view$_bodyController], type$.JSArray_legacy_TextEditingController); - if (_this._widget.viewModel.client.get$isStale()) - _this._widget.viewModel.loadClient.call$0(); - switch (_this._widget.viewModel.invoice.entityType) { + viewModel = _this._widget.viewModel; + client = viewModel.client; + invoice = viewModel.invoice; + if (client.get$isStale()) + viewModel.loadClient.call$0(); + switch (invoice.entityType) { case C.EntityType_invoice: - _this.selectedTemplate = C.EmailTemplate_invoice; + t1 = invoice.reminder3Sent; + if ((t1 == null ? "" : t1).length !== 0) + _this.selectedTemplate = C.EmailTemplate_reminder_endless; + else { + t1 = invoice.reminder2Sent; + if ((t1 == null ? "" : t1).length !== 0) + _this.selectedTemplate = C.EmailTemplate_reminder3; + else { + t1 = invoice.reminder1Sent; + if ((t1 == null ? "" : t1).length !== 0) + _this.selectedTemplate = C.EmailTemplate_reminder2; + else { + t1 = invoice.lastSentDate; + if (t1.length !== 0) + _this.selectedTemplate = C.EmailTemplate_reminder1; + else + _this.selectedTemplate = C.EmailTemplate_invoice; + } + } + } break; case C.EntityType_quote: _this.selectedTemplate = C.EmailTemplate_quote; @@ -354053,13 +354336,13 @@ call$1: function(invitation) { return J.firstWhere$2$orElse$ax(this.client.contacts._list, new E._InvoiceEmailViewState__buildTemplateDropdown__closure0(invitation), new E._InvoiceEmailViewState__buildTemplateDropdown__closure1()); }, - $signature: 2031 + $signature: 2032 }; E._InvoiceEmailViewState__buildTemplateDropdown__closure0.prototype = { call$1: function(contact) { return contact.id === this.invitation.contactId; }, - $signature: 94 + $signature: 99 }; E._InvoiceEmailViewState__buildTemplateDropdown__closure1.prototype = { call$0: function() { @@ -354071,7 +354354,7 @@ call$1: function(contact) { return contact != null; }, - $signature: 94 + $signature: 99 }; E._InvoiceEmailViewState__buildTemplateDropdown_closure1.prototype = { call$1: function(contact) { @@ -354081,7 +354364,7 @@ $name = $name.length === 0 ? $name + t1 : $name + (" \u2022 " + t1); return $name; }, - $signature: 2032 + $signature: 2033 }; E._InvoiceEmailViewState__buildTemplateDropdown_closure2.prototype = { call$1: function(template) { @@ -354104,13 +354387,13 @@ call$1: function(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 57 + $signature: 58 }; E._InvoiceEmailViewState__buildEdit_closure0.prototype = { call$1: function(_) { return this.$this._invoice_email_view$_onChanged$0(); }, - $signature: 57 + $signature: 58 }; E._InvoiceEmailViewState__buildHistory_closure.prototype = { call$2: function(context, index) { @@ -354118,7 +354401,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 305 + $signature: 304 }; E._InvoiceEmailViewState_build_closure.prototype = { call$1: function(context) { @@ -354287,7 +354570,7 @@ call$1: function(id) { return J.$index$asx(this.taxState.map._map$_map, id); }, - $signature: 222 + $signature: 223 }; D._TaxRateDropdownState_didChangeDependencies_closure0.prototype = { call$1: function(taxRate) { @@ -354317,7 +354600,7 @@ call$1: function(id) { return J.$index$asx(this.taxState.map._map$_map, id); }, - $signature: 222 + $signature: 223 }; D._TaxRateDropdownState_build_closure1.prototype = { call$1: function(taxRate) { @@ -354339,7 +354622,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(taxRate.rate === 0 && taxRate.name.length === 0 ? "" : this.$this._formatTaxRate$1(taxRate), _null, _null, _null, _null, _null, _null, _null, _null, _null), taxRate, type$.legacy_TaxRateEntity); }, - $signature: 2038 + $signature: 2039 }; R.TaxRateField.prototype = { build$1: function(_, context) { @@ -354563,7 +354846,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new Y.ListScaffold_build__closure0(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, this.$this.onHamburgerLongPress, _null, _null, _null, _null, _null, _null); }, - $signature: 393 + $signature: 392 }; Y.ListScaffold_build__closure0.prototype = { call$0: function() { @@ -354635,7 +354918,7 @@ t1 = t1.get$history(t1); return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new Y.ListScaffold_build__closure(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 304 + $signature: 303 }; Y.ListScaffold_build__closure.prototype = { call$0: function() { @@ -354830,7 +355113,7 @@ t4 = this.$this; return Q.ListTile$(false, _null, _null, true, false, _null, t1, _null, new N.FilterListTile_build__closure(t4, context), false, _null, _null, L.Text$(t2.subtitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, t3, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_57704_MaterialIcons_null_false, _null, _null), 24, t4.onClearPressed, C.EdgeInsets_8_8_8_8, _null, _null)); }, - $signature: 2040 + $signature: 2041 }; N.FilterListTile_build__closure.prototype = { call$0: function() { @@ -354888,7 +355171,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new E._LiveTextState_initState__closure()); }, - $signature: 306 + $signature: 305 }; E._LiveTextState_initState__closure.prototype = { call$0: function() { @@ -355002,7 +355285,7 @@ t2.push(T.Expanded$(new T.AppBorder($screen, _null, t3, _null), 1)); return new F.WillPopScope(new K.DesktopSessionTimeout(Q.SafeArea$(true, U.FocusTraversalGroup$(new O.ChangeLayoutBanner(T.Row$(t2, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), t1, C.AppLayout_desktop, _null), new U.ReadingOrderTraversalPolicy(P.LinkedHashMap_LinkedHashMap$_empty(type$.FocusScopeNode, type$._DirectionalPolicyData))), C.EdgeInsets_0_0_0_0, true), _null), new X.MainScreen_build__closure(store), _null); }, - $signature: 2042 + $signature: 2043 }; X.MainScreen_build__closure.prototype = { call$0: function() { @@ -355697,6 +355980,7 @@ t7 = Q.getEntityIcon(C.EntityType_expense); t5 = t2.get$expenses(); t6.push(V.DrawerTile$(company, C.EntityType_expense, t7, t2.get$newExpense(), _null, _null, t5)); + t6.push(V.DrawerTile$(company, C.EntityType_recurringExpense, Q.getEntityIcon(C.EntityType_recurringExpense), _null, _null, _null, t2.get$recurringExpenses())); t6.push(V.DrawerTile$(company, _null, Q.getEntityIcon(C.EntityType_reports), _null, _null, new V.MenuDrawer_build_closure7(), t2.get$reports())); t6.push(V.DrawerTile$(company, _null, Q.getEntityIcon(C.EntityType_settings), _null, _null, new V.MenuDrawer_build_closure8(), t2.get$settings())); t4 = T.Expanded$(M.Container$(_null, new X.ScrollableListView(t6, _null, _null, true, _null), C.Clip_0, t4, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), 1); @@ -355738,7 +356022,7 @@ call$1: function(userCompanyState) { return userCompanyState.userCompany.company.id === this.company.id; }, - $signature: 2044 + $signature: 2045 }; V.MenuDrawer_build_closure.prototype = { call$1: function(context) { @@ -355757,7 +356041,7 @@ call$1: function(company) { return Z.PopupMenuItem$(this._companyListItem.call$1(company), company.id, type$.legacy_String); }, - $signature: 2046 + $signature: 2047 }; V.MenuDrawer_build_closure0.prototype = { call$1: function(companyId) { @@ -355790,14 +356074,14 @@ call$1: function(company) { return company.id === this.companyId; }, - $signature: 627 + $signature: 651 }; V.MenuDrawer_build_closure1.prototype = { call$1: function(company) { var t1 = C.JSInt_methods.toString$0(C.JSArray_methods.indexOf$1(this.state.get$companies(), company)); return K.DropdownMenuItem$(this._companyListItem.call$1(company), t1, type$.legacy_String); }, - $signature: 2047 + $signature: 2048 }; V.MenuDrawer_build_closure2.prototype = { call$1: function(value) { @@ -356242,13 +356526,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2048 + $signature: 2049 }; V.SidebarFooter_build__closure.prototype = { call$1: function(context) { return new M.ErrorDialog(this.state.lastError, true, null); }, - $signature: 21 + $signature: 20 }; V.SidebarFooter_build_closure8.prototype = { call$0: function() { @@ -356330,13 +356614,13 @@ call$1: function(context) { return new V.ContactUsDialog(null); }, - $signature: 2049 + $signature: 2050 }; V._showUpdate_closure.prototype = { call$1: function(context) { return new B.UpdateDialog(null); }, - $signature: 2050 + $signature: 2051 }; V._showAbout_closure.prototype = { call$1: function(context) { @@ -356432,7 +356716,7 @@ t3 = type$.JSArray_legacy_Widget; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t2.toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout____closure(context, t1), _null), U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout____closure0(context), _null)], t3), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([L.Text$(t1.get$desktop() + " \u2022 Beta", _null, _null, _null, _null, _null, _null, _null, _null, _null), new D.AppButton(_null, C._MdiIconData_MO9, "Windows", new V._showAbout____closure1(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T1, "macOS", new V._showAbout____closure2(), _null, _null), new D.AppButton(_null, C._MdiIconData_ifn, "Linux", new V._showAbout____closure3(), _null, _null), new T.Padding(C.EdgeInsets_0_30_0_0, L.Text$(t1.get$mobile(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new D.AppButton(_null, C._MdiIconData_7T1, "iOS", new V._showAbout____closure4(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T10, "Android", new V._showAbout____closure5(), _null, _null), new D.AppButton(_null, C._MdiIconData_7T10, "F-Droid", new V._showAbout____closure6(), _null, _null)], t3), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 139 + $signature: 140 }; V._showAbout____closure.prototype = { call$0: function() { @@ -356447,7 +356731,7 @@ t2 = type$.JSArray_legacy_Widget; return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new V._showAbout______closure(context), _null)], t2), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([L.Text$("Backend", _null, _null, _null, _null, _null, _null, _null, _null, _null), new D.AppButton(_null, C._MdiIconData_id2, "Laravel/PHP", new V._showAbout______closure0(), _null, _null), new T.Padding(C.EdgeInsets_0_30_0_0, L.Text$("Frontend", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null), new D.AppButton(_null, C._MdiIconData_7T11, "Flutter/Dart", new V._showAbout______closure1(), _null, _null), new D.AppButton(_null, C._MdiIconData_43h, "Storefront SDK", new V._showAbout______closure2(), _null, _null)], t2), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, _null); }, - $signature: 139 + $signature: 140 }; V._showAbout______closure.prototype = { call$0: function() { @@ -356525,7 +356809,7 @@ call$1: function(context) { return new E.HealthCheckDialog(null); }, - $signature: 2052 + $signature: 2053 }; V._showAbout__closure5.prototype = { call$0: function() { @@ -356628,7 +356912,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2053 + $signature: 2054 }; V._ContactUsDialogState__sendMessage__closure0.prototype = { call$0: function() { @@ -356641,7 +356925,7 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "your_message_has_been_received"); return E.MessageDialog$(t1 == null ? "" : t1, null, null, null); }, - $signature: 241 + $signature: 242 }; V._ContactUsDialogState__sendMessage_closure1.prototype = { call$1: function(error) { @@ -356685,7 +356969,7 @@ var t1 = this.$this; t1.setState$1(new V._ContactUsDialogState_build__closure(t1, value)); }, - $signature: 20 + $signature: 21 }; V._ContactUsDialogState_build__closure.prototype = { call$0: function() { @@ -356703,7 +356987,7 @@ call$2: function(context, viewModel) { return new V.MenuDrawer(viewModel, null); }, - $signature: 2054 + $signature: 2055 }; A.MenuDrawerVM.prototype = { get$user: function() { @@ -356753,7 +357037,7 @@ t2 = this.store; M.checkForChanges(new A.MenuDrawerVM_fromStore__closure1(t2, index, context, t1, company), context, false, t2); }, - $signature: 2055 + $signature: 2056 }; A.MenuDrawerVM_fromStore__closure1.prototype = { call$0: function() { @@ -356854,7 +357138,7 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; Q.EntityPresenter.prototype = { title$1$isShort: function(_, isShort) { @@ -357044,7 +357328,7 @@ var t1 = this.$this; t1.setState$1(new V._SystemLogViewerState_build__closure(t1, index, isExpanded)); }, - $signature: 395 + $signature: 394 }; V._SystemLogViewerState_build__closure.prototype = { call$0: function() { @@ -357057,7 +357341,7 @@ call$1: function(systemLog) { return systemLog.eventId >= 20; }, - $signature: 2057 + $signature: 2058 }; V._SystemLogViewerState_build_closure0.prototype = { call$1: function(systemLog) { @@ -357079,7 +357363,7 @@ t3 = logs; return new D.ExpansionPanel(new V._SystemLogViewerState_build__closure0(t1, systemLog, this.localization, client), M.Container$(_null, new T.Padding(C.EdgeInsets_0_8_0_8, new A.JsonViewer(t3 == null ? P.LinkedHashMap_LinkedHashMap$_empty(type$.legacy_String, type$.dynamic) : t3, _null), _null), C.Clip_0, C.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 === true); }, - $signature: 2058 + $signature: 2059 }; V._SystemLogViewerState_build__closure0.prototype = { call$2: function(context, isExpanded) { @@ -357095,7 +357379,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2059 + $signature: 2060 }; V._SystemLogViewerState_build___closure.prototype = { call$0: function() { @@ -357234,7 +357518,7 @@ } return t1; }, - $signature: 199 + $signature: 202 }; L.AppDataTable_build_closure.prototype = { call$1: function(row) { @@ -357308,7 +357592,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2065 + $signature: 2066 }; L._SortArrow0.prototype = { createState$0: function() { @@ -357587,7 +357871,7 @@ call$0: function() { return this.$this._widget.source.getRow$1(this.index); }, - $signature: 2068 + $signature: 2069 }; N.AppPaginatedDataTableState_build_closure.prototype = { call$2: function(context, constraints) { @@ -357601,7 +357885,7 @@ t2._widget.toString; return V.Card$(T.Column$(H.setRuntimeTypeInfo([t1, t4, L.DefaultTextStyle$(Y.IconTheme_merge(M.Container$(_null, E.SingleChildScrollView$(T.Row$(this.footerWidgets, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null, C.DragStartBehavior_1, _null, _null, true, C.Axis_0), C.Clip_0, _null, _null, _null, _null, 56, _null, _null, _null, _null, _null, _null), C.IconThemeData_gsm), _null, _null, C.TextOverflow_0, true, this.footerTextStyle, _null, _null, C.TextWidthBasis_0)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_3, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), _null, _null, _null, _null, false, _null); }, - $signature: 2069 + $signature: 2070 }; D.EntityDataTableSource.prototype = { getRow$1: function(index) { @@ -357844,13 +358128,13 @@ t1.toString; return M.selectEntity(t1, entity, false, false); }, - $signature: 2071 + $signature: 2072 }; S._EntityListState_build_closure.prototype = { call$1: function(duration) { M.viewEntityById(false, this.entityId, this.entityType, null, false, true); }, - $signature: 45 + $signature: 44 }; S._EntityListState_build_closure7.prototype = { call$0: function() { @@ -357905,7 +358189,7 @@ return T.Column$(t17, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); } }, - $signature: 2072 + $signature: 2073 }; S._EntityListState_build__closure.prototype = { call$1: function(_) { @@ -357927,7 +358211,7 @@ var _null = null; return index === 0 || index === J.get$length$asx(this.entityList) ? T.SizedBox$(_null, _null, _null) : new G.ListDivider(_null); }, - $signature: 148 + $signature: 150 }; S._EntityListState_build__closure1.prototype = { call$2: function(context, index) { @@ -357942,7 +358226,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S._EntityListState_build__closure3.prototype = { call$1: function(_) { @@ -357965,7 +358249,7 @@ t2 = t1.$ti._eval$1("MappedIterable<1,BaseEntity*>"); M.handleEntitiesActions(P.List_List$of(new H.MappedIterable(t1, new S._EntityListState_build___closure1(), t2), true, t2._eval$1("Iterable.E")), C.EntityAction_toggleMultiselect, false); }, - $signature: 20 + $signature: 21 }; S._EntityListState_build___closure.prototype = { call$1: function(entityId) { @@ -357986,7 +358270,7 @@ call$1: function(entity) { return type$.legacy_BaseEntity._as(entity); }, - $signature: 2074 + $signature: 2075 }; S._EntityListState_build__closure5.prototype = { call$1: function(field) { @@ -358000,7 +358284,7 @@ } return new L.DataColumn0(M.Container$(_null, L.Text$(label, _null, _null, C.TextOverflow_2, _null, _null, _null, _null, _null, _null), C.Clip_0, _null, new S.BoxConstraints(40, 120, 0, 1 / 0), _null, _null, _null, _null, _null, _null, _null, _null, _null), new S._EntityListState_build___closure2(_this.$this, field)); }, - $signature: 2075 + $signature: 2076 }; S._EntityListState_build___closure2.prototype = { call$2: function(columnIndex, ascending) { @@ -358008,7 +358292,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 395 + $signature: 394 }; S._EntityListState_build_closure0.prototype = { call$1: function(entityId) { @@ -358020,7 +358304,7 @@ call$1: function(action) { return action != null; }, - $signature: 2077 + $signature: 2078 }; S._EntityListState_build_closure8.prototype = { call$0: function() { @@ -358034,7 +358318,7 @@ t2 = t1.$ti._eval$1("MappedIterable<1,BaseEntity*>"); M.handleEntitiesActions(P.List_List$of(new H.MappedIterable(t1, new S._EntityListState_build__closure12(this.entityMap), t2), true, t2._eval$1("Iterable.E")), C.EntityAction_toggleMultiselect, false); }, - $signature: 20 + $signature: 21 }; S._EntityListState_build__closure11.prototype = { call$1: function(entityId) { @@ -358055,7 +358339,7 @@ var t1 = Q.getEntityActionIcon(action); return B.OutlinedButton$(new U.IconText(this.localization.lookup$1(H.S(action)), t1, null, null, null), new S._EntityListState_build__closure8(this.$this, this.entities, action)); }, - $signature: 2079 + $signature: 2080 }; S._EntityListState_build__closure8.prototype = { call$0: function() { @@ -358073,14 +358357,14 @@ t3 = T.SizedBox$(_null, _null, 4); return Z.PopupMenuButton$(new T.Padding(C.EdgeInsets_8_0_8_0, T.Row$(H.setRuntimeTypeInfo([t1, t3, L.Icon$(C.IconData_57496_MaterialIcons_null_false, t2 ? C.Color_4294967295 : C.Color_4278190080, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), _null, true, _null, _null, new S._EntityListState_build__closure9(_this.actions, remaining), new S._EntityListState_build__closure10(_this.$this, _this.entities), C.EdgeInsets_8_8_8_8, _null, type$.legacy_EntityAction); }, - $signature: 2080 + $signature: 2081 }; S._EntityListState_build__closure10.prototype = { call$1: function(action) { M.handleEntitiesActions(this.entities, action, false); this.$this._widget.onClearMultiselect$0(); }, - $signature: 375 + $signature: 374 }; S._EntityListState_build__closure9.prototype = { call$1: function(context) { @@ -358142,7 +358426,7 @@ call$1: function(_) { return this.$this._widget.onClearMultiselect$0(); }, - $signature: 52 + $signature: 47 }; K.VariablesHelp.prototype = { createState$0: function() { @@ -358286,14 +358570,14 @@ t2 = H._arrayInstanceType(t1)._eval$1("MappedListIterable<1,TextButton*>"); return B.GridView$count((constraints.maxWidth / 2 - 8) / 50, P.List_List$of(new H.MappedListIterable(t1, new K._VariableGrid_build__closure(context), t2), true, t2._eval$1("ListIterable.E")), 2, 0, 0, new V.EdgeInsets(6, 6, 6, 6), null, true, true); }, - $signature: 374 + $signature: 373 }; K._VariableGrid_build__closure.prototype = { call$1: function(field) { var _null = null; return U.TextButton$(false, new T.Align(C.Alignment_m1_0, _null, _null, L.Text$("$" + H.S(field), _null, 1, C.TextOverflow_2, _null, _null, _null, C.TextAlign_4, _null, _null), _null), _null, new K._VariableGrid_build___closure(field, this.context), _null); }, - $signature: 2084 + $signature: 2085 }; K._VariableGrid_build___closure.prototype = { call$0: function() { @@ -358461,7 +358745,7 @@ var t1 = this.$this; return new Q.EditIconButton(t1.entity.get$isEditable(), new G.ViewScaffold_build__closure(t1, context), null); }, - $signature: 2085 + $signature: 2086 }; G.ViewScaffold_build__closure.prototype = { call$0: function() { @@ -358539,14 +358823,14 @@ call$1: function(store) { return J.$index$asx(store.get$_dispatchers(), 0).call$1(new B.LoadStateRequest(this.context)); }, - $signature: 2086 + $signature: 2087 }; B.InitScreen_build_closure.prototype = { call$2: function(context, store) { var _null = null; return M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([T.Expanded$(T.Center$(U.Image$asset("assets/images/icon.png", _null, _null), _null, _null), 1), T.SizedBox$(U.LinearProgressIndicator$(), 4, _null)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, C.Color_4294967295, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2087 + $signature: 2088 }; Z.LockScreen.prototype = { build$1: function(_, context) { @@ -358610,10 +358894,12 @@ _this.super$State$dispose(0); }, _submitForm$0: function() { - if (this._createAccount) - this._submitSignUpForm$0(); + var _this = this; + _this._buttonController._startListener$0(); + if (_this._createAccount) + _this._submitSignUpForm$0(); else - this._submitLoginForm$0(); + _this._submitLoginForm$0(); }, _submitSignUpForm$0: function() { var viewModel, t2, completer, t3, _this = this, @@ -358866,7 +359152,7 @@ t3 = L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization); return E.AlertDialog$(H.setRuntimeTypeInfo([new T.Padding(C.EdgeInsets_0_0_8_0, U.TextButton$(false, L.Text$(t3.get$close(t3), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new Y._LoginState__submitSignUpForm__closure1(context), _null), _null)], type$.JSArray_legacy_Widget), C.EdgeInsets_0_0_0_0, _null, t1, C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 139 + $signature: 140 }; Y._LoginState__submitSignUpForm__closure1.prototype = { call$0: function() { @@ -358936,7 +359222,7 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).localeCode), "recover_password_email_sent"); return E.MessageDialog$(t1 == null ? "" : t1, null, null, null); }, - $signature: 241 + $signature: 242 }; Y._LoginState__submitLoginForm_closure1.prototype = { call$1: function(error) { @@ -359015,7 +359301,7 @@ var t1 = this.$this; t1.setState$1(new Y._LoginState_build__closure3(t1, index)); }, - $signature: 108 + $signature: 106 }; Y._LoginState_build__closure3.prototype = { call$0: function() { @@ -359033,7 +359319,7 @@ var t1 = this.$this; t1.setState$1(new Y._LoginState_build__closure2(t1, index)); }, - $signature: 108 + $signature: 106 }; Y._LoginState_build__closure2.prototype = { call$0: function() { @@ -359078,7 +359364,7 @@ var t1 = this.$this; return t1.setState$1(new Y._LoginState_build__closure1(t1, value)); }, - $signature: 37 + $signature: 38 }; Y._LoginState_build__closure1.prototype = { call$0: function() { @@ -359091,7 +359377,7 @@ var t1 = this.$this; return t1.setState$1(new Y._LoginState_build__closure0(t1, value)); }, - $signature: 37 + $signature: 38 }; Y._LoginState_build__closure0.prototype = { call$0: function() { @@ -359151,7 +359437,7 @@ call$2: function(context, viewModel) { return new Y.LoginView(viewModel, null); }, - $signature: 2088 + $signature: 2089 }; G.LoginVM.prototype = {}; G.LoginVM_fromStore__handleLogin.prototype = { @@ -359171,7 +359457,7 @@ call$1$context: function(context) { return this.call$2$context$isSignUp(context, false); }, - $signature: 2089 + $signature: 2090 }; G.LoginVM_fromStore__handleLogin_closure.prototype = { call$1: function(duration) { @@ -359185,7 +359471,7 @@ } else J.$index$asx(_this.store.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 45 + $signature: 44 }; G.LoginVM_fromStore__formatApiUrl.prototype = { call$1: function(url) { @@ -359260,7 +359546,7 @@ }); return P._asyncStartSync($async$call$5$oneTimePassword$secret$url, $async$completer); }, - $signature: 2090 + $signature: 2091 }; G.LoginVM_fromStore__closure0.prototype = { call$2: function(idToken, accessToken) { @@ -359279,13 +359565,13 @@ t2.future.then$1$1(0, new G.LoginVM_fromStore___closure0(_this._handleLogin, t3), type$.void); } }, - $signature: 48 + $signature: 53 }; G.LoginVM_fromStore___closure0.prototype = { call$1: function(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 207 + $signature: 208 }; G.LoginVM_fromStore_closure4.prototype = { call$2: function(context, completer) { @@ -359346,7 +359632,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2092 + $signature: 2093 }; G.LoginVM_fromStore__closure.prototype = { call$2: function(idToken, accessToken) { @@ -359362,13 +359648,13 @@ t2.future.then$1$1(0, new G.LoginVM_fromStore___closure(_this._handleLogin, t3), type$.void); } }, - $signature: 48 + $signature: 53 }; G.LoginVM_fromStore___closure.prototype = { call$1: function(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 207 + $signature: 208 }; G.LoginVM_fromStore_closure1.prototype = { call$4$email$password: function(context, completer, email, password) { @@ -359408,13 +359694,13 @@ }); return P._asyncStartSync($async$call$4$email$password, $async$completer); }, - $signature: 2093 + $signature: 2094 }; G.LoginVM_fromStore__closure1.prototype = { call$1: function(_) { return this._handleLogin.call$2$context$isSignUp(this.context, true); }, - $signature: 207 + $signature: 208 }; G.LoginVM_fromStore_closure0.prototype = { call$5$email$secret$url: function(context, completer, email, secret, url) { @@ -359451,7 +359737,7 @@ }); return P._asyncStartSync($async$call$5$email$secret$url, $async$completer); }, - $signature: 2094 + $signature: 2095 }; G.LoginVM_fromStore_closure.prototype = { call$7$email$oneTimePassword$password$secret$url: function(context, completer, email, oneTimePassword, password, secret, url) { @@ -359504,13 +359790,13 @@ }); return P._asyncStartSync($async$call$7$email$oneTimePassword$password$secret$url, $async$completer); }, - $signature: 2095 + $signature: 2096 }; G.LoginVM_fromStore__closure2.prototype = { call$1: function(_) { return this._handleLogin.call$1$context(this.context); }, - $signature: 207 + $signature: 208 }; G.LoginVM_fromStore_closure2.prototype = { call$3$token: function(context, completer, token) { @@ -359544,7 +359830,7 @@ }); return P._asyncStartSync($async$call$3$token, $async$completer); }, - $signature: 2096 + $signature: 2097 }; V.ClientListItem.prototype = { build$1: function(_, context) { @@ -359615,7 +359901,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; V.ClientListItem_build__closure2.prototype = { call$0: function() { @@ -359679,7 +359965,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_client, new Y.ClientListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new V.ClientPresenter(), t1, t3); }, - $signature: 2098 + $signature: 2099 }; Y.ClientListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -359700,7 +359986,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2099 + $signature: 2100 }; Y.ClientListVM.prototype = {}; Y.ClientListVM_fromStore__handleRefresh.prototype = { @@ -359898,7 +360184,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterClientsByState(state)); }, - $signature: 53 + $signature: 50 }; B.ClientScreen_build_closure.prototype = { call$0: function() { @@ -359954,7 +360240,7 @@ call$2: function(context, vm) { return new B.ClientScreen(vm, null); }, - $signature: 2101 + $signature: 2102 }; D.ClientScreenVM.prototype = {}; M.ClientEdit.prototype = { @@ -359997,7 +360283,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; M._ClientEditState_build_closure0.prototype = { call$1: function(context) { @@ -360185,7 +360471,7 @@ call$1: function(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 45 + $signature: 44 }; R.ClientEditContacts.prototype = { createState$0: function() { @@ -360241,19 +360527,19 @@ t6 = t5.get$length(t4); return new R.ContactEditDetails(t5.indexOf$2(t4, t5.firstWhere$2$orElse(t4, new R._ClientEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new D.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2102 + $signature: 2103 }; R._ClientEditContactsState__showContactEditor__closure.prototype = { call$1: function(c) { return c.id === this.contact.id; }, - $signature: 94 + $signature: 99 }; R._ClientEditContactsState_build_closure.prototype = { call$1: function(contact) { return new R.ContactListTile0(new R._ClientEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2103 + $signature: 2104 }; R._ClientEditContactsState_build__closure.prototype = { call$0: function() { @@ -360265,7 +360551,7 @@ call$1: function(duration) { this.$this._client_edit_contacts$_showContactEditor$2(this.contact, this.context); }, - $signature: 45 + $signature: 44 }; R._ClientEditContactsState_build_closure1.prototype = { call$0: function() { @@ -360423,7 +360709,7 @@ b.get$_client_model$_$this()._client_model$_customValue4 = t1; return b; }, - $signature: 682 + $signature: 675 }; R.ContactEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -360541,13 +360827,13 @@ call$1: function(store) { return F.ClientEditContactsVM_ClientEditContactsVM$fromStore(store); }, - $signature: 2104 + $signature: 2105 }; F.ClientEditContactsScreen_build_closure.prototype = { call$2: function(context, vm) { return new R.ClientEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2105 + $signature: 2106 }; F.ClientEditContactsVM.prototype = { get$company: function() { @@ -360584,7 +360870,7 @@ call$2: function(contact, index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateContact(index, contact)); }, - $signature: 2106 + $signature: 2107 }; X.ClientEditDesktop.prototype = { build$1: function(_, context) { @@ -360879,7 +361165,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.state.staticState.sizeMap._map$_map, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), sizeId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; L.ClientEditNotesState_build_closure0.prototype = { call$1: function(sizeId) { @@ -361067,7 +361353,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 35 + $signature: 34 }; M.ClientEditSettingsState_build_closure2.prototype = { call$1: function(numDays) { @@ -361093,7 +361379,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 35 + $signature: 34 }; M.ClientEditSettingsState_build_closure4.prototype = { call$1: function(numDays) { @@ -361282,7 +361568,7 @@ call$1: function(duration) { this.$this.didChangeDependencies$0(); }, - $signature: 45 + $signature: 44 }; M.ClientEditScreen.prototype = { build$1: function(_, context) { @@ -361294,13 +361580,13 @@ call$1: function(store) { return M.ClientEditVM_ClientEditVM$fromStore(store); }, - $signature: 2107 + $signature: 2108 }; M.ClientEditScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.ClientEdit(vm, null); }, - $signature: 2108 + $signature: 2109 }; M.ClientEditVM.prototype = { get$company: function() { @@ -361311,7 +361597,7 @@ call$1: function(client) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateClient(client)); }, - $signature: 2109 + $signature: 2110 }; M.ClientEditVM_ClientEditVM$fromStore_closure3.prototype = { call$0: function() { @@ -361406,7 +361692,7 @@ t1.toString; return new M.ErrorDialog(L.Localizations_of($.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$pleaseEnterAClientOrContactName(), false, null); }, - $signature: 21 + $signature: 20 }; M.ClientEditVM_ClientEditVM$fromStore___closure0.prototype = { call$1: function(savedClient) { @@ -361451,7 +361737,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; G.ClientView.prototype = { createState$0: function() { @@ -361583,7 +361869,7 @@ t6 = t1.can$2(C.UserPermission_view, C.EntityType_task) || t1.can$2(C.UserPermission_create, C.EntityType_task) ? Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new G._ClientViewState_build___closure3(context, _this.client), false, _null, _null, _null, _null, L.Text$(_this.localization.get$task(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null) : M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); return E.SimpleDialog$(H.setRuntimeTypeInfo([t2, t3, t4, t5, t6, t1.can$2(C.UserPermission_view, C.EntityType_expense) || t1.can$2(C.UserPermission_create, C.EntityType_expense) ? Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_57424_MaterialIcons_null_false, _null, _null), _null, new G._ClientViewState_build___closure4(context, _this.store, _this.client), false, _null, _null, _null, _null, L.Text$(_this.localization.get$expense(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null) : M.Container$(_null, _null, C.Clip_0, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; G._ClientViewState_build___closure.prototype = { call$0: function() { @@ -361678,7 +361964,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; R._ClientViewActivityState_build_closure.prototype = { call$2: function(context, index) { @@ -361686,7 +361972,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 305 + $signature: 304 }; Q.ClientViewDetails.prototype = { createState$0: function() { @@ -361779,7 +362065,7 @@ listTiles.push(new T.Padding(C.EdgeInsets_16_16_16_16, B.FutureBuilder$(t2.get$_client_view_details$_launchStatus(), t2._client_view_details$_launched, type$.Null), _null)); return listTiles; }, - $signature: 199 + $signature: 202 }; Q._ClientViewDetailsState_build__buildDetailsList_closure.prototype = { call$1: function(contact) { @@ -361914,13 +362200,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; T.ClientViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; U.ClientViewLedger.prototype = { createState$0: function() { @@ -361951,13 +362237,13 @@ call$1: function(ledger) { return ledger.adjustment !== 0; }, - $signature: 2116 + $signature: 2117 }; U._ClientViewLedgerState_build_closure1.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; U._ClientViewLedgerState_build_closure0.prototype = { call$2: function(context, index) { @@ -361996,7 +362282,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; U._ClientViewLedgerState_build__closure0.prototype = { call$0: function() { @@ -362152,8 +362438,15 @@ t3 = t1.get$recurringInvoices(); t4 = $.$get$memoizedRecurringInvoiceStatsForClient(); t5 = t2.userCompanyStates; + t6 = t2.uiState.selectedCompanyIndex; + t8.push(new O.EntitiesListTile(client, C.EntityType_recurringInvoice, t3, t4.call$2(t7, J.$index$asx(t5._list, t6).recurringInvoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + } + if (company.isModuleEnabled$1(C.EntityType_recurringExpense)) { + t3 = t1.get$recurringExpenses(); + t4 = $.$get$memoizedRecurringExpenseStatsForClient(); + t5 = t2.userCompanyStates; t2 = t2.uiState.selectedCompanyIndex; - t8.push(new O.EntitiesListTile(client, C.EntityType_recurringInvoice, t3, t4.call$2(t7, J.$index$asx(t5._list, t2).recurringInvoiceState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + t8.push(new O.EntitiesListTile(client, C.EntityType_recurringExpense, t3, t4.call$2(t7, J.$index$asx(t5._list, t2).recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); } t1 = client.publicNotes; if (t1.length !== 0) @@ -362178,13 +362471,13 @@ t1.$indexSet(0, customerReference, H.setRuntimeTypeInfo([gatewayToken], type$.JSArray_legacy_GatewayTokenEntity)); } }, - $signature: 2117 + $signature: 2118 }; Z.ClientOverview_build_closure0.prototype = { call$1: function(token) { return new K.TokenMeta(token.meta, null); }, - $signature: 2118 + $signature: 2119 }; Z.ClientOverview_build_closure1.prototype = { call$0: function() { @@ -362241,13 +362534,13 @@ call$1: function(store) { return X.ClientViewVM_ClientViewVM$fromStore(store); }, - $signature: 2119 + $signature: 2120 }; X.ClientViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new G.ClientView(vm, this.$this.isFilter, vm.state.uiState.clientUIState.tabIndex, null); }, - $signature: 2120 + $signature: 2121 }; X.ClientViewVM.prototype = { get$company: function() { @@ -362276,7 +362569,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; X.ClientViewVM_ClientViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -362294,7 +362587,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; X.ClientViewVM_ClientViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -362307,13 +362600,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; X.ClientViewVM_ClientViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, this.client.id)); }, - $signature: 95 + $signature: 90 }; G.CompanyGatewayList.prototype = { createState$0: function() { @@ -362362,7 +362655,7 @@ --newIndex; t1._widget.viewModel.onSortChanged.call$2(oldIndex, newIndex); }, - $signature: 140 + $signature: 141 }; G._CompanyGatewayListState_build_closure.prototype = { call$1: function(companyGatewayId) { @@ -362384,7 +362677,7 @@ t3 = false; return new Z.CompanyGatewayListItem(t4, companyGateway, t5, t1, t3, new D.ValueKey(t2, type$.ValueKey_legacy_String)); }, - $signature: 2124 + $signature: 2125 }; G._CompanyGatewayListState_build__closure.prototype = { call$0: function() { @@ -362456,7 +362749,7 @@ call$2: function(context, viewModel) { return new G.CompanyGatewayList(viewModel, null); }, - $signature: 2125 + $signature: 2126 }; S.CompanyGatewayListVM.prototype = {}; S.CompanyGatewayListVM_fromStore__handleRefresh.prototype = { @@ -362508,7 +362801,7 @@ settings = this.uiState.get$settings().rebuild$1(new S.CompanyGatewayListVM_fromStore__closure0(t1)); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 140 + $signature: 141 }; S.CompanyGatewayListVM_fromStore__closure0.prototype = { call$1: function(b) { @@ -362621,7 +362914,7 @@ call$1: function(context) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.ClearCompanyGatewayMultiselect()); }, - $signature: 52 + $signature: 47 }; D.CompanyGatewayScreen_build_closure1.prototype = { call$0: function() { @@ -362676,7 +362969,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterCompanyGatewaysByState(state)); }, - $signature: 53 + $signature: 50 }; D.CompanyGatewayScreen_build_closure3.prototype = { call$0: function() { @@ -362709,7 +363002,7 @@ call$2: function(context, vm) { return new D.CompanyGatewayScreen(vm, null); }, - $signature: 2126 + $signature: 2127 }; Y.CompanyGatewayScreenVM.prototype = {}; Y.CompanyGatewayScreenVM_fromStore_closure.prototype = { @@ -362954,7 +363247,7 @@ t1.gateway = A.GatewayEntity_GatewayEntity(); this.viewModel.onChanged.call$1(this.companyGateway.rebuild$1(new V._CompanyGatewayEditState_build__closure12(t1))); }, - $signature: 44 + $signature: 45 }; V._CompanyGatewayEditState_build__closure12.prototype = { call$1: function(b) { @@ -363018,7 +363311,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; V._CompanyGatewayEditState_build_closure6.prototype = { call$1: function(value) { @@ -363026,7 +363319,7 @@ t2 = this.gatewayTypeId; this.viewModel.onChanged.call$1(t1.rebuild$1(new V._CompanyGatewayEditState_build__closure9(t2, t1.getSettingsForGatewayTypeId$1(t2), value))); }, - $signature: 20 + $signature: 21 }; V._CompanyGatewayEditState_build__closure9.prototype = { call$1: function(b) { @@ -363040,7 +363333,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_isEnabled = this.value; return b; }, - $signature: 160 + $signature: 158 }; V._CompanyGatewayEditState_build_closure7.prototype = { call$1: function(value) { @@ -363167,7 +363460,7 @@ t1 = ""; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(t1), _null, _null, _null, _null, _null, _null, _null, _null, _null), gatewayTypeId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; V._CompanyGatewayEditState_build_closure16.prototype = { call$1: function(value) { @@ -363222,7 +363515,7 @@ t2 = this.gateway; return new V.GatewayConfigField(t2, field, J.$index$asx(t1.companyGateway.get$parsedConfig(), field), J.$index$asx(t2.get$parsedFields(), field), new V.GatewayConfigSettings_build__closure(t1, field), null); }, - $signature: 2128 + $signature: 2129 }; V.GatewayConfigSettings_build__closure.prototype = { call$1: function(value) { @@ -363334,7 +363627,7 @@ t1 = J.trim$0$s(value); return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), t1, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; V._GatewayConfigFieldState_build_closure1.prototype = { call$1: function(value) { @@ -363352,7 +363645,7 @@ call$1: function(value) { return this.$this._company_gateway_edit$_onChanged$0(); }, - $signature: 57 + $signature: 58 }; V.LimitEditor.prototype = { createState$0: function() { @@ -363466,7 +363759,7 @@ b.get$_company_gateway_model$_$this()._maxLimit = t1; return b; }, - $signature: 160 + $signature: 158 }; V._LimitEditorState__onChanged_closure0.prototype = { call$1: function(b) { @@ -363486,7 +363779,7 @@ var t1 = this.$this; t1.setState$1(new V._LimitEditorState_build__closure0(t1, value)); }, - $signature: 20 + $signature: 21 }; V._LimitEditorState_build__closure0.prototype = { call$0: function() { @@ -363504,7 +363797,7 @@ var t1 = this.$this; t1.setState$1(new V._LimitEditorState_build__closure(t1, value)); }, - $signature: 20 + $signature: 21 }; V._LimitEditorState_build__closure.prototype = { call$0: function() { @@ -363619,7 +363912,7 @@ b.get$_company_gateway_model$_$this()._feeCap = this.cap; return b; }, - $signature: 160 + $signature: 158 }; V._FeesEditorState__onChanged_closure0.prototype = { call$0: function() { @@ -363640,7 +363933,7 @@ var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new V._FeesEditorState_build__closure2(_this.$this, _this.settings, taxRate))); }, - $signature: 79 + $signature: 78 }; V._FeesEditorState_build__closure2.prototype = { call$1: function(b) { @@ -363658,14 +363951,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName1 = t1; return b; }, - $signature: 160 + $signature: 158 }; V._FeesEditorState_build_closure0.prototype = { call$1: function(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new V._FeesEditorState_build__closure1(_this.$this, _this.settings, taxRate))); }, - $signature: 79 + $signature: 78 }; V._FeesEditorState_build__closure1.prototype = { call$1: function(b) { @@ -363683,14 +363976,14 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName2 = t1; return b; }, - $signature: 160 + $signature: 158 }; V._FeesEditorState_build_closure1.prototype = { call$1: function(taxRate) { var _this = this; return _this.viewModel.onChanged.call$1(_this.companyGateway.rebuild$1(new V._FeesEditorState_build__closure0(_this.$this, _this.settings, taxRate))); }, - $signature: 79 + $signature: 78 }; V._FeesEditorState_build__closure0.prototype = { call$1: function(b) { @@ -363708,7 +364001,7 @@ b.get$_company_gateway_model$_$this()._company_gateway_model$_taxName3 = t1; return b; }, - $signature: 160 + $signature: 158 }; V._FeesEditorState_build_closure2.prototype = { call$1: function(value) { @@ -363729,7 +364022,7 @@ b.get$_company_gateway_model$_$this()._adjustFeePercent = this.value; return b; }, - $signature: 160 + $signature: 158 }; V.__CompanyGatewayEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -363756,13 +364049,13 @@ call$1: function(store) { return L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore(store); }, - $signature: 2130 + $signature: 2131 }; L.CompanyGatewayEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new V.CompanyGatewayEdit(viewModel, new D.ValueKey(viewModel.companyGateway.id, type$.ValueKey_legacy_String)); }, - $signature: 2131 + $signature: 2132 }; L.CompanyGatewayEditVM.prototype = { get$companyGateway: function() { @@ -363854,7 +364147,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2.prototype = { call$1: function(gatewayId) { @@ -363884,7 +364177,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2132 + $signature: 2133 }; L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure.prototype = { call$1: function(response) { @@ -364136,13 +364429,13 @@ call$1: function(store) { return A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore(store); }, - $signature: 2133 + $signature: 2134 }; A.CompanyGatewayViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new G.CompanyGatewayView(vm, this.$this.isFilter, null); }, - $signature: 2134 + $signature: 2135 }; A.CompanyGatewayViewVM.prototype = { get$companyGateway: function() { @@ -364190,7 +364483,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.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: 48 + $signature: 53 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure.prototype = { call$1: function(response) { @@ -364214,7 +364507,7 @@ t5 = J.getInterceptor$asx(t4); return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.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), C.EdgeInsets_0_0_0_0, _null, T.Column$(H.setRuntimeTypeInfo([T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$("Stripe", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.SizedBox$(L.Text$(H.S(t5.$index(t4, "stripe_customer_count")), _null, _null, _null, _null, _null, _null, C.TextAlign_5, _null, _null), _null, 100)], t3), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), T.SizedBox$(_null, 8, _null), T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$("Invoice Ninja", _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.SizedBox$(L.Text$(H.S(J.get$length$asx(type$.legacy_Iterable_dynamic._as(t5.$index(t4, "stripe_customers")))), _null, _null, _null, _null, _null, _null, C.TextAlign_5, _null, _null), _null, 100)], t3), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null)], t3), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 139 + $signature: 140 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure.prototype = { call$0: function() { @@ -364246,7 +364539,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: 48 + $signature: 53 }; A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1.prototype = { call$1: function(response) { @@ -364292,7 +364585,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 402 + $signature: 401 }; S.CreditEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -364303,13 +364596,13 @@ t1 = t1.selectedCompanyIndex; return S.EmailCreditVM_EmailCreditVM$fromStore(store, J.$index$asx(J.$index$asx(t2._list, t1).creditState.map._map$_map, creditId)); }, - $signature: 2136 + $signature: 2137 }; S.CreditEmailScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceEmailView(viewModel, null); }, - $signature: 2137 + $signature: 2138 }; S.EmailCreditVM.prototype = {}; S.EmailCreditVM_EmailCreditVM$fromStore_closure.prototype = { @@ -364326,7 +364619,7 @@ completer.future.then$1$1(0, new S.EmailCreditVM_EmailCreditVM$fromStore__closure(this.credit), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailCreditRequest(completer, this.credit.id, template, subject, body)); }, - $signature: 403 + $signature: 402 }; S.EmailCreditVM_EmailCreditVM$fromStore__closure.prototype = { call$1: function(value) { @@ -364433,7 +364726,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; K.CreditListItem_build__closure2.prototype = { call$0: function() { @@ -364496,7 +364789,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_credit, new U.CreditListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new K.CreditPresenter(), t2, t4); }, - $signature: 2139 + $signature: 2140 }; U.CreditListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -364522,7 +364815,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2140 + $signature: 2141 }; U.CreditListVM.prototype = {}; U.CreditListVM_fromStore__handleRefresh.prototype = { @@ -364573,13 +364866,13 @@ t1 = t1.selectedCompanyIndex; return new U.CreditPdfVM(state, J.$index$asx(t2._list, t1).creditState.$get$1(0, invoiceId), creditUIState.historyActivityId); }, - $signature: 2141 + $signature: 2142 }; U.CreditPdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__credit_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2142 + $signature: 2143 }; U.CreditPdfVM.prototype = {}; K.CreditPresenter.prototype = { @@ -364674,6 +364967,7 @@ t6.push("tax_amount"); t6.push("exchange_rate"); t6.push("is_viewed"); + t6.push("last_sent_date"); t7 = H.setRuntimeTypeInfo(["status", "number", "client", "amount", "date", "balance"], t5); t5 = H.setRuntimeTypeInfo(["number", "amount", "updated_at"], t5); t6 = Z.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, C.EntityType_credit, false, C.List_empty13, new A.CreditScreen_build_closure(store), new A.CreditScreen_build_closure0(store), new A.CreditScreen_build_closure1(store), new A.CreditScreen_build_closure2(store), new A.CreditScreen_build_closure3(store), new A.CreditScreen_build_closure4(store), new A.CreditScreen_build_closure5(store), _null, t5, C.List_empty14, t6); @@ -364716,7 +365010,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterCreditsByState(state)); }, - $signature: 53 + $signature: 50 }; A.CreditScreen_build_closure.prototype = { call$0: function() { @@ -364772,7 +365066,7 @@ call$2: function(context, vm) { return new A.CreditScreen(vm, null); }, - $signature: 2143 + $signature: 2144 }; R.CreditScreenVM.prototype = {}; M.CreditEdit.prototype = { @@ -364837,7 +365131,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; M._CreditEditState_build_closure2.prototype = { call$1: function(context) { @@ -364871,14 +365165,14 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new M._CreditEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new M._CreditEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), false, null); }, - $signature: 234 + $signature: 235 }; M._CreditEditState_build___closure.prototype = { call$1: function(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 64 + $signature: 63 }; M._CreditEditState_build___closure1.prototype = { call$1: function(item) { @@ -364897,7 +365191,7 @@ } return t1; }, - $signature: 309 + $signature: 308 }; M._CreditEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -364908,7 +365202,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 310 + $signature: 309 }; M.__CreditEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -364935,7 +365229,7 @@ call$1: function(store) { return T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore(store); }, - $signature: 2147 + $signature: 2148 }; T.CreditEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -364944,14 +365238,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_credit, null); }, - $signature: 2148 + $signature: 2149 }; T.CreditEditDetailsVM.prototype = {}; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure.prototype = { call$1: function(credit) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCredit(credit)); }, - $signature: 151 + $signature: 142 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, credit, client) { @@ -364968,7 +365262,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 311 + $signature: 310 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure1.prototype = { call$1: function(b) { @@ -364990,7 +365284,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 135 + $signature: 138 }; T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -365002,7 +365296,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/credit/edit")); }, - $signature: 44 + $signature: 45 }; R.CreditEditItemsScreen.prototype = { build$1: function(_, context) { @@ -365014,7 +365308,7 @@ call$1: function(store) { return R.CreditEditItemsVM_CreditEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2152 + $signature: 2153 }; R.CreditEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -365025,14 +365319,14 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2153 + $signature: 2154 }; R.CreditEditItemsVM.prototype = {}; R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteCreditItem(index)); }, - $signature: 108 + $signature: 106 }; R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -365050,7 +365344,7 @@ } else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.UpdateCreditItem(index, creditItem)); }, - $signature: 312 + $signature: 311 }; R.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure.prototype = { call$1: function(b) { @@ -365058,13 +365352,13 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 55 + $signature: 54 }; R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2.prototype = { call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MoveCreditItem(oldIndex, newIndex)); }, - $signature: 140 + $signature: 141 }; G.CreditEditNotesScreen.prototype = { build$1: function(_, context) { @@ -365076,20 +365370,20 @@ call$1: function(store) { return G.CreditEditNotesVM_CreditEditNotesVM$fromStore(store); }, - $signature: 2155 + $signature: 2156 }; G.CreditEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2156 + $signature: 2157 }; G.CreditEditNotesVM.prototype = {}; G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure.prototype = { call$1: function(credit) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCredit(credit)); }, - $signature: 151 + $signature: 142 }; X.CreditEditScreen.prototype = { build$1: function(_, context) { @@ -365101,13 +365395,13 @@ call$1: function(store) { return X.CreditEditVM_CreditEditVM$fromStore(store); }, - $signature: 2157 + $signature: 2158 }; X.CreditEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new M.CreditEdit(viewModel, new D.ValueKey(viewModel.invoice.id, type$.ValueKey_legacy_String)); }, - $signature: 2158 + $signature: 2159 }; X.CreditEditVM.prototype = {}; X.CreditEditVM_CreditEditVM$fromStore_closure.prototype = { @@ -365122,7 +365416,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 313 + $signature: 312 }; X.CreditEditVM_CreditEditVM$fromStore__closure.prototype = { call$0: function() { @@ -365147,7 +365441,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; X.CreditEditVM_CreditEditVM$fromStore___closure0.prototype = { call$1: function(savedCredit) { @@ -365178,7 +365472,7 @@ M.viewEntity(false, savedCredit, null, true); } }, - $signature: 70 + $signature: 69 }; X.CreditEditVM_CreditEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -365192,7 +365486,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; X.CreditEditVM_CreditEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -365203,7 +365497,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.AddCreditItems(items)); }, - $signature: 314 + $signature: 313 }; X.CreditEditVM_CreditEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -365224,13 +365518,13 @@ call$1: function(store) { return M.CreditViewVM_CreditViewVM$fromStore(store); }, - $signature: 2161 + $signature: 2162 }; M.CreditViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.creditUIState.tabIndex, null); }, - $signature: 2162 + $signature: 2163 }; M.CreditViewVM.prototype = {}; M.CreditViewVM_CreditViewVM$fromStore__handleRefresh.prototype = { @@ -365252,7 +365546,7 @@ $defaultValues: function() { return [null]; }, - $signature: 315 + $signature: 314 }; M.CreditViewVM_CreditViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -365268,7 +365562,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; M.CreditViewVM_CreditViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -365286,7 +365580,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; M.CreditViewVM_CreditViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -365299,13 +365593,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; M.CreditViewVM_CreditViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadCredit(null, this.credit.id)); }, - $signature: 95 + $signature: 90 }; M.CreditViewVM_CreditViewVM$fromStore_closure3.prototype = { call$3: function(context, credit, activityId) { @@ -365319,7 +365613,7 @@ $defaultValues: function() { return [null]; }, - $signature: 316 + $signature: 315 }; A.DashboardActivity.prototype = { build$1: function(_, context) { @@ -365335,7 +365629,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 305 + $signature: 304 }; U.DashboardChart.prototype = { createState$0: function() { @@ -365394,7 +365688,7 @@ call$1: function(datumPair) { return datumPair.series.id === "current"; }, - $signature: 2166 + $signature: 2167 }; U._DashboardChartState__onSelectionChanged_closure0.prototype = { call$1: function(datumPair) { @@ -365404,7 +365698,7 @@ t1.total = t2 + t3.get$amount(); this.measures.$indexSet(0, datumPair.series.displayName, t3.get$amount()); }, - $signature: 2167 + $signature: 2168 }; U._DashboardChartState__onSelectionChanged_closure1.prototype = { call$0: function() { @@ -365477,7 +365771,7 @@ t5 = T.SizedBox$(_null, _null, _null); return R.InkWell$(false, _null, true, M.Container$(_null, T.Column$(H.setRuntimeTypeInfo([t6, t3, t7, t4, t5], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_0, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1), C.Clip_0, t2, _null, _null, _null, _null, _null, _null, new V.EdgeInsets(16, 16, 32, 16), _null, _null, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new U._DashboardChartState_build__closure(t1, index), _null, _null, _null, _null, _null); }, - $signature: 2168 + $signature: 2169 }; U._DashboardChartState_build__closure.prototype = { call$0: function() { @@ -365591,14 +365885,14 @@ call$0: function() { return this.$this._dashboard_date_range_picker$_settings.dateRange = this.dateRange; }, - $signature: 2171 + $signature: 2172 }; E._DashboardDateRangePickerState_build_closure1.prototype = { call$1: function(value) { var t1 = this.$this; t1.setState$1(new E._DashboardDateRangePickerState_build__closure1(t1, value)); }, - $signature: 20 + $signature: 21 }; E._DashboardDateRangePickerState_build__closure1.prototype = { call$0: function() { @@ -365623,20 +365917,20 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRangeComparison); }, - $signature: 2172 + $signature: 2173 }; E._DashboardDateRangePickerState_build_closure5.prototype = { call$1: function(dateRange) { var t1 = this.$this; t1.setState$1(new E._DashboardDateRangePickerState_build__closure0(t1, dateRange)); }, - $signature: 2173 + $signature: 2174 }; E._DashboardDateRangePickerState_build__closure0.prototype = { call$0: function() { return this.$this._dashboard_date_range_picker$_settings.compareDateRange = this.dateRange; }, - $signature: 2174 + $signature: 2175 }; E._DashboardDateRangePickerState_build_closure6.prototype = { call$1: function(date) { @@ -365667,7 +365961,7 @@ call$1: function(context) { return new M.ErrorDialog("Date range is not valid", false, null); }, - $signature: 21 + $signature: 20 }; Y.DashboardPanels.prototype = { _showDateOptions$1: function(context) { @@ -365788,7 +366082,7 @@ var t1 = this.$this.viewModel; return new E.DashboardDateRangePicker(t1.dashboardUIState, t1.onSettingsChanged, null); }, - $signature: 2175 + $signature: 3265 }; Y.DashboardPanels__header_closure.prototype = { call$2: function(context, constraints) { @@ -365841,7 +366135,7 @@ } return M.Material$(C.Duration_200000, true, _null, new T.Padding(C.EdgeInsets_16_16_16_0, T.Row$(t10, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null), C.Clip_0, t7, 6, _null, _null, _null, _null, C.MaterialType_0); }, - $signature: 3264 + $signature: 2177 }; Y.DashboardPanels__header__closure.prototype = { call$1: function(value) { @@ -365855,7 +366149,7 @@ if (t1) K.Navigator_of(_this.context, false).pop$1(0, null); }, - $signature: 20 + $signature: 21 }; Y.DashboardPanels__header__closure0.prototype = { call$1: function(currencyId) { @@ -365868,7 +366162,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), currencyId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; Y.DashboardPanels__header__closure1.prototype = { call$1: function(currencyId) { @@ -365905,7 +366199,7 @@ var t1 = $.$get$_$values()._set$_set.map$1$1(0, new Y.DashboardPanels__header___closure1(this.localization), type$.legacy_PopupMenuItem_legacy_DateRange); return P.List_List$of(t1, true, H._instanceType(t1)._eval$1("Iterable.E")); }, - $signature: 2177 + $signature: 2178 }; Y.DashboardPanels__header___closure1.prototype = { call$1: function(dateRange) { @@ -365913,7 +366207,7 @@ t1 = this.localization; return Z.PopupMenuItem$(L.Text$(dateRange === C.DateRange_custom ? t1.get$more() + "..." : t1.lookup$1(J.toString$0$(dateRange)), _null, _null, _null, _null, _null, _null, _null, _null, _null), dateRange, type$.legacy_DateRange); }, - $signature: 2178 + $signature: 2179 }; Y.DashboardPanels__header__closure5.prototype = { call$1: function(dateRange) { @@ -365932,7 +366226,7 @@ call$1: function(duration) { this.$this._showDateOptions$1(this.context); }, - $signature: 45 + $signature: 44 }; Y.DashboardPanels__header__closure6.prototype = { call$0: function() { @@ -365962,7 +366256,7 @@ } return E.AlertDialog$(t5, C.EdgeInsets_0_0_0_0, _null, T.Column$(t6, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1), C.EdgeInsets_24_20_24_24, new D.ValueKey(t3, type$.ValueKey_legacy_String), _null, t2); }, - $signature: 139 + $signature: 140 }; Y.DashboardPanels__header____closure.prototype = { call$0: function() { @@ -365984,13 +366278,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 126 + $signature: 129 }; Y.DashboardPanels__paymentChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 82 + $signature: 79 }; Y.DashboardPanels__quoteChart_closure.prototype = { call$1: function(b) { @@ -365998,13 +366292,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 126 + $signature: 129 }; Y.DashboardPanels__quoteChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 82 + $signature: 79 }; Y.DashboardPanels__taskChart_closure.prototype = { call$1: function(b) { @@ -366012,13 +366306,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 126 + $signature: 129 }; Y.DashboardPanels__taskChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 82 + $signature: 79 }; Y.DashboardPanels__expenseChart_closure.prototype = { call$1: function(b) { @@ -366026,43 +366320,43 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 126 + $signature: 129 }; Y.DashboardPanels__expenseChart_closure0.prototype = { call$2: function(index, date) { return this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 82 + $signature: 79 }; Y.DashboardPanels_build_closure.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_invoice, entityIds); }, - $signature: 181 + $signature: 182 }; Y.DashboardPanels_build_closure0.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_payment, entityIds); }, - $signature: 181 + $signature: 182 }; Y.DashboardPanels_build_closure1.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_quote, entityIds); }, - $signature: 181 + $signature: 182 }; Y.DashboardPanels_build_closure2.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_task, entityIds); }, - $signature: 181 + $signature: 182 }; Y.DashboardPanels_build_closure3.prototype = { call$1: function(entityIds) { return this.$this.viewModel.onSelectionChanged.call$2(C.EntityType_expense, entityIds); }, - $signature: 181 + $signature: 182 }; Y._DashboardPanel.prototype = { createState$0: function() { @@ -366130,7 +366424,7 @@ t1.push(F.Series_Series(new Y.__DashboardPanelState_build__closure2(), previous, t2, new Y.__DashboardPanelState_build__closure3(), _s8_, new Y.__DashboardPanelState_build__closure4(), t5, t6)); } }, - $signature: 2180 + $signature: 2181 }; Y.__DashboardPanelState_build__closure0.prototype = { call$2: function(chartData, _) { @@ -366192,13 +366486,13 @@ b.get$_dashboard_state$_$this()._offset = t1 + 1; return b; }, - $signature: 126 + $signature: 129 }; Y._InvoiceChart_build_closure0.prototype = { call$2: function(index, date) { return this.$this.onDateSelected.call$1(J.$index$asx(this.currentData, index).entityMap.$index(0, date)); }, - $signature: 82 + $signature: 79 }; F.DashboardScreen.prototype = { createState$0: function() { @@ -366345,7 +366639,7 @@ if (this.company.isModuleEnabled$1(entityType)) this.$this._tabs.push(entityType); }, - $signature: 209 + $signature: 210 }; F._DashboardScreenState_initState_closure0.prototype = { call$1: function(duration) { @@ -366353,7 +366647,7 @@ t1.toString; E.showDialog(false, new F._DashboardScreenState_initState__closure(this.state), t1, null, true, type$.void); }, - $signature: 45 + $signature: 44 }; F._DashboardScreenState_initState__closure.prototype = { call$1: function(context) { @@ -366361,7 +366655,7 @@ t2 = t1.uiState.selectedCompanyIndex; return new X.SettingsWizard(J.$index$asx(t1.userCompanyStates._list, t2).userCompany.user, null); }, - $signature: 2184 + $signature: 2185 }; F._DashboardScreenState_build_closure.prototype = { call$1: function(context) { @@ -366369,7 +366663,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new F._DashboardScreenState_build__closure0(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 393 + $signature: 392 }; F._DashboardScreenState_build__closure0.prototype = { call$0: function() { @@ -366392,7 +366686,7 @@ t1 = t1.get$history(t1); return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new F._DashboardScreenState_build__closure(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1, _null); }, - $signature: 304 + $signature: 303 }; F._DashboardScreenState_build__closure.prototype = { call$0: function() { @@ -366536,7 +366830,7 @@ return new B.ConfirmEmailBuilder(null); return new F.DashboardScreen(viewModel, new D.ValueKey("__" + company.id + "_" + company.enabledModules + "_" + (state.prefState.appLayout === C.AppLayout_desktop) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2186 + $signature: 2187 }; Q.DashboardVM.prototype = {}; Q.DashboardVM_fromStore__handleRefresh.prototype = { @@ -366563,13 +366857,13 @@ return; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.UpdateDashboardEntityType(entityType)); }, - $signature: 209 + $signature: 210 }; Q.DashboardVM_fromStore_closure0.prototype = { call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new G.UpdateDashboardSettings(settings, null, null, null)); }, - $signature: 2187 + $signature: 2188 }; Q.DashboardVM_fromStore_closure5.prototype = { call$1: function(value) { @@ -366583,7 +366877,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2188 + $signature: 2189 }; Q.DashboardVM_fromStore_closure3.prototype = { call$1: function(offset) { @@ -366700,13 +366994,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 413 + $signature: 412 }; S.InvoiceSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.InvoiceSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -366714,13 +367008,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 413 + $signature: 412 }; S.InvoiceSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.InvoiceSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -366734,13 +367028,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S.InvoiceSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.PaymentSidebar.prototype = { build$1: function(_, context) { @@ -366791,7 +367085,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.PaymentSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -366805,13 +367099,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S.PaymentSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.QuoteSidebar.prototype = { build$1: function(_, context) { @@ -366863,13 +367157,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 414 + $signature: 413 }; S.QuoteSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.QuoteSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -366877,13 +367171,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 414 + $signature: 413 }; S.QuoteSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.QuoteSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -366897,13 +367191,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S.QuoteSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.TaskSidebar.prototype = { build$1: function(_, context) { @@ -366955,13 +367249,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 255 + $signature: 316 }; S.TaskSidebar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.TaskSidebar_build_closure1.prototype = { call$2: function(context, index) { @@ -366969,13 +367263,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 255 + $signature: 316 }; S.TaskSidebar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.TaskSidebar_build_closure3.prototype = { call$2: function(context, index) { @@ -366989,13 +367283,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S.TaskSidebar_build_closure4.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.ExpenseSidbar.prototype = { build$1: function(_, context) { @@ -367040,13 +367334,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 416 + $signature: 415 }; S.ExpenseSidbar_build_closure0.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S.ExpenseSidbar_build_closure1.prototype = { call$2: function(context, index) { @@ -367060,13 +367354,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 148 + $signature: 150 }; S.ExpenseSidbar_build_closure2.prototype = { call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; S._DashboardSidebar.prototype = { build$1: function(_, context) { @@ -367171,7 +367465,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_design, new F.DesignListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, t4); }, - $signature: 2194 + $signature: 2195 }; F.DesignListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -367189,7 +367483,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2195 + $signature: 2196 }; F.DesignListVM.prototype = {}; F.DesignListVM_fromStore__handleRefresh.prototype = { @@ -367277,7 +367571,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterDesignsByState(state)); }, - $signature: 53 + $signature: 50 }; L.DesignScreen_build_closure.prototype = { call$0: function() { @@ -367336,7 +367630,7 @@ call$2: function(context, vm) { return new L.DesignScreen(vm, null); }, - $signature: 2196 + $signature: 2197 }; G.DesignScreenVM.prototype = {}; N.DesignEdit.prototype = { @@ -367502,7 +367796,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; N._DesignEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -367510,14 +367804,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_design_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; N._DesignEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; N._DesignEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -367525,7 +367819,7 @@ b.get$_design_model$_$this()._design_model$_name = t1; return b; }, - $signature: 236 + $signature: 237 }; N._DesignEditState__onChanged_closure0.prototype = { call$0: function() { @@ -367554,7 +367848,7 @@ t1.replace$1(0, A.BuiltMap_BuiltMap(P.LinkedHashMap_LinkedHashMap$_literal(["header", t3, "body", t4, "footer", t5, "product", t6, "task", t7, "includes", J.trim$0$s(t2._includesController._change_notifier$_value.text)], t8, t8), t8, t8)); return b; }, - $signature: 236 + $signature: 237 }; N._DesignEditState__onHtmlChanged_closure.prototype = { call$0: function() { @@ -367574,7 +367868,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_design_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; N._DesignEditState__loadDesign_closure0.prototype = { call$1: function(controller) { @@ -367582,7 +367876,7 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_design_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; N._DesignEditState__loadPreview_closure.prototype = { call$0: function() { @@ -367613,7 +367907,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2200 + $signature: 2201 }; N._DesignEditState__loadPreview__closure.prototype = { call$0: function() { @@ -367646,7 +367940,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; N._DesignEditState_build_closure.prototype = { call$1: function(context) { @@ -367660,13 +367954,13 @@ call$1: function(value) { return this.$this._setDraftMode$1(value); }, - $signature: 37 + $signature: 38 }; N._DesignEditState_build_closure1.prototype = { call$1: function(value) { return this.$this._setDraftMode$1(value); }, - $signature: 37 + $signature: 38 }; N.DesignSection.prototype = { build$1: function(_, context) { @@ -367724,7 +368018,7 @@ t1._widget.onLoadDesign$1(value); t1._selectedDesign = value; }, - $signature: 206 + $signature: 207 }; N._DesignSettingsState_build_closure0.prototype = { call$0: function() { @@ -367807,13 +368101,13 @@ call$1: function(store) { return G.DesignEditVM_DesignEditVM$fromStore(store); }, - $signature: 2201 + $signature: 2202 }; G.DesignEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new N.DesignEdit(viewModel, new D.ValueKey(viewModel.design.id, type$.ValueKey_legacy_String)); }, - $signature: 2202 + $signature: 2203 }; G.DesignEditVM.prototype = { get$design: function() { @@ -367827,7 +368121,7 @@ call$1: function(design) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateDesign(design)); }, - $signature: 206 + $signature: 207 }; G.DesignEditVM_DesignEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -367918,7 +368212,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).invoiceState.map._map$_map, invoiceId); }, - $signature: 62 + $signature: 64 }; K._DesignViewState_build_closure0.prototype = { call$1: function(invoice) { @@ -367932,7 +368226,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).quoteState.map._map$_map, quoteId); }, - $signature: 62 + $signature: 64 }; K._DesignViewState_build_closure2.prototype = { call$1: function(quote) { @@ -367946,7 +368240,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).creditState.map._map$_map, creditId); }, - $signature: 62 + $signature: 64 }; K._DesignViewState_build_closure4.prototype = { call$1: function(credit) { @@ -367960,7 +368254,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).recurringInvoiceState.map._map$_map, invoiceId); }, - $signature: 62 + $signature: 64 }; K._DesignViewState_build_closure6.prototype = { call$1: function(invoice) { @@ -367984,13 +368278,13 @@ call$1: function(store) { return B.DesignViewVM_DesignViewVM$fromStore(store); }, - $signature: 2203 + $signature: 2204 }; B.DesignViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.DesignView(vm, this.$this.isFilter, null); }, - $signature: 2204 + $signature: 2205 }; B.DesignViewVM.prototype = { get$design: function() { @@ -368062,7 +368356,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.documentList, C.EntityType_document, new A.DocumentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2205 + $signature: 2206 }; A.DocumentListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -368083,7 +368377,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2206 + $signature: 2207 }; A.DocumentListVM.prototype = {}; A.DocumentListVM_fromStore__handleRefresh.prototype = { @@ -368196,7 +368490,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterDocumentsByState(state)); }, - $signature: 53 + $signature: 50 }; G.DocumentScreen_build_closure.prototype = { call$0: function() { @@ -368228,7 +368522,7 @@ call$2: function(context, vm) { return new G.DocumentScreen(vm, null); }, - $signature: 2207 + $signature: 2208 }; U.DocumentScreenVM.prototype = {}; Z.DocumentEdit.prototype = { @@ -368274,7 +368568,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; Z._DocumentEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -368282,20 +368576,20 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_document_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; Z._DocumentEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_document_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; Z._DocumentEditState__onChanged_closure.prototype = { call$1: function(b) { return b; }, - $signature: 569 + $signature: 570 }; Z._DocumentEditState__onChanged_closure0.prototype = { call$0: function() { @@ -368317,7 +368611,7 @@ t1 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([], t1), _null, 4, false, _null, false, _null)], t1), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; E.DocumentEditScreen.prototype = { build$1: function(_, context) { @@ -368329,13 +368623,13 @@ call$1: function(store) { return E.DocumentEditVM_DocumentEditVM$fromStore(store); }, - $signature: 2209 + $signature: 2210 }; E.DocumentEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.DocumentEdit(viewModel, new D.ValueKey(viewModel.document.id, type$.ValueKey_legacy_String)); }, - $signature: 2210 + $signature: 2211 }; E.DocumentEditVM.prototype = { get$document: function(receiver) { @@ -368378,13 +368672,13 @@ call$1: function(store) { return A.DocumentViewVM_DocumentViewVM$fromStore(store); }, - $signature: 2211 + $signature: 2212 }; A.DocumentViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new T.DocumentView(vm, false, null); }, - $signature: 2212 + $signature: 2213 }; A.DocumentViewVM.prototype = { get$document: function(receiver) { @@ -368463,7 +368757,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; D._ExpenseEditState_build_closure1.prototype = { call$1: function(context) { @@ -368705,7 +368999,7 @@ call$1: function(vendor) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure17(vendor))); }, - $signature: 44 + $signature: 45 }; M.ExpenseEditDetailsState_build__closure17.prototype = { call$1: function(b) { @@ -368720,7 +369014,7 @@ call$1: function(completer) { this.viewModel.onAddVendorPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; M.ExpenseEditDetailsState_build_closure2.prototype = { call$1: function(client) { @@ -368734,7 +369028,7 @@ } this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure16(client, currencyId))); }, - $signature: 44 + $signature: 45 }; M.ExpenseEditDetailsState_build__closure16.prototype = { call$1: function(b) { @@ -368752,7 +369046,7 @@ call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; M.ExpenseEditDetailsState_build_closure3.prototype = { call$1: function(selectedId) { @@ -368825,7 +369119,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure11(amount))); }, - $signature: 418 + $signature: 417 }; M.ExpenseEditDetailsState_build__closure11.prototype = { call$1: function(b) { @@ -368838,7 +369132,7 @@ call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure10(taxRate))); }, - $signature: 79 + $signature: 78 }; M.ExpenseEditDetailsState_build__closure10.prototype = { call$1: function(b) { @@ -368868,7 +369162,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure8(amount))); }, - $signature: 418 + $signature: 417 }; M.ExpenseEditDetailsState_build__closure8.prototype = { call$1: function(b) { @@ -368881,7 +369175,7 @@ call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure7(taxRate))); }, - $signature: 79 + $signature: 78 }; M.ExpenseEditDetailsState_build__closure7.prototype = { call$1: function(b) { @@ -368911,7 +369205,7 @@ call$1: function(amount) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure5(amount))); }, - $signature: 418 + $signature: 417 }; M.ExpenseEditDetailsState_build__closure5.prototype = { call$1: function(b) { @@ -368924,7 +369218,7 @@ call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.expense.rebuild$1(new M.ExpenseEditDetailsState_build__closure4(taxRate))); }, - $signature: 79 + $signature: 78 }; M.ExpenseEditDetailsState_build__closure4.prototype = { call$1: function(b) { @@ -369020,7 +369314,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; E.ExpenseEditNotes.prototype = { createState$0: function() { @@ -369279,13 +369573,13 @@ t2.toString; t1._expense_edit_settings$_exchangeRateController.set$text(0, Y.formatNumber(this.exchangeRate, t2, null, null, C.FormatNumberType_5, true, null, false)); }, - $signature: 45 + $signature: 44 }; T.ExpenseEditSettingsState_build_closure.prototype = { call$1: function(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new T.ExpenseEditSettingsState_build__closure12(value))); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure12.prototype = { call$1: function(b) { @@ -369308,7 +369602,7 @@ t1 = _this.$this; t1.setState$1(new T.ExpenseEditSettingsState_build__closure11(t1, value)); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure8.prototype = { call$1: function(b) { @@ -369329,7 +369623,7 @@ call$1: function(duration) { this.$this._expense_edit_settings$_transactionReferenceController.set$text(0, ""); }, - $signature: 45 + $signature: 44 }; T.ExpenseEditSettingsState_build__closure11.prototype = { call$0: function() { @@ -369380,7 +369674,7 @@ $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new T.ExpenseEditSettingsState_build__closure5(t1)); } }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure3.prototype = { call$0: function() { @@ -369399,13 +369693,13 @@ call$1: function(duration) { this.$this._expense_edit_settings$_exchangeRateController.set$text(0, ""); }, - $signature: 45 + $signature: 44 }; T.ExpenseEditSettingsState_build_closure4.prototype = { call$1: function(currency) { return this.$this._setCurrency$1(currency); }, - $signature: 183 + $signature: 185 }; T.ExpenseEditSettingsState_build_closure6.prototype = { call$1: function(hasFocus) { @@ -369425,7 +369719,7 @@ _this.viewModel.onChanged.call$1(t2.rebuild$1(new T.ExpenseEditSettingsState_build__closure2(exchangeRate))); t1._expense_edit_settings$_convertedAmount = 0; }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure2.prototype = { call$1: function(b) { @@ -369444,7 +369738,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.expense.rebuild$1(new T.ExpenseEditSettingsState_build__closure1(value))); }, - $signature: 20 + $signature: 21 }; T.ExpenseEditSettingsState_build__closure1.prototype = { call$1: function(b) { @@ -369496,13 +369790,13 @@ call$1: function(store) { return O.ExpenseEditVM_ExpenseEditVM$fromStore(store); }, - $signature: 2217 + $signature: 2218 }; O.ExpenseEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new D.ExpenseEdit(viewModel, new D.ValueKey(viewModel.expense.id, type$.ValueKey_legacy_String)); }, - $signature: 2218 + $signature: 2219 }; O.AbstractExpenseEditVM.prototype = { get$expense: function() { @@ -369514,7 +369808,7 @@ call$1: function(expense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.UpdateExpense(expense)); }, - $signature: 121 + $signature: 115 }; O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -369536,7 +369830,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2(t3), t4); }, - $signature: 135 + $signature: 138 }; O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1.prototype = { call$1: function(_) { @@ -369548,7 +369842,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/expense/edit")); }, - $signature: 44 + $signature: 45 }; O.ExpenseEditVM_ExpenseEditVM$fromStore_closure3.prototype = { call$2: function(context, completer) { @@ -369561,7 +369855,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0(t3), t4); }, - $signature: 135 + $signature: 138 }; O.ExpenseEditVM_ExpenseEditVM$fromStore__closure.prototype = { call$1: function(_) { @@ -369573,7 +369867,7 @@ call$1: function(expense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/expense/edit")); }, - $signature: 44 + $signature: 45 }; O.ExpenseEditVM_ExpenseEditVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -369628,7 +369922,7 @@ } else M.viewEntityById(false, savedExpense.id, C.EntityType_expense, null, true, true); }, - $signature: 121 + $signature: 115 }; O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -369642,7 +369936,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; V.ExpenseListItem.prototype = { build$1: function(_, context) { @@ -369768,7 +370062,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; V.ExpenseListItem_build__closure2.prototype = { call$0: function() { @@ -369831,7 +370125,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_expense, new F.ExpenseListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new S.ExpensePresenter(), t2, t4); }, - $signature: 2219 + $signature: 2220 }; F.ExpenseListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -369841,7 +370135,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 416 + $signature: 415 }; F.ExpenseListVM.prototype = { get$user: function() { @@ -370101,7 +370395,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.FilterExpensesByState(state)); }, - $signature: 53 + $signature: 50 }; X.ExpenseScreen_build_closure7.prototype = { call$1: function(b) { @@ -370138,7 +370432,7 @@ call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.FilterExpensesByStatus($status)); }, - $signature: 227 + $signature: 228 }; X.ExpenseScreen_build_closure.prototype = { call$0: function() { @@ -370170,7 +370464,7 @@ call$2: function(context, vm) { return new X.ExpenseScreen(vm, null); }, - $signature: 2222 + $signature: 2223 }; U.ExpenseScreenVM.prototype = {}; U.ExpenseView.prototype = { @@ -370234,7 +370528,7 @@ }; U._ExpenseViewState_build_closure0.prototype = { call$1: function(context) { - var t4, _null = null, + var t4, t5, t6, t7, _null = null, t1 = this.$this, t2 = t1._expense_view$_controller, t3 = this.viewModel; @@ -370242,8 +370536,24 @@ t1 = type$.JSArray_legacy_Widget; t2 = T.Expanded$(E.TabBarView$(H.setRuntimeTypeInfo([N.RefreshIndicator$(new F.ExpenseOverview(t3, false, _null), new U._ExpenseViewState_build__closure(t3, context)), N.RefreshIndicator$(new Y.ExpenseViewDocuments(t3, t3.expense, _null), new U._ExpenseViewState_build__closure0(t3, context))], t1), t2, _null), 1); t3 = this.expense; - t4 = t3.invoiceId; - return T.Column$(H.setRuntimeTypeInfo([t2, new Z.BottomButtons(t3, C.EntityAction_invoiceExpense, C.EntityAction_clone, !(t4 != null && t4.length !== 0), true, _null)], t1), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); + t4 = type$.JSArray_legacy_EntityType; + t5 = t3.entityType; + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5)) + t6 = C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5) && C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["-1", "2"], type$.JSArray_legacy_String), t3.get$statusId()) ? C.EntityAction_stop : C.EntityAction_start; + else + t6 = C.EntityAction_invoiceExpense; + t7 = t3.invoiceId; + if (t7 != null && t7.length !== 0) + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5)) + if (!(C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5) && C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["1", "3"], type$.JSArray_legacy_String), t3.get$statusId()))) + t7 = C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5) && C.JSArray_methods.contains$1(H.setRuntimeTypeInfo(["-1", "2"], type$.JSArray_legacy_String), t3.get$statusId()); + else + t7 = true; + else + t7 = false; + else + t7 = true; + return T.Column$(H.setRuntimeTypeInfo([t2, new Z.BottomButtons(t3, t6, C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t4), t5) ? C.EntityAction_cloneToRecurring : C.EntityAction_cloneToExpense, t7, true, _null)], t1), C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_1, C.VerticalDirection_1); }, $signature: 192 }; @@ -370264,7 +370574,7 @@ var t1 = this.localization; return E.FloatingActionButton$(K.Theme_of(context).primaryColorDark, L.Icon$(C.IconData_57648_MaterialIcons_null_false, C.Color_4294967295, null), "expense_fab", false, new U._ExpenseViewState_build__closure1(this.viewModel, context), t1.get$create(t1)); }, - $signature: 2223 + $signature: 2224 }; U._ExpenseViewState_build__closure1.prototype = { call$0: function() { @@ -370323,17 +370633,17 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; Y.ExpenseViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; F.ExpenseOverview.prototype = { build$1: function(_, context) { - var t3, t4, vendor, client, invoice, project, category, user, fields, t5, t6, t7, t8, _null = null, + var t3, t4, vendor, client, invoice, project, category, user, t5, recurringExpense, t6, fields, t7, t8, t9, t10, t11, t12, _null = null, _s8_ = "expense1", _s8_0 = "expense2", _s8_1 = "expense3", @@ -370352,57 +370662,63 @@ project = t4.$index(t3, t2).projectState.$get$1(0, expense.projectId); category = t4.$index(t3, t2).expenseCategoryState.$get$1(0, expense.categoryId); user = t4.$index(t3, t2).userState.$get$1(0, expense.assignedUserId); - t2 = type$.legacy_String; - fields = P.LinkedHashMap_LinkedHashMap$_empty(t2, t2); - t2 = expense.customValue1; - if (t2.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_), Y.formatCustomValue(context, _s8_, t2)); - t2 = expense.customValue2; - if (t2.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_0), Y.formatCustomValue(context, _s8_0, t2)); - t2 = expense.customValue3; - if (t2.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_1), Y.formatCustomValue(context, _s8_1, t2)); - t2 = expense.customValue4; - if (t2.length !== 0) - fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_2), Y.formatCustomValue(context, _s8_2, t2)); - t2 = expense.exchangeRate; - t3 = t2 !== 1 && t2 !== 0; - t4 = state.prefState; - t5 = expense.currencyId; - if (t3) { - t3 = new E.ExpenseStatusColors(t4.get$colorThemeModel()).get$colors().$index(0, expense.get$statusId()); - t4 = t1.lookup$1("expense_status_" + expense.get$statusId()); - t6 = t1.get$amount(); - t5 = Y.formatNumber(expense.get$grossAmount(), context, _null, t5, C.FormatNumberType_0, true, _null, false); - t7 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "converted"); - if (t7 == null) - t7 = ""; - t8 = expense.get$grossAmount(); - t2 = D.EntityHeader$(expense, t6, t7, Y.formatNumber(Y.round(t8 * (t2 === 0 ? 1 : t2), 2), context, _null, expense.invoiceCurrencyId, C.FormatNumberType_0, true, _null, false), t3, t4, t5); + t5 = expense.recurringId; + recurringExpense = t4.$index(t3, t2).recurringExpenseState.$get$1(0, t5); + t6 = type$.legacy_String; + fields = P.LinkedHashMap_LinkedHashMap$_empty(t6, t6); + t6 = expense.customValue1; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_), Y.formatCustomValue(context, _s8_, t6)); + t6 = expense.customValue2; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_0), Y.formatCustomValue(context, _s8_0, t6)); + t6 = expense.customValue3; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_1), Y.formatCustomValue(context, _s8_1, t6)); + t6 = expense.customValue4; + if (t6.length !== 0) + fields.$indexSet(0, company.getCustomFieldLabel$1(_s8_2), Y.formatCustomValue(context, _s8_2, t6)); + t6 = expense.exchangeRate; + t7 = t6 !== 1 && t6 !== 0; + t8 = state.prefState; + t9 = expense.currencyId; + if (t7) { + t7 = new E.ExpenseStatusColors(t8.get$colorThemeModel()).get$colors().$index(0, expense.get$statusId()); + t8 = t1.lookup$1("expense_status_" + expense.get$statusId()); + t10 = t1.get$amount(); + t9 = Y.formatNumber(expense.get$grossAmount(), context, _null, t9, C.FormatNumberType_0, true, _null, false); + t11 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t1.localeCode), "converted"); + if (t11 == null) + t11 = ""; + t12 = expense.get$grossAmount(); + t6 = D.EntityHeader$(expense, t10, t11, Y.formatNumber(Y.round(t12 * (t6 === 0 ? 1 : t6), 2), context, _null, expense.invoiceCurrencyId, C.FormatNumberType_0, true, _null, false), t7, t8, t9); } else { - t2 = new E.ExpenseStatusColors(t4.get$colorThemeModel()).get$colors().$index(0, expense.get$statusId()); - t3 = t1.lookup$1("expense_status_" + expense.get$statusId()); - t5 = D.EntityHeader$(expense, t1.get$amount(), _null, _null, t2, t3, Y.formatNumber(expense.get$grossAmount(), context, _null, t5, C.FormatNumberType_0, true, _null, false)); - t2 = t5; + t6 = new E.ExpenseStatusColors(t8.get$colorThemeModel()).get$colors().$index(0, expense.get$statusId()); + t7 = t1.lookup$1("expense_status_" + expense.get$statusId()); + t9 = D.EntityHeader$(expense, t1.get$amount(), _null, _null, t6, t7, Y.formatNumber(expense.get$grossAmount(), context, _null, t9, C.FormatNumberType_0, true, _null, false)); + t6 = t9; } - t3 = type$.JSArray_legacy_Widget; - t2 = H.setRuntimeTypeInfo([t2, new G.ListDivider(_null)], t3); - t4 = expense.privateNotes; - if (t4.length !== 0) - C.JSArray_methods.addAll$1(t2, H.setRuntimeTypeInfo([new S.IconMessage(t4, C.IconData_58286_MaterialIcons_null_false, _null, _null), new G.ListDivider(_null)], t3)); - t2.push(new T.FieldGrid(fields, _null)); - t2.push(O.EntityListTile$(vendor, false, _null)); - t2.push(O.EntityListTile$(client, false, _null)); - t2.push(O.EntityListTile$(project, false, _null)); - t2.push(O.EntityListTile$(category, false, _null)); - t2.push(O.EntityListTile$(user, false, _null)); - t2.push(O.EntityListTile$(invoice, false, _null)); - C.JSArray_methods.addAll$1(t2, new F.ExpenseOverview_build__buildDetailsList(expense, context, t1, state).call$0()); + t7 = type$.JSArray_legacy_Widget; + t6 = H.setRuntimeTypeInfo([t6, new G.ListDivider(_null)], t7); + t8 = expense.privateNotes; + if (t8.length !== 0) + C.JSArray_methods.addAll$1(t6, H.setRuntimeTypeInfo([new S.IconMessage(t8, C.IconData_58286_MaterialIcons_null_false, _null, _null), new G.ListDivider(_null)], t7)); + t6.push(new T.FieldGrid(fields, _null)); + t6.push(O.EntityListTile$(vendor, false, _null)); + t6.push(O.EntityListTile$(client, false, _null)); + t6.push(O.EntityListTile$(project, false, _null)); + t6.push(O.EntityListTile$(category, false, _null)); + t6.push(O.EntityListTile$(user, false, _null)); + t6.push(O.EntityListTile$(invoice, false, _null)); + if ((t5 == null ? "" : t5).length !== 0) + t6.push(O.EntityListTile$(recurringExpense, false, _null)); + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], type$.JSArray_legacy_EntityType), expense.entityType)) + t6.push(new O.EntitiesListTile(expense, C.EntityType_expense, t1.get$expenses(), $.$get$memoizedRecurringExpenseStatsForExpense().call$2(expense.id, t4.$index(t3, t2).expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), false, true, _null)); + C.JSArray_methods.addAll$1(t6, new F.ExpenseOverview_build__buildDetailsList(expense, context, t1, state).call$0()); t1 = expense.publicNotes; if (t1.length !== 0) - C.JSArray_methods.addAll$1(t2, H.setRuntimeTypeInfo([new S.IconMessage(t1, _null, _null, _null), new G.ListDivider(_null)], t3)); - return new X.ScrollableListView(t2, _null, _null, false, _null); + C.JSArray_methods.addAll$1(t6, H.setRuntimeTypeInfo([new S.IconMessage(t1, _null, _null, _null), new G.ListDivider(_null)], t7)); + return new X.ScrollableListView(t6, _null, _null, false, _null); } }; F.ExpenseOverview_build__buildDetailsList.prototype = { @@ -370436,14 +370752,14 @@ t5 = _this.localization; t2.$indexSet(0, t5.get$frequency(t5), t5.lookup$1(C.Map_tOn4d.$index(0, t1.frequencyId))); } - if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t3), t4)) - t2.$indexSet(0, _this.localization.get$sendDate(), Y.formatDate(t1.nextSendDate, _this.context, true, true, false)); if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t3), t4)) { t5 = _this.localization; t6 = t5.get$remainingCycles(); t7 = t1.remainingCycles; t2.$indexSet(0, t6, t7 === -1 ? t5.get$endless() : "" + t7); } + if (C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t3), t4)) + t2.$indexSet(0, _this.localization.get$sendDate(), Y.formatDate(t1.nextSendDate, _this.context, true, true, false)); if (!C.JSArray_methods.contains$1(H.setRuntimeTypeInfo([C.EntityType_recurringExpense], t3), t4)) t2.$indexSet(0, _this.localization.get$date(), Y.formatDate(t1.date, _this.context, true, true, false)); t3 = _this.localization; @@ -370468,7 +370784,7 @@ t2.$indexSet(0, t3, t1); return H.setRuntimeTypeInfo([new T.FieldGrid(t2, _null)], type$.JSArray_legacy_Widget); }, - $signature: 199 + $signature: 202 }; U.ExpenseViewScreen.prototype = { build$1: function(_, context) { @@ -370480,13 +370796,13 @@ call$1: function(store) { return U.ExpenseViewVM_ExpenseViewVM$fromStore(store); }, - $signature: 2224 + $signature: 2225 }; U.ExpenseViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new U.ExpenseView(vm, false, vm.state.uiState.expenseUIState.tabIndex, null); }, - $signature: 2225 + $signature: 2226 }; U.AbstractExpenseViewVM.prototype = { get$expense: function() { @@ -370519,7 +370835,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; U.ExpenseViewVM_ExpenseViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -370539,7 +370855,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -370552,13 +370868,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; U.ExpenseViewVM_ExpenseViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new T.LoadExpense(null, this.expense.id)); }, - $signature: 95 + $signature: 90 }; A.ExpenseCategoryEdit.prototype = { createState$0: function() { @@ -370605,7 +370921,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; A._ExpenseCategoryEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -370613,14 +370929,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_expense_category_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; A._ExpenseCategoryEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_expense_category_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; A._ExpenseCategoryEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -370628,7 +370944,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_name = t1; return b; }, - $signature: 394 + $signature: 393 }; A._ExpenseCategoryEditState__onChanged_closure0.prototype = { call$0: function() { @@ -370640,7 +370956,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; A._ExpenseCategoryEditState_build_closure1.prototype = { call$1: function(context) { @@ -370668,7 +370984,7 @@ t4 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._expense_category_edit$_autoValidate, t1._nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2.get$name(t2), _null, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, _null), A.FormColorPicker$(t3.color, _null, new A._ExpenseCategoryEditState_build__closure0(_this.viewModel, t3))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; A._ExpenseCategoryEditState_build__closure0.prototype = { call$1: function(value) { @@ -370681,7 +370997,7 @@ b.get$_expense_category_model$_$this()._expense_category_model$_color = this.value; return b; }, - $signature: 394 + $signature: 393 }; F.ExpenseCategoryEditScreen.prototype = { build$1: function(_, context) { @@ -370693,13 +371009,13 @@ call$1: function(store) { return F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore(store); }, - $signature: 2226 + $signature: 2227 }; F.ExpenseCategoryEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.ExpenseCategoryEdit(viewModel, new D.ValueKey(viewModel.expenseCategory.id, type$.ValueKey_legacy_String)); }, - $signature: 2227 + $signature: 2228 }; F.ExpenseCategoryEditVM.prototype = { get$expenseCategory: function() { @@ -370713,7 +371029,7 @@ call$1: function(expenseCategory) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.UpdateExpenseCategory(expenseCategory)); }, - $signature: 272 + $signature: 271 }; F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -370777,7 +371093,7 @@ } else M.viewEntity(false, savedExpenseCategory, null, true); }, - $signature: 272 + $signature: 271 }; F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -370791,7 +371107,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.ExpenseCategoryListItem.prototype = { build$1: function(_, context) { @@ -370857,7 +371173,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_expenseCategory, new A.ExpenseCategoryListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new F.ExpenseCategoryPresenter(), t1, t3); }, - $signature: 2228 + $signature: 2229 }; A.ExpenseCategoryListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -370878,7 +371194,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2229 + $signature: 2230 }; A.ExpenseCategoryListVM.prototype = {}; A.ExpenseCategoryListVM_fromStore__handleRefresh.prototype = { @@ -370975,7 +371291,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterExpenseCategoriesByState(state)); }, - $signature: 53 + $signature: 50 }; Y.ExpenseCategoryScreen_build_closure.prototype = { call$0: function() { @@ -371031,7 +371347,7 @@ call$2: function(context, vm) { return new Y.ExpenseCategoryScreen(vm, null); }, - $signature: 2230 + $signature: 2231 }; O.ExpenseCategoryScreenVM.prototype = {}; D.ExpenseCategoryView.prototype = { @@ -371074,13 +371390,13 @@ call$1: function(store) { return L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore(store); }, - $signature: 2231 + $signature: 2232 }; L.ExpenseCategoryViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new D.ExpenseCategoryView(vm, this.$this.isFilter, null); }, - $signature: 2232 + $signature: 2233 }; L.ExpenseCategoryViewVM.prototype = { get$expenseCategory: function() { @@ -371143,7 +371459,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; Q._GroupEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -371151,14 +371467,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_group_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; Q._GroupEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_group_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; Q._GroupEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -371166,7 +371482,7 @@ b.get$_group_model$_$this()._group_model$_name = t1; return b; }, - $signature: 406 + $signature: 405 }; Q._GroupEditState__onChanged_closure0.prototype = { call$0: function() { @@ -371178,7 +371494,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; Q._GroupEditState_build_closure1.prototype = { call$1: function(context) { @@ -371206,7 +371522,7 @@ t4 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t3.autoValidate, t3._group_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, C.TextAlign_4, new Q._GroupEditState_build__closure0(t1))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; Q._GroupEditState_build__closure0.prototype = { call$1: function(val) { @@ -371224,13 +371540,13 @@ call$1: function(store) { return A.GroupEditVM_GroupEditVM$fromStore(store); }, - $signature: 2233 + $signature: 2234 }; A.GroupEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Q.GroupEdit(viewModel, new D.ValueKey(viewModel.group.id, type$.ValueKey_legacy_String)); }, - $signature: 2234 + $signature: 2235 }; A.GroupEditVM.prototype = { get$group: function() { @@ -371322,7 +371638,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; T.GroupListItem.prototype = { build$1: function(_, context) { @@ -371386,7 +371702,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.groupList, C.EntityType_group, new Y.GroupListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2235 + $signature: 2236 }; Y.GroupListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -371405,7 +371721,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2236 + $signature: 2237 }; Y.GroupListVM.prototype = {}; Y.GroupListVM_fromStore__handleRefresh.prototype = { @@ -371496,7 +371812,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterGroupsByState(state)); }, - $signature: 53 + $signature: 50 }; K.GroupSettingsScreen_build_closure.prototype = { call$0: function() { @@ -371528,7 +371844,7 @@ call$2: function(context, vm) { return new K.GroupSettingsScreen(vm, null); }, - $signature: 2237 + $signature: 2238 }; S.GroupScreenVM.prototype = {}; E.GroupView.prototype = { @@ -371587,13 +371903,13 @@ call$1: function(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; E._GroupViewState_build_closure1.prototype = { call$3: function($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; E.SettingsViewer.prototype = { build$1: function(_, context) { @@ -372067,13 +372383,13 @@ call$1: function(store) { return A.GroupViewVM_GroupViewVM$fromStore(store); }, - $signature: 2238 + $signature: 2239 }; A.GroupViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.GroupView(vm, this.$this.isFilter, null); }, - $signature: 2239 + $signature: 2240 }; A.GroupViewVM.prototype = { get$group: function() { @@ -372099,7 +372415,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; A.GroupViewVM_GroupViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -372117,7 +372433,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.GroupViewVM_GroupViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -372130,13 +372446,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; A.GroupViewVM_GroupViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadGroup(null, this.group.id)); }, - $signature: 95 + $signature: 90 }; F.InvoiceEdit.prototype = { createState$0: function() { @@ -372200,7 +372516,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; F._InvoiceEditState_build_closure2.prototype = { call$1: function(context) { @@ -372234,14 +372550,14 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new F._InvoiceEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new F._InvoiceEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), true, null); }, - $signature: 234 + $signature: 235 }; F._InvoiceEditState_build___closure.prototype = { call$1: function(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 64 + $signature: 63 }; F._InvoiceEditState_build___closure1.prototype = { call$1: function(item) { @@ -372260,7 +372576,7 @@ } return t1; }, - $signature: 309 + $signature: 308 }; F._InvoiceEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -372271,7 +372587,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 310 + $signature: 309 }; F.__InvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -372318,7 +372634,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2240 + $signature: 2241 }; L.InvoiceEditContacts_build_closure0.prototype = { call$1: function(contact) { @@ -372326,7 +372642,7 @@ invitation = t1.getInvitationForContact$1(contact); return new L._ContactListTile(t1, contact, invitation, new L.InvoiceEditContacts_build__closure(this.$this, invitation, contact), null); }, - $signature: 2241 + $signature: 2242 }; L.InvoiceEditContacts_build__closure.prototype = { call$0: function() { @@ -372355,7 +372671,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; X.InvoiceEditContactsScreen.prototype = { build$1: function(_, context) { @@ -372367,13 +372683,13 @@ call$1: function(store) { return X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore(store, this.$this.entityType); }, - $signature: 2242 + $signature: 2243 }; X.InvoiceEditContactsScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new L.InvoiceEditContacts(viewModel, null); }, - $signature: 2243 + $signature: 2244 }; X.EntityEditContactsVM.prototype = { get$company: function() { @@ -372423,7 +372739,7 @@ else P.print("ERROR: entityType " + H.S(_this.entityType) + " not handled in invoice_edit_contacts_vm"); }, - $signature: 2244 + $signature: 2245 }; S.InvoiceEditDesktop.prototype = { createState$0: function() { @@ -372749,7 +373065,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_desktop$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; S.InvoiceEditDesktopState__onChanged_closure.prototype = { call$1: function(b) { @@ -372800,19 +373116,19 @@ call$1: function(item) { return !item.get$isEmpty(item) && item.typeId !== "2"; }, - $signature: 64 + $signature: 63 }; S.InvoiceEditDesktopState_build_closure0.prototype = { call$1: function(item) { return !item.get$isEmpty(item) && item.typeId === "2"; }, - $signature: 64 + $signature: 63 }; S.InvoiceEditDesktopState_build_closure2.prototype = { call$1: function(client) { this.viewModel.onClientChanged.call$3(this.context, this.invoice, client); }, - $signature: 44 + $signature: 45 }; S.InvoiceEditDesktopState_build_closure1.prototype = { call$1: function(completer) { @@ -372872,7 +373188,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; S.InvoiceEditDesktopState_build_closure9.prototype = { call$1: function(value) { @@ -372898,7 +373214,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), H.S(value), type$.legacy_String); }, - $signature: 422 + $signature: 421 }; S.InvoiceEditDesktopState_build_closure11.prototype = { call$1: function(val) { @@ -372999,20 +373315,20 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; S.InvoiceEditDesktopState_build_closure19.prototype = { call$1: function(item) { return item.typeId === "2"; }, - $signature: 64 + $signature: 63 }; S.InvoiceEditDesktopState_build_closure20.prototype = { call$1: function(index) { var t1 = this.$this; t1.setState$1(new S.InvoiceEditDesktopState_build__closure4(t1, index)); }, - $signature: 108 + $signature: 106 }; S.InvoiceEditDesktopState_build__closure4.prototype = { call$0: function() { @@ -373024,7 +373340,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure3(value))); }, - $signature: 206 + $signature: 207 }; S.InvoiceEditDesktopState_build__closure3.prototype = { call$1: function(b) { @@ -373065,7 +373381,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure0(value))); }, - $signature: 20 + $signature: 21 }; S.InvoiceEditDesktopState_build__closure0.prototype = { call$1: function(b) { @@ -373078,7 +373394,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new S.InvoiceEditDesktopState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; S.InvoiceEditDesktopState_build__closure.prototype = { call$1: function(b) { @@ -373091,19 +373407,19 @@ call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 117 + $signature: 120 }; S.InvoiceEditDesktopState_build_closure27.prototype = { call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 117 + $signature: 120 }; S.InvoiceEditDesktopState_build_closure28.prototype = { call$1: function(taxRate) { this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 117 + $signature: 120 }; S._PdfPreview.prototype = { createState$0: function() { @@ -373277,7 +373593,7 @@ var t1 = this.$this; t1.setState$1(new S.__PdfPreviewState_build__closure0(t1, $document)); }, - $signature: 2247 + $signature: 2248 }; S.__PdfPreviewState_build__closure0.prototype = { call$0: function() { @@ -373294,7 +373610,7 @@ var t1 = this.$this; t1.setState$1(new S.__PdfPreviewState_build__closure(t1, page)); }, - $signature: 108 + $signature: 106 }; S.__PdfPreviewState_build__closure.prototype = { call$0: function() { @@ -373527,7 +373843,7 @@ controller.removeListener$1(0, this.$this.get$_invoice_edit_details$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; N.InvoiceEditDetailsState__onChanged_closure.prototype = { call$1: function(b) { @@ -373649,7 +373965,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; N.InvoiceEditDetailsState_build_closure9.prototype = { call$1: function(value) { @@ -373675,7 +373991,7 @@ } return K.DropdownMenuItem$(L.Text$(t1, _null, _null, _null, _null, _null, _null, _null, _null, _null), H.S(value), type$.legacy_String); }, - $signature: 422 + $signature: 421 }; N.InvoiceEditDetailsState_build_closure11.prototype = { call$1: function(val) { @@ -373770,25 +374086,25 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; N.InvoiceEditDetailsState_build_closure18.prototype = { call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$1(taxRate)); }, - $signature: 79 + $signature: 78 }; N.InvoiceEditDetailsState_build_closure19.prototype = { call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isSecond(taxRate, true)); }, - $signature: 79 + $signature: 78 }; N.InvoiceEditDetailsState_build_closure20.prototype = { call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.invoice.applyTax$2$isThird(taxRate, true)); }, - $signature: 79 + $signature: 78 }; N.InvoiceEditDetailsState_build_closure21.prototype = { call$1: function(value) { @@ -373823,7 +374139,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new N.InvoiceEditDetailsState_build__closure0(value))); }, - $signature: 20 + $signature: 21 }; N.InvoiceEditDetailsState_build__closure0.prototype = { call$1: function(b) { @@ -373836,7 +374152,7 @@ call$1: function(value) { this.viewModel.onChanged.call$1(this.invoice.rebuild$1(new N.InvoiceEditDetailsState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; N.InvoiceEditDetailsState_build__closure.prototype = { call$1: function(b) { @@ -373855,7 +374171,7 @@ call$1: function(store) { return L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore(store); }, - $signature: 2249 + $signature: 2250 }; L.InvoiceEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -373864,7 +374180,7 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_invoice, null); }, - $signature: 2250 + $signature: 2251 }; L.EntityEditDetailsVM.prototype = { get$company: function() { @@ -373879,7 +374195,7 @@ call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateInvoice(invoice)); }, - $signature: 151 + $signature: 142 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, invoice, client) { @@ -373896,7 +374212,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 311 + $signature: 310 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure1.prototype = { call$1: function(b) { @@ -373918,7 +374234,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 135 + $signature: 138 }; L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -373930,7 +374246,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/invoice/edit")); }, - $signature: 44 + $signature: 45 }; K.InvoiceEditFooter.prototype = { build$1: function(_, context) { @@ -374007,7 +374323,7 @@ t3 = "__" + H.S(t2) + "__"; return new G.ItemEditDetails(t2, J.$index$asx(viewModel.invoice.lineItems._list, t2), viewModel, t1, new D.ValueKey(t3, type$.ValueKey_legacy_String)); }, - $signature: 2251 + $signature: 2252 }; G._InvoiceEditItemsState_build_closure.prototype = { call$1: function(duration) { @@ -374031,7 +374347,7 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2252 + $signature: 2253 }; G._InvoiceEditItemsState_build_closure0.prototype = { call$0: function() { @@ -374202,7 +374518,7 @@ b.get$_invoice_model$_$this()._invoice_model$_customValue4 = t1; return b; }, - $signature: 55 + $signature: 54 }; G.ItemEditDetailsState_build_closure.prototype = { call$0: function() { @@ -374231,7 +374547,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure1(t1, taxRate)); }, - $signature: 117 + $signature: 120 }; G.ItemEditDetailsState_build__closure1.prototype = { call$0: function() { @@ -374246,7 +374562,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure0(t1, taxRate)); }, - $signature: 117 + $signature: 120 }; G.ItemEditDetailsState_build__closure0.prototype = { call$0: function() { @@ -374261,7 +374577,7 @@ var t1 = this.$this; t1.setState$1(new G.ItemEditDetailsState_build__closure(t1, taxRate)); }, - $signature: 117 + $signature: 120 }; G.ItemEditDetailsState_build__closure.prototype = { call$0: function() { @@ -374480,7 +374796,7 @@ $.Debouncer_action = null; } }, - $signature: 45 + $signature: 44 }; E._InvoiceEditItemsDesktopState_build_closure.prototype = { call$1: function(lineItem) { @@ -374491,31 +374807,31 @@ t1 = true; return t1; }, - $signature: 64 + $signature: 63 }; E._InvoiceEditItemsDesktopState_build_closure0.prototype = { call$1: function(item) { return item.taxName1.length !== 0; }, - $signature: 64 + $signature: 63 }; E._InvoiceEditItemsDesktopState_build_closure1.prototype = { call$1: function(item) { return item.taxName2.length !== 0; }, - $signature: 64 + $signature: 63 }; E._InvoiceEditItemsDesktopState_build_closure2.prototype = { call$1: function(item) { return item.taxName3.length !== 0; }, - $signature: 64 + $signature: 63 }; E._InvoiceEditItemsDesktopState_build_closure3.prototype = { call$1: function(item) { return item.get$isEmpty(item); }, - $signature: 64 + $signature: 63 }; E._InvoiceEditItemsDesktopState_build_closure9.prototype = { call$1: function(hasFocus) { @@ -374523,7 +374839,7 @@ t1._autocompleteFocusIndex = this.index; t1._onFocusChange$0(); }, - $signature: 20 + $signature: 21 }; E._InvoiceEditItemsDesktopState_build_closure5.prototype = { call$1: function(context) { @@ -374615,7 +374931,7 @@ b.get$_invoice_model$_$this()._taxName3 = t1.taxName3; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure6.prototype = { call$1: function(suggestion) { @@ -374635,113 +374951,113 @@ b.get$_invoice_model$_$this()._invoice_model$_productKey = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure11.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure10.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure10(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure10.prototype = { call$1: function(b) { b.get$_invoice_model$_$this()._invoice_model$_notes = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure13.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure12.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure9(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure9.prototype = { call$1: function(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue1 = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure15.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure14.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure8(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure8.prototype = { call$1: function(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue2 = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure17.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure16.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure7(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure7.prototype = { call$1: function(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue3 = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure19.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure18.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure6(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure6.prototype = { call$1: function(b) { b.get$_invoice_model$_$this()._invoice_model$_customValue4 = this.value; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure21.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure20.prototype = { call$1: function(taxRate) { @@ -374759,13 +375075,13 @@ b.get$_invoice_model$_$this()._taxRate1 = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure23.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure22.prototype = { call$1: function(taxRate) { @@ -374783,13 +375099,13 @@ b.get$_invoice_model$_$this()._taxRate2 = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure25.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure24.prototype = { call$1: function(taxRate) { @@ -374807,20 +375123,20 @@ b.get$_invoice_model$_$this()._taxRate3 = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure27.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure26.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure2(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure2.prototype = { call$1: function(b) { @@ -374828,20 +375144,20 @@ b.get$_invoice_model$_$this()._invoice_model$_cost = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure29.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure28.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure1(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure1.prototype = { call$1: function(b) { @@ -374849,20 +375165,20 @@ b.get$_invoice_model$_$this()._invoice_model$_quantity = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure31.prototype = { call$1: function(hasFocus) { return this.$this._onFocusChange$0(); }, - $signature: 37 + $signature: 38 }; E._InvoiceEditItemsDesktopState_build_closure30.prototype = { call$1: function(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 E._InvoiceEditItemsDesktopState_build__closure0(value)), t1); }, - $signature: 57 + $signature: 58 }; E._InvoiceEditItemsDesktopState_build__closure0.prototype = { call$1: function(b) { @@ -374870,7 +375186,7 @@ b.get$_invoice_model$_$this()._discount = t1; return b; }, - $signature: 55 + $signature: 54 }; E._InvoiceEditItemsDesktopState_build_closure32.prototype = { call$1: function(context) { @@ -374948,7 +375264,7 @@ call$1: function(store) { return O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2260 + $signature: 2261 }; O.InvoiceEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -374959,7 +375275,7 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2261 + $signature: 2262 }; O.EntityEditItemsVM.prototype = { get$company: function() { @@ -374974,7 +375290,7 @@ call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.DeleteInvoiceItem(index)); }, - $signature: 108 + $signature: 106 }; O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -374992,7 +375308,7 @@ } else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.UpdateInvoiceItem(index, invoiceItem)); }, - $signature: 312 + $signature: 311 }; O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure.prototype = { call$1: function(b) { @@ -375000,13 +375316,13 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 55 + $signature: 54 }; O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2.prototype = { call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.MoveInvoiceItem(oldIndex, newIndex)); }, - $signature: 140 + $signature: 141 }; Z.InvoiceEditNotes.prototype = { createState$0: function() { @@ -375125,13 +375441,13 @@ call$1: function(store) { return E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore(store); }, - $signature: 2262 + $signature: 2263 }; E.InvoiceEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2263 + $signature: 2264 }; E.EntityEditNotesVM.prototype = { get$company: function() { @@ -375146,7 +375462,7 @@ call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateInvoice(invoice)); }, - $signature: 151 + $signature: 142 }; A.InvoiceEditPDF.prototype = { createState$0: function() { @@ -375236,13 +375552,13 @@ t1 = t1.selectedCompanyIndex; return new B.InvoiceEditPDFVM(state, J.$index$asx(t2._list, t1).userCompany.company, invoice); }, - $signature: 2264 + $signature: 2265 }; B.InvoiceEditPDFScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.InvoiceEditPDF(viewModel, null); }, - $signature: 2265 + $signature: 2266 }; B.EntityEditPDFVM.prototype = { get$company: function() { @@ -375263,13 +375579,13 @@ call$1: function(store) { return M.InvoiceEditVM_InvoiceEditVM$fromStore(store); }, - $signature: 2266 + $signature: 2267 }; M.InvoiceEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new F.InvoiceEdit(viewModel, new D.ValueKey(viewModel.invoice.id, type$.ValueKey_legacy_String)); }, - $signature: 2267 + $signature: 2268 }; M.AbstractInvoiceEditVM.prototype = { get$company: function() { @@ -375292,7 +375608,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 313 + $signature: 312 }; M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0.prototype = { call$0: function() { @@ -375317,7 +375633,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure0.prototype = { call$1: function(savedInvoice) { @@ -375347,7 +375663,7 @@ M.handleEntitiesActions(H.setRuntimeTypeInfo([savedInvoice], type$.JSArray_legacy_BaseEntity), t1, false); } }, - $signature: 70 + $signature: 69 }; M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -375361,7 +375677,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -375377,7 +375693,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.EditInvoiceItem(t2)); } }, - $signature: 314 + $signature: 313 }; M.InvoiceEditVM_InvoiceEditVM$fromStore__closure.prototype = { call$1: function(b) { @@ -375516,7 +375832,7 @@ t1 = false; return t1; }, - $signature: 268 + $signature: 269 }; D._InvoiceItemSelectorState__updateClientId_closure0.prototype = { call$0: function() { @@ -375639,7 +375955,7 @@ call$1: function(checked) { return this.$this._toggleEntity$1(this.product); }, - $signature: 37 + $signature: 38 }; D._InvoiceItemSelectorState_build__productList__closure0.prototype = { call$0: function() { @@ -375696,13 +376012,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 255 + $signature: 316 }; D._InvoiceItemSelectorState_build__taskList__closure.prototype = { call$1: function(checked) { return this.$this._toggleEntity$1(this.task); }, - $signature: 37 + $signature: 38 }; D._InvoiceItemSelectorState_build__taskList__closure0.prototype = { call$0: function() { @@ -375761,13 +376077,13 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 416 + $signature: 415 }; D._InvoiceItemSelectorState_build__expenseList__closure.prototype = { call$1: function(checked) { return this.$this._toggleEntity$1(this.expense); }, - $signature: 37 + $signature: 38 }; D._InvoiceItemSelectorState_build__expenseList__closure0.prototype = { call$0: function() { @@ -375823,7 +376139,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 402 + $signature: 401 }; M.InvoiceEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -375834,13 +376150,13 @@ t1 = t1.selectedCompanyIndex; return M.EmailInvoiceVM_EmailInvoiceVM$fromStore(store, J.$index$asx(t2._list, t1).invoiceState.$get$1(0, invoiceId)); }, - $signature: 2269 + $signature: 2270 }; M.InvoiceEmailScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoiceEmailView(vm, new D.ValueKey("__invoice_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2270 + $signature: 2271 }; M.EmailEntityVM.prototype = { get$company: function() { @@ -375865,7 +376181,7 @@ completer.future.then$1$1(0, new M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure(this.invoice), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.EmailInvoiceRequest(completer, this.invoice.id, template, subject, body)); }, - $signature: 403 + $signature: 402 }; M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure.prototype = { call$1: function(value) { @@ -375999,7 +376315,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; M.InvoiceListItem_build__closure2.prototype = { call$0: function() { @@ -376018,7 +376334,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; M.InvoiceListItem_build__closure0.prototype = { call$2: function(context, action) { @@ -376044,7 +376360,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; T.InvoiceListBuilder.prototype = { build$1: function(_, context) { @@ -376060,7 +376376,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_invoice, new T.InvoiceListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new Q.InvoicePresenter(), t2, t4); }, - $signature: 2271 + $signature: 2272 }; T.InvoiceListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -376070,7 +376386,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 413 + $signature: 412 }; T.EntityListVM.prototype = {}; T.InvoiceListVM.prototype = {}; @@ -376212,7 +376528,7 @@ t1._invoice_pdf$_pdfString = t2; L.WebUtils_registerWebView(t2); }, - $signature: 2272 + $signature: 2273 }; E._InvoicePdfViewState_loadPdf__closure.prototype = { call$0: function() { @@ -376249,7 +376565,7 @@ var t1 = this.$this; t1.setState$1(new E._InvoicePdfViewState_build__closure(t1)); }, - $signature: 20 + $signature: 21 }; E._InvoicePdfViewState_build__closure.prototype = { call$0: function() { @@ -376319,13 +376635,13 @@ t1 = t1.selectedCompanyIndex; return new O.InvoicePdfVM(state, J.$index$asx(t2._list, t1).invoiceState.$get$1(0, invoiceId), invoiceUIState.historyActivityId); }, - $signature: 2273 + $signature: 2274 }; O.InvoicePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2274 + $signature: 2275 }; O.EntityPdfVM.prototype = { get$invoice: function() { @@ -376441,6 +376757,7 @@ t6.push("exchange_rate"); t6.push("is_viewed"); t6.push("auto_bill_enabled"); + t6.push("last_sent_date"); t7 = H.setRuntimeTypeInfo(["status", "number", "client", "amount", "balance", "date", "due_date"], t5); t5 = H.setRuntimeTypeInfo(["number", "date", "due_date", "updated_at"], t5); t6 = Z.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, C.EntityType_invoice, false, C.List_empty13, new Y.InvoiceScreen_build_closure(store), new Y.InvoiceScreen_build_closure0(store), new Y.InvoiceScreen_build_closure1(store), new Y.InvoiceScreen_build_closure2(store), new Y.InvoiceScreen_build_closure3(store), new Y.InvoiceScreen_build_closure4(store), new Y.InvoiceScreen_build_closure5(store), new Y.InvoiceScreen_build_closure6(store), t5, H.setRuntimeTypeInfo([F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure7(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure8(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure9(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure10(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure11(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure12(t3)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new Y.InvoiceScreen_build_closure13(t3))], type$.JSArray_legacy_EntityStatus), t6); @@ -376483,13 +376800,13 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterInvoicesByState(state)); }, - $signature: 53 + $signature: 50 }; Y.InvoiceScreen_build_closure6.prototype = { call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterInvoicesByStatus($status)); }, - $signature: 227 + $signature: 228 }; Y.InvoiceScreen_build_closure0.prototype = { call$1: function(value) { @@ -376523,7 +376840,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure8.prototype = { call$1: function(b) { @@ -376533,7 +376850,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure9.prototype = { call$1: function(b) { @@ -376543,7 +376860,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure10.prototype = { call$1: function(b) { @@ -376555,7 +376872,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure11.prototype = { call$1: function(b) { @@ -376567,7 +376884,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure12.prototype = { call$1: function(b) { @@ -376579,7 +376896,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure13.prototype = { call$1: function(b) { @@ -376591,7 +376908,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; Y.InvoiceScreen_build_closure.prototype = { call$0: function() { @@ -376623,7 +376940,7 @@ call$2: function(context, vm) { return new Y.InvoiceScreen(vm, null); }, - $signature: 2276 + $signature: 2277 }; E.InvoiceScreenVM.prototype = {}; E.InvoiceView.prototype = { @@ -376830,7 +377147,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; A._InvoiceViewActivityState_build_closure.prototype = { call$2: function(context, index) { @@ -376838,7 +377155,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 305 + $signature: 304 }; B.InvoiceViewContacts.prototype = { build$1: function(_, context) { @@ -376849,7 +377166,7 @@ call$1: function(invitation) { return new B._InvitationListTile(invitation, this.$this.viewModel, null); }, - $signature: 2278 + $signature: 2279 }; B._InvitationListTile.prototype = { build$1: function(_, context) { @@ -376904,13 +377221,13 @@ call$1: function(contact) { return contact.id === this.$this.invitation.contactId; }, - $signature: 94 + $signature: 99 }; B._InvitationListTile_build_closure0.prototype = { call$0: function() { return T.ContactEntity_ContactEntity(); }, - $signature: 706 + $signature: 704 }; B._InvitationListTile_build_closure1.prototype = { call$0: function() { @@ -376939,19 +377256,19 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; X.InvoiceViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; X.InvoiceViewDocuments_build_closure1.prototype = { call$1: function($document) { return this.$this.viewModel.onViewExpense.call$2(this.context, $document); }, - $signature: 2279 + $signature: 2280 }; S.InvoiceViewHistory.prototype = { createState$0: function() { @@ -376988,7 +377305,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2280 + $signature: 2281 }; S._InvoiceViewHistoryState_build_closure0.prototype = { call$2: function(context, index) { @@ -377021,7 +377338,7 @@ call$2: function(context, index) { return new G.ListDivider(null); }, - $signature: 68 + $signature: 65 }; A.InvoiceOverview.prototype = { build$1: function(_, context) { @@ -377265,7 +377582,7 @@ C.JSArray_methods.forEach$1(payment.get$invoicePaymentables(), new A.InvoiceOverview_build__closure0(t1, this.paymentMap, payment)); C.JSArray_methods.forEach$1(payment.get$creditPaymentables(), new A.InvoiceOverview_build__closure1(t1, this.creditMap, payment)); }, - $signature: 125 + $signature: 130 }; A.InvoiceOverview_build__closure0.prototype = { call$1: function(paymentable) { @@ -377312,7 +377629,7 @@ var _this = this; C.JSArray_methods.addAll$1(_this.widgets, H.setRuntimeTypeInfo([new T.Builder(new A.InvoiceOverview_build__closure(_this.$this, _this.invoice, invoiceItem, _this.userCompany), null)], type$.JSArray_legacy_Widget)); }, - $signature: 237 + $signature: 213 }; A.InvoiceOverview_build__closure.prototype = { call$1: function(context) { @@ -377321,7 +377638,7 @@ t2 = _this.invoiceItem; return new T.InvoiceItemListTile(new A.InvoiceOverview_build___closure(_this.$this, _this.userCompany, t1, context, t2), t1, t2, null); }, - $signature: 2282 + $signature: 2283 }; A.InvoiceOverview_build___closure.prototype = { call$0: function() { @@ -377338,13 +377655,13 @@ t2 = K.Theme_of(t1).cardColor; return M.Container$(_null, new T.Padding(C.EdgeInsets_20_10_56_8, T.Row$(H.setRuntimeTypeInfo([L.Text$(label, _null, _null, _null, _null, _null, K.Theme_of(t1).textTheme.subtitle1, _null, _null, _null), T.SizedBox$(new T.Align(C.Alignment_1_0, _null, _null, L.Text$(Y.formatNumber(amount, t1, this.invoice.clientId, _null, C.FormatNumberType_0, true, _null, false), _null, _null, _null, _null, _null, K.Theme_of(t1).textTheme.subtitle1, _null, _null, _null), _null), _null, 100)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_1, C.MainAxisSize_1, _null), _null), C.Clip_0, t2, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2283 + $signature: 2284 }; A.InvoiceOverview_build_closure3.prototype = { call$2: function(taxName, taxAmount) { this.widgets.push(this.surchargeRow.call$2(taxName, taxAmount)); }, - $signature: 2284 + $signature: 2285 }; N.InvoiceViewSchedule.prototype = { build$1: function(_, context) { @@ -377362,7 +377679,7 @@ t1 = this.context; return new T.Padding(C.EdgeInsets_0_16_0_0, T.Row$(H.setRuntimeTypeInfo([T.Expanded$(L.Text$(Y.formatDate(schedule.sendDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(L.Text$(Y.formatDate(schedule.dueDate, t1, true, true, false), _null, _null, _null, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), _null); }, - $signature: 2285 + $signature: 2286 }; F.InvoiceViewScreen.prototype = { build$1: function(_, context) { @@ -377374,13 +377691,13 @@ call$1: function(store) { return F.InvoiceViewVM_InvoiceViewVM$fromStore(store); }, - $signature: 2286 + $signature: 2287 }; F.InvoiceViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.invoiceUIState.tabIndex, null); }, - $signature: 2287 + $signature: 2288 }; F.AbstractInvoiceViewVM.prototype = { get$company: function() { @@ -377410,7 +377727,7 @@ $defaultValues: function() { return [null]; }, - $signature: 315 + $signature: 314 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -377426,7 +377743,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; F.InvoiceViewVM_InvoiceViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -377444,7 +377761,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -377457,20 +377774,20 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; F.InvoiceViewVM_InvoiceViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.LoadInvoice(null, this.invoice.id)); }, - $signature: 95 + $signature: 90 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3.prototype = { call$2: function(context, $document) { }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2288 + $signature: 2289 }; F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4.prototype = { call$3: function(context, invoice, activityId) { @@ -377484,7 +377801,7 @@ $defaultValues: function() { return [null]; }, - $signature: 316 + $signature: 315 }; M.PaymentEdit.prototype = { createState$0: function() { @@ -377721,7 +378038,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; M._PaymentEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -377729,14 +378046,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; M._PaymentEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; M._PaymentEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -377786,13 +378103,13 @@ call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 191 + $signature: 195 }; M._PaymentEditState_build_closure0.prototype = { call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 191 + $signature: 195 }; M._PaymentEditState_build_closure1.prototype = { call$1: function(invoice) { @@ -377818,7 +378135,7 @@ call$1: function(client) { this.viewModel.onChanged.call$1(this.payment.rebuild$1(new M._PaymentEditState_build__closure5(client))); }, - $signature: 44 + $signature: 45 }; M._PaymentEditState_build__closure5.prototype = { call$1: function(b) { @@ -377905,7 +378222,7 @@ t1.convertCurrency$1(J.$index$asx(_this.state.staticState.currencyMap._map$_map, t2.exchangeCurrencyId)); t1.setState$1(new M._PaymentEditState_build__closure1(t1, value)); }, - $signature: 20 + $signature: 21 }; M._PaymentEditState_build__closure0.prototype = { call$1: function(b) { @@ -377925,7 +378242,7 @@ call$1: function(currency) { return this.$this.convertCurrency$1(currency); }, - $signature: 183 + $signature: 185 }; M._PaymentEditState_build_closure13.prototype = { call$1: function(hasFocus) { @@ -377949,7 +378266,7 @@ _this.viewModel.onChanged.call$1(t2.rebuild$1(new M._PaymentEditState_build__closure(exchangeRate))); t1._convertedAmount = 0; }, - $signature: 20 + $signature: 21 }; M._PaymentEditState_build__closure.prototype = { call$1: function(b) { @@ -377997,7 +378314,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; M.PaymentableEditor.prototype = { createState$0: function() { @@ -378149,7 +378466,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; M._PaymentableEditorState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -378157,14 +378474,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; M._PaymentableEditorState_dispose_closure0.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; M._PaymentableEditorState__onChanged_closure.prototype = { call$1: function(b) { @@ -378177,7 +378494,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 425 + $signature: 424 }; M._PaymentableEditorState__onChanged_closure0.prototype = { call$1: function(b) { @@ -378190,7 +378507,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 425 + $signature: 424 }; M._PaymentableEditorState__onChanged_closure1.prototype = { call$1: function(b) { @@ -378253,13 +378570,13 @@ call$1: function(p) { return p.invoiceId; }, - $signature: 179 + $signature: 180 }; M._PaymentableEditorState_build_closure0.prototype = { call$1: function(p) { return p.creditId; }, - $signature: 179 + $signature: 180 }; M._PaymentableEditorState_build_closure2.prototype = { call$1: function(entity) { @@ -378295,7 +378612,7 @@ t1._payment_edit$_invoiceId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 44 + $signature: 45 }; M._PaymentableEditorState_build_closure3.prototype = { call$1: function(selected) { @@ -378309,7 +378626,7 @@ t1._payment_edit$_creditId = selected.id; t1._payment_edit$_onChanged$1(selected.clientId); }, - $signature: 44 + $signature: 45 }; M._PaymentableEditorState_build_closure4.prototype = { call$0: function() { @@ -378353,13 +378670,13 @@ call$1: function(store) { return B.PaymentEditVM_PaymentEditVM$fromStore(store); }, - $signature: 2291 + $signature: 2292 }; B.PaymentEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new M.PaymentEdit(viewModel, new D.ValueKey(viewModel.payment.id, type$.ValueKey_legacy_String)); }, - $signature: 2292 + $signature: 2293 }; B.PaymentEditVM.prototype = { get$payment: function() { @@ -378370,7 +378687,7 @@ call$1: function(payment) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdatePayment(payment)); }, - $signature: 125 + $signature: 130 }; B.PaymentEditVM_PaymentEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -378433,7 +378750,7 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "negative_payment_error"); return new M.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 21 + $signature: 20 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure2.prototype = { call$1: function(savedPayment) { @@ -378464,7 +378781,7 @@ else M.viewEntity(false, savedPayment, null, true); }, - $signature: 125 + $signature: 130 }; B.PaymentEditVM_PaymentEditVM$fromStore___closure3.prototype = { call$1: function(error) { @@ -378478,7 +378795,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.PaymentListItem.prototype = { build$1: function(_, context) { @@ -378578,7 +378895,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; O.PaymentListItem_build__closure2.prototype = { call$0: function() { @@ -378597,7 +378914,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; O.PaymentListItem_build__closure0.prototype = { call$2: function(context, action) { @@ -378623,7 +378940,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; R.PaymentListBuilder.prototype = { build$1: function(_, context) { @@ -378639,7 +378956,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_payment, new R.PaymentListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new Q.PaymentPresenter(), t2, t4); }, - $signature: 2294 + $signature: 2295 }; R.PaymentListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -378758,7 +379075,7 @@ t1 = t2 == null ? null : t2.number; return t1 == null ? "" : t1; }, - $signature: 179 + $signature: 180 }; K.PaymentScreen.prototype = { build$1: function(_, context) { @@ -378855,7 +379172,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterPaymentsByState(state)); }, - $signature: 53 + $signature: 50 }; K.PaymentScreen_build_closure.prototype = { call$0: function() { @@ -378887,7 +379204,7 @@ call$2: function(context, vm) { return new K.PaymentScreen(vm, null); }, - $signature: 2295 + $signature: 2296 }; G.PaymentScreenVM.prototype = {}; Y.PaymentRefund.prototype = { @@ -378992,7 +379309,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 27 + $signature: 26 }; Y._PaymentRefundState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -379000,14 +379317,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_refund$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; Y._PaymentRefundState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; Y._PaymentRefundState__onChanged_closure.prototype = { call$0: function() { @@ -379030,7 +379347,7 @@ call$1: function(paymentable) { return paymentable.get$isEmpty(paymentable); }, - $signature: 191 + $signature: 195 }; Y._PaymentRefundState_build_closure1.prototype = { call$1: function(val) { @@ -379100,13 +379417,13 @@ call$1: function(value) { K.Navigator_of(this.context, false).pop$0(0); }, - $signature: 125 + $signature: 130 }; Y._PaymentRefundState_build_closure4.prototype = { call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; Y._PaymentRefundState_build_closure5.prototype = { call$1: function(context) { @@ -379203,7 +379520,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); }, - $signature: 27 + $signature: 26 }; Y._PaymentableEditorState_didChangeDependencies_closure2.prototype = { call$1: function(controller) { @@ -379211,14 +379528,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_refund$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; Y._PaymentableEditorState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_refund$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; Y._PaymentableEditorState__onChanged_closure6.prototype = { call$1: function(b) { @@ -379229,7 +379546,7 @@ b.get$_payment_model$_$this()._payment_model$_amount = t1; return b; }, - $signature: 425 + $signature: 424 }; Y._PaymentableEditorState__onChanged_closure7.prototype = { call$1: function(b) { @@ -379261,7 +379578,7 @@ call$1: function(payment) { return payment.invoiceId; }, - $signature: 179 + $signature: 180 }; Y._PaymentableEditorState_build_closure7.prototype = { call$1: function(entity) { @@ -379278,7 +379595,7 @@ t1._payment_refund$_onChanged$1(selected.clientId); t1.setState$1(new Y._PaymentableEditorState_build__closure2(t1, selected)); }, - $signature: 44 + $signature: 45 }; Y._PaymentableEditorState_build__closure2.prototype = { call$0: function() { @@ -379324,13 +379641,13 @@ call$1: function(store) { return Y.PaymentRefundVM_PaymentRefundVM$fromStore(store); }, - $signature: 2296 + $signature: 2297 }; Y.PaymentRefundScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Y.PaymentRefund(viewModel, new D.ValueKey(viewModel.payment.id, type$.ValueKey_legacy_String)); }, - $signature: 2297 + $signature: 2298 }; Y.PaymentRefundVM.prototype = { get$payment: function() { @@ -379341,7 +379658,7 @@ call$1: function(payment) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdatePayment(payment)); }, - $signature: 125 + $signature: 130 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -379359,7 +379676,7 @@ J.$index$asx(t1.get$_dispatchers(), 0).call$1(new Q.RefundPaymentRequest(completer, t2)); return completer.future.then$1$1(0, new Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure(context, t1, t2), type$.Null).catchError$1(new Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0(context)); }, - $signature: 2298 + $signature: 2299 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure.prototype = { call$1: function(savedPayment) { @@ -379377,7 +379694,7 @@ } else M.viewEntity(false, savedPayment, null, true); }, - $signature: 125 + $signature: 130 }; Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0.prototype = { call$1: function(error) { @@ -379389,7 +379706,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.PaymentView.prototype = { createState$0: function() { @@ -379533,13 +379850,13 @@ call$1: function(store) { return F.PaymentViewVM_PaymentViewVM$fromStore(store); }, - $signature: 2299 + $signature: 2300 }; F.PaymentViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.PaymentView(vm, this.$this.isFilter, null); }, - $signature: 2300 + $signature: 2301 }; F.PaymentViewVM.prototype = { get$payment: function() { @@ -379611,7 +379928,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; U._PaymentTermEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -379619,14 +379936,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_payment_term_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; U._PaymentTermEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_payment_term_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; U._PaymentTermEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -379646,7 +379963,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; U._PaymentTermEditState_build_closure1.prototype = { call$1: function(context) { @@ -379666,7 +379983,7 @@ t3 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, false, this.$this._numDaysController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_2_false_false, t2, _null, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, new U._PaymentTermEditState_build__closure(t1))], t3), _null, 4, false, _null, false, _null)], t3), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; U._PaymentTermEditState_build__closure.prototype = { call$1: function(value) { @@ -379684,13 +380001,13 @@ call$1: function(store) { return Y.PaymentTermEditVM_PaymentTermEditVM$fromStore(store); }, - $signature: 2301 + $signature: 2302 }; Y.PaymentTermEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.PaymentTermEdit(viewModel, new D.ValueKey(viewModel.paymentTerm.id, type$.ValueKey_legacy_String)); }, - $signature: 2302 + $signature: 2303 }; Y.PaymentTermEditVM.prototype = { get$paymentTerm: function() { @@ -379704,7 +380021,7 @@ call$1: function(paymentTerm) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.UpdatePaymentTerm(paymentTerm)); }, - $signature: 278 + $signature: 276 }; Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -379765,7 +380082,7 @@ } else M.viewEntity(false, savedPaymentTerm, null, true); }, - $signature: 278 + $signature: 276 }; Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -379779,7 +380096,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; K.PaymentTermListItem.prototype = { build$1: function(_, context) { @@ -379846,7 +380163,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.paymentTermList, C.EntityType_paymentTerm, new U.PaymentTermListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2303 + $signature: 2304 }; U.PaymentTermListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -379867,7 +380184,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2304 + $signature: 2305 }; U.PaymentTermListVM.prototype = {}; U.PaymentTermListVM_fromStore__handleRefresh.prototype = { @@ -379955,7 +380272,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new D.FilterPaymentTermsByState(state)); }, - $signature: 53 + $signature: 50 }; F.PaymentTermScreen_build_closure.prototype = { call$0: function() { @@ -380011,7 +380328,7 @@ call$2: function(context, vm) { return new F.PaymentTermScreen(vm, null); }, - $signature: 2305 + $signature: 2306 }; Z.PaymentTermScreenVM.prototype = {}; K.PaymentTermView.prototype = { @@ -380044,13 +380361,13 @@ call$1: function(store) { return U.PaymentTermViewVM_PaymentTermViewVM$fromStore(store); }, - $signature: 2306 + $signature: 2307 }; U.PaymentTermViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.PaymentTermView(vm, null); }, - $signature: 2307 + $signature: 2308 }; U.PaymentTermViewVM.prototype = { get$paymentTerm: function() { @@ -380201,7 +380518,7 @@ b.get$_product_model$_$this()._product_model$_customValue4 = t1; return b; }, - $signature: 158 + $signature: 159 }; F._ProductEditState__onChanged_closure0.prototype = { call$0: function() { @@ -380213,7 +380530,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; F._ProductEditState_build_closure4.prototype = { call$1: function(context) { @@ -380249,7 +380566,7 @@ call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new F._ProductEditState_build__closure2(taxRate))); }, - $signature: 79 + $signature: 78 }; F._ProductEditState_build__closure2.prototype = { call$1: function(b) { @@ -380260,13 +380577,13 @@ b.get$_product_model$_$this()._product_model$_taxName1 = t1; return b; }, - $signature: 158 + $signature: 159 }; F._ProductEditState_build_closure1.prototype = { call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new F._ProductEditState_build__closure1(taxRate))); }, - $signature: 79 + $signature: 78 }; F._ProductEditState_build__closure1.prototype = { call$1: function(b) { @@ -380277,13 +380594,13 @@ b.get$_product_model$_$this()._product_model$_taxName2 = t1; return b; }, - $signature: 158 + $signature: 159 }; F._ProductEditState_build_closure2.prototype = { call$1: function(taxRate) { return this.viewModel.onChanged.call$1(this.product.rebuild$1(new F._ProductEditState_build__closure0(taxRate))); }, - $signature: 79 + $signature: 78 }; F._ProductEditState_build__closure0.prototype = { call$1: function(b) { @@ -380294,7 +380611,7 @@ b.get$_product_model$_$this()._product_model$_taxName3 = t1; return b; }, - $signature: 158 + $signature: 159 }; S.ProductEditScreen.prototype = { build$1: function(_, context) { @@ -380306,13 +380623,13 @@ call$1: function(store) { return S.ProductEditVM_ProductEditVM$fromStore(store); }, - $signature: 2308 + $signature: 2309 }; S.ProductEditScreen_build_closure.prototype = { call$2: function(context, vm) { return new F.ProductEdit(vm, new D.ValueKey(vm.product.id, type$.ValueKey_legacy_String)); }, - $signature: 2309 + $signature: 2310 }; S.ProductEditVM.prototype = { get$company: function() { @@ -380326,7 +380643,7 @@ call$1: function(product) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.UpdateProduct(product)); }, - $signature: 215 + $signature: 216 }; S.ProductEditVM_ProductEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -380390,7 +380707,7 @@ } else M.viewEntity(false, savedProduct, null, true); }, - $signature: 215 + $signature: 216 }; S.ProductEditVM_ProductEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -380404,7 +380721,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; T.ProductListItem.prototype = { build$1: function(_, context) { @@ -380476,7 +380793,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; T.ProductListItem_build__closure2.prototype = { call$0: function() { @@ -380541,7 +380858,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_product, new Q.ProductListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new F.ProductPresenter(), t2, t4); }, - $signature: 2310 + $signature: 2311 }; Q.ProductListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -380731,7 +381048,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.FilterProductsByState(state)); }, - $signature: 53 + $signature: 50 }; K.ProductScreen_build_closure.prototype = { call$0: function() { @@ -380763,7 +381080,7 @@ call$2: function(context, vm) { return new K.ProductScreen(vm, null); }, - $signature: 2311 + $signature: 2312 }; E.ProductScreenVM.prototype = {}; Z.ProductView.prototype = { @@ -380864,13 +381181,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; F.ProductViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; B.ProductOverview.prototype = { createState$0: function() { @@ -380923,13 +381240,13 @@ call$1: function(store) { return F.ProductViewVM_ProductViewVM$fromStore(store); }, - $signature: 2312 + $signature: 2313 }; F.ProductViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Z.ProductView(vm, false, vm.state.uiState.productUIState.tabIndex, null); }, - $signature: 2313 + $signature: 2314 }; F.ProductViewVM.prototype = { $eq: function(_, other) { @@ -380970,7 +381287,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; F.ProductViewVM_ProductViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -380988,7 +381305,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.ProductViewVM_ProductViewVM$fromStore_closure1.prototype = { call$4: function(context, $document, password, idToken) { @@ -381001,13 +381318,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; F.ProductViewVM_ProductViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Z.LoadProduct(null, this.product.id)); }, - $signature: 95 + $signature: 90 }; K.ProjectEdit.prototype = { createState$0: function() { @@ -381083,7 +381400,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; K._ProjectEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -381091,14 +381408,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_project_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; K._ProjectEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_project_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; K._ProjectEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -381125,7 +381442,7 @@ b.get$_project_model$_$this()._project_model$_customValue4 = t1; return b; }, - $signature: 159 + $signature: 160 }; K._ProjectEditState__onChanged_closure0.prototype = { call$0: function() { @@ -381137,7 +381454,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; K._ProjectEditState_build_closure1.prototype = { call$1: function(context) { @@ -381197,7 +381514,7 @@ t12 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([t8, t10, new V.UserPicker(t6.assignedUserId, new K._ProjectEditState_build__closure5(t1, t6), _null), t11, S.DecoratedFormField$(false, _null, false, false, t4._hoursController, _null, true, _null, _null, _null, _null, false, false, _null, new N.TextInputType(2, false, true), t7, _null, _null, false, _null, _null, t9, true, _null, _null, C.TextAlign_4, _null), S.DecoratedFormField$(false, _null, false, false, t4._project_edit$_taskRateController, _null, true, _null, _null, _null, _null, false, false, _null, new N.TextInputType(2, false, true), t5.get$taskRate(), _null, _null, false, _null, _null, t9, true, _null, _null, C.TextAlign_4, _null), new B.CustomField(t4._project_edit$_custom1Controller, _null, t9, "project1", t6.customValue1, false, _null), new B.CustomField(t4._project_edit$_custom2Controller, _null, t9, "project2", t6.customValue2, false, _null), new B.CustomField(t4._project_edit$_custom3Controller, _null, t9, "project3", t6.customValue3, false, _null), new B.CustomField(t4._project_edit$_custom4Controller, _null, t9, "project4", t6.customValue4, false, _null), S.DecoratedFormField$(false, _null, false, false, t4._publicNotesController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_1_null_null, t5.get$publicNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, _null), S.DecoratedFormField$(false, _null, false, false, t4._privateNotesController, _null, true, _null, _null, _null, _null, false, false, _null, C.TextInputType_1_null_null, t5.get$privateNotes(), 4, _null, false, _null, _null, _null, true, _null, _null, C.TextAlign_4, _null)], t12), _null, 4, false, _null, true, _null)], t12), _null, _null, false, new D.ValueKey(t2, t3)); }, - $signature: 142 + $signature: 146 }; K._ProjectEditState_build__closure0.prototype = { call$1: function(val) { @@ -381215,7 +381532,7 @@ call$1: function(client) { this.viewModel.onChanged.call$1(this.project.rebuild$1(new K._ProjectEditState_build___closure1(client))); }, - $signature: 44 + $signature: 45 }; K._ProjectEditState_build___closure1.prototype = { call$1: function(b) { @@ -381226,13 +381543,13 @@ b.get$_project_model$_$this()._project_model$_clientId = t1; return b; }, - $signature: 159 + $signature: 160 }; K._ProjectEditState_build__closure1.prototype = { call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; K._ProjectEditState_build__closure5.prototype = { call$1: function(userId) { @@ -381245,7 +381562,7 @@ b.get$_project_model$_$this()._project_model$_assignedUserId = this.userId; return b; }, - $signature: 159 + $signature: 160 }; K._ProjectEditState_build__closure4.prototype = { call$1: function(date) { @@ -381258,7 +381575,7 @@ b.get$_project_model$_$this()._project_model$_dueDate = this.date; return b; }, - $signature: 159 + $signature: 160 }; G.ProjectEditScreen.prototype = { build$1: function(_, context) { @@ -381270,13 +381587,13 @@ call$1: function(store) { return G.ProjectEditVM_ProjectEditVM$fromStore(store); }, - $signature: 2314 + $signature: 2315 }; G.ProjectEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new K.ProjectEdit(viewModel, new D.ValueKey(viewModel.project.id, type$.ValueKey_legacy_String)); }, - $signature: 2315 + $signature: 2316 }; G.ProjectEditVM.prototype = { get$project: function() { @@ -381290,7 +381607,7 @@ call$1: function(project) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.UpdateProject(project)); }, - $signature: 216 + $signature: 217 }; G.ProjectEditVM_ProjectEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -381318,7 +381635,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new G.ProjectEditVM_ProjectEditVM$fromStore__closure0(t3), t4); }, - $signature: 135 + $signature: 138 }; G.ProjectEditVM_ProjectEditVM$fromStore__closure.prototype = { call$1: function(_) { @@ -381330,7 +381647,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/project/edit")); }, - $signature: 44 + $signature: 45 }; G.ProjectEditVM_ProjectEditVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -381387,7 +381704,7 @@ } else M.viewEntity(false, savedProject, null, true); }, - $signature: 216 + $signature: 217 }; G.ProjectEditVM_ProjectEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -381401,7 +381718,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; E.ProjectListItem.prototype = { build$1: function(_, context) { @@ -381482,7 +381799,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; E.ProjectListItem_build__closure2.prototype = { call$0: function() { @@ -381545,7 +381862,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_project, new X.ProjectListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new N.ProjectPresenter(), t2, t4); }, - $signature: 2316 + $signature: 2317 }; X.ProjectListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -381566,7 +381883,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2317 + $signature: 2318 }; X.ProjectListVM.prototype = {}; X.ProjectListVM_fromStore__handleRefresh.prototype = { @@ -381743,7 +382060,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.FilterProjectsByState(state)); }, - $signature: 53 + $signature: 50 }; Z.ProjectScreen_build_closure.prototype = { call$0: function() { @@ -381775,7 +382092,7 @@ call$2: function(context, vm) { return new Z.ProjectScreen(vm, null); }, - $signature: 2318 + $signature: 2319 }; S.ProjectScreenVM.prototype = {}; M.ProjectView.prototype = { @@ -381887,13 +382204,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; D.ProjectViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; Y.ProjectOverview.prototype = { createState$0: function() { @@ -381942,7 +382259,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new Y._ProjectOverviewState_initState__closure()); }, - $signature: 306 + $signature: 305 }; Y._ProjectOverviewState_initState__closure.prototype = { call$0: function() { @@ -381987,7 +382304,7 @@ C.JSArray_methods.addAll$1(t7, H.setRuntimeTypeInfo([new S.IconMessage(t1, _null, _null, _null), new G.ListDivider(_null)], t9)); return t7; }, - $signature: 199 + $signature: 202 }; Y._ProjectOverviewState_build_closure.prototype = { call$0: function() { @@ -382005,13 +382322,13 @@ call$1: function(store) { return D.ProjectViewVM_ProjectViewVM$fromStore(store); }, - $signature: 2319 + $signature: 2320 }; D.ProjectViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.ProjectView(vm, this.$this.isFilter, vm.state.uiState.projectUIState.tabIndex, null); }, - $signature: 2320 + $signature: 2321 }; D.ProjectViewVM.prototype = { get$project: function() { @@ -382059,7 +382376,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; D.ProjectViewVM_ProjectViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -382077,7 +382394,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; D.ProjectViewVM_ProjectViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -382090,13 +382407,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; D.ProjectViewVM_ProjectViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.LoadProject(null, this.project.id)); }, - $signature: 95 + $signature: 90 }; E.QuoteEditDetailsScreen.prototype = { build$1: function(_, context) { @@ -382108,7 +382425,7 @@ call$1: function(store) { return E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore(store); }, - $signature: 2321 + $signature: 2322 }; E.QuoteEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -382117,14 +382434,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_quote, null); }, - $signature: 2322 + $signature: 2323 }; E.QuoteEditDetailsVM.prototype = {}; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure.prototype = { call$1: function(quote) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateQuote(quote)); }, - $signature: 151 + $signature: 142 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, quote, client) { @@ -382141,7 +382458,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 311 + $signature: 310 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure1.prototype = { call$1: function(b) { @@ -382163,7 +382480,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 135 + $signature: 138 }; E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -382175,7 +382492,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/quote/edit")); }, - $signature: 44 + $signature: 45 }; T.QuoteEditItemsScreen.prototype = { build$1: function(_, context) { @@ -382187,7 +382504,7 @@ call$1: function(store) { return T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore(store); }, - $signature: 2323 + $signature: 2324 }; T.QuoteEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -382197,14 +382514,14 @@ else return new G.InvoiceEditItems(viewModel, t1, null); }, - $signature: 2324 + $signature: 2325 }; T.QuoteEditItemsVM.prototype = {}; T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.DeleteQuoteItem(index)); }, - $signature: 108 + $signature: 106 }; T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -382220,13 +382537,13 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new E.UpdateQuoteItem(index, quoteItem)); }, - $signature: 312 + $signature: 311 }; T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2.prototype = { call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.MoveQuoteItem(oldIndex, newIndex)); }, - $signature: 140 + $signature: 141 }; V.QuoteEditNotesScreen.prototype = { build$1: function(_, context) { @@ -382238,20 +382555,20 @@ call$1: function(store) { return V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore(store); }, - $signature: 2325 + $signature: 2326 }; V.QuoteEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2326 + $signature: 2327 }; V.QuoteEditNotesVM.prototype = {}; V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure.prototype = { call$1: function(quote) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateQuote(quote)); }, - $signature: 151 + $signature: 142 }; B.QuoteEditScreen.prototype = { build$1: function(_, context) { @@ -382263,13 +382580,13 @@ call$1: function(store) { return B.QuoteEditVM_QuoteEditVM$fromStore(store); }, - $signature: 2327 + $signature: 2328 }; B.QuoteEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new B.QuoteEdit(viewModel, new D.ValueKey(viewModel.invoice.id, type$.ValueKey_legacy_String)); }, - $signature: 2328 + $signature: 2329 }; B.QuoteEditVM.prototype = {}; B.QuoteEditVM_QuoteEditVM$fromStore_closure.prototype = { @@ -382284,7 +382601,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 313 + $signature: 312 }; B.QuoteEditVM_QuoteEditVM$fromStore__closure.prototype = { call$0: function() { @@ -382309,7 +382626,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; B.QuoteEditVM_QuoteEditVM$fromStore___closure0.prototype = { call$1: function(savedQuote) { @@ -382340,7 +382657,7 @@ M.viewEntity(false, savedQuote, null, true); } }, - $signature: 70 + $signature: 69 }; B.QuoteEditVM_QuoteEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -382354,7 +382671,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; B.QuoteEditVM_QuoteEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -382365,7 +382682,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.AddQuoteItems(items)); }, - $signature: 314 + $signature: 313 }; B.QuoteEditVM_QuoteEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -382438,7 +382755,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; B._QuoteEditState_build_closure2.prototype = { call$1: function(context) { @@ -382472,14 +382789,14 @@ t4 = t2.$ti._eval$1("MappedIterable<1,BaseEntity*>"); return new D.InvoiceItemSelector(new B._QuoteEditState_build___closure0(_this.$this, t3, _this.isFullscreen), t1.clientId, P.List_List$of(new H.MappedIterable(t2, new B._QuoteEditState_build___closure1(t3), t4), true, t4._eval$1("Iterable.E")), false, null); }, - $signature: 234 + $signature: 235 }; B._QuoteEditState_build___closure.prototype = { call$1: function(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 64 + $signature: 63 }; B._QuoteEditState_build___closure1.prototype = { call$1: function(item) { @@ -382498,7 +382815,7 @@ } return t1; }, - $signature: 309 + $signature: 308 }; B._QuoteEditState_build___closure0.prototype = { call$2: function(items, clientId) { @@ -382509,7 +382826,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 310 + $signature: 309 }; B.__QuoteEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -382551,7 +382868,7 @@ J.$index$asx(store.get$_dispatchers(), 0).call$1(new E.LoadClient(null, t1)); } }, - $signature: 402 + $signature: 401 }; B.QuoteEmailScreen_build_closure0.prototype = { call$1: function(store) { @@ -382562,13 +382879,13 @@ t1 = t1.selectedCompanyIndex; return B.EmailQuoteVM_EmailQuoteVM$fromStore(store, J.$index$asx(J.$index$asx(t2._list, t1).quoteState.map._map$_map, quoteId)); }, - $signature: 2329 + $signature: 2330 }; B.QuoteEmailScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceEmailView(viewModel, null); }, - $signature: 2330 + $signature: 2331 }; B.EmailQuoteVM.prototype = {}; B.EmailQuoteVM_EmailQuoteVM$fromStore_closure.prototype = { @@ -382585,7 +382902,7 @@ completer.future.then$1$1(0, new B.EmailQuoteVM_EmailQuoteVM$fromStore__closure(this.quote), t1); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.EmailQuoteRequest(completer, this.quote.id, template, subject, body)); }, - $signature: 403 + $signature: 402 }; B.EmailQuoteVM_EmailQuoteVM$fromStore__closure.prototype = { call$1: function(value) { @@ -382706,7 +383023,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; N.QuoteListItem_build__closure2.prototype = { call$0: function() { @@ -382725,7 +383042,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; N.QuoteListItem_build__closure0.prototype = { call$2: function(context, action) { @@ -382751,7 +383068,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; U.QuoteListBuilder.prototype = { build$1: function(_, context) { @@ -382767,7 +383084,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_quote, new U.QuoteListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new B.QuotePresenter(), t2, t4); }, - $signature: 2331 + $signature: 2332 }; U.QuoteListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -382777,7 +383094,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 414 + $signature: 413 }; U.QuoteListVM.prototype = {}; U.QuoteListVM_fromStore__handleRefresh.prototype = { @@ -382828,13 +383145,13 @@ t1 = t1.selectedCompanyIndex; return new V.QuotePdfVM(state, J.$index$asx(t2._list, t1).quoteState.$get$1(0, invoiceId), quoteUIState.historyActivityId); }, - $signature: 2332 + $signature: 2333 }; V.QuotePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, this.$this.showAppBar, new D.ValueKey("__quote_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2333 + $signature: 2334 }; V.QuotePdfVM.prototype = {}; B.QuotePresenter.prototype = { @@ -382927,6 +383244,7 @@ t6.push("tax_amount"); t6.push("exchange_rate"); t6.push("is_viewed"); + t6.push("last_sent_date"); t7 = H.setRuntimeTypeInfo(["status", "number", "client", "amount", "date", "valid_until"], t5); t6 = Z.AppBottomBar$(company.getCustomFieldValues$2$excludeBlank("invoice1", true), company.getCustomFieldValues$2$excludeBlank("invoice2", true), company.getCustomFieldValues$2$excludeBlank("invoice3", true), company.getCustomFieldValues$2$excludeBlank("invoice4", true), t7, C.EntityType_quote, false, C.List_empty13, new T.QuoteScreen_build_closure(store), new T.QuoteScreen_build_closure0(store), new T.QuoteScreen_build_closure1(store), new T.QuoteScreen_build_closure2(store), new T.QuoteScreen_build_closure3(store), new T.QuoteScreen_build_closure4(store), new T.QuoteScreen_build_closure5(store), new T.QuoteScreen_build_closure6(store), H.setRuntimeTypeInfo(["number", "date", "valid_until", "updated_at"], t5), H.setRuntimeTypeInfo([F._$InvoiceStatusEntity$_("", "").rebuild$1(new T.QuoteScreen_build_closure7(t1)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new T.QuoteScreen_build_closure8(t1)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new T.QuoteScreen_build_closure9(t1)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new T.QuoteScreen_build_closure10(t1)), F._$InvoiceStatusEntity$_("", "").rebuild$1(new T.QuoteScreen_build_closure11(t1))], type$.JSArray_legacy_EntityStatus), t6); t5 = state.prefState; @@ -382992,13 +383310,13 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterQuotesByState(state)); }, - $signature: 53 + $signature: 50 }; T.QuoteScreen_build_closure6.prototype = { call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.FilterQuotesByStatus($status)); }, - $signature: 227 + $signature: 228 }; T.QuoteScreen_build_closure7.prototype = { call$1: function(b) { @@ -383008,7 +383326,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; T.QuoteScreen_build_closure8.prototype = { call$1: function(b) { @@ -383018,7 +383336,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; T.QuoteScreen_build_closure9.prototype = { call$1: function(b) { @@ -383028,7 +383346,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; T.QuoteScreen_build_closure10.prototype = { call$1: function(b) { @@ -383040,7 +383358,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; T.QuoteScreen_build_closure11.prototype = { call$1: function(b) { @@ -383052,7 +383370,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; T.QuoteScreen_build_closure.prototype = { call$0: function() { @@ -383084,7 +383402,7 @@ call$2: function(context, vm) { return new T.QuoteScreen(vm, null); }, - $signature: 2334 + $signature: 2335 }; B.QuoteScreenVM.prototype = {}; O.QuoteViewScreen.prototype = { @@ -383097,13 +383415,13 @@ call$1: function(store) { return O.QuoteViewVM_QuoteViewVM$fromStore(store); }, - $signature: 2335 + $signature: 2336 }; O.QuoteViewScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new E.InvoiceView(viewModel, this.$this.isFilter, viewModel.state.uiState.quoteUIState.tabIndex, null); }, - $signature: 2336 + $signature: 2337 }; O.QuoteViewVM.prototype = {}; O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh.prototype = { @@ -383125,7 +383443,7 @@ $defaultValues: function() { return [null]; }, - $signature: 315 + $signature: 314 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -383141,7 +383459,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; O.QuoteViewVM_QuoteViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -383159,7 +383477,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -383172,13 +383490,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; O.QuoteViewVM_QuoteViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.LoadQuote(null, this.quote.id)); }, - $signature: 95 + $signature: 90 }; O.QuoteViewVM_QuoteViewVM$fromStore_closure3.prototype = { call$3: function(context, quote, activityId) { @@ -383192,7 +383510,7 @@ $defaultValues: function() { return [null]; }, - $signature: 316 + $signature: 315 }; M.RecurringExpenseEditScreen.prototype = { build$1: function(_, context) { @@ -383204,20 +383522,20 @@ call$1: function(store) { return M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore(store); }, - $signature: 2337 + $signature: 2338 }; M.RecurringExpenseEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new D.ExpenseEdit(viewModel, new D.ValueKey(viewModel.expense.id, type$.ValueKey_legacy_String)); }, - $signature: 2338 + $signature: 2339 }; M.RecurringExpenseEditVM.prototype = {}; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure.prototype = { call$1: function(recurringExpense) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.UpdateRecurringExpense(recurringExpense)); }, - $signature: 121 + $signature: 115 }; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -383282,7 +383600,7 @@ } else M.viewEntity(false, savedRecurringExpense, null, true); }, - $signature: 121 + $signature: 115 }; M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -383294,7 +383612,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; S.RecurringExpenseListItem.prototype = { build$1: function(_, context) { @@ -383418,7 +383736,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; S.RecurringExpenseListItem_build__closure2.prototype = { call$0: function() { @@ -383480,7 +383798,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_recurringExpense, new U.RecurringExpenseListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new D.RecurringExpensePresenter(), t1, t3); }, - $signature: 2339 + $signature: 2340 }; U.RecurringExpenseListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -383498,7 +383816,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2340 + $signature: 2341 }; U.RecurringExpenseListVM.prototype = {}; U.RecurringExpenseListVM_fromStore__handleRefresh.prototype = { @@ -383725,7 +384043,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterRecurringExpensesByState(state)); }, - $signature: 53 + $signature: 50 }; O.RecurringExpenseScreen_build_closure.prototype = { call$0: function() { @@ -383781,7 +384099,7 @@ call$2: function(context, vm) { return new O.RecurringExpenseScreen(vm, null); }, - $signature: 2341 + $signature: 2342 }; B.RecurringExpenseScreenVM.prototype = {}; Z.RecurringExpenseViewScreen.prototype = { @@ -383794,13 +384112,13 @@ call$1: function(store) { return Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore(store); }, - $signature: 2342 + $signature: 2343 }; Z.RecurringExpenseViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new U.ExpenseView(vm, false, vm.state.uiState.recurringExpenseUIState.tabIndex, null); }, - $signature: 2343 + $signature: 2344 }; Z.RecurringExpenseViewVM.prototype = {}; Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh.prototype = { @@ -383817,6 +384135,55 @@ }, $signature: 17 }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0.prototype = { + call$2: function(context, multipartFile) { + var t1 = new P._Future($.Zone__current, type$._Future_legacy_DocumentEntity); + J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveRecurringExpenseDocumentRequest(new P._AsyncCompleter(t1, type$._AsyncCompleter_legacy_DocumentEntity), multipartFile, this.recurringExpense)); + t1.then$1$1(0, new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0(context), type$.Null).catchError$1(new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1()); + }, + "call*": "call$2", + $requiredArgCount: 2, + $signature: 83 + }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0.prototype = { + call$1: function(client) { + M.showToast(L.Localizations_of(this.context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$uploadedDocument()); + }, + $signature: 61 + }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1.prototype = { + call$1: function(error) { + var t1 = $.$get$navigatorKey(); + t1.toString; + E.showDialog(true, new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure(error), $.WidgetsBinding__instance.WidgetsBinding__buildOwner._globalKeyRegistry.$index(0, t1), null, true, type$.legacy_ErrorDialog); + }, + $signature: 3 + }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure.prototype = { + call$1: function(context) { + return new M.ErrorDialog(this.error, false, null); + }, + $signature: 20 + }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1.prototype = { + call$4: function(context, $document, password, idToken) { + var t1 = type$.Null, + completer = O.snackBarCompleter(context, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$deletedDocument(), false, t1), + t2 = this.store; + completer.future.then$1$1(0, new Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure(t2, this.recurringExpense), t1); + t1 = H.setRuntimeTypeInfo([$document.id], type$.JSArray_legacy_String); + J.$index$asx(t2.get$_dispatchers(), 0).call$1(new X.DeleteDocumentRequest(completer, t1, password, idToken)); + }, + "call*": "call$4", + $requiredArgCount: 4, + $signature: 89 + }; + Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure.prototype = { + call$1: function(value) { + return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadRecurringExpense(null, this.recurringExpense.id)); + }, + $signature: 90 + }; O.RecurringInvoiceEdit.prototype = { createState$0: function() { return new O._RecurringInvoiceEditState(null, C._StateLifecycle_0); @@ -383879,7 +384246,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; O._RecurringInvoiceEditState_build_closure2.prototype = { call$1: function(context) { @@ -383914,14 +384281,14 @@ t4 = P.List_List$of(new H.MappedIterable(t2, new O._RecurringInvoiceEditState_build___closure0(t3), t4), true, t4._eval$1("Iterable.E")); return new D.InvoiceItemSelector(new O._RecurringInvoiceEditState_build___closure1(_this.$this, t3, _this.isFullscreen), t1.clientId, t4, false, null); }, - $signature: 234 + $signature: 235 }; O._RecurringInvoiceEditState_build___closure.prototype = { call$1: function(item) { var t1 = item.typeId; return t1 === "2" || t1 === "6"; }, - $signature: 64 + $signature: 63 }; O._RecurringInvoiceEditState_build___closure0.prototype = { call$1: function(item) { @@ -383940,7 +384307,7 @@ } return t1; }, - $signature: 309 + $signature: 308 }; O._RecurringInvoiceEditState_build___closure1.prototype = { call$2: function(items, clientId) { @@ -383951,7 +384318,7 @@ call$1: function(items) { return this.call$2(items, null); }, - $signature: 310 + $signature: 309 }; O.__RecurringInvoiceEditState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -383978,7 +384345,7 @@ call$1: function(store) { return F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore(store); }, - $signature: 2344 + $signature: 2345 }; F.RecurringInvoiceEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -383987,14 +384354,14 @@ else return new N.InvoiceEditDetails(viewModel, C.EntityType_recurringInvoice, null); }, - $signature: 2345 + $signature: 2346 }; F.RecurringInvoiceEditDetailsVM.prototype = {}; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure.prototype = { call$1: function(invoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateRecurringInvoice(invoice)); }, - $signature: 151 + $signature: 142 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0.prototype = { call$3: function(context, invoice, client) { @@ -384011,7 +384378,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 311 + $signature: 310 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure1.prototype = { call$1: function(b) { @@ -384033,7 +384400,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 135 + $signature: 138 }; F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure.prototype = { call$1: function(_) { @@ -384045,7 +384412,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/recurring_invoice/edit")); }, - $signature: 44 + $signature: 45 }; R.RecurringInvoiceEditItemsScreen.prototype = { build$1: function(_, context) { @@ -384057,7 +384424,7 @@ call$1: function(store) { return R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore(store, this.$this.isTasks); }, - $signature: 2346 + $signature: 2347 }; R.RecurringInvoiceEditItemsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -384068,14 +384435,14 @@ else return new G.InvoiceEditItems(viewModel, t2, null); }, - $signature: 2347 + $signature: 2348 }; R.RecurringInvoiceEditItemsVM.prototype = {}; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure.prototype = { call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.DeleteRecurringInvoiceItem(index)); }, - $signature: 108 + $signature: 106 }; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0.prototype = { call$0: function() { @@ -384093,7 +384460,7 @@ } else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new N.UpdateRecurringInvoiceItem(index, item)); }, - $signature: 312 + $signature: 311 }; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure.prototype = { call$1: function(b) { @@ -384101,13 +384468,13 @@ b.get$_invoice_model$_$this()._invoice_model$_typeId = t1; return b; }, - $signature: 55 + $signature: 54 }; R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2.prototype = { call$2: function(oldIndex, newIndex) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.MoveRecurringInvoiceItem(oldIndex, newIndex)); }, - $signature: 140 + $signature: 141 }; Q.RecurringInvoiceEditNotesScreen.prototype = { build$1: function(_, context) { @@ -384119,20 +384486,20 @@ call$1: function(store) { return Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore(store); }, - $signature: 2348 + $signature: 2349 }; Q.RecurringInvoiceEditNotesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Z.InvoiceEditNotes(viewModel, null); }, - $signature: 2349 + $signature: 2350 }; Q.RecurringInvoiceEditNotesVM.prototype = {}; Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure.prototype = { call$1: function(recurringInvoice) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.UpdateRecurringInvoice(recurringInvoice)); }, - $signature: 151 + $signature: 142 }; Q.RecurringInvoiceEditScreen.prototype = { build$1: function(_, context) { @@ -384144,13 +384511,13 @@ call$1: function(store) { return Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore(store); }, - $signature: 2350 + $signature: 2351 }; Q.RecurringInvoiceEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new O.RecurringInvoiceEdit(viewModel, new D.ValueKey(viewModel.invoice.id, type$.ValueKey_legacy_String)); }, - $signature: 2351 + $signature: 2352 }; Q.RecurringInvoiceEditVM.prototype = {}; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure.prototype = { @@ -384165,7 +384532,7 @@ call$1: function(context) { return this.call$2(context, null); }, - $signature: 313 + $signature: 312 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure.prototype = { call$0: function() { @@ -384190,7 +384557,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseSelectAClient(), false, null); }, - $signature: 21 + $signature: 20 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0.prototype = { call$1: function(savedRecurringInvoice) { @@ -384221,7 +384588,7 @@ M.viewEntity(false, savedRecurringInvoice, null, true); } }, - $signature: 70 + $signature: 69 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -384235,7 +384602,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0.prototype = { call$2: function(items, clientId) { @@ -384246,7 +384613,7 @@ } J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.AddRecurringInvoiceItems(items)); }, - $signature: 314 + $signature: 313 }; Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -384369,7 +384736,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; U.RecurringInvoiceListItem_build__closure2.prototype = { call$0: function() { @@ -384387,7 +384754,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; U.RecurringInvoiceListItem_build__closure0.prototype = { call$2: function(context, action) { @@ -384412,7 +384779,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; Y.RecurringInvoiceListBuilder.prototype = { build$1: function(_, context) { @@ -384429,7 +384796,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_recurringInvoice, new Y.RecurringInvoiceListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new G.RecurringInvoicePresenter(), t1, t3); }, - $signature: 2352 + $signature: 2353 }; Y.RecurringInvoiceListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -384439,7 +384806,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2353 + $signature: 2354 }; Y.RecurringInvoiceListVM.prototype = {}; Y.RecurringInvoiceListVM_fromStore__handleRefresh.prototype = { @@ -384490,13 +384857,13 @@ t1 = t1.selectedCompanyIndex; return new X.RecurringInvoicePdfVM(state, J.$index$asx(t2._list, t1).recurringInvoiceState.$get$1(0, invoiceId), recurringInvoiceUIState.historyActivityId); }, - $signature: 2354 + $signature: 2355 }; X.RecurringInvoicePdfScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoicePdfView(vm, true, new D.ValueKey("__recurring_invoice_pdf_" + vm.invoice.id + "__", type$.ValueKey_legacy_String)); }, - $signature: 2355 + $signature: 2356 }; X.RecurringInvoicePdfVM.prototype = {}; G.RecurringInvoicePresenter.prototype = { @@ -384651,13 +385018,13 @@ call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterRecurringInvoicesByStatus($status)); }, - $signature: 227 + $signature: 228 }; V.RecurringInvoiceScreen_build_closure10.prototype = { call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.FilterRecurringInvoicesByState(state)); }, - $signature: 53 + $signature: 50 }; V.RecurringInvoiceScreen_build_closure4.prototype = { call$0: function() { @@ -384679,7 +385046,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; V.RecurringInvoiceScreen_build_closure0.prototype = { call$1: function(b) { @@ -384690,7 +385057,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; V.RecurringInvoiceScreen_build_closure1.prototype = { call$1: function(b) { @@ -384701,7 +385068,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; V.RecurringInvoiceScreen_build_closure2.prototype = { call$1: function(b) { @@ -384713,7 +385080,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; V.RecurringInvoiceScreen_build_closure3.prototype = { call$1: function(b) { @@ -384725,7 +385092,7 @@ b.get$_invoice_status_model$_$this()._invoice_status_model$_name = t1; return b; }, - $signature: 67 + $signature: 70 }; V.RecurringInvoiceScreen_build_closure5.prototype = { call$1: function(value) { @@ -384769,7 +385136,7 @@ call$2: function(context, vm) { return new V.RecurringInvoiceScreen(vm, null); }, - $signature: 2356 + $signature: 2357 }; A.RecurringInvoiceScreenVM.prototype = {}; O.RecurringInvoiceViewScreen.prototype = { @@ -384782,13 +385149,13 @@ call$1: function(store) { return O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore(store); }, - $signature: 2357 + $signature: 2358 }; O.RecurringInvoiceViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new E.InvoiceView(vm, this.$this.isFilter, vm.state.uiState.recurringInvoiceUIState.tabIndex, null); }, - $signature: 2358 + $signature: 2359 }; O.RecurringInvoiceViewVM.prototype = {}; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh.prototype = { @@ -384810,7 +385177,7 @@ $defaultValues: function() { return [null]; }, - $signature: 315 + $signature: 314 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -384826,7 +385193,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -384844,7 +385211,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -384857,13 +385224,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new N.LoadRecurringInvoice(null, this.invoice.id)); }, - $signature: 95 + $signature: 90 }; O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3.prototype = { call$3: function(context, invoice, activityId) { @@ -384877,7 +385244,7 @@ $defaultValues: function() { return [null]; }, - $signature: 316 + $signature: 315 }; A.ClientReportFields.prototype = { toString$0: function(_) { @@ -384888,43 +385255,43 @@ call$5: function(userCompany, reportsUIState, clientMap, userMap, staticState) { return A.clientReport(userCompany, reportsUIState, clientMap, userMap, staticState); }, - $signature: 2359 + $signature: 2360 }; A.clientReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_00, e, type$.legacy_ClientReportFields); }, - $signature: 2360 + $signature: 2361 }; A.clientReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2361 + $signature: 2362 }; A.clientReport_closure1.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 426 + $signature: 425 }; A.clientReport_closure2.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.clientReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; A.clientReport_closure3.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 426 + $signature: 425 }; A.clientReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 426 + $signature: 425 }; L.CreditReportFields.prototype = { toString$0: function(_) { @@ -384941,13 +385308,13 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_y6D, e, type$.legacy_CreditReportFields); }, - $signature: 2365 + $signature: 2366 }; L.creditReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2366 + $signature: 2367 }; L.creditReport_closure1.prototype = { call$1: function(item) { @@ -384959,7 +385326,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.creditReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; L.creditReport_closure3.prototype = { call$1: function(e) { @@ -384982,19 +385349,19 @@ call$10: function(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap) { return R.documentReport(userCompany, reportsUIState, clientMap, productMap, invoiceMap, quoteMap, expenseMap, projectMap, vendorMap, userMap); }, - $signature: 2368 + $signature: 2369 }; R.documentReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_usR, e, type$.legacy_DocumentReportFields); }, - $signature: 2369 + $signature: 2370 }; R.documentReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2370 + $signature: 2371 }; R.documentReport__getRow.prototype = { call$2: function(entity, $document) { @@ -385079,7 +385446,7 @@ } return skip ? _null : row; }, - $signature: 2371 + $signature: 2372 }; R.documentReport_closure1.prototype = { call$2: function(clientId, client) { @@ -385099,7 +385466,7 @@ call$2: function(productId, product) { J.forEach$1$ax(product.documents._list, new R.documentReport__closure1(this._getRow, product, this.data)); }, - $signature: 2372 + $signature: 2373 }; R.documentReport__closure1.prototype = { call$1: function($document) { @@ -385113,7 +385480,7 @@ call$2: function(invoiceId, invoice) { J.forEach$1$ax(invoice.documents._list, new R.documentReport__closure0(this._getRow, invoice, this.data)); }, - $signature: 54 + $signature: 55 }; R.documentReport__closure0.prototype = { call$1: function($document) { @@ -385127,7 +385494,7 @@ call$2: function(quoteId, quote) { J.forEach$1$ax(quote.documents._list, new R.documentReport__closure(this._getRow, quote, this.data)); }, - $signature: 54 + $signature: 55 }; R.documentReport__closure.prototype = { call$1: function($document) { @@ -385147,7 +385514,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.documentReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; R.documentReport_closure7.prototype = { call$1: function(e) { @@ -385170,19 +385537,19 @@ call$9: function(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState) { return M.expenseReport(userCompany, reportsUIState, expenseMap, expenseCategoryMap, invoiceMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2374 + $signature: 2375 }; M.expenseReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_KYr, e, type$.legacy_ExpenseReportFields); }, - $signature: 2375 + $signature: 2376 }; M.expenseReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2376 + $signature: 2377 }; M.expenseReport_closure1.prototype = { call$1: function(item) { @@ -385194,7 +385561,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.expenseReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; M.expenseReport_closure3.prototype = { call$1: function(e) { @@ -385223,13 +385590,13 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_E34, e, type$.legacy_InvoiceItemReportFields); }, - $signature: 2379 + $signature: 2380 }; D.lineItemReport_closure6.prototype = { call$1: function(element) { return element != null; }, - $signature: 2380 + $signature: 2381 }; D.lineItemReport_closure7.prototype = { call$1: function(item) { @@ -385241,7 +385608,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; D.lineItemReport_closure9.prototype = { call$1: function(e) { @@ -385270,13 +385637,13 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_m5d0, e, type$.legacy_InvoiceReportFields); }, - $signature: 2382 + $signature: 2383 }; X.invoiceReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2383 + $signature: 2384 }; X.invoiceReport_closure1.prototype = { call$1: function(item) { @@ -385288,7 +385655,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.invoiceReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; X.invoiceReport_closure3.prototype = { call$1: function(e) { @@ -385317,43 +385684,43 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_dyC, e, type$.legacy_TaxRateReportFields); }, - $signature: 2386 + $signature: 2387 }; O.taxReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2387 + $signature: 2388 }; O.taxReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 320 + $signature: 321 }; O.taxReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; O.taxReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 320 + $signature: 321 }; O.taxReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 320 + $signature: 321 }; O.taxReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 320 + $signature: 321 }; K.PaymentReportFields.prototype = { toString$0: function(_) { @@ -385364,19 +385731,19 @@ call$6: function(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState) { return K.paymentReport(userCompany, reportsUIState, paymentMap, clientMap, userMap, staticState); }, - $signature: 2389 + $signature: 2390 }; K.paymentReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_Fb0, e, type$.legacy_PaymentReportFields); }, - $signature: 2390 + $signature: 2391 }; K.paymentReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2391 + $signature: 2392 }; K.paymentReport_closure1.prototype = { call$1: function(item) { @@ -385388,7 +385755,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.paymentReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; K.paymentReport_closure3.prototype = { call$1: function(e) { @@ -385417,43 +385784,43 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_QsP, e, type$.legacy_TaxRateReportFields_2); }, - $signature: 2393 + $signature: 2394 }; X.paymentTaxReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2394 + $signature: 2395 }; X.paymentTaxReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 321 + $signature: 322 }; X.paymentTaxReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taxRateReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; X.paymentTaxReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 321 + $signature: 322 }; X.paymentTaxReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 321 + $signature: 322 }; X.paymentTaxReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 321 + $signature: 322 }; N.ProductReportFields.prototype = { toString$0: function(_) { @@ -385464,19 +385831,19 @@ call$6: function(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState) { return N.productReport(userCompany, reportsUIState, productMap, vendorMap, userMap, staticState); }, - $signature: 2396 + $signature: 2397 }; N.productReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_IwX, e, type$.legacy_ProductReportFields); }, - $signature: 2397 + $signature: 2398 }; N.productReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2398 + $signature: 2399 }; N.productReport_closure1.prototype = { call$1: function(item) { @@ -385488,7 +385855,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.productReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; N.productReport_closure3.prototype = { call$1: function(e) { @@ -385511,49 +385878,49 @@ call$9: function(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState) { return K.profitAndLossReport(userCompany, reportsUIState, clientMap, paymentMap, expenseMap, expenseCategoryMap, vendorMap, userMap, staticState); }, - $signature: 2400 + $signature: 2401 }; K.profitAndLossReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_EKR, e, type$.legacy_ProfitAndLossReportFields); }, - $signature: 2401 + $signature: 2402 }; K.profitAndLossReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2402 + $signature: 2403 }; K.profitAndLossReport_closure2.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 322 + $signature: 323 }; K.profitAndLossReport_closure1.prototype = { call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.profitAndLossReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; K.profitAndLossReport_closure3.prototype = { call$1: function(e) { return N.EnumUtils_parse(e); }, - $signature: 322 + $signature: 323 }; K.profitAndLossReport_closure4.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 322 + $signature: 323 }; K.profitAndLossReport_closure5.prototype = { call$1: function(item) { return N.EnumUtils_parse(item); }, - $signature: 322 + $signature: 323 }; T.QuoteItemReportFields.prototype = { toString$0: function(_) { @@ -385570,13 +385937,13 @@ call$1: function(e) { return N.EnumUtils_fromString(C.List_ujV, e, type$.legacy_QuoteItemReportFields); }, - $signature: 2404 + $signature: 2405 }; T.lineItemReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2405 + $signature: 2406 }; T.lineItemReport_closure1.prototype = { call$1: function(item) { @@ -385588,7 +385955,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.lineItemReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; T.lineItemReport_closure3.prototype = { call$1: function(e) { @@ -385611,19 +385978,19 @@ call$7: function(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState) { return Y.quoteReport(userCompany, reportsUIState, quoteMap, clientMap, vendorMap, userMap, staticState); }, - $signature: 2407 + $signature: 2408 }; Y.quoteReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_GbU, e, type$.legacy_QuoteReportFields); }, - $signature: 2408 + $signature: 2409 }; Y.quoteReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2409 + $signature: 2410 }; Y.quoteReport_closure1.prototype = { call$1: function(item) { @@ -385635,7 +386002,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.quoteReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; Y.quoteReport_closure3.prototype = { call$1: function(e) { @@ -385705,7 +386072,7 @@ var t1 = J.getInterceptor$asx(item); return this.columnType === C.ReportColumnType_5 ? this.localization.lookup$1(t1.$index(item, "name")) : t1.$index(item, "name"); }, - $signature: 2412 + $signature: 2413 }; M.ReportCharts_build_closure2.prototype = { call$2: function(item, _) { @@ -385741,7 +386108,7 @@ call$2: function(item, _) { return P.DateTime_tryParse(J.$index$asx(item, "name")); }, - $signature: 2415 + $signature: 2416 }; M.ReportCharts_build_closure8.prototype = { call$2: function(item, _) { @@ -385880,7 +386247,7 @@ t1 = this.localization.get$menuSidebar(); return R.InkWell$(false, _null, true, B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58332_MaterialIcons_null_false, _null, _null), 24, new A.ReportsScreen_build__closure2(context), C.EdgeInsets_8_8_8_8, t1, _null), _null, true, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 393 + $signature: 392 }; A.ReportsScreen_build__closure2.prototype = { call$0: function() { @@ -385915,7 +386282,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(report), _null, _null, _null, _null, _null, _null, _null, _null, _null), report, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A.ReportsScreen_build_closure4.prototype = { call$1: function(date) { @@ -385949,7 +386316,7 @@ columnTitle = J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.getCustomFieldLabel$1(column); return K.DropdownMenuItem$(L.Text$(columnTitle.length === 0 ? this.localization.lookup$1(column) : columnTitle, _null, _null, _null, _null, _null, _null, _null, _null, _null), column, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A.ReportsScreen_build_closure9.prototype = { call$1: function(value) { @@ -385974,7 +386341,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(column), _null, _null, _null, _null, _null, _null, _null, _null, _null), column, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A.ReportsScreen_build_closure18.prototype = { call$0: function() { @@ -386025,7 +386392,7 @@ call$1: function(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 97 + $signature: 96 }; A.ReportsScreen_build_closure14.prototype = { call$0: function() { @@ -386039,7 +386406,7 @@ t1 = this.localization; return B.IconButton$(C.Alignment_0_0, _null, _null, true, L.Icon$(C.IconData_58132_MaterialIcons_null_false, _null, _null), 24, new A.ReportsScreen_build__closure0(context, this.state, this.store), C.EdgeInsets_4_0_20_0, t1.get$history(t1), _null); }, - $signature: 304 + $signature: 303 }; A.ReportsScreen_build__closure0.prototype = { call$0: function() { @@ -386067,7 +386434,7 @@ t1 = this.localization; return T.Expanded$(new D.AppButton(_null, _null, t1.get$columns(t1), new A.ReportsScreen_build__closure(this.$this, context, this.reportResult), _null, _null), 1); }, - $signature: 2416 + $signature: 2417 }; A.ReportsScreen_build__closure.prototype = { call$0: function() { @@ -386083,7 +386450,7 @@ call$1: function(selected) { this.$this.viewModel.onReportColumnsChanged.call$2(this.context, selected); }, - $signature: 97 + $signature: 96 }; A.ReportsScreen_build_closure17.prototype = { call$0: function() { @@ -386198,7 +386565,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 48 + $signature: 53 }; A._ReportDataTableState_initState__closure.prototype = { call$1: function(b) { @@ -386206,7 +386573,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 323 + $signature: 324 }; A._ReportDataTableState_didChangeDependencies_closure.prototype = { call$0: function() { @@ -386220,7 +386587,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this.value], t1, t1)); return b; }, - $signature: 323 + $signature: 324 }; A._ReportDataTableState_dispose_closure.prototype = { call$1: function(i) { @@ -386276,7 +386643,7 @@ else return C.ReportColumnType_0; }, - $signature: 2419 + $signature: 2420 }; A.ReportDataTableSource.prototype = { get$rowCount: function(_) { @@ -386304,7 +386671,7 @@ call$2: function(column, value) { return this.$this.onFilterChanged.call$2(column, value); }, - $signature: 2420 + $signature: 2421 }; A.ReportResult.prototype = { sortedColumns$1: function(reportState) { @@ -386562,7 +386929,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(ageGroup), _null, _null, _null, _null, _null, _null, _null, _null, _null), ageGroup, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A.ReportResult_tableFilters_closure2.prototype = { call$0: function() { @@ -386630,13 +386997,13 @@ t4 = _this.column; return C.JSString_methods.contains$1(t2.$index(row, t1).renderText$2(t3, t4).toLowerCase(), _this._box_0.filter) && J.trim$0$s(t2.$index(row, t1).renderText$2(t3, t4)).length !== 0; }, - $signature: 2421 + $signature: 2422 }; A.ReportResult_tableFilters__closure0.prototype = { call$1: function(row) { return J.$index$asx(row, this.index).renderText$2(this.context, this.column); }, - $signature: 2422 + $signature: 2423 }; A.ReportResult_tableFilters_closure6.prototype = { call$2: function(context, value) { @@ -386733,7 +387100,7 @@ b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal([this.column, this._box_0.filter], t1, t1)); return b; }, - $signature: 323 + $signature: 324 }; A.ReportResult_totalColumns_closure.prototype = { call$2: function(str1, str2) { @@ -386991,7 +387358,7 @@ call$2: function(context, vm) { return new A.ReportsScreen(vm, null); }, - $signature: 2423 + $signature: 2424 }; L.ReportsScreenVM.prototype = {}; L.ReportsScreenVM_fromStore_closure2.prototype = { @@ -387002,7 +387369,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2424 + $signature: 2425 }; L.ReportsScreenVM_fromStore_closure3.prototype = { call$2: function(index, ascending) { @@ -387012,7 +387379,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 395 + $signature: 394 }; L.ReportsScreenVM_fromStore_closure1.prototype = { call$2: function(context, filterMap) { @@ -387041,7 +387408,7 @@ completer = O.snackBarCompleter(context, L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization).get$savedSettings(), false, type$.Null); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveUserSettingsRequest(completer, user)); }, - $signature: 2426 + $signature: 2427 }; L.ReportsScreenVM_fromStore__closure7.prototype = { call$1: function(b) { @@ -387055,7 +387422,7 @@ b.get$columns(b).replace$1(0, D.BuiltList_BuiltList$from(this.columns, type$.legacy_String)); return b; }, - $signature: 475 + $signature: 476 }; L.ReportsScreenVM_fromStore__closure8.prototype = { call$1: function(b) { @@ -387066,7 +387433,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 91 + $signature: 94 }; L.ReportsScreenVM_fromStore__closure9.prototype = { call$1: function(b) { @@ -387077,7 +387444,7 @@ t1._company_model$_$v = t2; return b; }, - $signature: 77 + $signature: 73 }; L.ReportsScreenVM_fromStore_closure4.prototype = { call$7$chart$customEndDate$customStartDate$group$report$selectedGroup$subgroup: function(chart, customEndDate, customStartDate, group, report, selectedGroup, subgroup) { @@ -387109,7 +387476,7 @@ $defaultValues: function() { return {chart: null, customEndDate: null, customStartDate: null, group: null, report: null, selectedGroup: null, subgroup: null}; }, - $signature: 2427 + $signature: 2428 }; L.ReportsScreenVM_fromStore__closure.prototype = { call$0: function() { @@ -387204,7 +387571,7 @@ t2 = t1.csvData; t1.csvData = C.JSString_methods.substring$2(t2, 0, t2.length - 1); }, - $signature: 2428 + $signature: 2429 }; L.ReportsScreenVM_fromStore__closure3.prototype = { call$1: function(column) { @@ -387249,7 +387616,7 @@ call$5: function(reportResult, reportUIState, reportSettings, currencyMap, company) { return L.calculateReportTotals(company, currencyMap, reportResult, reportSettings, reportUIState); }, - $signature: 2429 + $signature: 2430 }; L.calculateReportTotals_closure.prototype = { call$2: function(rowA, rowB) { @@ -387279,19 +387646,19 @@ call$10: function(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState) { return E.taskReport(userCompany, reportsUIState, taskMap, invoiceMap, groupMap, clientMap, taskStatusMap, userMap, projectMap, staticState); }, - $signature: 2430 + $signature: 2431 }; E.taskReport_closure.prototype = { call$1: function(e) { return N.EnumUtils_fromString(C.List_7BT, e, type$.legacy_TaskReportFields); }, - $signature: 2431 + $signature: 2432 }; E.taskReport_closure0.prototype = { call$1: function(element) { return element != null; }, - $signature: 2432 + $signature: 2433 }; E.taskReport_closure1.prototype = { call$1: function(item) { @@ -387303,7 +387670,7 @@ call$2: function(rowA, rowB) { return A.sortReportTableRows(rowA, rowB, this.taskReportSettings, this.selectedColumns); }, - $signature: 83 + $signature: 86 }; E.taskReport_closure3.prototype = { call$1: function(e) { @@ -387400,7 +387767,7 @@ t10 = $.$get$_AccountManagementState__formKey(); t9 = _this._account_management$_focusNode; t8 = _this._account_management$_controller; - t1 = H.setRuntimeTypeInfo([Y.FormCard$(_null, J.map$1$1$ax(C.Map_2VqnS.get$keys(C.Map_2VqnS), new O._AccountManagementState_build_closure(t1, company, context, viewModel), type$.legacy_CheckboxListTile).toList$0(0), _null, 4, false, _null, false, _null)], t12); + t1 = H.setRuntimeTypeInfo([Y.FormCard$(_null, J.map$1$1$ax(C.Map_yXX0S.get$keys(C.Map_yXX0S), new O._AccountManagementState_build_closure(t1, company, context, viewModel), type$.legacy_CheckboxListTile).toList$0(0), _null, 4, false, _null, false, _null)], t12); t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, t4), _s28_); if (t6 == null) t6 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, "en"), _s28_); @@ -387457,12 +387824,12 @@ O._AccountManagementState_build_closure.prototype = { call$1: function(module) { var _this = this, _null = null, - t1 = L.Text$(_this.localization.lookup$1(C.Map_2VqnS.$index(0, module)), _null, _null, _null, _null, _null, _null, _null, _null, _null), + t1 = L.Text$(_this.localization.lookup$1(C.Map_yXX0S.$index(0, module)), _null, _null, _null, _null, _null, _null, _null, _null, _null), t2 = _this.company, t3 = t2.enabledModules; return D.CheckboxListTile$(K.Theme_of(_this.context).accentColor, _null, C.ListTileControlAffinity_0, _null, _null, new O._AccountManagementState_build__closure2(t2, module, _this.viewModel), t1, (t3 & module) >>> 0 !== 0); }, - $signature: 2434 + $signature: 2435 }; O._AccountManagementState_build__closure2.prototype = { call$1: function(value) { @@ -387476,7 +387843,7 @@ t1.enabledModules = (enabledModules ^ t3) >>> 0; this.viewModel.onCompanyChanged.call$1(t2.rebuild$1(new O._AccountManagementState_build___closure(t1))); }, - $signature: 20 + $signature: 21 }; O._AccountManagementState_build___closure.prototype = { call$1: function(b) { @@ -387516,13 +387883,13 @@ call$1: function(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountManagementState_build__closure(value))); }, - $signature: 20 + $signature: 21 }; O._AccountManagementState_build__closure.prototype = { call$1: function(b) { return b.get$_company_model$_$this()._oauthPasswordRequired = this.value; }, - $signature: 2435 + $signature: 2436 }; O._AccountOverview.prototype = { build$1: function(_, context) { @@ -387702,7 +388069,7 @@ } return stats; }, - $signature: 147 + $signature: 144 }; O._AccountOverview_build_closure.prototype = { call$0: function() { @@ -387716,7 +388083,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure4(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure4.prototype = { call$1: function(b) { @@ -387729,7 +388096,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure3(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure3.prototype = { call$1: function(b) { @@ -387742,7 +388109,7 @@ call$1: function(value) { this.$this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new O._AccountOverview_build__closure2(value))); }, - $signature: 20 + $signature: 21 }; O._AccountOverview_build__closure2.prototype = { call$1: function(b) { @@ -387804,7 +388171,7 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; O._AccountOverview_build___closure2.prototype = { call$1: function(response) { @@ -387877,7 +388244,7 @@ call$2: function(password, idToken) { this.$this.viewModel.onPurgeData.call$3(this.context, password, idToken); }, - $signature: 48 + $signature: 53 }; O._AccountOverview_build_closure10.prototype = { call$0: function() { @@ -387913,7 +388280,7 @@ call$2: function(password, idToken) { this.$this.viewModel.onCompanyDelete.call$3(this.context, password, idToken); }, - $signature: 48 + $signature: 53 }; O.__AccountManagementState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -387940,7 +388307,7 @@ call$2: function(context, viewModel) { return new O.AccountManagement(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2436 + $signature: 2437 }; A.AccountManagementVM.prototype = { get$company: function() { @@ -387951,7 +388318,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; A.AccountManagementVM_fromStore_closure1.prototype = { call$3: function(context, password, idToken) { @@ -387969,7 +388336,7 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; A.AccountManagementVM_fromStore__closure0.prototype = { call$1: function(value) { @@ -388023,7 +388390,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.AccountManagementVM_fromStore_closure.prototype = { call$1: function(context) { @@ -388159,7 +388526,7 @@ call$2: function(context, viewModel) { return new V.BuyNowButtons(null); }, - $signature: 2439 + $signature: 2440 }; B.BuyNowButtonsVM.prototype = {}; S.ClientPortal.prototype = { @@ -388635,7 +389002,7 @@ call$1: function(value) { return this.$this._validateSubdomain$0(); }, - $signature: 57 + $signature: 58 }; S._ClientPortalState_build_closure2.prototype = { call$1: function(val) { @@ -388838,7 +389205,7 @@ call$2: function(context, viewModel) { return new S.ClientPortal(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2440 + $signature: 2441 }; A.ClientPortalVM.prototype = { get$company: function() { @@ -388849,13 +389216,13 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 442 + $signature: 441 }; A.ClientPortalVM_fromStore_closure0.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; A.ClientPortalVM_fromStore_closure.prototype = { call$1: function(context) { @@ -389217,7 +389584,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(J.$index$asx(this.state.staticState.sizeMap._map$_map, sizeId).name, _null, _null, _null, _null, _null, _null, _null, _null, _null), sizeId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A._CompanyDetailsState_build_closure1.prototype = { call$1: function(sizeId) { @@ -389280,7 +389647,7 @@ t2.push(T.Expanded$(new D.AppButton(_null, C.IconData_57717_MaterialIcons_null_false, t1, new A._CompanyDetailsState_build__closure9(_this.viewModel, context), 1 / 0, _null), 1)); return T.Row$(t2, C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null); }, - $signature: 2442 + $signature: 2443 }; A._CompanyDetailsState_build__closure8.prototype = { call$0: function() { @@ -389340,7 +389707,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A._CompanyDetailsState_build_closure7.prototype = { call$1: function(paymentType) { @@ -389365,7 +389732,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A._CompanyDetailsState_build_closure9.prototype = { call$1: function(numDays) { @@ -389390,7 +389757,7 @@ paymentTerm = J.$index$asx(J.$index$asx(t1.userCompanyStates._list, t2).paymentTermState.map._map$_map, paymentTermId); return K.DropdownMenuItem$(L.Text$(paymentTerm.name, _null, _null, _null, _null, _null, _null, _null, _null, _null), C.JSInt_methods.toString$0(paymentTerm.numDays), type$.legacy_String); }, - $signature: 35 + $signature: 34 }; A._CompanyDetailsState_build_closure11.prototype = { call$1: function(numDays) { @@ -389485,13 +389852,13 @@ call$1: function(path) { return this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; A._CompanyDetailsState_build_closure19.prototype = { call$3: function($document, password, idToken) { return this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; A.__CompanyDetailsState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -389518,7 +389885,7 @@ call$2: function(context, viewModel) { return new A.CompanyDetails(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2443 + $signature: 2444 }; A.CompanyDetailsVM.prototype = { get$company: function() { @@ -389529,13 +389896,13 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 442 + $signature: 441 }; A.CompanyDetailsVM_fromStore_closure0.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; A.CompanyDetailsVM_fromStore_closure3.prototype = { call$1: function(context) { @@ -389573,7 +389940,7 @@ b.get$settings().get$_settings_model$_$this()._companyLogo = null; return b; }, - $signature: 406 + $signature: 405 }; A.CompanyDetailsVM_fromStore__closure4.prototype = { call$1: function(b) { @@ -389638,7 +390005,7 @@ completer = O.snackBarCompleter(context, t1, false, type$.Null); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UploadLogoRequest(completer, multipartFile, type)); }, - $signature: 87 + $signature: 83 }; A.CompanyDetailsVM_fromStore_closure4.prototype = { call$1: function(context) { @@ -389661,7 +390028,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; A.CompanyDetailsVM_fromStore__closure0.prototype = { call$1: function(client) { @@ -389679,7 +390046,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; A.CompanyDetailsVM_fromStore_closure6.prototype = { call$4: function(context, $document, password, idToken) { @@ -389692,13 +390059,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; A.CompanyDetailsVM_fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new M.RefreshData(null, false, false, false)); }, - $signature: 95 + $signature: 90 }; X.CreditCardsAndBanks.prototype = { createState$0: function() { @@ -389779,7 +390146,7 @@ call$2: function(context, viewModel) { return new X.CreditCardsAndBanks(null); }, - $signature: 2444 + $signature: 2445 }; F.CreditCardsAndBanksVM.prototype = {}; S.CustomFields.prototype = { @@ -389878,7 +390245,7 @@ if (J.$index$asx(t2._list, t1).userCompany.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 209 + $signature: 210 }; S.CustomFieldsSettings.prototype = { build$1: function(_, context) { @@ -390148,7 +390515,7 @@ call$1: function(value) { return null; }, - $signature: 20 + $signature: 21 }; S._CustomFormFieldState_build_closure0.prototype = { call$0: function() { @@ -390200,7 +390567,7 @@ call$2: function(context, viewModel) { return new S.CustomFields(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2445 + $signature: 2446 }; M.CustomFieldsVM.prototype = { get$company: function() { @@ -390211,7 +390578,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; M.CustomFieldsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -390310,7 +390677,7 @@ call$2: function(context, viewModel) { return new V.DataVisualizations(null); }, - $signature: 2446 + $signature: 2447 }; M.DataVisualizationsVM.prototype = {}; R.DeviceSettings.prototype = { @@ -390472,33 +390839,33 @@ var t1 = value ? C.AppLayout_mobile : C.AppLayout_desktop; this.viewModel.onLayoutChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure0.prototype = { call$1: function(value) { var t1 = value ? C.AppSidebarMode_float : C.AppSidebarMode_collapse; this.viewModel.onMenuModeChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure1.prototype = { call$1: function(value) { var t1 = value ? C.AppSidebarMode_float : C.AppSidebarMode_visible; this.viewModel.onHistoryModeChanged.call$2(this.context, t1); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure2.prototype = { call$1: function(value) { this.viewModel.onPreviewSidebarChanged.call$2(this.context, value); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure3.prototype = { call$1: function(value) { this.viewModel.onLongPressSelectionIsDefault.call$2(this.context, !value); }, - $signature: 20 + $signature: 21 }; R._DeviceSettingsState_build_closure4.prototype = { call$1: function(value) { @@ -390511,7 +390878,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; R._DeviceSettingsState_build_closure6.prototype = { call$2: function(context, snapshot) { @@ -390526,7 +390893,7 @@ } else return T.SizedBox$(_null, _null, _null); }, - $signature: 2447 + $signature: 2448 }; R._DeviceSettingsState_build__closure7.prototype = { call$1: function(value) { @@ -390546,7 +390913,7 @@ t1 = this.localization; return Q.ListTile$(false, _null, _null, true, false, _null, L.Icon$(C.IconData_58644_MaterialIcons_null_false, _null, _null), _null, new R._DeviceSettingsState_build__closure5(this.viewModel, context), false, _null, _null, new E.LiveText(_null, new R._DeviceSettingsState_build__closure6(t1, this.state), _null, _null), _null, L.Text$(t1.get$refreshData(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null); }, - $signature: 2448 + $signature: 2449 }; R._DeviceSettingsState_build__closure6.prototype = { call$0: function() { @@ -390558,7 +390925,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 147 + $signature: 144 }; R._DeviceSettingsState_build__closure5.prototype = { call$0: function() { @@ -390590,7 +390957,7 @@ var _null = null; return K.DropdownMenuItem$(T.Row$(H.setRuntimeTypeInfo([T.SizedBox$(L.Text$(A.toTitleCase(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, 120), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorInfo, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorPrimary, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorSuccess, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorWarning, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1), T.Expanded$(M.Container$(_null, _null, C.Clip_0, $.$get$colorThemesMap().$index(0, key).colorDanger, _null, _null, _null, 50, _null, _null, _null, _null, _null, _null), 1)], type$.JSArray_legacy_Widget), C.CrossAxisAlignment_2, C.MainAxisAlignment_0, C.MainAxisSize_1, _null), key, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; R._DeviceSettingsState_build_closure12.prototype = { call$1: function(value) { @@ -390614,7 +390981,7 @@ J.clear$0$ax(b.get$_safeMap()); return b; }, - $signature: 323 + $signature: 324 }; R._DeviceSettingsState_build__closure3.prototype = { call$1: function(b) { @@ -390622,7 +390989,7 @@ t2 = type$.legacy_String; return b.addAll$1(0, P.LinkedHashMap_LinkedHashMap$_literal(["sidebar_active_background_color", "#444444", "sidebar_active_font_color", "#FFFFFF", "sidebar_inactive_background_color", "#2F2F2F", "sidebar_inactive_font_color", "#FFFFFF", "invoice_header_background_color", "#777777", "invoice_header_font_color", "#FFFFFF", "table_alternate_row_background_color", t1], t2, t2)); }, - $signature: 2449 + $signature: 2450 }; R._DeviceSettingsState_build_closure14.prototype = { call$1: function(selector) { @@ -390631,7 +390998,7 @@ t2 = _this.prefState; return A.FormColorPicker$(J.$index$asx(t2.customColors._map$_map, selector), t1, new R._DeviceSettingsState_build__closure1(_this.viewModel, _this.context, t2, selector)); }, - $signature: 2450 + $signature: 2451 }; R._DeviceSettingsState_build__closure1.prototype = { call$1: function(value) { @@ -390736,7 +391103,7 @@ call$2: function(context, viewModel) { return new R.DeviceSettings(viewModel, null); }, - $signature: 2452 + $signature: 2453 }; L.DeviceSettingsVM.prototype = {}; L.DeviceSettingsVM_fromStore_closure.prototype = { @@ -390787,7 +391154,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 443 + $signature: 442 }; L.DeviceSettingsVM_fromStore_closure8.prototype = { call$2: function(context, value) { @@ -390812,7 +391179,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 443 + $signature: 442 }; L.DeviceSettingsVM_fromStore_closure5.prototype = { call$2: function(context, value) { @@ -390906,7 +391273,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2455 + $signature: 2456 }; L.DeviceSettingsVM_fromStore_closure3.prototype = { call$2: function(context, value) { @@ -390924,7 +391291,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2457 + $signature: 2458 }; L.DeviceSettingsVM_fromStore_closure4.prototype = { call$2: function(context, value) { @@ -390958,7 +391325,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 2458 + $signature: 2459 }; L.DeviceSettingsVM_fromStore__closure.prototype = { call$1: function(duration) { @@ -390968,7 +391335,7 @@ else J.$index$asx(t1.get$_dispatchers(), 0).call$1(new M.ViewMainScreen()); }, - $signature: 45 + $signature: 44 }; L.DeviceSettingsVM_fromStore_closure9.prototype = { call$2: function(context, value) { @@ -391032,7 +391399,7 @@ }); return P._asyncStartSync($async$call$2, $async$completer); }, - $signature: 443 + $signature: 442 }; L.DeviceSettingsVM_fromStore_closure12.prototype = { call$0: function() { @@ -391385,7 +391752,7 @@ } return K.DropdownMenuItem$(L.Text$(timeLabel, _null, _null, _null, _null, _null, _null, _null, _null, _null), hour, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; N._EmailSettingsState_build_closure6.prototype = { call$1: function(value) { @@ -391436,14 +391803,14 @@ call$2: function(context, viewModel) { return new N.EmailSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2459 + $signature: 2460 }; D.EmailSettingsVM.prototype = {}; D.EmailSettingsVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; D.EmailSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -391630,7 +391997,7 @@ call$2: function(context, viewModel) { return new F.ExpenseSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2461 + $signature: 2462 }; N.ExpenseSettingsVM.prototype = { get$company: function() { @@ -391641,7 +392008,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; N.ExpenseSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -391848,7 +392215,7 @@ if (this.company.isModuleEnabled$1(entityType)) ++this._box_0.tabs; }, - $signature: 209 + $signature: 210 }; F._GeneratedNumbersState_dispose_closure.prototype = { call$1: function(controller) { @@ -391906,7 +392273,7 @@ t1 = ""; return new M.ErrorDialog(H.stringReplaceAllUnchecked(t1, ":", "$"), false, null); }, - $signature: 21 + $signature: 20 }; F._GeneratedNumbersState_build_closure0.prototype = { call$1: function(value) { @@ -391926,7 +392293,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(C.JSString_methods.$mul("0", value - 1) + "1", _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; F._GeneratedNumbersState_build_closure1.prototype = { call$1: function(value) { @@ -391985,7 +392352,7 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 444 + $signature: 443 }; F._GeneratedNumbersState_build_closure6.prototype = { call$1: function(value) { @@ -392004,7 +392371,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure8(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure8.prototype = { call$1: function(b) { @@ -392018,7 +392385,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure7(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure7.prototype = { call$1: function(b) { @@ -392032,7 +392399,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure6(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure6.prototype = { call$1: function(b) { @@ -392046,7 +392413,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure5(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure5.prototype = { call$1: function(b) { @@ -392060,7 +392427,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure4(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure4.prototype = { call$1: function(b) { @@ -392074,7 +392441,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure3(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure3.prototype = { call$1: function(b) { @@ -392088,7 +392455,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure2(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure2.prototype = { call$1: function(b) { @@ -392102,7 +392469,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure1(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure1.prototype = { call$1: function(b) { @@ -392116,7 +392483,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure0(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure0.prototype = { call$1: function(b) { @@ -392130,7 +392497,7 @@ call$2: function(counter, pattern) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new F._GeneratedNumbersState_build__closure(counter, pattern))); }, - $signature: 82 + $signature: 79 }; F._GeneratedNumbersState_build__closure.prototype = { call$1: function(b) { @@ -392315,7 +392682,7 @@ call$2: function(context, viewModel) { return new F.GeneratedNumbers(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2463 + $signature: 2464 }; F.GeneratedNumbersVM.prototype = { get$company: function() { @@ -392326,7 +392693,7 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; F.GeneratedNumbersVM_fromStore_closure.prototype = { call$1: function(context) { @@ -392417,26 +392784,26 @@ t1.add$1(0, P.LinkedHashSet_LinkedHashSet$_literal([M.showToast(this.localization.get$startedImport())], type$.legacy_ToastFuture)); return t1; }, - $signature: 2464 + $signature: 2465 }; D._ImportExportState_build__closure3.prototype = { call$0: function() { return this.$this._import_export$_response = this.response; }, - $signature: 2465 + $signature: 2466 }; D._ImportExportState_build_closure.prototype = { call$1: function(importType) { var t1 = this.$this; return t1.setState$1(new D._ImportExportState_build__closure4(t1, importType)); }, - $signature: 2466 + $signature: 2467 }; D._ImportExportState_build__closure4.prototype = { call$0: function() { return this.$this._import_export$_importType = this.importType; }, - $signature: 2467 + $signature: 2468 }; D._ImportExportState_build_closure1.prototype = { call$0: function() { @@ -392728,7 +393095,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(H.S(importType)), _null, _null, _null, _null, _null, _null, _null, _null, _null), importType, type$.legacy_ImportType); }, - $signature: 2469 + $signature: 2470 }; D._FileImportState_build_closure1.prototype = { call$0: function() { @@ -392777,7 +393144,7 @@ var t1 = this.$this; return t1.setState$1(new D._FileImportState_build__closure0(t1, value)); }, - $signature: 37 + $signature: 38 }; D._FileImportState_build__closure0.prototype = { call$0: function() { @@ -392790,7 +393157,7 @@ var t1 = this.$this; return t1.setState$1(new D._FileImportState_build__closure(t1, value)); }, - $signature: 37 + $signature: 38 }; D._FileImportState_build__closure.prototype = { call$0: function() { @@ -392913,7 +393280,7 @@ var t1 = this.$this; return t1.setState$1(new D.__FileMapperState_build__closure3(t1, value)); }, - $signature: 37 + $signature: 38 }; D.__FileMapperState_build__closure3.prototype = { call$0: function() { @@ -393046,7 +393413,7 @@ C.JSArray_methods.addAll$1(t1, J.map$1$1$ax(this.sorted._copy_on_write_list$_list, new D._FieldMapper_build__closure0(this.localization), type$.legacy_Text).toList$0(0)); return t1; }, - $signature: 2470 + $signature: 2471 }; D._FieldMapper_build__closure0.prototype = { call$1: function(field) { @@ -393055,7 +393422,7 @@ t1.toString; return L.Text$(this.localization.lookup$1(H.stringReplaceAllUnchecked(t1, "_id", "")), _null, _null, _null, _null, _null, _null, _null, _null, _null); }, - $signature: 2471 + $signature: 2472 }; D._FieldMapper_build_closure2.prototype = { call$1: function(value) { @@ -393091,7 +393458,7 @@ fieldType = t1.lookup$1(C.JSArray_methods.get$first(field.split("."))); return K.DropdownMenuItem$(L.Text$(H.S(fieldLabel) + " - " + H.S(fieldType), _null, 1, C.TextOverflow_2, _null, _null, _null, _null, _null, _null), field, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; N.ImportExportScreen.prototype = { build$1: function(_, context) { @@ -393103,7 +393470,7 @@ call$2: function(context, viewModel) { return new D.ImportExport(null); }, - $signature: 2472 + $signature: 2473 }; N.ImportExportVM.prototype = {}; Z.InvoiceDesign.prototype = { @@ -393350,7 +393717,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(pageLayout), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageLayout, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; Z._InvoiceDesignState_build_closure4.prototype = { call$1: function(value) { @@ -393370,7 +393737,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(pageSize), _null, _null, _null, _null, _null, _null, _null, _null, _null), pageSize, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; Z._InvoiceDesignState_build_closure6.prototype = { call$1: function(value) { @@ -393393,7 +393760,7 @@ t2 = fontSize === 0 ? T.SizedBox$(_null, _null, _null) : L.Text$(H.S(fontSize), _null, _null, _null, _null, _null, _null, _null, _null, _null); return K.DropdownMenuItem$(t2, t1, type$.legacy_String); }, - $signature: 422 + $signature: 421 }; Z._InvoiceDesignState_build_closure8.prototype = { call$1: function(font) { @@ -393492,7 +393859,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("client_details", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure19.prototype = { call$1: function(field) { @@ -393510,7 +393877,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_details", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure22.prototype = { call$1: function(field) { @@ -393528,7 +393895,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("company_address", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure25.prototype = { call$1: function(field) { @@ -393552,7 +393919,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("invoice_details", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure29.prototype = { call$1: function(field) { @@ -393576,7 +393943,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("quote_details", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure33.prototype = { call$1: function(field) { @@ -393600,7 +393967,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("credit_details", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure37.prototype = { call$1: function(field) { @@ -393618,7 +393985,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("product_columns", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure40.prototype = { call$1: function(field) { @@ -393636,7 +394003,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("task_columns", values)); }, - $signature: 97 + $signature: 96 }; Z._InvoiceDesignState_build_closure43.prototype = { call$1: function(field) { @@ -393654,7 +394021,7 @@ call$1: function(values) { this.viewModel.onSettingsChanged.call$1(this.settings.setFieldsForSection$2("total_columns", values)); }, - $signature: 97 + $signature: 96 }; Z.__InvoiceDesignState_State_SingleTickerProviderStateMixin.prototype = { dispose$0: function(_) { @@ -393681,7 +394048,7 @@ call$2: function(context, viewModel) { return new Z.InvoiceDesign(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2473 + $signature: 2474 }; B.InvoiceDesignVM.prototype = { get$company: function() { @@ -393692,7 +394059,7 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; B.InvoiceDesignVM_fromStore_closure0.prototype = { call$1: function(context) { @@ -394002,7 +394369,7 @@ call$1: function(value) { this.viewModel.onCompanyChanged.call$1(this.company.rebuild$1(new G._LocalizationSettingsState_build__closure5(value))); }, - $signature: 20 + $signature: 21 }; G._LocalizationSettingsState_build__closure5.prototype = { call$1: function(b) { @@ -394029,14 +394396,14 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(month), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 444 + $signature: 443 }; G._LocalizationSettingsState_build_closure10.prototype = { call$1: function(key) { var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(key), _null, _null, _null, _null, _null, _null, _null, _null, _null), key, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; G._LocalizationSettingsState_build_closure11.prototype = { call$1: function(value) { @@ -394136,7 +394503,7 @@ call$2: function(context, viewModel) { return new G.LocalizationSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2474 + $signature: 2475 }; B.LocalizationSettingsVM.prototype = { get$company: function() { @@ -394147,13 +394514,13 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; B.LocalizationSettingsVM_fromStore_closure.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; B.LocalizationSettingsVM_fromStore_closure1.prototype = { call$1: function(context) { @@ -394211,7 +394578,7 @@ call$1: function(value) { return this.appBuilder.rebuild$0(); }, - $signature: 80 + $signature: 82 }; V.OnlinePayments.prototype = { createState$0: function() { @@ -394396,7 +394763,7 @@ call$2: function(context, viewModel) { return new V.OnlinePayments(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2475 + $signature: 2476 }; B.OnlinePaymentsVM.prototype = { get$company: function() { @@ -394407,7 +394774,7 @@ call$1: function(settings) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 442 + $signature: 441 }; B.OnlinePaymentsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -394626,7 +394993,7 @@ call$2: function(context, viewModel) { return new L.ProductSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2476 + $signature: 2477 }; G.ProductSettingsVM.prototype = { get$company: function() { @@ -394637,7 +395004,7 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; G.ProductSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -394852,7 +395219,7 @@ call$2: function(context, viewModel) { return new U.SettingsList(viewModel, null); }, - $signature: 2477 + $signature: 2478 }; D.SettingsListVM.prototype = {}; D.SettingsListVM_fromStore_closure.prototype = { @@ -394868,7 +395235,7 @@ }, "call*": "call$3", $requiredArgCount: 3, - $signature: 2478 + $signature: 2479 }; D.SettingsListVM_fromStore_closure2.prototype = { call$0: function() { @@ -394917,7 +395284,7 @@ call$2: function(context, vm) { return new A.SettingsScreen(null); }, - $signature: 2479 + $signature: 2480 }; L.SettingsScreenVM.prototype = {}; X.SettingsWizard.prototype = { @@ -395207,7 +395574,7 @@ t1 = J.$index$asx(t2._list, t5).userCompany.user.rebuild$1(new X._SettingsWizardState__onSavePressed__closure2(t1)); J.$index$asx(t4.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(new P._AsyncCompleter(t3, type$._AsyncCompleter_Null), t1, password, idToken)); }, - $signature: 48 + $signature: 53 }; X._SettingsWizardState__onSavePressed__closure.prototype = { call$1: function(value) { @@ -395229,7 +395596,7 @@ call$1: function(value) { return this.navigator.pop$0(0); }, - $signature: 207 + $signature: 208 }; X._SettingsWizardState__onSavePressed___closure1.prototype = { call$1: function(error) { @@ -395291,7 +395658,7 @@ b.get$_user_model$_$this()._lastName = t1; return b; }, - $signature: 77 + $signature: 73 }; X._SettingsWizardState_build_closure.prototype = { call$1: function(value) { @@ -395316,7 +395683,7 @@ var t1 = this.$this; return t1.setState$1(new X._SettingsWizardState_build__closure1(t1, currency)); }, - $signature: 183 + $signature: 185 }; X._SettingsWizardState_build__closure1.prototype = { call$0: function() { @@ -395324,7 +395691,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_currencyId = t1; }, - $signature: 147 + $signature: 144 }; X._SettingsWizardState_build_closure3.prototype = { call$1: function(value) { @@ -395340,7 +395707,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompanyLanguage(t1)); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 44 + $signature: 45 }; X._SettingsWizardState_build__closure0.prototype = { call$0: function() { @@ -395348,7 +395715,7 @@ t1 = t1 == null ? null : t1.get$id(t1); return this.$this._settings_wizard$_languageId = t1; }, - $signature: 147 + $signature: 144 }; X._SettingsWizardState_build_closure5.prototype = { call$1: function(value) { @@ -395365,7 +395732,7 @@ t3 = this.state.prefState.enableDarkMode; return E.ToggleButtons$(t1, new S.BoxConstraints(t2, t2, 40, 40), H.setRuntimeTypeInfo([!t3, t3], type$.JSArray_legacy_bool), new X._SettingsWizardState_build__closure(this.store, context)); }, - $signature: 2480 + $signature: 2481 }; X._SettingsWizardState_build__closure.prototype = { call$1: function(index) { @@ -395377,7 +395744,7 @@ J.$index$asx(this.store.get$_dispatchers(), 0).call$1(t1); this.context.findAncestorStateOfType$1$0(type$.legacy_AppBuilderState).rebuild$0(); }, - $signature: 108 + $signature: 106 }; X._SettingsWizardState_build_closure8.prototype = { call$1: function(value) { @@ -395397,7 +395764,7 @@ call$1: function(value) { return this.$this._settings_wizard$_validateSubdomain$0(); }, - $signature: 57 + $signature: 58 }; X._SettingsWizardState_build_closure9.prototype = { call$0: function() { @@ -395649,7 +396016,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; L._TaskSettingsState_build_closure7.prototype = { call$0: function() { @@ -395667,7 +396034,7 @@ call$2: function(context, viewModel) { return new L.TaskSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2481 + $signature: 2482 }; F.TaskSettingsVM.prototype = { get$company: function() { @@ -395678,13 +396045,13 @@ call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; F.TaskSettingsVM_fromStore_closure1.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; F.TaskSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -395840,7 +396207,7 @@ call$1: function(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new N._TaxSettingsState_build__closure1(taxRate))); }, - $signature: 79 + $signature: 78 }; N._TaxSettingsState_build__closure1.prototype = { call$1: function(b) { @@ -395857,7 +396224,7 @@ call$1: function(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new N._TaxSettingsState_build__closure0(taxRate))); }, - $signature: 79 + $signature: 78 }; N._TaxSettingsState_build__closure0.prototype = { call$1: function(b) { @@ -395874,7 +396241,7 @@ call$1: function(taxRate) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new N._TaxSettingsState_build__closure(taxRate))); }, - $signature: 79 + $signature: 78 }; N._TaxSettingsState_build__closure.prototype = { call$1: function(b) { @@ -395926,7 +396293,7 @@ call$2: function(context, viewModel) { return new N.TaxSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2482 + $signature: 2483 }; A.TaxSettingsVM.prototype = { get$company: function() { @@ -395937,13 +396304,13 @@ call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; A.TaxSettingsVM_fromStore_closure1.prototype = { call$1: function(company) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new E.UpdateCompany(company)); }, - $signature: 129 + $signature: 134 }; A.TaxSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -396310,7 +396677,7 @@ var t1 = this.$this; return t1.setState$1(new L._TemplatesAndRemindersState_build__closure4(t1, this.viewModel, value)); }, - $signature: 80 + $signature: 82 }; L._TemplatesAndRemindersState_build__closure4.prototype = { call$0: function() { @@ -396332,7 +396699,7 @@ return false; return true; }, - $signature: 2483 + $signature: 2484 }; L._TemplatesAndRemindersState_build_closure0.prototype = { call$1: function(item) { @@ -396353,13 +396720,13 @@ $name = t1.get$thirdCustom(); return K.DropdownMenuItem$(L.Text$($name, _null, _null, _null, _null, _null, _null, _null, _null, _null), item, type$.legacy_EmailTemplate); }, - $signature: 2484 + $signature: 2485 }; L._TemplatesAndRemindersState_build_closure2.prototype = { call$5: function(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new L._TemplatesAndRemindersState_build__closure3(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 445 + $signature: 444 }; L._TemplatesAndRemindersState_build__closure3.prototype = { call$1: function(b) { @@ -396377,7 +396744,7 @@ call$5: function(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new L._TemplatesAndRemindersState_build__closure2(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 445 + $signature: 444 }; L._TemplatesAndRemindersState_build__closure2.prototype = { call$1: function(b) { @@ -396395,7 +396762,7 @@ call$5: function(enabled, days, schedule, feeAmount, feePercent) { return this.viewModel.onSettingsChanged.call$1(this.settings.rebuild$1(new L._TemplatesAndRemindersState_build__closure1(enabled, days, schedule, feeAmount, feePercent))); }, - $signature: 445 + $signature: 444 }; L._TemplatesAndRemindersState_build__closure1.prototype = { call$1: function(b) { @@ -396440,7 +396807,7 @@ var _null = null; return new P.MapEntry(id, K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(frequency), _null, _null, _null, _null, _null, _null, _null, _null, _null), id, type$.legacy_String), type$.MapEntry_of_legacy_String_and_legacy_DropdownMenuItem_legacy_String); }, - $signature: 444 + $signature: 443 }; L.ReminderSettings.prototype = { createState$0: function() { @@ -396562,7 +396929,7 @@ t1._templates_and_reminders$_enabled = value; t1._templates_and_reminders$_onChanged$0(); }, - $signature: 20 + $signature: 21 }; L.EmailPreview.prototype = { build$1: function(_, context) { @@ -396602,14 +396969,14 @@ call$2: function(context, viewModel) { return new L.TemplatesAndReminders(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2486 + $signature: 2487 }; F.TemplatesAndRemindersVM.prototype = {}; F.TemplatesAndRemindersVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; F.TemplatesAndRemindersVM_fromStore_closure.prototype = { call$1: function(template) { @@ -396844,7 +397211,7 @@ b.get$_user_model$_$this()._password = t1; return b; }, - $signature: 77 + $signature: 73 }; K._UserDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -396972,7 +397339,7 @@ call$1: function(context) { return new K._EnableTwoFactor(this.viewModel.state, null); }, - $signature: 2487 + $signature: 2488 }; K._UserDetailsState_build_closure5.prototype = { call$1: function(value) { @@ -396989,7 +397356,7 @@ t1.get$_company_model$_$this()._accentColor = t2; return b; }, - $signature: 77 + $signature: 73 }; K._UserDetailsState_build_closure7.prototype = { call$1: function(value) { @@ -397002,40 +397369,40 @@ b.get$userCompany().get$settings().get$_company_model$_$this()._numberYearsActive = this.value; return b; }, - $signature: 77 + $signature: 73 }; K._UserDetailsState_build_closure6.prototype = { call$1: function(value) { var _null = null; return K.DropdownMenuItem$(L.Text$(H.S(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_int); }, - $signature: 157 + $signature: 178 }; K._UserDetailsState_build_closure8.prototype = { call$1: function(value) { this.$this._widget.viewModel.onChanged.call$1(this.user.rebuild$1(new K._UserDetailsState_build__closure1(value))); }, - $signature: 20 + $signature: 21 }; K._UserDetailsState_build__closure1.prototype = { call$1: function(b) { b.get$userCompany().get$settings().get$_company_model$_$this()._includeDeletedClients = this.value; return b; }, - $signature: 77 + $signature: 73 }; K._UserDetailsState_build_closure9.prototype = { call$2: function(channel, options) { this.viewModel.onChanged.call$1(this.user.rebuild$1(new K._UserDetailsState_build__closure0(channel, options))); }, - $signature: 446 + $signature: 445 }; K._UserDetailsState_build__closure0.prototype = { call$1: function(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, D.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 77 + $signature: 73 }; K._EnableTwoFactor.prototype = { createState$0: function() { @@ -397234,7 +397601,7 @@ call$2: function(context, viewModel) { return new K.UserDetails(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2489 + $signature: 2490 }; M.UserDetailsVM.prototype = { get$user: function() { @@ -397245,7 +397612,7 @@ call$1: function(user) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateUserSettings(user)); }, - $signature: 2490 + $signature: 2491 }; M.UserDetailsVM_fromStore_closure3.prototype = { call$1: function(context) { @@ -397274,14 +397641,14 @@ t1 = J.$index$asx(t2.userCompanyStates._list, t1).userCompany.user.rebuild$1(new M.UserDetailsVM_fromStore____closure()); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(completer, t1, password, idToken)); }, - $signature: 48 + $signature: 53 }; M.UserDetailsVM_fromStore____closure.prototype = { call$1: function(b) { b.get$_user_model$_$this()._oauthUserToken = ""; return b; }, - $signature: 77 + $signature: 73 }; M.UserDetailsVM_fromStore_closure4.prototype = { call$1: function(context) { @@ -397302,7 +397669,7 @@ call$2: function(password, idToken) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.DisableTwoFactorRequest(this.completer, password, idToken)); }, - $signature: 48 + $signature: 53 }; M.UserDetailsVM_fromStore_closure2.prototype = { call$1: function(context) { @@ -397339,7 +397706,7 @@ t2 = J.$index$asx(t3.userCompanyStates._list, t2).userCompany.user.rebuild$1(new M.UserDetailsVM_fromStore____closure1()); J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(completer, t2, password, idToken)); }, - $signature: 48 + $signature: 53 }; M.UserDetailsVM_fromStore____closure0.prototype = { call$1: function(value) { @@ -397352,7 +397719,7 @@ b.get$_user_model$_$this()._oauthProvider = ""; return b; }, - $signature: 77 + $signature: 73 }; M.UserDetailsVM_fromStore_closure1.prototype = { call$1: function(context) { @@ -397430,7 +397797,7 @@ } else J.$index$asx(_this.store.get$_dispatchers(), 0).call$1(new L.ConnecOAuthUserRequest(_this.completer, _this.password, idToken)); }, - $signature: 48 + $signature: 53 }; M.UserDetailsVM_fromStore_closure0.prototype = { call$1: function(context) { @@ -397505,13 +397872,13 @@ }); return P._asyncStartSync($async$call$1, $async$completer); }, - $signature: 2492 + $signature: 2493 }; M.UserDetailsVM_fromStore____closure3.prototype = { call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; M.UserDetailsVM_fromStore___closure4.prototype = { call$0: function() { @@ -397525,7 +397892,7 @@ t2 = t1.get$_store$_state().uiState.settingsUIState.user; J.$index$asx(t1.get$_dispatchers(), 0).call$1(new L.SaveAuthUserRequest(this.completer, t2, password, idToken)); }, - $signature: 48 + $signature: 53 }; D.WorkflowSettings.prototype = { createState$0: function() { @@ -397644,7 +398011,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(option), _null, _null, _null, _null, _null, _null, _null, _null, _null), option, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; D._WorkflowSettingsState_build_closure3.prototype = { call$1: function(value) { @@ -397697,14 +398064,14 @@ call$2: function(context, viewModel) { return new D.WorkflowSettings(viewModel, new D.ValueKey(viewModel.state.uiState.settingsUIState.updatedAt, type$.ValueKey_legacy_int)); }, - $signature: 2493 + $signature: 2494 }; Y.WorkflowSettingsVM.prototype = {}; Y.WorkflowSettingsVM_fromStore_closure0.prototype = { call$1: function(settings) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateSettings(settings)); }, - $signature: 145 + $signature: 153 }; Y.WorkflowSettingsVM_fromStore_closure.prototype = { call$1: function(context) { @@ -397948,7 +398315,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; S._SubscriptionEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -397956,14 +398323,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_subscription_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; S._SubscriptionEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_subscription_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; S._SubscriptionEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -397997,7 +398364,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; S._SubscriptionEditState_build_closure25.prototype = { call$1: function(context) { @@ -398038,7 +398405,7 @@ var t1 = this.subscription; this.viewModel.onChanged.call$1(t1.rebuild$1(new S._SubscriptionEditState_build__closure17(H.setRuntimeTypeInfo(t1.productIds.split(","), type$.JSArray_String), value))); }, - $signature: 44 + $signature: 45 }; S._SubscriptionEditState_build__closure17.prototype = { call$1: function(b) { @@ -398096,7 +398463,7 @@ var t1 = this.subscription; this.viewModel.onChanged.call$1(t1.rebuild$1(new S._SubscriptionEditState_build__closure15(H.setRuntimeTypeInfo(t1.recurringProductIds.split(","), type$.JSArray_String), value))); }, - $signature: 44 + $signature: 45 }; S._SubscriptionEditState_build__closure15.prototype = { call$1: function(b) { @@ -398188,7 +398555,7 @@ var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(value), _null, _null, _null, _null, _null, _null, _null, _null, _null), value, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; S._SubscriptionEditState_build_closure11.prototype = { call$1: function(value) { @@ -398309,7 +398676,7 @@ call$1: function(value) { return this.$this.setState$1(new S._SubscriptionEditState_build__closure3()); }, - $signature: 57 + $signature: 58 }; S._SubscriptionEditState_build__closure3.prototype = { call$0: function() { @@ -398320,7 +398687,7 @@ call$1: function(value) { return this.$this.setState$1(new S._SubscriptionEditState_build__closure2()); }, - $signature: 57 + $signature: 58 }; S._SubscriptionEditState_build__closure2.prototype = { call$0: function() { @@ -398396,13 +398763,13 @@ call$1: function(store) { return R.SubscriptionEditVM_SubscriptionEditVM$fromStore(store); }, - $signature: 2496 + $signature: 2497 }; R.SubscriptionEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new S.SubscriptionEdit(viewModel, new D.ValueKey(viewModel.subscription.id, type$.ValueKey_legacy_String)); }, - $signature: 2497 + $signature: 2498 }; R.SubscriptionEditVM.prototype = { get$subscription: function() { @@ -398416,7 +398783,7 @@ call$1: function(subscription) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.UpdateSubscription(subscription)); }, - $signature: 283 + $signature: 281 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -398463,7 +398830,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 21 + $signature: 20 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0.prototype = { call$1: function(savedSubscription) { @@ -398492,7 +398859,7 @@ } else M.viewEntity(false, savedSubscription, null, true); }, - $signature: 283 + $signature: 281 }; R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -398506,7 +398873,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Y.SubscriptionListItem.prototype = { build$1: function(_, context) { @@ -398572,7 +398939,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_subscription, new S.SubscriptionListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new R.SubscriptionPresenter(), t1, t3); }, - $signature: 2498 + $signature: 2499 }; S.SubscriptionListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -398593,7 +398960,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2499 + $signature: 2500 }; S.SubscriptionListVM.prototype = {}; S.SubscriptionListVM_fromStore__handleRefresh.prototype = { @@ -398690,7 +399057,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.FilterSubscriptionsByState(state)); }, - $signature: 53 + $signature: 50 }; O.SubscriptionScreen_build_closure.prototype = { call$0: function() { @@ -398746,7 +399113,7 @@ call$2: function(context, vm) { return new O.SubscriptionScreen(vm, null); }, - $signature: 2500 + $signature: 2501 }; L.SubscriptionScreenVM.prototype = {}; M.SubscriptionView.prototype = { @@ -398811,13 +399178,13 @@ call$1: function(store) { return E.SubscriptionViewVM_SubscriptionViewVM$fromStore(store); }, - $signature: 2501 + $signature: 2502 }; E.SubscriptionViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new M.SubscriptionView(vm, this.$this.isFilter, null); }, - $signature: 2502 + $signature: 2503 }; E.SubscriptionViewVM.prototype = { get$subscription: function() { @@ -398991,7 +399358,7 @@ credentials = t2.get$credentials(t2); new F.WebClient().post$5$idToken$password$rawResponse(credentials.url + "/self-update", credentials.token, idToken, password, true).then$1$1(0, new B._UpdateDialogState_updateApp__closure0(t1, _this.store), type$.Null).catchError$1(new B._UpdateDialogState_updateApp__closure1(t1, _this.context)); }, - $signature: 48 + $signature: 53 }; B._UpdateDialogState_updateApp__closure.prototype = { call$0: function() { @@ -399116,7 +399483,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new X._TaskEditState_initState__closure()); }, - $signature: 306 + $signature: 305 }; X._TaskEditState_initState__closure.prototype = { call$0: function() { @@ -399128,7 +399495,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; X._TaskEditState_build_closure3.prototype = { call$1: function(context) { @@ -399152,7 +399519,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 147 + $signature: 144 }; X._TaskEditState_build_closure1.prototype = { call$0: function() { @@ -399337,7 +399704,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); }, - $signature: 27 + $signature: 26 }; R._TaskEditDesktopState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -399345,14 +399712,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_edit_desktop$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; R._TaskEditDesktopState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_desktop$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; R._TaskEditDesktopState__onChanged_closure.prototype = { call$1: function(b) { @@ -399385,20 +399752,20 @@ call$1: function(taskTime) { return taskTime.startDate == null && taskTime.endDate == null; }, - $signature: 180 + $signature: 198 }; R._TaskEditDesktopState_build_closure0.prototype = { call$1: function(b) { b.get$_task_model$_$this()._startDate = null; return b; }, - $signature: 556 + $signature: 555 }; R._TaskEditDesktopState_build_closure2.prototype = { call$1: function(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new R._TaskEditDesktopState_build__closure8(client))); }, - $signature: 44 + $signature: 45 }; R._TaskEditDesktopState_build__closure8.prototype = { call$1: function(b) { @@ -399416,7 +399783,7 @@ call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; R._TaskEditDesktopState_build_closure3.prototype = { call$1: function(selectedId) { @@ -399444,7 +399811,7 @@ call$1: function(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; R._TaskEditDesktopState_build_closure5.prototype = { call$1: function(userId) { @@ -399503,7 +399870,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure3(t1)); }, - $signature: 295 + $signature: 296 }; R._TaskEditDesktopState_build__closure3.prototype = { call$0: function() { @@ -399535,7 +399902,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure1(t1)); }, - $signature: 295 + $signature: 296 }; R._TaskEditDesktopState_build__closure1.prototype = { call$0: function() { @@ -399551,7 +399918,7 @@ t1 = _this.$this; t1.setState$1(new R._TaskEditDesktopState_build__closure0(t1)); }, - $signature: 45 + $signature: 44 }; R._TaskEditDesktopState_build__closure0.prototype = { call$0: function() { @@ -399667,7 +400034,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); }, - $signature: 27 + $signature: 26 }; B._TaskEditDetailsState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -399675,14 +400042,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_edit_details$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; B._TaskEditDetailsState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_edit_details$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; B._TaskEditDetailsState__onChanged_closure.prototype = { call$1: function(b) { @@ -399715,7 +400082,7 @@ call$1: function(client) { this.viewModel.onChanged.call$1(this.task.rebuild$1(new B._TaskEditDetailsState_build__closure2(client))); }, - $signature: 44 + $signature: 45 }; B._TaskEditDetailsState_build__closure2.prototype = { call$1: function(b) { @@ -399733,7 +400100,7 @@ call$1: function(completer) { this.viewModel.onAddClientPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; B._TaskEditDetailsState_build_closure1.prototype = { call$1: function(selectedId) { @@ -399761,7 +400128,7 @@ call$1: function(completer) { this.viewModel.onAddProjectPressed.call$2(this.context, completer); }, - $signature: 175 + $signature: 173 }; B._TaskEditDetailsState_build_closure3.prototype = { call$1: function(userId) { @@ -399804,7 +400171,7 @@ call$1: function(store) { return A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore(store); }, - $signature: 2505 + $signature: 2506 }; A.TaskEditDetailsScreen_build_closure.prototype = { call$2: function(context, viewModel) { @@ -399813,7 +400180,7 @@ else return new B.TaskEditDetails(viewModel, null); }, - $signature: 2506 + $signature: 2507 }; A.TaskEditDetailsVM.prototype = { get$task: function() { @@ -399827,7 +400194,7 @@ call$1: function(task) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.UpdateTask(task)); }, - $signature: 143 + $signature: 151 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0.prototype = { call$2: function(context, completer) { @@ -399840,7 +400207,7 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3(t3), t4); }, - $signature: 135 + $signature: 138 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2.prototype = { call$1: function(_) { @@ -399852,7 +400219,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/task/edit")); }, - $signature: 44 + $signature: 45 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2.prototype = { call$2: function(taskTime, index) { @@ -399868,7 +400235,7 @@ call$1: function(index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.DeleteTaskTime(index)); }, - $signature: 108 + $signature: 106 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1.prototype = { call$2: function(context, completer) { @@ -399881,14 +400248,14 @@ M.createEntity(new P._AsyncCompleter(t2, type$._AsyncCompleter_Null), completer, context, t1, _null, true); completer.get$future().then$1$1(0, new A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1(t3), t4); }, - $signature: 135 + $signature: 138 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure.prototype = { call$1: function(b) { b.get$_project_model$_$this()._project_model$_clientId = this.task.clientId; return b; }, - $signature: 159 + $signature: 160 }; A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0.prototype = { call$1: function(_) { @@ -399900,7 +400267,7 @@ call$1: function(client) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateCurrentRoute("/task/edit")); }, - $signature: 44 + $signature: 45 }; U.TaskEditTimes.prototype = { createState$0: function() { @@ -399941,26 +400308,26 @@ t1 = this.taskTime; return new U.TimeEditDetails(C.JSArray_methods.indexOf$1(taskTimes, C.JSArray_methods.firstWhere$1(taskTimes, new U._TaskEditTimesState__showTaskTimeEditor__closure(t1))), t1, viewModel, null); }, - $signature: 2508 + $signature: 2509 }; U._TaskEditTimesState__showTaskTimeEditor__closure.prototype = { call$1: function(time) { var t1 = this.taskTime; return J.$eq$(time.startDate, t1.startDate) && J.$eq$(time.endDate, t1.endDate); }, - $signature: 180 + $signature: 198 }; U._TaskEditTimesState_build_closure.prototype = { call$1: function(duration) { this.$this._showTaskTimeEditor$2(this.taskTime, this.context); }, - $signature: 45 + $signature: 44 }; U._TaskEditTimesState_build_closure0.prototype = { call$1: function(taskTime) { return new M.TaskTimeListTile(new U._TaskEditTimesState_build__closure(this.$this, taskTime), this.task, taskTime, null); }, - $signature: 2509 + $signature: 2510 }; U._TaskEditTimesState_build__closure.prototype = { call$1: function(context) { @@ -400028,7 +400395,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure2(t1, timeOfDay, this.viewModel)); }, - $signature: 295 + $signature: 296 }; U.TimeEditDetailsState_build__closure2.prototype = { call$0: function() { @@ -400045,7 +400412,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure1(t1, timeOfDay, this.viewModel)); }, - $signature: 295 + $signature: 296 }; U.TimeEditDetailsState_build__closure1.prototype = { call$0: function() { @@ -400079,7 +400446,7 @@ var t1 = this.$this; t1.setState$1(new U.TimeEditDetailsState_build__closure(t1, duration, this.viewModel)); }, - $signature: 45 + $signature: 44 }; U.TimeEditDetailsState_build__closure.prototype = { call$0: function() { @@ -400116,13 +400483,13 @@ call$1: function(store) { return M.TaskEditTimesVM_TaskEditTimesVM$fromStore(store); }, - $signature: 2510 + $signature: 2511 }; M.TaskEditTimesScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.TaskEditTimes(viewModel, null); }, - $signature: 2511 + $signature: 2512 }; M.TaskEditTimesVM.prototype = { get$company: function() { @@ -400166,13 +400533,13 @@ call$1: function(store) { return B.TaskEditVM_TaskEditVM$fromStore(store); }, - $signature: 2512 + $signature: 2513 }; B.TaskEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new X.TaskEdit(viewModel, new D.ValueKey(viewModel.task.id, type$.ValueKey_legacy_String)); }, - $signature: 2513 + $signature: 2514 }; B.TaskEditVM.prototype = { get$task: function() { @@ -400212,7 +400579,7 @@ call$1: function(time) { return time.endDate == null; }, - $signature: 180 + $signature: 198 }; B.TaskEditVM_TaskEditVM$fromStore_closure.prototype = { call$1: function(context) { @@ -400249,7 +400616,7 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localization.localeCode), "task_errors"); return new M.ErrorDialog(t1 == null ? "" : t1, false, null); }, - $signature: 21 + $signature: 20 }; B.TaskEditVM_TaskEditVM$fromStore___closure0.prototype = { call$1: function(savedTask) { @@ -400275,7 +400642,7 @@ } else M.viewEntity(false, savedTask, null, true); }, - $signature: 143 + $signature: 151 }; B.TaskEditVM_TaskEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -400289,7 +400656,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.KanbanTaskCard.prototype = { createState$0: function() { @@ -400412,7 +400779,7 @@ var t1 = this.$this; t1.setState$1(new O._KanbanTaskCardState_build___closure(t1)); }, - $signature: 143 + $signature: 151 }; O._KanbanTaskCardState_build___closure.prototype = { call$0: function() { @@ -400428,7 +400795,7 @@ t1.setState$1(new O._KanbanTaskCardState_build__closure1(t1)); } }, - $signature: 2514 + $signature: 2515 }; O._KanbanTaskCardState_build__closure1.prototype = { call$0: function() { @@ -400441,7 +400808,7 @@ var t1 = this.$this; return t1.setState$1(new O._KanbanTaskCardState_build__closure0(t1)); }, - $signature: 300 + $signature: 299 }; O._KanbanTaskCardState_build__closure0.prototype = { call$0: function() { @@ -400483,7 +400850,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 147 + $signature: 144 }; O._KanbanTaskCardState_build_closure6.prototype = { call$1: function(context) { @@ -400587,7 +400954,7 @@ var t1 = this.$this; t1.setState$1(new D._KanbanStatusCardState__onSavePressed__closure(t1)); }, - $signature: 220 + $signature: 221 }; D._KanbanStatusCardState__onSavePressed__closure.prototype = { call$0: function() { @@ -400740,7 +401107,7 @@ call$2: function(key, value) { J.sort$1$ax(this.$this._kanban_view$_tasks.$index(0, key), new O.KanbanViewState__initBoard__closure(this.state)); }, - $signature: 446 + $signature: 445 }; O.KanbanViewState__initBoard__closure.prototype = { call$2: function(taskIdA, taskIdB) { @@ -400797,7 +401164,7 @@ t7 = t9 == null ? H.setRuntimeTypeInfo([], type$.JSArray_legacy_String) : t9; return O.BoardList$(t3, _null, !t2, new T.Align(C.Alignment_m1_0, _null, _null, t5, _null), t6, t3, _null, J.map$1$1$ax(t7, new O.KanbanViewState_build__closure3(t4), type$.legacy_TaskEntity).map$1$1(0, new O.KanbanViewState_build__closure4(t4, t1, $status, statusId), type$.legacy_BoardItem).toList$0(0), new O.KanbanViewState_build__closure5(t4), _null, _null); }, - $signature: 2515 + $signature: 2516 }; O.KanbanViewState_build__closure5.prototype = { call$2: function(endIndex, startIndex) { @@ -400808,7 +401175,7 @@ t1.setState$1(new O.KanbanViewState_build___closure(t1, startIndex, endIndex)); t1._onBoardChanged$0(); }, - $signature: 140 + $signature: 141 }; O.KanbanViewState_build___closure.prototype = { call$0: function() { @@ -400836,7 +401203,7 @@ statusOrder = (t2 && C.JSArray_methods).indexOf$1(t2, t3); t1._widget.viewModel.onSaveStatusPressed.call$4(completer, t3, $name, statusOrder); }, - $signature: 2516 + $signature: 2517 }; O.KanbanViewState_build__closure1.prototype = { call$2: function(completer, description) { @@ -400892,7 +401259,7 @@ t1 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t2._list, t1).taskState.$get$1(0, taskId); }, - $signature: 202 + $signature: 204 }; O.KanbanViewState_build__closure4.prototype = { call$1: function(task) { @@ -400916,7 +401283,7 @@ } return D.BoardItem$(_null, !t2, _null, t3, _null, new O.KanbanViewState_build___closure2(t1, _this.status), new O.KanbanViewState_build___closure3(t1), _null); }, - $signature: 2518 + $signature: 2519 }; O.KanbanViewState_build___closure1.prototype = { call$2: function(completer, description) { @@ -400948,7 +401315,7 @@ var t1 = this.$this; t1.setState$1(new O.KanbanViewState_build____closure(t1)); }, - $signature: 2519 + $signature: 2520 }; O.KanbanViewState_build____closure.prototype = { call$0: function() { @@ -400969,7 +401336,7 @@ t1.setState$1(new O.KanbanViewState_build____closure1(t1, oldStatusId, J.$index$asx(t1._kanban_view$_tasks.$index(0, this.status.id), oldItemIndex), newStatusId, itemIndex)); t1._onBoardChanged$0(); }, - $signature: 2520 + $signature: 2521 }; O.KanbanViewState_build____closure0.prototype = { call$0: function() { @@ -401017,14 +401384,14 @@ t3 = J.getInterceptor$asx(t1); return new O.KanbanView(viewModel, new D.ValueKey("__" + t3.$index(t1, t2).userCompany.company.id + "_" + t3.$index(t1, t2).lastUpdated + "_" + H.S(J.get$length$asx(viewModel.filteredTaskList)) + "__", type$.ValueKey_legacy_String)); }, - $signature: 2521 + $signature: 2522 }; T.KanbanVM.prototype = {}; T.KanbanVM_fromStore_closure.prototype = { call$3: function(completer, statusIds, taskIds) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SortTasksRequest(completer, statusIds, taskIds)); }, - $signature: 2522 + $signature: 2523 }; T.KanbanVM_fromStore_closure1.prototype = { call$4: function(completer, statusId, $name, statusOrder) { @@ -401037,7 +401404,7 @@ t1.status = $status; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.SaveTaskStatusRequest(completer, $status)); }, - $signature: 2523 + $signature: 2524 }; T.KanbanVM_fromStore__closure.prototype = { call$1: function(b) { @@ -401048,7 +401415,7 @@ b.get$_task_status_model$_$this()._task_status_model$_statusOrder = t1; return b; }, - $signature: 146 + $signature: 147 }; T.KanbanVM_fromStore_closure0.prototype = { call$5: function(completer, taskId, statusId, description, statusOrder) { @@ -401075,7 +401442,7 @@ t1 = t1.task; J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.SaveTaskRequest(completer, t1, false)); }, - $signature: 2524 + $signature: 2525 }; T.KanbanVM_fromStore__closure0.prototype = { call$1: function(b) { @@ -401184,7 +401551,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 147 + $signature: 144 }; U.TaskListItem_build_closure.prototype = { call$0: function() { @@ -401265,7 +401632,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; U.TaskListItem_build__closure2.prototype = { call$0: function() { @@ -401328,7 +401695,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_task, new K.TaskListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new T.TaskPresenter(), t2, t4); }, - $signature: 2525 + $signature: 2526 }; K.TaskListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -401338,7 +401705,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 255 + $signature: 316 }; K.TaskListVM.prototype = { get$user: function() { @@ -401460,7 +401827,7 @@ call$1: function(time) { return time.startDate != null && time.endDate != null; }, - $signature: 180 + $signature: 198 }; T.TaskPresenter_getField_closure0.prototype = { call$1: function(time) { @@ -401469,7 +401836,7 @@ end = Y.formatDate(time.endDate.toIso8601String$0(), t1, false, true, true); this.notes.push(start + " - " + end); }, - $signature: 196 + $signature: 197 }; D.TaskScreen.prototype = { build$1: function(_, context) { @@ -401587,7 +401954,7 @@ call$2: function($status, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterTasksByStatus($status)); }, - $signature: 227 + $signature: 228 }; D.TaskScreen_build_closure5.prototype = { call$1: function(value) { @@ -401621,7 +401988,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 146 + $signature: 147 }; D.TaskScreen_build_closure2.prototype = { call$1: function(b) { @@ -401631,7 +401998,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 146 + $signature: 147 }; D.TaskScreen_build_closure3.prototype = { call$1: function(b) { @@ -401641,13 +402008,13 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 146 + $signature: 147 }; D.TaskScreen_build_closure10.prototype = { call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.FilterTasksByState(state)); }, - $signature: 53 + $signature: 50 }; D.TaskScreen_build_closure4.prototype = { call$0: function() { @@ -401679,7 +402046,7 @@ call$2: function(context, vm) { return new D.TaskScreen(vm, null); }, - $signature: 2526 + $signature: 2527 }; Y.TaskScreenVM.prototype = {}; M.TaskTimeListTile.prototype = { @@ -401814,7 +402181,7 @@ } return t1; }, - $signature: 2527 + $signature: 2528 }; Q._TaskViewState_build__closure.prototype = { call$0: function() { @@ -401849,13 +402216,13 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; B.TaskViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; S.TaskOverview.prototype = { createState$0: function() { @@ -401919,7 +402286,7 @@ var t1 = this.$this; return t1._framework$_element != null && t1.setState$1(new S._TaskOverviewState_initState__closure()); }, - $signature: 306 + $signature: 305 }; S._TaskOverviewState_initState__closure.prototype = { call$0: function() { @@ -401984,14 +402351,14 @@ new H.ReversedListIterable(items, H._arrayInstanceType(items)._eval$1("ReversedListIterable<1>")).forEach$1(0, new S._TaskOverviewState_build__buildView_closure(widgets, t1, _this.viewModel)); return widgets; }, - $signature: 199 + $signature: 202 }; S._TaskOverviewState_build__buildView_closure.prototype = { call$1: function(taskTime) { var t1 = this.task; C.JSArray_methods.addAll$1(this.widgets, H.setRuntimeTypeInfo([new M.TaskTimeListTile(new S._TaskOverviewState_build__buildView__closure(this.viewModel, t1, taskTime), t1, taskTime, null)], type$.JSArray_legacy_Widget)); }, - $signature: 196 + $signature: 197 }; S._TaskOverviewState_build__buildView__closure.prototype = { call$1: function(context) { @@ -402000,7 +402367,7 @@ t3 = t2.uiState.selectedCompanyIndex; return J.$index$asx(t2.userCompanyStates._list, t3).userCompany.canEditEntity$1(this.task) ? t1.onEditPressed.call$2(context, this.taskTime) : null; }, - $signature: 52 + $signature: 47 }; S._TaskOverviewState_build_closure.prototype = { call$0: function() { @@ -402018,13 +402385,13 @@ call$1: function(store) { return L.TaskViewVM_TaskViewVM$fromStore(store); }, - $signature: 2528 + $signature: 2529 }; L.TaskViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Q.TaskView(vm, false, vm.state.uiState.taskUIState.tabIndex, null); }, - $signature: 2529 + $signature: 2530 }; L.TaskViewVM.prototype = { get$task: function() { @@ -402066,7 +402433,7 @@ t1 = this.localization.get$stoppedTask(); M.showToast(t1); }, - $signature: 143 + $signature: 151 }; L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0.prototype = { call$1: function(error) { @@ -402078,7 +402445,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.TaskViewVM_TaskViewVM$fromStore_closure0.prototype = { call$1: function(context) { @@ -402099,7 +402466,7 @@ $defaultValues: function() { return [null]; }, - $signature: 2530 + $signature: 2531 }; L.TaskViewVM_TaskViewVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -402115,7 +402482,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; L.TaskViewVM_TaskViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -402133,7 +402500,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.TaskViewVM_TaskViewVM$fromStore_closure3.prototype = { call$4: function(context, $document, password, idToken) { @@ -402146,13 +402513,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; L.TaskViewVM_TaskViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new U.LoadTask(null, this.task.id)); }, - $signature: 95 + $signature: 90 }; L.TaskStatusEdit.prototype = { createState$0: function() { @@ -402199,7 +402566,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; L._TaskStatusEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -402207,14 +402574,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_task_status_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; L._TaskStatusEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_task_status_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; L._TaskStatusEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -402222,7 +402589,7 @@ b.get$_task_status_model$_$this()._task_status_model$_name = t1; return b; }, - $signature: 146 + $signature: 147 }; L._TaskStatusEditState__onChanged_closure0.prototype = { call$0: function() { @@ -402234,7 +402601,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; L._TaskStatusEditState_build_closure1.prototype = { call$1: function(context) { @@ -402263,7 +402630,7 @@ t5 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._task_status_edit$_autoValidate, t1._task_status_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t2.get$name(t2), _null, _null, false, _null, _null, t3.onSavePressed, true, _null, _null, C.TextAlign_4, new L._TaskStatusEditState_build__closure0(t2)), A.FormColorPicker$(t4.color, _null, new L._TaskStatusEditState_build__closure1(t3, t4))], t5), _null, 4, false, _null, false, _null)], t5), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; L._TaskStatusEditState_build__closure0.prototype = { call$1: function(val) { @@ -402282,7 +402649,7 @@ b.get$_task_status_model$_$this()._task_status_model$_color = this.value; return b; }, - $signature: 146 + $signature: 147 }; Q.TaskStatusEditScreen.prototype = { build$1: function(_, context) { @@ -402294,13 +402661,13 @@ call$1: function(store) { return Q.TaskStatusEditVM_TaskStatusEditVM$fromStore(store); }, - $signature: 2531 + $signature: 2532 }; Q.TaskStatusEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new L.TaskStatusEdit(viewModel, new D.ValueKey(viewModel.taskStatus.id, type$.ValueKey_legacy_String)); }, - $signature: 2532 + $signature: 2533 }; Q.TaskStatusEditVM.prototype = { get$taskStatus: function() { @@ -402314,7 +402681,7 @@ call$1: function(taskStatus) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.UpdateTaskStatus(taskStatus)); }, - $signature: 220 + $signature: 221 }; Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -402375,7 +402742,7 @@ } else M.viewEntity(false, savedTaskStatus, null, true); }, - $signature: 220 + $signature: 221 }; Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -402389,7 +402756,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.TaskStatusListItem.prototype = { build$1: function(_, context) { @@ -402455,7 +402822,7 @@ t5 = viewModel.onSortColumn; return S.EntityList$(t2, C.EntityType_taskStatus, new U.TaskStatusListBuilder_build__closure(viewModel), viewModel.onClearMultielsect, t4, t5, new N.TaskStatusPresenter(), t1, t3); }, - $signature: 2533 + $signature: 2534 }; U.TaskStatusListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -402476,7 +402843,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2534 + $signature: 2535 }; U.TaskStatusListVM.prototype = {}; U.TaskStatusListVM_fromStore__handleRefresh.prototype = { @@ -402573,7 +402940,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new V.FilterTaskStatusesByState(state)); }, - $signature: 53 + $signature: 50 }; Y.TaskStatusScreen_build_closure.prototype = { call$0: function() { @@ -402629,7 +402996,7 @@ call$2: function(context, vm) { return new Y.TaskStatusScreen(vm, null); }, - $signature: 2535 + $signature: 2536 }; U.TaskStatusScreenVM.prototype = {}; L.TaskStatusView.prototype = { @@ -402672,13 +403039,13 @@ call$1: function(store) { return T.TaskStatusViewVM_TaskStatusViewVM$fromStore(store); }, - $signature: 2536 + $signature: 2537 }; T.TaskStatusViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.TaskStatusView(vm, this.$this.isFilter, null); }, - $signature: 2537 + $signature: 2538 }; T.TaskStatusViewVM.prototype = { get$taskStatus: function() { @@ -402749,7 +403116,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; A._TaxRateEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -402757,14 +403124,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_tax_rate_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; A._TaxRateEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_tax_rate_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; A._TaxRateEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -402799,13 +403166,13 @@ call$1: function(store) { return S.TaxRateEditVM_TaxRateEditVM$fromStore(store); }, - $signature: 2538 + $signature: 2539 }; S.TaxRateEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new A.TaxRateEdit(viewModel, new D.ValueKey(viewModel.taxRate.id, type$.ValueKey_legacy_String)); }, - $signature: 2539 + $signature: 2540 }; S.TaxRateEditVM.prototype = { get$taxRate: function() { @@ -402819,7 +403186,7 @@ call$1: function(taxRate) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.UpdateTaxRate(taxRate)); }, - $signature: 117 + $signature: 120 }; S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -402883,7 +403250,7 @@ } else M.viewEntity(false, savedTaxRate, null, true); }, - $signature: 117 + $signature: 120 }; S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -402897,7 +403264,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Z.TaxRateListItem.prototype = { build$1: function(_, context) { @@ -402957,7 +403324,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.taxRateList, C.EntityType_taxRate, new X.TaxRateListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2540 + $signature: 2541 }; X.TaxRateListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -402976,7 +403343,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2541 + $signature: 2542 }; X.TaxRateListVM.prototype = {}; X.TaxRateListVM_fromStore__handleRefresh.prototype = { @@ -403067,7 +403434,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new A.FilterTaxRatesByState(state)); }, - $signature: 53 + $signature: 50 }; D.TaxRateSettingsScreen_build_closure.prototype = { call$0: function() { @@ -403099,7 +403466,7 @@ call$2: function(context, vm) { return new D.TaxRateSettingsScreen(vm, null); }, - $signature: 2542 + $signature: 2543 }; O.TaxRateScreenVM.prototype = {}; K.TaxRateView.prototype = { @@ -403133,13 +403500,13 @@ call$1: function(store) { return R.TaxRateViewVM_TaxRateViewVM$fromStore(store); }, - $signature: 2543 + $signature: 2544 }; R.TaxRateViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new K.TaxRateView(vm, false, null); }, - $signature: 2544 + $signature: 2545 }; R.TaxRateViewVM.prototype = { get$taxRate: function() { @@ -403201,7 +403568,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; Y._TokenEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -403209,14 +403576,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_token_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; Y._TokenEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_token_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; Y._TokenEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -403236,7 +403603,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; Y._TokenEditState_build_closure1.prototype = { call$1: function(context) { @@ -403264,7 +403631,7 @@ t4 = type$.JSArray_legacy_Widget; return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, H.setRuntimeTypeInfo([S.DecoratedFormField$(false, _null, true, t1._token_edit$_autoValidate, t1._token_edit$_nameController, _null, true, _null, _null, _null, _null, false, false, _null, _null, t3, _null, _null, false, _null, _null, this.viewModel.onSavePressed, true, _null, _null, C.TextAlign_4, new Y._TokenEditState_build__closure0(t2))], t4), _null, 4, false, _null, false, _null)], t4), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; Y._TokenEditState_build__closure0.prototype = { call$1: function(value) { @@ -403282,13 +403649,13 @@ call$1: function(store) { return R.TokenEditVM_TokenEditVM$fromStore(store); }, - $signature: 2545 + $signature: 2546 }; R.TokenEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new Y.TokenEdit(viewModel, new D.ValueKey(viewModel.token.id, type$.ValueKey_legacy_String)); }, - $signature: 2546 + $signature: 2547 }; R.TokenEditVM.prototype = { get$token: function() { @@ -403302,7 +403669,7 @@ call$1: function(token) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.UpdateToken(token)); }, - $signature: 289 + $signature: 287 }; R.TokenEditVM_TokenEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -403375,7 +403742,7 @@ } else M.viewEntity(false, savedToken, null, true); }, - $signature: 289 + $signature: 287 }; R.TokenEditVM_TokenEditVM$fromStore____closure0.prototype = { call$1: function(error) { @@ -403389,7 +403756,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; K.TokenListItem.prototype = { build$1: function(_, context) { @@ -403456,7 +403823,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_token, new M.TokenListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new F.TokenPresenter(), t2, t4); }, - $signature: 2547 + $signature: 2548 }; M.TokenListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -403477,7 +403844,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2548 + $signature: 2549 }; M.TokenListVM.prototype = {}; M.TokenListVM_fromStore__handleRefresh.prototype = { @@ -403574,7 +403941,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new Q.FilterTokensByState(state)); }, - $signature: 53 + $signature: 50 }; S.TokenScreen_build_closure.prototype = { call$0: function() { @@ -403630,7 +403997,7 @@ call$2: function(context, vm) { return new S.TokenScreen(vm, null); }, - $signature: 2549 + $signature: 2550 }; K.TokenScreenVM.prototype = {}; Y.TokenView.prototype = { @@ -403690,13 +404057,13 @@ call$1: function(store) { return U.TokenViewVM_TokenViewVM$fromStore(store); }, - $signature: 2550 + $signature: 2551 }; U.TokenViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new Y.TokenView(vm, false, null); }, - $signature: 2551 + $signature: 2552 }; U.TokenViewVM.prototype = { get$token: function() { @@ -403830,7 +404197,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; U._UserEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -403838,14 +404205,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_user_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; U._UserEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_user_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; U._UserEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -403868,7 +404235,7 @@ b.get$_user_model$_$this()._customValue4 = t1; return b; }, - $signature: 77 + $signature: 73 }; U._UserEditState__onChanged_closure0.prototype = { call$0: function() { @@ -403887,13 +404254,13 @@ b.get$userCompany().get$_company_model$_$this()._permissions = this.permissionsString; return b; }, - $signature: 77 + $signature: 73 }; U._UserEditState_build_closure13.prototype = { call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; U._UserEditState_build_closure14.prototype = { call$1: function(context) { @@ -403934,14 +404301,14 @@ call$2: function(channel, options) { this.viewModel.onUserChanged.call$1(this.user.rebuild$1(new U._UserEditState_build__closure9(channel, options))); }, - $signature: 446 + $signature: 445 }; U._UserEditState_build__closure9.prototype = { call$1: function(b) { b.get$userCompany().get$notifications().$indexSet(0, this.channel, D.BuiltList_BuiltList$from(this.options, type$.legacy_String)); return b; }, - $signature: 77 + $signature: 73 }; U._UserEditState_build_closure3.prototype = { call$1: function(value) { @@ -403954,7 +404321,7 @@ b.get$userCompany().get$_company_model$_$this()._isAdmin = this.value; return b; }, - $signature: 77 + $signature: 73 }; U._UserEditState_build_closure4.prototype = { call$0: function() { @@ -403970,19 +404337,19 @@ t1._togglePermission$1("view_all"); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new U._UserEditState_build___closure0(t1)); }, - $signature: 45 + $signature: 44 }; U._UserEditState_build___closure0.prototype = { call$1: function(duration) { this.$this._togglePermission$1("edit_all"); }, - $signature: 45 + $signature: 44 }; U._UserEditState_build_closure5.prototype = { call$1: function(value) { return this.$this._togglePermission$1("create_all"); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build_closure6.prototype = { call$0: function() { @@ -403994,7 +404361,7 @@ call$1: function(value) { return this.$this._togglePermission$1("view_all"); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build_closure8.prototype = { call$0: function() { @@ -404006,7 +404373,7 @@ call$1: function(value) { return this.$this._togglePermission$1("edit_all"); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build_closure10.prototype = { call$0: function() { @@ -404020,7 +404387,7 @@ t2 = t1.uiState.selectedCompanyIndex; return J.$index$asx(t1.userCompanyStates._list, t2).userCompany.company.isModuleEnabled$1(entityType); }, - $signature: 291 + $signature: 289 }; U._UserEditState_build_closure12.prototype = { call$1: function(type) { @@ -404042,7 +404409,7 @@ t5 = t4 ? _null : new U._UserEditState_build__closure5(t1, editPermission); return S.DataRow$(H.setRuntimeTypeInfo([t2, t6, t7, S.DataCell$(new U._PermissionCheckbox(t3, editPermission, new U._UserEditState_build__closure6(t1, editPermission), t4, _null), t5)], type$.JSArray_legacy_DataCell)); }, - $signature: 2552 + $signature: 2553 }; U._UserEditState_build__closure0.prototype = { call$0: function() { @@ -404059,19 +404426,19 @@ t1._togglePermission$1(this.viewPermission); $.WidgetsBinding__instance.SchedulerBinding__postFrameCallbacks.push(new U._UserEditState_build____closure(t1, this.editPermission)); }, - $signature: 45 + $signature: 44 }; U._UserEditState_build____closure.prototype = { call$1: function(duration) { this.$this._togglePermission$1(this.editPermission); }, - $signature: 45 + $signature: 44 }; U._UserEditState_build__closure2.prototype = { call$1: function(value) { return this.$this._togglePermission$1(this.createPermission); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build__closure1.prototype = { call$0: function() { @@ -404083,7 +404450,7 @@ call$1: function(value) { return this.$this._togglePermission$1(this.viewPermission); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build__closure3.prototype = { call$0: function() { @@ -404095,7 +404462,7 @@ call$1: function(value) { return this.$this._togglePermission$1(this.editPermission); }, - $signature: 37 + $signature: 38 }; U._UserEditState_build__closure5.prototype = { call$0: function() { @@ -404140,13 +404507,13 @@ call$1: function(store) { return Y.UserEditVM_UserEditVM$fromStore(store); }, - $signature: 2553 + $signature: 2554 }; Y.UserEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new U.UserEdit(viewModel, new D.ValueKey(viewModel.user.id, type$.ValueKey_legacy_String)); }, - $signature: 2554 + $signature: 2555 }; Y.UserEditVM.prototype = { get$user: function() { @@ -404160,7 +404527,7 @@ call$1: function(user) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.UpdateUser(user)); }, - $signature: 161 + $signature: 162 }; Y.UserEditVM_UserEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -404201,7 +404568,7 @@ call$2: function(password, idToken) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.SaveUserRequest(this.completer, this.user, password, idToken)); }, - $signature: 48 + $signature: 53 }; Y.UserEditVM_UserEditVM$fromStore___closure0.prototype = { call$1: function(savedUser) { @@ -404227,7 +404594,7 @@ } else M.viewEntity(false, savedUser, null, true); }, - $signature: 161 + $signature: 162 }; Y.UserEditVM_UserEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -404241,7 +404608,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; E.UserListItem.prototype = { build$1: function(_, context) { @@ -404300,7 +404667,7 @@ t2 = viewModel.state; return S.EntityList$(viewModel.userList, C.EntityType_user, new M.UserListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, null, t2, null); }, - $signature: 2555 + $signature: 2556 }; M.UserListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -404311,7 +404678,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2556 + $signature: 2557 }; M.UserListBuilder_build__closure_showDialog.prototype = { call$0: function() { @@ -404437,7 +404804,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new X.FilterUsersByState(state)); }, - $signature: 53 + $signature: 50 }; G.UserScreen_build_closure.prototype = { call$0: function() { @@ -404469,7 +404836,7 @@ call$2: function(context, vm) { return new G.UserScreen(vm, null); }, - $signature: 2557 + $signature: 2558 }; A.UserScreenVM.prototype = {}; B.UserView.prototype = { @@ -404507,6 +404874,8 @@ t6.push(new O.EntitiesListTile(user, C.EntityType_vendor, t1.get$vendors(), $.$get$memoizedVendorStatsForUser().call$2(user.id, t4.$index(t2, t3).vendorState.map).present$2(t1.get$active(t1), t1.get$archived()), t5, false, _null)); if (userCompany.can$2(C.UserPermission_view, C.EntityType_expense) || userCompany.can$2(C.UserPermission_create, C.EntityType_expense)) t6.push(new O.EntitiesListTile(user, C.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForUser().call$2(user.id, t4.$index(t2, t3).expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t5, false, _null)); + if (userCompany.can$2(C.UserPermission_view, C.EntityType_recurringExpense) || userCompany.can$2(C.UserPermission_create, C.EntityType_recurringExpense)) + t6.push(new O.EntitiesListTile(user, C.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForUser().call$2(user.id, t4.$index(t2, t3).recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), t5, false, _null)); return G.ViewScaffold$(_null, new X.ScrollableListView(t6, _null, _null, false, _null), user, _null, t5, new B.UserView_build_closure(this), false); } }; @@ -404526,13 +404895,13 @@ call$1: function(store) { return X.UserViewVM_UserViewVM$fromStore(store); }, - $signature: 2558 + $signature: 2559 }; X.UserViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new B.UserView(vm, this.$this.isFilter, null); }, - $signature: 2559 + $signature: 2560 }; X.UserViewVM.prototype = { get$user: function() { @@ -404598,7 +404967,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; K._VendorEditState_build_closure0.prototype = { call$1: function(context) { @@ -404790,19 +405159,19 @@ t6 = t5.get$length(t4); return new D.VendorContactEditDetails(t5.indexOf$2(t4, t5.firstWhere$2$orElse(t4, new D._VendorEditContactsState__showContactEditor__closure(t2), null), 0), t2, viewModel, t1, t6 > 1, new D.ValueKey(t3, type$.ValueKey_String)); }, - $signature: 2560 + $signature: 2561 }; D._VendorEditContactsState__showContactEditor__closure.prototype = { call$1: function(c) { return c.id === this.contact.id; }, - $signature: 2561 + $signature: 2562 }; D._VendorEditContactsState_build_closure.prototype = { call$1: function(contact) { return new D.ContactListTile(new D._VendorEditContactsState_build__closure(this.$this, contact, this.context), contact, null); }, - $signature: 2562 + $signature: 2563 }; D._VendorEditContactsState_build__closure.prototype = { call$0: function() { @@ -404814,7 +405183,7 @@ call$1: function(duration) { this.$this._showContactEditor$2(this.contact, this.context); }, - $signature: 45 + $signature: 44 }; D._VendorEditContactsState_build_closure1.prototype = { call$0: function() { @@ -404942,7 +405311,7 @@ b.get$_vendor_model$_$this()._vendor_model$_phone = t1; return b; }, - $signature: 587 + $signature: 586 }; D.VendorContactEditDetailsState__onChanged_closure0.prototype = { call$0: function() { @@ -405013,13 +405382,13 @@ call$1: function(store) { return T.VendorEditContactsVM_VendorEditContactsVM$fromStore(store); }, - $signature: 2563 + $signature: 2564 }; T.VendorEditContactsScreen_build_closure.prototype = { call$2: function(context, vm) { return new D.VendorEditContacts(vm, this.$this.viewModel, null); }, - $signature: 2564 + $signature: 2565 }; T.VendorEditContactsVM.prototype = { get$company: function() { @@ -405059,7 +405428,7 @@ call$2: function(contact, index) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateVendorContact(index, contact)); }, - $signature: 2565 + $signature: 2566 }; G.VendorEditDesktop.prototype = { build$1: function(_, context) { @@ -405352,13 +405721,13 @@ call$1: function(store) { return A.VendorEditVM_VendorEditVM$fromStore(store); }, - $signature: 2566 + $signature: 2567 }; A.VendorEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new K.VendorEdit(viewModel, new D.ValueKey(viewModel.vendor.id, type$.ValueKey_legacy_String)); }, - $signature: 2567 + $signature: 2568 }; A.VendorEditVM.prototype = { get$vendor: function(receiver) { @@ -405372,7 +405741,7 @@ call$1: function(vendor) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.UpdateVendor(vendor)); }, - $signature: 204 + $signature: 206 }; A.VendorEditVM_VendorEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -405424,7 +405793,7 @@ call$1: function(context) { return new M.ErrorDialog(this.localization.get$pleaseEnterAName(), false, null); }, - $signature: 21 + $signature: 20 }; A.VendorEditVM_VendorEditVM$fromStore___closure0.prototype = { call$1: function(savedVendor) { @@ -405455,7 +405824,7 @@ } else M.viewEntity(false, savedVendor, null, true); }, - $signature: 204 + $signature: 206 }; A.VendorEditVM_VendorEditVM$fromStore___closure1.prototype = { call$1: function(error) { @@ -405469,7 +405838,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; Z.VendorListItem.prototype = { build$1: function(_, context) { @@ -405555,7 +405924,7 @@ } return t1; }, - $signature: 99 + $signature: 95 }; Z.VendorListItem_build__closure2.prototype = { call$0: function() { @@ -405618,7 +405987,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_vendor, new E.VendorListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new N.VendorPresenter(), t2, t4); }, - $signature: 2568 + $signature: 2569 }; E.VendorListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -405639,7 +406008,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2569 + $signature: 2570 }; E.VendorListVM.prototype = {}; E.VendorListVM_fromStore__handleRefresh.prototype = { @@ -405832,7 +406201,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.FilterVendorsByState(state)); }, - $signature: 53 + $signature: 50 }; K.VendorScreen_build_closure.prototype = { call$0: function() { @@ -405864,7 +406233,7 @@ call$2: function(context, vm) { return new K.VendorScreen(vm, null); }, - $signature: 2570 + $signature: 2571 }; B.VendorScreenVM.prototype = {}; N.VendorView.prototype = { @@ -406060,7 +406429,7 @@ listTiles.push(new T.Padding(C.EdgeInsets_16_16_16_16, B.FutureBuilder$(t2.get$_launchStatus(), t2._launched, type$.Null), _null)); return listTiles; }, - $signature: 199 + $signature: 202 }; Y._VendorViewDetailsState_build__buildDetailsList_closure.prototype = { call$1: function(contact) { @@ -406077,7 +406446,7 @@ _this.listTiles.push(G.AppListTile$(null, t1, C.IconData_58530_MaterialIcons_null_false, new Y._VendorViewDetailsState_build__buildDetailsList__closure2(_this.$this, _this.context, contact), t3.get$phone(t3), t2)); } }, - $signature: 2571 + $signature: 2572 }; Y._VendorViewDetailsState_build__buildDetailsList__closure1.prototype = { call$0: function() { @@ -406165,19 +406534,19 @@ call$1: function(path) { return this.$this.viewModel.onUploadDocument.call$2(this.context, path); }, - $signature: 124 + $signature: 126 }; G.VendorViewDocuments_build_closure0.prototype = { call$3: function($document, password, idToken) { return this.$this.viewModel.onDeleteDocument.call$4(this.context, $document, password, idToken); }, - $signature: 122 + $signature: 123 }; E.VendorOverview.prototype = { build$1: function(_, context) { - var fields, t3, t4, t5, user, t6, t7, t8, t9, t10, t11, _null = null, + var fields, t3, t4, t5, user, t6, t7, t8, t9, t10, t11, _this = this, _null = null, t1 = L.Localizations_of(context, C.Type_AppLocalization_KyD, type$.legacy_AppLocalization), - t2 = this.viewModel, + t2 = _this.viewModel, vendor = t2.vendor, company = t2.company, state = O.StoreProvider_of(context, type$.legacy_AppState).get$_store$_state(), @@ -406226,9 +406595,12 @@ if (t5.length !== 0) C.JSArray_methods.addAll$1(t4, H.setRuntimeTypeInfo([new S.IconMessage(t5, C.IconData_58286_MaterialIcons_null_false, _null, _null), new G.ListDivider(_null)], t11)); if (t3 && t2.length !== 0) - t4.push(O.EntityListTile$(user, this.isFilter, _null)); + t4.push(O.EntityListTile$(user, _this.isFilter, _null)); t4.push(new T.FieldGrid(fields, _null)); - t4.push(new O.EntitiesListTile(vendor, C.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForVendor().call$2(t7, t10.$index(t8, t9).expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), this.isFilter, false, _null)); + if (company.isModuleEnabled$1(C.EntityType_expense)) + t4.push(new O.EntitiesListTile(vendor, C.EntityType_expense, t1.get$expenses(), $.$get$memoizedExpenseStatsForVendor().call$2(t7, t10.$index(t8, t9).expenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); + if (company.isModuleEnabled$1(C.EntityType_recurringExpense)) + t4.push(new O.EntitiesListTile(vendor, C.EntityType_recurringExpense, t1.get$recurringExpenses(), $.$get$memoizedRecurringExpenseStatsForVendor().call$2(t7, t10.$index(t8, t9).recurringExpenseState.map).present$2(t1.get$active(t1), t1.get$archived()), _this.isFilter, false, _null)); t1 = vendor.publicNotes; if (t1.length !== 0) C.JSArray_methods.addAll$1(t4, H.setRuntimeTypeInfo([new S.IconMessage(t1, _null, _null, _null), new G.ListDivider(_null)], t11)); @@ -406245,13 +406617,13 @@ call$1: function(store) { return F.VendorViewVM_VendorViewVM$fromStore(store); }, - $signature: 2572 + $signature: 2573 }; F.VendorViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new N.VendorView(vm, this.$this.isFilter, vm.state.uiState.vendorUIState.tabIndex, null); }, - $signature: 2573 + $signature: 2574 }; F.VendorViewVM.prototype = { get$vendor: function(receiver) { @@ -406290,7 +406662,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 87 + $signature: 83 }; F.VendorViewVM_VendorViewVM$fromStore__closure0.prototype = { call$1: function(client) { @@ -406308,7 +406680,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; F.VendorViewVM_VendorViewVM$fromStore_closure2.prototype = { call$4: function(context, $document, password, idToken) { @@ -406321,13 +406693,13 @@ }, "call*": "call$4", $requiredArgCount: 4, - $signature: 93 + $signature: 89 }; F.VendorViewVM_VendorViewVM$fromStore__closure.prototype = { call$1: function(value) { return J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new L.LoadVendor(null, this.vendor.id)); }, - $signature: 95 + $signature: 90 }; N.WebhookEdit.prototype = { createState$0: function() { @@ -406377,7 +406749,7 @@ call$1: function(controller) { return controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); }, - $signature: 27 + $signature: 26 }; N._WebhookEditState_didChangeDependencies_closure0.prototype = { call$1: function(controller) { @@ -406385,14 +406757,14 @@ t1._insertBefore$3$updateFirst(t1._collection$_first, new B._ListenerEntry(this.$this.get$_webhook_edit$_onChanged()), false); return null; }, - $signature: 27 + $signature: 26 }; N._WebhookEditState_dispose_closure.prototype = { call$1: function(controller) { controller.removeListener$1(0, this.$this.get$_webhook_edit$_onChanged()); controller.ChangeNotifier__listeners = null; }, - $signature: 58 + $signature: 57 }; N._WebhookEditState__onChanged_closure.prototype = { call$1: function(b) { @@ -406400,7 +406772,7 @@ b.get$_webhook_model$_$this()._targetUrl = t1; return b; }, - $signature: 188 + $signature: 189 }; N._WebhookEditState__onChanged_closure0.prototype = { call$0: function() { @@ -406412,7 +406784,7 @@ call$1: function(context) { return this.viewModel.onCancelPressed.call$1(context); }, - $signature: 52 + $signature: 47 }; N._WebhookEditState_build_closure1.prototype = { call$1: function(context) { @@ -406457,7 +406829,7 @@ C.JSArray_methods.addAll$1(t15, J.map$1$1$ax(t1.get$keys(t1), new N._WebhookEditState_build__closure6(t5, t2, t6), type$.legacy_Widget)); return new X.ScrollableListView(H.setRuntimeTypeInfo([Y.FormCard$(_null, t15, _null, 4, false, _null, false, _null)], t18), _null, _null, false, _null); }, - $signature: 142 + $signature: 146 }; N._WebhookEditState_build__closure.prototype = { call$1: function(value) { @@ -406476,14 +406848,14 @@ b.get$_webhook_model$_$this()._eventId = this.value; return b; }, - $signature: 188 + $signature: 189 }; N._WebhookEditState_build__closure0.prototype = { call$1: function(eventId) { var _null = null; return K.DropdownMenuItem$(L.Text$(this.localization.lookup$1(C.Map_IicEm.$index(0, eventId)), _null, _null, _null, _null, _null, _null, _null, _null, _null), eventId, type$.legacy_String); }, - $signature: 35 + $signature: 34 }; N._WebhookEditState_build__closure4.prototype = { call$1: function(value) { @@ -406496,13 +406868,13 @@ b.get$_webhook_model$_$this()._restMethod = this.value; return b; }, - $signature: 188 + $signature: 189 }; N._WebhookEditState_build__closure1.prototype = { call$1: function(value) { return this.$this.setState$1(new N._WebhookEditState_build___closure4()); }, - $signature: 57 + $signature: 58 }; N._WebhookEditState_build___closure4.prototype = { call$0: function() { @@ -406513,7 +406885,7 @@ call$1: function(value) { return this.$this.setState$1(new N._WebhookEditState_build___closure3()); }, - $signature: 57 + $signature: 58 }; N._WebhookEditState_build___closure3.prototype = { call$0: function() { @@ -406541,7 +406913,7 @@ b.get$headers(b).$indexSet(0, this.key, this.value); return b; }, - $signature: 188 + $signature: 189 }; N._WebhookEditState_build__closure6.prototype = { call$1: function(key) { @@ -406564,7 +406936,7 @@ J.remove$1$ax(b.get$headers(b).get$_safeMap(), this.key); return b; }, - $signature: 188 + $signature: 189 }; F.WebhookEditScreen.prototype = { build$1: function(_, context) { @@ -406576,13 +406948,13 @@ call$1: function(store) { return F.WebhookEditVM_WebhookEditVM$fromStore(store); }, - $signature: 2574 + $signature: 2575 }; F.WebhookEditScreen_build_closure.prototype = { call$2: function(context, viewModel) { return new N.WebhookEdit(viewModel, new D.ValueKey(viewModel.webhook.id, type$.ValueKey_legacy_String)); }, - $signature: 2575 + $signature: 2576 }; F.WebhookEditVM.prototype = { get$webhook: function() { @@ -406596,7 +406968,7 @@ call$1: function(webhook) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.UpdateWebhook(webhook)); }, - $signature: 297 + $signature: 295 }; F.WebhookEditVM_WebhookEditVM$fromStore_closure1.prototype = { call$1: function(context) { @@ -406662,7 +407034,7 @@ } else M.viewEntity(false, savedWebhook, null, true); }, - $signature: 297 + $signature: 295 }; F.WebhookEditVM_WebhookEditVM$fromStore___closure0.prototype = { call$1: function(error) { @@ -406676,7 +407048,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; L.WebhookView.prototype = { createState$0: function() { @@ -406726,13 +407098,13 @@ call$1: function(store) { return Y.WebhookViewVM_WebhookViewVM$fromStore(store); }, - $signature: 2576 + $signature: 2577 }; Y.WebhookViewScreen_build_closure.prototype = { call$2: function(context, vm) { return new L.WebhookView(vm, false, null); }, - $signature: 2577 + $signature: 2578 }; Y.WebhookViewVM.prototype = { get$webhook: function() { @@ -406815,7 +407187,7 @@ t4 = viewModel.tableColumns; return S.EntityList$(t3, C.EntityType_webhook, new X.WebhookListBuilder_build__closure(viewModel), t1, viewModel.onRefreshed, viewModel.onSortColumn, new B.WebhookPresenter(), t2, t4); }, - $signature: 2578 + $signature: 2579 }; X.WebhookListBuilder_build__closure.prototype = { call$2: function(context, index) { @@ -406836,7 +407208,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2579 + $signature: 2580 }; X.WebhookListVM.prototype = {}; X.WebhookListVM_fromStore__handleRefresh.prototype = { @@ -406933,7 +407305,7 @@ call$2: function(state, value) { J.$index$asx(this.store.get$_dispatchers(), 0).call$1(new S.FilterWebhooksByState(state)); }, - $signature: 53 + $signature: 50 }; T.WebhookScreen_build_closure.prototype = { call$0: function() { @@ -406989,7 +407361,7 @@ call$2: function(context, vm) { return new T.WebhookScreen(vm, null); }, - $signature: 2580 + $signature: 2581 }; T.WebhookScreenVM.prototype = {}; O.snackBarCompleter_closure.prototype = { @@ -407018,7 +407390,7 @@ call$1: function(context) { return new M.ErrorDialog(this.error, false, null); }, - $signature: 21 + $signature: 20 }; O.Debouncer.prototype = { run$1: function(action) { @@ -407069,19 +407441,19 @@ call$1: function(context) { return E.SimpleDialog$(H.setRuntimeTypeInfo([new F.LoadingDialog(null)], type$.JSArray_legacy_Widget)); }, - $signature: 178 + $signature: 179 }; O.showErrorDialog_closure.prototype = { call$1: function(context) { return new M.ErrorDialog(this.message, this.clearErrorOnDismiss, null); }, - $signature: 21 + $signature: 20 }; O.showMessageDialog_closure.prototype = { call$1: function(context) { return E.MessageDialog$(this.message, null, null, this.secondaryActions); }, - $signature: 241 + $signature: 242 }; O.confirmCallback_closure.prototype = { call$1: function(context) { @@ -407163,7 +407535,7 @@ else E.showDialog(false, new O.passwordCallback__closure(t2, idToken), this.context, null, true, type$.legacy_AlertDialog); }, - $signature: 48 + $signature: 53 }; O.passwordCallback__closure.prototype = { call$1: function(context) { @@ -407228,7 +407600,7 @@ call$1: function(value) { return this.$this._submit$0(); }, - $signature: 57 + $signature: 58 }; O._PasswordConfirmationState_build_closure2.prototype = { call$0: function() { @@ -407248,7 +407620,7 @@ var _this = this; return new O.FieldConfirmation(_this.callback, _this.title, _this.field, _this.maxLength, _this.secondaryActions, null); }, - $signature: 2582 + $signature: 2583 }; O.FieldConfirmation.prototype = { createState$0: function() { @@ -407300,13 +407672,13 @@ call$1: function(_) { return this.call$4$currentLength$isFocused$maxLength(_, null, null, null); }, - $signature: 2583 + $signature: 2584 }; O._FieldConfirmationState_build_closure1.prototype = { call$1: function(value) { return this.$this._submit$0(); }, - $signature: 57 + $signature: 58 }; O._FieldConfirmationState_build_closure2.prototype = { call$0: function() { @@ -407341,7 +407713,7 @@ t4 = T.Column$(t4, C.CrossAxisAlignment_2, _null, C.MainAxisAlignment_0, C.MainAxisSize_0, C.VerticalDirection_1); return E.AlertDialog$(H.setRuntimeTypeInfo([U.TextButton$(false, L.Text$(t1.get$close(t1).toUpperCase(), _null, _null, _null, _null, _null, _null, _null, _null, _null), _null, new O.cloneToDialog__closure3(context), _null)], t3), C.EdgeInsets_0_0_0_0, _null, t4, C.EdgeInsets_24_20_24_24, _null, _null, t2); }, - $signature: 139 + $signature: 140 }; O.cloneToDialog__closure.prototype = { call$0: function() { @@ -408676,6 +409048,10 @@ var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "credit_date"); return t1 == null ? "" : t1; }, + get$recurringExpenses: function() { + var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "recurring_expenses"); + return t1 == null ? "" : t1; + }, get$header: function() { var t1 = J.$index$asx($.LocalizationsProvider__localizedValues.$index(0, this.localeCode), "header"); return t1 == null ? "" : t1; @@ -409197,14 +409573,14 @@ t2.border = "none"; return t1; }, - $signature: 2586 + $signature: 2587 }; L.WebUtils_warnChanges_closure.prototype = { call$1: function(e) { if (this.store.get$_store$_state().hasChanges$0()) J.set$returnValue$x(type$.legacy_BeforeUnloadEvent._as(e), "Changes you made may not be saved."); }, - $signature: 2587 + $signature: 2588 }; V.AndroidAuthMessages.prototype = {}; V.IOSAuthMessages.prototype = {}; @@ -409373,7 +409749,7 @@ $parent._logger$_children.$indexSet(0, thisName, t1); return t1; }, - $signature: 2588 + $signature: 2589 }; Z._MdiIconData.prototype = {}; O.memo1__prevArg_set.prototype = { @@ -410804,7 +411180,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2589 + $signature: 2590 }; S.PdfPageNotFoundException.prototype = { toString$0: function(_) { @@ -410865,7 +411241,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2590 + $signature: 2591 }; V.PdfPage_close_closure.prototype = { call$0: function() { @@ -410895,7 +411271,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 102 + $signature: 103 }; V.PdfPageAlreadyClosedException.prototype = { toString$0: function(_) { @@ -411572,7 +411948,7 @@ }); return P._asyncStartSync($async$call$0, $async$completer); }, - $signature: 2591 + $signature: 2592 }; X._PdfViewState__changeLoadingState_closure.prototype = { call$0: function() { @@ -411591,7 +411967,7 @@ t1.toString; return t2.pageBuilder$3(t3, index, t1); }, - $signature: 2592 + $signature: 2593 }; X._PdfViewState__buildLoaded_closure0.prototype = { call$2: function(_, __) { @@ -411600,7 +411976,7 @@ t1 = T.SizedBox$(null, null, null); return t1; }, - $signature: 2593 + $signature: 2594 }; X._PdfViewState__buildLoaded_closure1.prototype = { call$1: function(index) { @@ -411608,7 +411984,7 @@ if (t1 != null) t1.call$1(index + 1); }, - $signature: 71 + $signature: 66 }; X._PdfViewState_build_closure.prototype = { call$2: function(child, animation) { @@ -411616,7 +411992,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2594 + $signature: 2595 }; X._PdfViewLoadingState.prototype = { toString$0: function(_) { @@ -411721,7 +412097,7 @@ }; }, type$.DiagnosticsNode); }, - $signature: 116 + $signature: 118 }; F.AnimationDirection.prototype = { toString$0: function(_) { @@ -412168,7 +412544,7 @@ call$1: function(child) { type$.OverflowViewParentData._as(child.parentData).offstage = null; }, - $signature: 153 + $signature: 139 }; K.RenderOverflowView_performFixedLayout_getChildOffset.prototype = { call$1: function(index) { @@ -412178,21 +412554,21 @@ else return new P.Offset(0, mainAxisOffset); }, - $signature: 2597 + $signature: 2598 }; K.RenderOverflowView_performFlexibleLayout_closure.prototype = { call$2: function(previousValue, element) { var t1 = this.$this._overflow_view$_getCrossSize$1(element); return Math.max(H.checkNum(previousValue), H.checkNum(t1)); }, - $signature: 2598 + $signature: 2599 }; K.RenderOverflowView_visitOnlyOnStageChildren_closure.prototype = { call$1: function(child) { if (type$.OverflowViewParentData._as(child.parentData).offstage === false) this.visitor.call$1(child); }, - $signature: 153 + $signature: 139 }; K.RenderOverflowView_paint_paintChild.prototype = { call$1: function(child) { @@ -412203,7 +412579,7 @@ else t1.paintChild$2(child, this.$this._box$_size.bottomRight$1(0, C.Offset_0_0)); }, - $signature: 153 + $signature: 139 }; K.RenderOverflowView_paint_defaultPaint.prototype = { call$2: function(context, offset) { @@ -412219,13 +412595,13 @@ t1 = this.position; this.result.addWithPaintOffset$3$hitTest$offset$position(new K.RenderOverflowView_hitTestChildren__closure(t1, childParentData, renderObject), childParentData.offset, t1); }, - $signature: 153 + $signature: 139 }; K.RenderOverflowView_hitTestChildren__closure.prototype = { call$2: function(result, transformed) { return this.child.hitTest$2$position(result, transformed); }, - $signature: 270 + $signature: 268 }; K._RenderOverflowView_RenderBox_ContainerRenderObjectMixin.prototype = { attach$1: function(owner) { @@ -412292,7 +412668,7 @@ call$2: function(context, constraints) { return this.builder.call$2(context, constraints.value); }, - $signature: 2599 + $signature: 2600 }; K._OverflowViewElement.prototype = {}; D.MethodChannelPackageInfo.prototype = {}; @@ -412509,19 +412885,19 @@ call$1: function(part) { return part !== ""; }, - $signature: 78 + $signature: 81 }; M.Context_split_closure.prototype = { call$1: function(part) { return part.length !== 0; }, - $signature: 78 + $signature: 81 }; M._validateArgList_closure.prototype = { call$1: function(arg) { return arg == null ? "null" : '"' + arg + '"'; }, - $signature: 2600 + $signature: 2601 }; B.InternalStyle.prototype = { getRoot$1: function(path) { @@ -413543,7 +413919,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2602 + $signature: 2603 }; M._CenterWithOriginalSizeDelegate.prototype = { getPositionForChild$2: function(size, childSize) { @@ -413624,7 +414000,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 562 + $signature: 721 }; O.PhotoViewGestureDetector_build_closure0.prototype = { call$1: function(instance) { @@ -413632,7 +414008,7 @@ instance.onTapDown = t1.onTapDown; instance.onTapUp = t1.onTapUp; }, - $signature: 566 + $signature: 562 }; O.PhotoViewGestureDetector_build_closure1.prototype = { call$0: function() { @@ -413640,13 +414016,13 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 575 + $signature: 566 }; O.PhotoViewGestureDetector_build_closure2.prototype = { call$1: function(instance) { instance.onDoubleTap = this.$this.onDoubleTap; }, - $signature: 576 + $signature: 575 }; O.PhotoViewGestureDetector_build_closure3.prototype = { call$0: function() { @@ -413656,7 +414032,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2603 + $signature: 2604 }; O.PhotoViewGestureDetector_build_closure4.prototype = { call$1: function(instance) { @@ -413665,7 +414041,7 @@ instance.onUpdate = t1.onScaleUpdate; instance.onEnd = t1.onScaleEnd; }, - $signature: 2604 + $signature: 2605 }; O.PhotoViewGestureRecognizer.prototype = { addAllowedPointer$1: function($event) { @@ -413925,7 +414301,7 @@ var t1 = this.$this; t1.setState$1(new L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure(t1, $event)); }, - $signature: 344 + $signature: 339 }; L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure.prototype = { call$0: function() { @@ -413944,7 +414320,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 339 + $signature: 336 }; L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure.prototype = { call$0: function() { @@ -413967,7 +414343,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2605 + $signature: 2606 }; L._ImageWrapperState__getOrCreateListener_handleError_closure.prototype = { call$0: function() { @@ -414757,14 +415133,14 @@ else throw H.wrapException(H.LateError$localAI("qrCode")); }, - $signature: 2607 + $signature: 2608 }; S.QrValidator_validate__qrCode_get.prototype = { call$0: function() { var t1 = this._box_0._qrCode0; return t1 === $ ? H.throwExpression(H.LateError$localNI("qrCode")) : t1; }, - $signature: 2608 + $signature: 2609 }; S.QrValidationResult.prototype = {}; S.QrValidationStatus.prototype = { @@ -414776,7 +415152,7 @@ call$2: function(h, i) { return A._combine0(h, J.get$hashCode$(i)); }, - $signature: 541 + $signature: 533 }; X.MiddlewareClass.prototype = {}; X.Store.prototype = { @@ -414855,7 +415231,7 @@ call$0: function() { return this.$this.formatter.call$3(this.store.get$_store$_state(), this.action, new P.DateTime(Date.now(), false)); }, - $signature: 65 + $signature: 68 }; N.LoadingState.prototype = { toString$0: function(_) { @@ -415028,7 +415404,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2610 + $signature: 2611 }; N.RoundedLoadingButtonState_initState_closure.prototype = { call$0: function() { @@ -415067,7 +415443,7 @@ if (t1) this.$this._widget.onPressed.call$0(); }, - $signature: 34 + $signature: 35 }; N.RoundedLoadingButtonState_initState_closure2.prototype = { call$0: function() { @@ -415083,10 +415459,17 @@ $signature: 0 }; N.RoundedLoadingButtonController.prototype = { + get$_startListener: function() { + var t1 = this.__RoundedLoadingButtonController__startListener; + return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_startListener")) : t1; + }, get$_resetListener: function() { var t1 = this.__RoundedLoadingButtonController__resetListener; return t1 === $ ? H.throwExpression(H.LateError$fieldNI("_resetListener")) : t1; }, + _startListener$0: function() { + return this.get$_startListener().call$0(); + }, _resetListener$0: function() { return this.get$_resetListener().call$0(); } @@ -415233,7 +415616,7 @@ call$0: function() { return J.cancel$0$z(this._subscription_get.call$0()); }, - $signature: 102 + $signature: 103 }; U._Wrapper.prototype = {}; F.Subject.prototype = { @@ -415322,7 +415705,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2611 + $signature: 2612 }; F.Subject_addStream_closure1.prototype = { call$0: function() { @@ -415496,7 +415879,7 @@ this.connectedSink.addError$3(this._controller_get.call$0(), e, s); } }, - $signature: 265 + $signature: 266 }; F.forwardStream_closure.prototype = { call$0: function() { @@ -415535,7 +415918,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 589 + $signature: 588 }; F.forwardStream___closure.prototype = { call$0: function() { @@ -415570,7 +415953,7 @@ }, "call*": "call$0", $requiredArgCount: 0, - $signature: 2613 + $signature: 2614 }; F.forwardStream_closure1.prototype = { call$0: function() { @@ -415727,7 +416110,7 @@ call$2: function(key, value) { return new P.MapEntry(key, J.toString$0$(value), type$.MapEntry_String_String); }, - $signature: 2614 + $signature: 2615 }; V.SharedPreferences.prototype = { containsKey$1: function(_, key) { @@ -415950,7 +416333,7 @@ call$1: function(key) { return J.startsWith$1$s(key, "flutter."); }, - $signature: 78 + $signature: 81 }; Y.SourceFile.prototype = { get$length: function(_) { @@ -416362,7 +416745,7 @@ call$0: function() { return this.color; }, - $signature: 2615 + $signature: 2616 }; U.Highlighter$__closure.prototype = { call$1: function(line) { @@ -416370,7 +416753,7 @@ t1 = new H.WhereIterable(t1, new U.Highlighter$___closure(), H._arrayInstanceType(t1)._eval$1("WhereIterable<1>")); return t1.get$length(t1); }, - $signature: 2616 + $signature: 2617 }; U.Highlighter$___closure.prototype = { call$1: function(highlight) { @@ -416380,19 +416763,19 @@ t1 = t1.get$end(t1); return t2 != t1.get$line(t1); }, - $signature: 379 + $signature: 450 }; U.Highlighter$__closure0.prototype = { call$1: function(line) { return line.url; }, - $signature: 2618 + $signature: 2619 }; U.Highlighter__collateLines_closure.prototype = { call$1: function(highlight) { return highlight.span.get$sourceUrl(); }, - $signature: 2619 + $signature: 2620 }; U.Highlighter__collateLines_closure0.prototype = { call$2: function(highlight1, highlight2) { @@ -416400,7 +416783,7 @@ }, "call*": "call$2", $requiredArgCount: 2, - $signature: 2620 + $signature: 2621 }; U.Highlighter__collateLines_closure1.prototype = { call$1: function(highlightsForFile) { @@ -416445,7 +416828,7 @@ } return lines; }, - $signature: 2621 + $signature: 2622 }; U.Highlighter__collateLines__closure.prototype = { call$1: function(highlight) { @@ -416459,14 +416842,14 @@ t1 = true; return t1; }, - $signature: 379 + $signature: 450 }; U.Highlighter_highlight_closure.prototype = { call$1: function(highlight) { highlight.toString; return true; }, - $signature: 379 + $signature: 450 }; U.Highlighter__writeFileStart_closure.prototype = { call$0: function() { @@ -416624,7 +417007,7 @@ } return U._Highlight__normalizeEndOfLine(U._Highlight__normalizeTrailingNewline(U._Highlight__normalizeNewlines(t1))); }, - $signature: 2622 + $signature: 2623 }; U._Line.prototype = { toString$0: function(_) { @@ -417172,7 +417555,7 @@ call$1: function(str) { return str.length !== 0; }, - $signature: 78 + $signature: 81 }; E.TypedDataBuffer.prototype = { get$length: function(_) { @@ -417535,7 +417918,7 @@ hash = hash + ((hash & 524287) << 10) & 536870911; return hash ^ hash >>> 6; }, - $signature: 2624 + $signature: 2625 }; E.Matrix3.prototype = { setFrom$1: function(arg) { @@ -419303,88 +419686,88 @@ _static = hunkHelpers.installStaticTearOff, _instance = hunkHelpers.installInstanceTearOff, _instance_2_i = hunkHelpers._instance_2i; - _static_1(H, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2625); - _static_1(H, "_engine___noopCallback$closure", "_noopCallback", 130); - _static_1(H, "_engine___newlinePredicate$closure", "_newlinePredicate", 622); - _static_1(H, "_engine___emptyCallback$closure", "_emptyCallback", 80); + _static_1(H, "_engine_BitmapCanvas__onEvictElement$closure", "BitmapCanvas__onEvictElement", 2626); + _static_1(H, "_engine___noopCallback$closure", "_noopCallback", 133); + _static_1(H, "_engine___newlinePredicate$closure", "_newlinePredicate", 623); + _static_1(H, "_engine___emptyCallback$closure", "_emptyCallback", 82); _instance_0_u(H.AlarmClock.prototype, "get$_timerDidFire", "_timerDidFire$0", 0); var _; - _instance_1_u(_ = H.DomRenderer.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 998); + _instance_1_u(_ = H.DomRenderer.prototype, "get$_metricsDidChange", "_metricsDidChange$1", 999); _instance_1_u(_, "get$_languageDidChange", "_languageDidChange$1", 74); - _instance_1_u(H.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 1095); + _instance_1_u(H.KeyboardBinding.prototype, "get$_onKeyData", "_onKeyData$1", 1096); _instance_1_i(H.MultiEntriesBrowserHistory.prototype, "get$onPopState", "onPopState$1", 33); _instance_1_i(H.SingleEntryBrowserHistory.prototype, "get$onPopState", "onPopState$1", 33); - _instance_1_u(H.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1001); + _instance_1_u(H.PointerBinding.prototype, "get$_onPointerData", "_onPointerData$1", 1002); _instance_0_i(H.RulerHost.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(_ = H.DefaultTextEditingStrategy.prototype, "get$__engine$_handleChange", "__engine$_handleChange$1", 74); _instance_1_u(_, "get$_maybeSendAction", "_maybeSendAction$1", 74); - _instance_2_u(H.WebExperiments.prototype, "get$updateExperiment", "updateExperiment$2", 996); - _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 324); - _instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 111); - _static_0(H, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 269); - _static_1(H, "_js_helper___matchString$closure", "_matchString", 2626); - _static_1(H, "_js_helper___stringIdentity$closure", "_stringIdentity", 107); + _instance_2_u(H.WebExperiments.prototype, "get$updateExperiment", "updateExperiment$2", 997); + _static_2(J, "_interceptors_JSArray__compareAny$closure", "JSArray__compareAny", 320); + _instance_1_i(H._CastIterableBase.prototype, "get$contains", "contains$1", 108); + _static_0(H, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 298); + _static_1(H, "_js_helper___matchString$closure", "_matchString", 2627); + _static_1(H, "_js_helper___stringIdentity$closure", "_stringIdentity", 105); _instance_1_i(H.JsLinkedHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_u(H._MatchImplementation.prototype, "get$group", "group$1", 1272); - _instance_1_u(H.StringMatch.prototype, "get$group", "group$1", 303); - _static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 265); - _static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 265); - _static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 265); + _instance_1_u(H._MatchImplementation.prototype, "get$group", "group$1", 1273); + _instance_1_u(H.StringMatch.prototype, "get$group", "group$1", 302); + _static_1(P, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 266); + _static_1(P, "async__AsyncRun__scheduleImmediateWithSetImmediate$closure", "_AsyncRun__scheduleImmediateWithSetImmediate", 266); + _static_1(P, "async__AsyncRun__scheduleImmediateWithTimer$closure", "_AsyncRun__scheduleImmediateWithTimer", 266); _static_0(P, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0); - _static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 80); - _static_2(P, "async___nullErrorHandler$closure", "_nullErrorHandler", 132); + _static_1(P, "async___nullDataHandler$closure", "_nullDataHandler", 82); + _static_2(P, "async___nullErrorHandler$closure", "_nullErrorHandler", 127); _static_0(P, "async___nullDoneHandler$closure", "_nullDoneHandler", 0); - _static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2627, 0); + _static(P, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 2628, 0); _static(P, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) { return P._rootRun($self, $parent, zone, f, type$.dynamic); - }], 2628, 1); + }], 2629, 1); _static(P, "async___rootRunUnary$closure", 5, null, ["call$2$5", "call$5"], ["_rootRunUnary", function($self, $parent, zone, f, arg) { return P._rootRunUnary($self, $parent, zone, f, arg, type$.dynamic, type$.dynamic); - }], 2629, 1); + }], 2630, 1); _static(P, "async___rootRunBinary$closure", 6, null, ["call$3$6", "call$6"], ["_rootRunBinary", function($self, $parent, zone, f, arg1, arg2) { return P._rootRunBinary($self, $parent, zone, f, arg1, arg2, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2630, 1); + }], 2631, 1); _static(P, "async___rootRegisterCallback$closure", 4, null, ["call$1$4", "call$4"], ["_rootRegisterCallback", function($self, $parent, zone, f) { return P._rootRegisterCallback($self, $parent, zone, f, type$.dynamic); - }], 2631, 0); + }], 2632, 0); _static(P, "async___rootRegisterUnaryCallback$closure", 4, null, ["call$2$4", "call$4"], ["_rootRegisterUnaryCallback", function($self, $parent, zone, f) { return P._rootRegisterUnaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic); - }], 2632, 0); + }], 2633, 0); _static(P, "async___rootRegisterBinaryCallback$closure", 4, null, ["call$3$4", "call$4"], ["_rootRegisterBinaryCallback", function($self, $parent, zone, f) { return P._rootRegisterBinaryCallback($self, $parent, zone, f, type$.dynamic, type$.dynamic, type$.dynamic); - }], 2633, 0); - _static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2634, 0); - _static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2635, 0); - _static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2636, 0); - _static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2637, 0); - _static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2638, 0); - _static_1(P, "async___printToZone$closure", "_printToZone", 86); - _static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2639, 0); + }], 2634, 0); + _static(P, "async___rootErrorCallback$closure", 5, null, ["call$5"], ["_rootErrorCallback"], 2635, 0); + _static(P, "async___rootScheduleMicrotask$closure", 4, null, ["call$4"], ["_rootScheduleMicrotask"], 2636, 0); + _static(P, "async___rootCreateTimer$closure", 5, null, ["call$5"], ["_rootCreateTimer"], 2637, 0); + _static(P, "async___rootCreatePeriodicTimer$closure", 5, null, ["call$5"], ["_rootCreatePeriodicTimer"], 2638, 0); + _static(P, "async___rootPrint$closure", 4, null, ["call$4"], ["_rootPrint"], 2639, 0); + _static_1(P, "async___printToZone$closure", "_printToZone", 84); + _static(P, "async___rootFork$closure", 5, null, ["call$5"], ["_rootFork"], 2640, 0); _instance_0_u(_ = P._BroadcastSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance(_ = P._BroadcastStreamController.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 229, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 230, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 33); - _instance_2_u(_, "get$_addError", "_addError$2", 132); + _instance_2_u(_, "get$_addError", "_addError$2", 127); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_1_i(_ = P._AsBroadcastStreamController.prototype, "get$add", "add$1", 33); _instance(_, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 229, 0); - _instance_0_i(_, "get$close", "close$0", 373); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 230, 0); + _instance_0_i(_, "get$close", "close$0", 353); _instance(P._Completer.prototype, "get$completeError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 229, 0); + }, ["call$2", "call$1"], ["completeError$2", "completeError$1"], 230, 0); _instance(P._AsyncCompleter.prototype, "get$complete", 1, 0, function() { return [null]; - }, ["call$1", "call$0"], ["complete$1", "complete$0"], 1847, 0); - _instance_2_u(P._Future.prototype, "get$_completeError", "_completeError$2", 132); + }, ["call$1", "call$0"], ["complete$1", "complete$0"], 1848, 0); + _instance_2_u(P._Future.prototype, "get$_completeError", "_completeError$2", 127); _instance(_ = P._StreamController.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 229, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 230, 0); _instance_1_i(_, "get$_async$_add", "_async$_add$1", 33); - _instance_2_u(_, "get$_addError", "_addError$2", 132); + _instance_2_u(_, "get$_addError", "_addError$2", 127); _instance_0_u(_, "get$_async$_close", "_async$_close$0", 0); _instance_0_u(_ = P._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); @@ -419394,166 +419777,166 @@ _instance_0_u(_ = P._AsBroadcastStream.prototype, "get$_onCancel", "_onCancel$0", 0); _instance_0_u(_, "get$_onListen", "_onListen$0", 0); _instance_1_u(_ = P._StreamIterator.prototype, "get$_async$_onData", "_async$_onData$1", 33); - _instance_2_u(_, "get$_onError", "_onError$2", 132); + _instance_2_u(_, "get$_onError", "_onError$2", 127); _instance_0_u(_, "get$_onDone", "_onDone$0", 0); _instance_0_u(_ = P._ForwardingStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(_, "get$_handleData", "_handleData$1", 33); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1947); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 1948); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); _instance_0_u(_ = P._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0); _instance_0_u(_, "get$_onResume", "_onResume$0", 0); _instance_1_u(_, "get$_handleData", "_handleData$1", 33); - _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 132); + _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 127); _instance_0_u(_, "get$_handleDone", "_handleDone$0", 0); - _static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 345); - _static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 368); - _static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 324); - _static_2(P, "collection___dynamicCompare$closure", "_dynamicCompare", 324); + _static_2(P, "collection___defaultEquals$closure", "_defaultEquals", 372); + _static_1(P, "collection___defaultHashCode$closure", "_defaultHashCode", 391); + _static_2(P, "collection_ListMixin__compareAny$closure", "ListMixin__compareAny", 320); + _static_2(P, "collection___dynamicCompare$closure", "_dynamicCompare", 320); _instance_1_i(P._LinkedCustomHashMap.prototype, "get$remove", "remove$1", "2?(Object?)"); - _instance_1_i(P._HashSet.prototype, "get$contains", "contains$1", 111); - _instance_1_i(P._LinkedHashSet.prototype, "get$contains", "contains$1", 111); - _instance_1_i(P.IterableMixin.prototype, "get$contains", "contains$1", 111); - _instance_1_i(P._UnmodifiableSet.prototype, "get$contains", "contains$1", 111); - _instance_1_i(P.SplayTreeSet.prototype, "get$contains", "contains$1", 111); + _instance_1_i(P._HashSet.prototype, "get$contains", "contains$1", 108); + _instance_1_i(P._LinkedHashSet.prototype, "get$contains", "contains$1", 108); + _instance_1_i(P.IterableMixin.prototype, "get$contains", "contains$1", 108); + _instance_1_i(P._UnmodifiableSet.prototype, "get$contains", "contains$1", 108); + _instance_1_i(P.SplayTreeSet.prototype, "get$contains", "contains$1", 108); _static_1(P, "convert___defaultToEncodable$closure", "_defaultToEncodable", 9); _instance_1_i(_ = P._ByteCallbackSink.prototype, "get$add", "add$1", 33); _instance_0_i(_, "get$close", "close$0", 0); - _static_1(P, "core__identityHashCode$closure", "identityHashCode", 368); - _static_2(P, "core__identical$closure", "identical", 345); - _static_2(P, "core_Comparable_compare$closure", "Comparable_compare", 2640); - _static_1(P, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 171); - _static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 107); - _instance_1_i(_ = P.Iterable.prototype, "get$contains", "contains$1", 111); + _static_1(P, "core__identityHashCode$closure", "identityHashCode", 391); + _static_2(P, "core__identical$closure", "identical", 372); + _static_2(P, "core_Comparable_compare$closure", "Comparable_compare", 2641); + _static_1(P, "core__GeneratorIterable__id$closure", "_GeneratorIterable__id", 168); + _static_1(P, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 105); + _instance_1_i(_ = P.Iterable.prototype, "get$contains", "contains$1", 108); _instance(_, "get$toList", 1, 0, function() { return {growable: true}; }, ["call$1$growable", "call$0"], ["toList$1$growable", "toList$0"], "List({growable:bool})", 0); _static(W, "html__Html5NodeValidator__standardAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__standardAttributeValidator"], 703, 0); _static(W, "html__Html5NodeValidator__uriAttributeValidator$closure", 4, null, ["call$4"], ["_Html5NodeValidator__uriAttributeValidator"], 703, 0); - _instance_2_i(W.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 101); + _instance_2_i(W.HttpRequest.prototype, "get$setRequestHeader", "setRequestHeader$2", 111); _instance_1_u(_ = W.Console.prototype, "get$group", "group$1", 33); _instance_1_u(_, "get$warn", "warn$1", 33); _instance_0_u(_ = P._FileStream.prototype, "get$_readBlock", "_readBlock$0", 0); _instance_0_i(_, "get$_io$_start", "_io$_start$0", 0); _instance_0_i(P._File.prototype, "get$length", "length$0", 250); - _static_1(P, "js___convertToJS$closure", "_convertToJS", 685); - _static_1(P, "js___convertToDart$closure", "_convertToDart", 141); + _static_1(P, "js___convertToJS$closure", "_convertToJS", 677); + _static_1(P, "js___convertToDart$closure", "_convertToDart", 149); _static(P, "math__max$closure", 2, null, ["call$1$2", "call$2"], ["max", function(a, b) { return P.max(a, b, type$.num); - }], 2642, 1); - _static(P, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2643, 0); - _static(P, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2644, 0); - _static(P, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2645, 0); - _instance_1_u(P._StoredMessage.prototype, "get$invoke", "invoke$1", 130); - _instance_2_u(D.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 904); - _instance_1_u(O.BoardListState.prototype, "get$onDropList", "onDropList$1", 910); - _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 111); - _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 73); - _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 462, 0); - _instance_1_u(_ = B.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 26); + }], 2643, 1); + _static(P, "ui_Size_lerp$closure", 3, null, ["call$3"], ["Size_lerp"], 2644, 0); + _static(P, "ui__lerpDouble$closure", 3, null, ["call$3"], ["lerpDouble"], 2645, 0); + _static(P, "ui_Color_lerp$closure", 3, null, ["call$3"], ["Color_lerp"], 2646, 0); + _instance_1_u(P._StoredMessage.prototype, "get$invoke", "invoke$1", 133); + _instance_2_u(D.BoardItemState.prototype, "get$onDropItem", "onDropItem$2", 905); + _instance_1_u(O.BoardListState.prototype, "get$onDropList", "onDropList$1", 911); + _instance_1_i(A.CopyOnWriteSet.prototype, "get$contains", "contains$1", 108); + _instance_1_u(_ = A.CachedNetworkImage.prototype, "get$_octoPlaceholderBuilder", "_octoPlaceholderBuilder$1", 75); + _instance(_, "get$_octoErrorBuilder", 0, 3, null, ["call$3"], ["_octoErrorBuilder$3"], 454, 0); + _instance_1_u(_ = B.MultiImageStreamCompleter.prototype, "get$_multi_image_stream_completer$_handleAppFrame", "_multi_image_stream_completer$_handleAppFrame$1", 27); _instance_0_u(_, "get$_multi_image_stream_completer$_scheduleAppFrame", "_multi_image_stream_completer$_scheduleAppFrame$0", 0); - _instance_1_i(_, "get$addListener", "addListener$1", 356); + _instance_1_i(_, "get$addListener", "addListener$1", 350); _instance_1_u(L.CartesianChart.prototype, "get$makeSeries", "makeSeries$1", "MutableSeries(Object?)"); _instance_1_u(_ = O.DomainHighlighter0.prototype, "get$_selectionChanged", "_selectionChanged$1", 33); _instance_1_u(_, "get$_updateColorFunctions", "_updateColorFunctions$1", 33); - _instance_1_u(_ = D.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 550); + _instance_1_u(_ = D.Legend.prototype, "get$defaultLegendMeasureFormatter", "defaultLegendMeasureFormatter$1", 549); _instance_1_u(_, "get$_preProcess", "_preProcess$1", 33); _instance_1_u(_, "get$_postProcess", "_postProcess$1", 33); _instance_1_u(_, "get$_legend$_selectionChanged", "_legend$_selectionChanged$1", 33); _instance_1_u(Z.SeriesLegend0.prototype, "get$onData", "onData$1", 33); _instance_1_u(_ = E.LinePointHighlighter0.prototype, "get$_line_point_highlighter$_selectionChanged", "_line_point_highlighter$_selectionChanged$1", 33); _instance_0_u(_, "get$_updateViewData", "_updateViewData$0", 0); - _instance_1_u(_ = Z.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 399); - _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 399); - _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1257, 0); - _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1258, 0); - _instance_1_u(X.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 636); + _instance_1_u(_ = Z.SelectNearest0.prototype, "get$_onTapTest", "_onTapTest$1", 398); + _instance_1_u(_, "get$_onLongPressSelect", "_onLongPressSelect$1", 398); + _instance(_, "get$_onSelect", 0, 1, null, ["call$2", "call$1"], ["_onSelect$2", "_onSelect$1"], 1258, 0); + _instance(_, "get$_onDeselectAll", 0, 3, null, ["call$3"], ["_onDeselectAll$3"], 1259, 0); + _instance_1_u(X.BaseChart.prototype, "get$_notACustomBehavior", "_notACustomBehavior$1", 633); _instance_0_u(U.BaseChartState.prototype, "get$_animationTick", "_animationTick$0", 0); - _instance_1_u(X.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1549); - _instance_1_u(_ = K.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 100); - _instance_1_u(_, "get$onTapUp", "onTapUp$1", 144); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 486); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 565); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 537); - _instance_2_u(_ = U.DeepCollectionEquality.prototype, "get$equals", "equals$2", 345); - _instance_1_i(_, "get$hash", "hash$1", 368); - _instance_1_u(_, "get$isValidKey", "isValidKey$1", 111); + _instance_1_u(X.ChartContainerCustomPaint.prototype, "get$_buildSemantics", "_buildSemantics$1", 1550); + _instance_1_u(_ = K.ChartGestureDetector.prototype, "get$onTapDown", "onTapDown$1", 98); + _instance_1_u(_, "get$onTapUp", "onTapUp$1", 145); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 593); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 666); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 486); + _instance_2_u(_ = U.DeepCollectionEquality.prototype, "get$equals", "equals$2", 372); + _instance_1_i(_, "get$hash", "hash$1", 391); + _instance_1_u(_, "get$isValidKey", "isValidKey$1", 108); _instance_0_i(R.XFileBase.prototype, "get$length", "length$0", 250); _instance_0_i(A.XFile.prototype, "get$length", "length$0", 250); - _instance_1_u(_ = M._DraggableScrollbarState.prototype, "get$_onVerticalDragStart", "_onVerticalDragStart$1", 96); - _instance_1_u(_, "get$_draggable_scrollbar$_onVerticalDragUpdate", "_draggable_scrollbar$_onVerticalDragUpdate$1", 69); + _instance_1_u(_ = M._DraggableScrollbarState.prototype, "get$_onVerticalDragStart", "_onVerticalDragStart$1", 97); + _instance_1_u(_, "get$_draggable_scrollbar$_onVerticalDragUpdate", "_draggable_scrollbar$_onVerticalDragUpdate$1", 67); _instance_1_u(_, "get$_onVerticalDragEnd", "_onVerticalDragEnd$1", 104); _instance_0_i(T.MemoryFile.prototype, "get$length", "length$0", 250); - _static_2(X, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2646); - _instance_1_u(U.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1985); - _static_1(B, "utils0__isEmpty$closure", "isEmpty", 78); + _static_2(X, "memory_file_system___defaultOpHandle$closure", "_defaultOpHandle", 2647); + _instance_1_u(U.MemoryFileSystemEntity.prototype, "get$defaultCheckType", "defaultCheckType$1", 1986); + _static_1(B, "utils0__isEmpty$closure", "isEmpty", 81); _instance(_ = G.AnimationController.prototype, "get$reverse", 1, 0, function() { return {from: null}; - }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2122, 0); - _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2127); + }, ["call$1$from", "call$0"], ["reverse$1$from", "reverse$0"], 2123, 0); + _instance_1_u(_, "get$_directionSetter", "_directionSetter$1", 2128); _instance_0_i(_, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 26); - _instance_1_u(S.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 34); - _instance_1_u(S.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 34); - _instance_1_u(_ = S.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 34); + _instance_1_u(_, "get$_animation_controller$_tick", "_animation_controller$_tick$1", 27); + _instance_1_u(S.ReverseAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); + _instance_1_u(S.CurvedAnimation.prototype, "get$_updateCurveDirection", "_updateCurveDirection$1", 35); + _instance_1_u(_ = S.TrainHoppingAnimation.prototype, "get$_statusChangeHandler", "_statusChangeHandler$1", 35); _instance_0_u(_, "get$_valueChangeHandler", "_valueChangeHandler$0", 0); - _instance_1_u(_ = S.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 34); + _instance_1_u(_ = S.CompoundAnimation.prototype, "get$_maybeNotifyStatusListeners", "_maybeNotifyStatusListeners$1", 35); _instance_0_u(_, "get$_maybeNotifyListeners", "_maybeNotifyListeners$0", 0); _instance_0_u(S.AnimationLocalListenersMixin.prototype, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_u(S.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 34); + _instance_1_u(S.AnimationLocalStatusListenersMixin.prototype, "get$notifyStatusListeners", "notifyStatusListeners$1", 35); _instance_1_i(Y._Interval.prototype, "get$value", "value$1", 6); - _instance_1_u(_ = D._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 96); - _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 69); + _instance_1_u(_ = D._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 97); + _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 104); _instance_0_u(_, "get$_route$_handleDragCancel", "_route$_handleDragCancel$0", 0); - _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 226); + _instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 227); _instance_0_u(E._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_ = N._CupertinoSwitchState.prototype, "get$_switch0$_handleTapDown", "_switch0$_handleTapDown$1", 100); + _instance_1_u(_ = N._CupertinoSwitchState.prototype, "get$_switch0$_handleTapDown", "_switch0$_handleTapDown$1", 98); _instance_0_u(_, "get$_switch0$_handleTap", "_switch0$_handleTap$0", 0); - _instance_1_u(_, "get$_switch0$_handleTapUp", "_switch0$_handleTapUp$1", 144); + _instance_1_u(_, "get$_switch0$_handleTapUp", "_switch0$_handleTapUp$1", 145); _instance_0_u(_, "get$_switch0$_handleTapCancel", "_switch0$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 96); - _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_switch0$_handleDragStart", "_switch0$_handleDragStart$1", 97); + _instance_1_u(_, "get$_switch0$_handleDragUpdate", "_switch0$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_switch0$_handleDragEnd", "_switch0$_handleDragEnd$1", 104); - _static_1(U, "assertions_FlutterError__defaultErrorHandler$closure", "FlutterError__defaultErrorHandler", 2647); + _static_1(U, "assertions_FlutterError__defaultErrorHandler$closure", "FlutterError__defaultErrorHandler", 2648); _static(U, "assertions_FlutterError_dumpErrorToConsole$closure", 1, null, ["call$2$forceReport", "call$1"], ["FlutterError_dumpErrorToConsole", function(details) { return U.FlutterError_dumpErrorToConsole(details, false); - }], 2648, 0); - _static_1(U, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2649); + }], 2649, 0); + _static_1(U, "assertions_DiagnosticsStackTrace__createStackFrame$closure", "DiagnosticsStackTrace__createStackFrame", 2650); _instance_0_i(_ = B.ChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_, "get$notifyListeners", "notifyListeners$0", 0); - _instance_1_i(Y.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 624); - _instance_1_u(B.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2378); - _static_1(R, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2650); - _instance_1_u(_ = N.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2385); - _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 71); + _instance_1_i(Y.DiagnosticPropertiesBuilder.prototype, "get$add", "add$1", 626); + _instance_1_u(B.AbstractNode.prototype, "get$redepthChild", "redepthChild$1", 2382); + _static_1(R, "stack_frame_StackFrame_fromStackTraceLine$closure", "StackFrame_fromStackTraceLine", 2651); + _instance_1_u(_ = N.GestureBinding.prototype, "get$_handlePointerDataPacket", "_handlePointerDataPacket$1", 2389); + _instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 66); _instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0); - _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 88); + _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 92); _instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0); - _static(K, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2651, 0); - _instance_1_u(K.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); - _static_1(O, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 607); - _instance_1_u(O.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); - _instance_1_u(_ = V.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 88); - _instance_1_u(_, "get$_removeState", "_removeState$1", 71); + _static(K, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 2652, 0); + _instance_1_u(K.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _static_1(O, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 605); + _instance_1_u(O.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance_1_u(_ = V.MultiDragGestureRecognizer.prototype, "get$_multidrag$_handleEvent", "_multidrag$_handleEvent$1", 92); + _instance_1_u(_, "get$_removeState", "_removeState$1", 66); _instance_0_u(V._DelayedPointerState.prototype, "get$_delayPassed", "_delayPassed$0", 0); _instance_0_u(F._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0); - _instance_1_u(_ = F.DoubleTapGestureRecognizer.prototype, "get$_handleEvent", "_handleEvent$1", 88); - _instance_1_u(_, "get$_reject", "_reject$1", 2410); + _instance_1_u(_ = F.DoubleTapGestureRecognizer.prototype, "get$_handleEvent", "_handleEvent$1", 92); + _instance_1_u(_, "get$_reject", "_reject$1", 2412); _instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0); - _instance_1_u(S.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", "stopTrackingPointer$1", 71); - _instance_1_u(S.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); - _instance_1_u(B.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); - _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 675, 0); + _instance_1_u(S.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", "stopTrackingPointer$1", 66); + _instance_1_u(S.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance_1_u(B.ScaleGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); + _instance(_ = A._LicensePageState.prototype, "get$_packageLicensePage", 0, 3, null, ["call$3"], ["_packageLicensePage$3"], 478, 0); _instance_2_u(_, "get$_packagesView", "_packagesView$2", 679); - _instance_2_u(_ = S._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2606); - _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 223); + _instance_2_u(_ = S._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 2613); + _instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 224); _instance_0_u(_ = E._AppBarState.prototype, "get$_handleDrawerButton", "_handleDrawerButton$0", 0); _instance_0_u(_, "get$_handleDrawerButtonEnd", "_handleDrawerButtonEnd$0", 0); - _instance_1_u(_ = E._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 96); - _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 69); + _instance_1_u(_ = E._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 97); + _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 104); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 464); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 457); _instance_1_u(_ = Z._RawMaterialButtonState.prototype, "get$_handleHighlightChanged", "_handleHighlightChanged$1", 51); _instance_1_u(_, "get$_handleHoveredChanged", "_handleHoveredChanged$1", 51); _instance_1_u(_, "get$_handleFocusedChanged", "_handleFocusedChanged$1", 51); @@ -419568,68 +419951,68 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = Q._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 219); - _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 219); - _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 219); - _instance_1_u(_ = Q._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 219); - _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 71); + _instance_1_u(_ = Q._CalendarDatePickerState.prototype, "get$_handleMonthChanged", "_handleMonthChanged$1", 220); + _instance_1_u(_, "get$_handleYearChanged", "_handleYearChanged$1", 220); + _instance_1_u(_, "get$_handleDayChanged", "_handleDayChanged$1", 220); + _instance_1_u(_ = Q._MonthPickerState.prototype, "get$_handleDateSelected", "_handleDateSelected$1", 220); + _instance_1_u(_, "get$_handleMonthPageChanged", "_handleMonthPageChanged$1", 66); _instance_0_u(_, "get$_handleNextMonth", "_handleNextMonth$0", 0); _instance_0_u(_, "get$_handlePreviousMonth", "_handlePreviousMonth$0", 0); _instance_1_u(_, "get$_handleGridFocusChange", "_handleGridFocusChange$1", 51); - _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 877); - _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 880); - _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 902); - _instance_2_u(_, "get$_buildItems", "_buildItems$2", 131); - _instance_2_u(Q._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 131); + _instance_1_u(_, "get$_handleGridNextFocus", "_handleGridNextFocus$1", 878); + _instance_1_u(_, "get$_handleGridPreviousFocus", "_handleGridPreviousFocus$1", 881); + _instance_1_u(_, "get$_handleDirectionFocus", "_handleDirectionFocus$1", 903); + _instance_2_u(_, "get$_buildItems", "_buildItems$2", 136); + _instance_2_u(Q._YearPickerState.prototype, "get$_buildYearItem", "_buildYearItem$2", 136); _instance_0_u(D.CheckboxListTile.prototype, "get$_handleValueChange", "_handleValueChange$0", 0); - _instance_1_u(_ = S.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 909); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 500); + _instance_1_u(_ = S.TableRowInkWell.prototype, "get$getRectCallback", "getRectCallback$1", 910); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 499); _instance_0_u(_ = S._SortArrowState.prototype, "get$_data_table$_rebuild", "_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 34); + _instance_1_u(_, "get$_resetOrientationAnimation", "_resetOrientationAnimation$1", 35); _instance_0_u(_ = K._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", 219); - _static(E, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2652, 0); + _instance_1_u(_, "get$_handleDateChanged", "_handleDateChanged$1", 220); + _static(E, "dialog___buildMaterialDialogTransitions$closure", 4, null, ["call$4"], ["_buildMaterialDialogTransitions"], 2653, 0); _instance_0_u(_ = Z.DrawerControllerState.prototype, "get$_animationChanged", "_animationChanged$0", 0); - _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 34); + _instance_1_u(_, "get$_animationStatusChanged", "_animationStatusChanged$1", 35); _instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0); - _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 516); + _instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 506); _instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0); - _instance_1_u(_, "get$_move", "_move$1", 69); + _instance_1_u(_, "get$_move", "_move$1", 67); _instance_1_u(_, "get$_settle", "_settle$1", 104); _instance_0_i(_, "get$close", "close$0", 0); _instance_1_u(_ = K._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 51); _instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0); _instance_0_u(_ = K._DropdownButtonState.prototype, "get$_dropdown$_handleFocusChanged", "_dropdown$_handleFocusChanged$0", 0); - _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 338); + _instance_1_u(_, "get$_dropdown$_handleFocusHighlightModeChange", "_dropdown$_handleFocusHighlightModeChange$1", 344); _instance_0_u(_, "get$_dropdown$_handleTap", "_dropdown$_handleTap$0", 0); _instance_1_u(K._DropdownButtonFormFieldState.prototype, "get$didChange", "didChange$1", 33); _instance_0_u(N._ExpandIconState.prototype, "get$_handlePressed", "_handlePressed$0", 0); _instance_0_u(_ = D._InkState.prototype, "get$_handleRemoved", "_handleRemoved$0", 0); - _instance_1_u(_, "get$_build", "_build$1", 73); + _instance_1_u(_, "get$_build", "_build$1", 75); _instance_0_u(D.InkDecoration.prototype, "get$_handleChanged", "_handleChanged$0", 0); - _instance_1_u(Y.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 34); - _instance_1_u(O.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 34); - _instance_1_u(U.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 34); - _instance_1_u(_ = R.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 964); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 500); + _instance_1_u(Y.InkHighlight.prototype, "get$_handleAlphaStatusChanged", "_handleAlphaStatusChanged$1", 35); + _instance_1_u(O.InkRipple.prototype, "get$_ink_ripple$_handleAlphaStatusChanged", "_ink_ripple$_handleAlphaStatusChanged$1", 35); + _instance_1_u(U.InkSplash.prototype, "get$_ink_splash$_handleAlphaStatusChanged", "_ink_splash$_handleAlphaStatusChanged$1", 35); + _instance_1_u(_ = R.InkResponse.prototype, "get$getRectCallback", "getRectCallback$1", 965); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 499); _instance(_ = R._InkResponseState.prototype, "get$_simulateTap", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 531, 0); + }, ["call$1", "call$0"], ["_simulateTap$1", "_simulateTap$0"], 527, 0); _instance_0_u(_, "get$_simulateLongPress", "_simulateLongPress$0", 0); - _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 338); + _instance_1_u(_, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 344); _instance_1_u(_, "get$_handleFocusUpdate", "_handleFocusUpdate$1", 51); - _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 100); + _instance_1_u(_, "get$_handleTapDown", "_handleTapDown$1", 98); _instance_0_u(_, "get$_ink_well$_handleTap", "_ink_well$_handleTap$0", 0); _instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0); _instance_0_u(_, "get$_handleDoubleTap", "_handleDoubleTap$0", 0); _instance_0_u(_, "get$_ink_well$_handleLongPress", "_ink_well$_handleLongPress$0", 0); _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 263); - _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 200); - _instance_1_u(_ = U._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 359); - _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 231); - _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 86); + _instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 201); + _instance_1_u(_ = U._InputDatePickerFormFieldState.prototype, "get$_validateDate", "_validateDate$1", 358); + _instance_1_u(_, "get$_handleSaved", "_handleSaved$1", 232); + _instance_1_u(_, "get$_handleSubmitted", "_handleSubmitted$1", 84); _instance_0_u(L._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0); _instance_1_u(_ = L._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); @@ -419647,67 +420030,67 @@ _instance_0_u(_, "get$_handleNext", "_handleNext$0", 0); _instance_0_u(Z.PopupMenuItemState.prototype, "get$handleTap", "handleTap$0", 0); _instance_0_u(Z.PopupMenuButtonState.prototype, "get$showButtonMenu", "showButtonMenu$0", 0); - _instance_1_u(Y._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 411); - _instance_1_u(_ = N.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 177); - _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1038); - _instance_2_u(_ = Z._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 131); - _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1066, 0); - _instance_1_u(_ = M._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 34); + _instance_1_u(Y._RadioState.prototype, "get$_radio$_handleChanged", "_radio$_handleChanged$1", 439); + _instance_1_u(_ = N.RefreshIndicatorState.prototype, "get$_refresh_indicator$_handleScrollNotification", "_refresh_indicator$_handleScrollNotification$1", 176); + _instance_1_u(_, "get$_handleGlowNotification", "_handleGlowNotification$1", 1039); + _instance_2_u(_ = Z._ReorderableListViewState.prototype, "get$_itemBuilder", "_itemBuilder$2", 136); + _instance(_, "get$_proxyDecorator", 0, 3, null, ["call$3"], ["_proxyDecorator$3"], 1067, 0); + _instance_1_u(_ = M._FloatingActionButtonTransitionState.prototype, "get$_handlePreviousAnimationStatusChanged", "_handlePreviousAnimationStatusChanged$1", 35); _instance_0_u(_, "get$_onProgressChanged", "_onProgressChanged$0", 0); _instance_1_u(_ = M.ScaffoldState.prototype, "get$_drawerOpenedCallback", "_drawerOpenedCallback$1", 51); _instance_1_u(_, "get$_endDrawerOpenedCallback", "_endDrawerOpenedCallback$1", 51); _instance_0_u(_, "get$_handleStatusBarTap", "_handleStatusBarTap$0", 0); _instance_0_i(_ = M._StandardBottomSheetState.prototype, "get$close", "close$0", 0); - _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 96); - _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1082, 0); - _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 34); - _instance_1_u(_, "get$extentChanged", "extentChanged$1", 464); - _instance_1_u(_ = O._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 233); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 214); + _instance_1_u(_, "get$_scaffold$_handleDragStart", "_scaffold$_handleDragStart$1", 97); + _instance(_, "get$_scaffold$_handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["_scaffold$_handleDragEnd$2$isClosing", "_scaffold$_handleDragEnd$1"], 1083, 0); + _instance_1_u(_, "get$_handleStatusChange", "_handleStatusChange$1", 35); + _instance_1_u(_, "get$extentChanged", "extentChanged$1", 457); + _instance_1_u(_ = O._SelectableTextSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 156); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 156); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 234); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 145); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 215); _instance_0_u(_ = O._SelectableTextState.prototype, "get$_onControllerChanged", "_onControllerChanged$0", 0); - _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 466); + _instance_2_u(_, "get$_selectable_text$_handleSelectionChanged", "_selectable_text$_handleSelectionChanged$2", 462); _instance_0_u(_, "get$_selectable_text$_handleSelectionHandleTapped", "_selectable_text$_handleSelectionHandleTapped$0", 0); - _instance_1_u(_ = N._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 96); - _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 69); + _instance_1_u(_ = N._MaterialSwitchState.prototype, "get$_switch$_handleDragStart", "_switch$_handleDragStart$1", 97); + _instance_1_u(_, "get$_switch$_handleDragUpdate", "_switch$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_switch$_handleDragEnd", "_switch$_handleDragEnd$1", 104); - _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 411); + _instance_1_u(_, "get$_switch$_handleChanged", "_switch$_handleChanged$1", 439); _instance_0_u(N._SwitchPainter.prototype, "get$_handleDecorationChanged", "_handleDecorationChanged$0", 0); _instance_0_i(U.TabController.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(E._IndicatorPainter.prototype, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_0_u(_ = E._TabBarState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); _instance_0_u(_, "get$_handleTabControllerTick", "_handleTabControllerTick$0", 0); - _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1096, 0); + _instance(_, "get$_saveTabOffsets", 0, 3, null, ["call$3"], ["_saveTabOffsets$3"], 1097, 0); _instance_0_u(_ = E._TabBarViewState.prototype, "get$_handleTabControllerAnimationTick", "_handleTabControllerAnimationTick$0", 0); - _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 177); - _instance_1_u(_ = Z._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 233); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 214); - _instance_2_u(_ = Z._TextFieldState.prototype, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 466); + _instance_1_u(_, "get$_tabs$_handleScrollNotification", "_tabs$_handleScrollNotification$1", 176); + _instance_1_u(_ = Z._TextFieldSelectionGestureDetectorBuilder.prototype, "get$onForcePressStart", "onForcePressStart$1", 156); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 156); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 234); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 145); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 215); + _instance_2_u(_ = Z._TextFieldState.prototype, "get$_text_field$_handleSelectionChanged", "_text_field$_handleSelectionChanged$2", 462); _instance_0_u(_, "get$_handleSelectionHandleTapped", "_handleSelectionHandleTapped$0", 0); _instance_0_u(E._TextFormFieldState.prototype, "get$_handleControllerChanged", "_handleControllerChanged$0", 0); - _instance_1_u(M._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 468); + _instance_1_u(M._TimePickerHeader.prototype, "get$_handleChangeMode", "_handleChangeMode$1", 466); _instance_1_u(_ = M._RenderInputPadding1.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = M._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 96); - _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 69); + _instance_1_u(_ = M._DialState.prototype, "get$_handlePanStart", "_handlePanStart$1", 97); + _instance_1_u(_, "get$_handlePanUpdate", "_handlePanUpdate$1", 67); _instance_1_u(_, "get$_handlePanEnd", "_handlePanEnd$1", 104); - _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 144); - _instance_1_u(_ = M._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 231); - _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 86); - _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 231); - _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 472); - _instance_1_u(_, "get$_validateHour", "_validateHour$1", 359); - _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 359); - _instance_1_u(_ = M._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 468); + _instance_1_u(_, "get$_time_picker0$_handleTapUp", "_time_picker0$_handleTapUp$1", 145); + _instance_1_u(_ = M._TimePickerInputState.prototype, "get$_handleHourSavedSubmitted", "_handleHourSavedSubmitted$1", 232); + _instance_1_u(_, "get$_handleHourChanged", "_handleHourChanged$1", 84); + _instance_1_u(_, "get$_handleMinuteSavedSubmitted", "_handleMinuteSavedSubmitted$1", 232); + _instance_1_u(_, "get$_handleDayPeriodChanged", "_handleDayPeriodChanged$1", 468); + _instance_1_u(_, "get$_validateHour", "_validateHour$1", 358); + _instance_1_u(_, "get$_validateMinute", "_validateMinute$1", 358); + _instance_1_u(_ = M._TimePickerDialogState.prototype, "get$_time_picker0$_handleModeChanged", "_time_picker0$_handleModeChanged$1", 466); _instance_0_u(_, "get$_time_picker0$_handleEntryModeToggle", "_time_picker0$_handleEntryModeToggle$0", 0); - _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 472); + _instance_1_u(_, "get$_handleTimeChanged", "_handleTimeChanged$1", 468); _instance_0_u(_, "get$_handleHourDoubleTapped", "_handleHourDoubleTapped$0", 0); _instance_0_u(_, "get$_handleMinuteDoubleTapped", "_handleMinuteDoubleTapped$0", 0); _instance_0_u(_, "get$_handleHourSelected", "_handleHourSelected$0", 0); @@ -419717,33 +420100,33 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); - _instance_1_u(_ = F.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 100); - _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 531, 0); - _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1138, 0); + _instance_1_u(_ = F.ToggleableStateMixin.prototype, "get$_toggleable$_handleTapDown", "_toggleable$_handleTapDown$1", 98); + _instance(_, "get$_toggleable$_handleTap", 0, 0, null, ["call$1", "call$0"], ["_toggleable$_handleTap$1", "_toggleable$_handleTap$0"], 527, 0); + _instance(_, "get$_handleTapEnd", 0, 0, null, ["call$1", "call$0"], ["_handleTapEnd$1", "_handleTapEnd$0"], 1139, 0); _instance_1_u(_, "get$_handleFocusHighlightChanged", "_handleFocusHighlightChanged$1", 51); _instance_1_u(_, "get$_handleHoverChanged", "_handleHoverChanged$1", 51); _instance_0_i(F.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = S._TooltipState.prototype, "get$_handleMouseTrackerChange", "_handleMouseTrackerChange$0", 0); - _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 34); + _instance_1_u(_, "get$_tooltip$_handleStatusChanged", "_tooltip$_handleStatusChanged$1", 35); _instance_0_u(_, "get$ensureTooltipVisible", "ensureTooltipVisible$0", 193); - _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 88); + _instance_1_u(_, "get$_tooltip$_handlePointerEvent", "_tooltip$_handlePointerEvent$1", 92); _instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0); - _instance(N.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1139, 0); - _instance_2_u(X.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 339); - _static(V, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2653, 0); - _static_1(L, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2654); - _instance_1_i(_ = L.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 356); - _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 344); - _instance_1_u(_ = L.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 509); - _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 26); - _instance_1_i(_, "get$addListener", "addListener$1", 356); - _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2655, 0); + _instance(N.PaintingBinding.prototype, "get$instantiateImageCodec", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodec$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodec$1"], 1140, 0); + _instance_2_u(X.DecorationImagePainter.prototype, "get$_handleImage", "_handleImage$2", 336); + _static(V, "edge_insets_EdgeInsetsGeometry_lerp$closure", 3, null, ["call$3"], ["EdgeInsetsGeometry_lerp"], 2654, 0); + _static_1(L, "image_resolution_AssetImage__manifestParser$closure", "AssetImage__manifestParser", 2655); + _instance_1_i(_ = L.ImageStreamCompleter.prototype, "get$addListener", "addListener$1", 350); + _instance_1_u(_, "get$reportImageChunkEvent", "reportImageChunkEvent$1", 339); + _instance_1_u(_ = L.MultiFrameImageStreamCompleter.prototype, "get$_handleCodecReady", "_handleCodecReady$1", 507); + _instance_1_u(_, "get$_handleAppFrame", "_handleAppFrame$1", 27); + _instance_1_i(_, "get$addListener", "addListener$1", 350); + _static(A, "text_style_TextStyle_lerp$closure", 3, null, ["call$3"], ["TextStyle_lerp"], 2656, 0); _instance_0_u(_ = N.RendererBinding.prototype, "get$_handleSemanticsEnabledChanged", "_handleSemanticsEnabledChanged$0", 0); - _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 26); - _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1230, 0); + _instance_1_u(_, "get$_handleWebFirstFrame", "_handleWebFirstFrame$1", 27); + _instance(_, "get$_handleSemanticsAction", 0, 3, null, ["call$3"], ["_handleSemanticsAction$3"], 1231, 0); _instance_0_u(_, "get$_handleSemanticsOwnerCreated", "_handleSemanticsOwnerCreated$0", 0); _instance_0_u(_, "get$_handleSemanticsOwnerDisposed", "_handleSemanticsOwnerDisposed$0", 0); - _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 26); + _instance_1_u(_, "get$_handlePersistentFrameCallback", "_handlePersistentFrameCallback$1", 27); _instance_1_u(_ = S.RenderBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -419758,13 +420141,13 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_ = D.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 488); - _instance_1_u(_, "get$_editable$_handleKeyEvent", "_editable$_handleKeyEvent$1", 1256); + _instance_1_u(_ = D.RenderEditable.prototype, "get$_onCaretChanged", "_onCaretChanged$1", 485); + _instance_1_u(_, "get$_editable$_handleKeyEvent", "_editable$_handleKeyEvent$1", 1257); _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", 86); - _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 490); + _instance_1_u(_, "get$_handleSetText", "_handleSetText$1", 84); + _instance_1_u(_, "get$_handleSetSelection", "_handleSetSelection$1", 488); _instance_1_u(_, "get$_handleMoveCursorForwardByCharacter", "_handleMoveCursorForwardByCharacter$1", 51); _instance_1_u(_, "get$_handleMoveCursorBackwardByCharacter", "_handleMoveCursorBackwardByCharacter$1", 51); _instance_1_u(_, "get$_handleMoveCursorForwardByWord", "_handleMoveCursorForwardByWord$1", 51); @@ -419773,7 +420156,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 100); + _instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 98); _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", 85); @@ -419791,12 +420174,12 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_1(K, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 153); + _static_1(K, "object_RenderObject__cleanChildRelayoutBoundary$closure", "RenderObject__cleanChildRelayoutBoundary", 139); _instance_1_u(_ = K.RenderObject.prototype, "get$dropChild", "dropChild$1", 33); _instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0); _instance_2_u(_, "get$paint", "paint$2", 85); _instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 294, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 292, 0); _instance_1_u(_ = K.ContainerRenderObjectMixin.prototype, "get$childBefore", "childBefore$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_, "get$childAfter", "childAfter$1", "ContainerRenderObjectMixin.0?(Object?)"); _instance_1_u(_ = Q.RenderParagraph.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -419808,7 +420191,7 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(G._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); + _instance_1_u(G._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); _instance_1_u(_ = E.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -419831,7 +420214,7 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_0_u(E.RenderAnimatedOpacityMixin.prototype, "get$_updateOpacity", "_updateOpacity$0", 0); _instance_0_u(E._RenderCustomClip.prototype, "get$_markNeedsClip", "_markNeedsClip$0", 0); - _instance_2_u(E.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1335); + _instance_2_u(E.RenderFittedBox.prototype, "get$_paintChildWithTransform", "_paintChildWithTransform$2", 1336); _instance_1_u(_ = E.RenderOffstage.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -419866,8 +420249,8 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(G.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1339, 0); - _instance(U.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 294, 0); + _instance(G.RenderSliver.prototype, "get$hitTest", 0, 1, null, ["call$3$crossAxisPosition$mainAxisPosition", "call$1"], ["hitTest$3$crossAxisPosition$mainAxisPosition", "hitTest$1"], 1340, 0); + _instance(U.RenderSliverPinnedPersistentHeader.prototype, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 292, 0); _instance_1_u(_ = K.RenderStack.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); @@ -419878,90 +420261,90 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1365); + _instance_1_u(A.RenderView.prototype, "get$hitTestMouseTrackers", "hitTestMouseTrackers$1", 1366); _instance_1_u(_ = Q.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_2_u(_, "get$_paintContents", "_paintContents$2", 85); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 294, 0); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 292, 0); _instance_1_u(_ = N.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(N, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2656); + _static_2(N, "binding_SchedulerBinding__taskSorter$closure", "SchedulerBinding__taskSorter", 2657); _static(N, "binding__defaultSchedulingStrategy$closure", 0, null, ["call$2$priority$scheduler", "call$0"], ["defaultSchedulingStrategy", function() { return N.defaultSchedulingStrategy(null, null); - }], 2657, 0); - _instance_1_u(_ = N.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 378); + }], 2658, 0); + _instance_1_u(_ = N.SchedulerBinding.prototype, "get$_executeTimingsCallbacks", "_executeTimingsCallbacks$1", 377); _instance_0_u(_, "get$_runTasks", "_runTasks$0", 0); _instance_0_u(_, "get$ensureVisualUpdate", "ensureVisualUpdate$0", 0); - _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 26); + _instance_1_u(_, "get$_handleBeginFrame", "_handleBeginFrame$1", 27); _instance_0_u(_, "get$_handleDrawFrame", "_handleDrawFrame$0", 0); - _instance_1_u(M.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 26); + _instance_1_u(M.Ticker.prototype, "get$_ticker$_tick", "_ticker$_tick$1", 27); _instance_0_i(A.SemanticsOwner.prototype, "get$dispose", "dispose$0", 0); _instance_1_u(A.SemanticsConfiguration.prototype, "get$_onCustomSemanticsAction", "_onCustomSemanticsAction$1", 33); - _static_1(Q, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2658); - _static_1(N, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2659); - _instance_0_u(_ = N.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1440); - _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1453); - _instance(N._DefaultBinaryMessenger.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 383, 0); - _instance_1_u(B.RawKeyboard.prototype, "get$_handleKeyEvent", "_handleKeyEvent$1", 554); - _instance_1_u(K.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 1506); - _instance_1_u(_ = K.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 544); - _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 544); - _instance_1_u(N.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 301); - _instance_1_u(U._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1552); - _instance_1_u(_ = U._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 338); + _static_1(Q, "asset_bundle_AssetBundle__utf8decode$closure", "AssetBundle__utf8decode", 2659); + _static_1(N, "binding0_ServicesBinding__parseLicenses$closure", "ServicesBinding__parseLicenses", 2660); + _instance_0_u(_ = N.ServicesBinding.prototype, "get$_addLicenses", "_addLicenses$0", 1441); + _instance_1_u(_, "get$_handleLifecycleMessage", "_handleLifecycleMessage$1", 1454); + _instance(N._DefaultBinaryMessenger.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 382, 0); + _instance_1_u(B.RawKeyboard.prototype, "get$_handleKeyEvent", "_handleKeyEvent$1", 540); + _instance_1_u(K.RestorationManager.prototype, "get$_methodHandler", "_methodHandler$1", 1507); + _instance_1_u(_ = K.RestorationBucket.prototype, "get$_dropChild", "_dropChild$1", 543); + _instance_1_u(_, "get$_recursivelyUpdateManager", "_recursivelyUpdateManager$1", 543); + _instance_1_u(N.TextInput.prototype, "get$_handleTextInputInvocation", "_handleTextInputInvocation$1", 300); + _instance_1_u(U._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1553); + _instance_1_u(_ = U._FocusableActionDetectorState.prototype, "get$_actions$_handleFocusHighlightModeChange", "_actions$_handleFocusHighlightModeChange$1", 344); _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 263); - _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 200); + _instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 201); _instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 51); - _static(U, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2660, 0); + _static(U, "animated_cross_fade_AnimatedCrossFade_defaultLayoutBuilder$closure", 4, null, ["call$4"], ["AnimatedCrossFade_defaultLayoutBuilder"], 2661, 0); _static_2(G, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 602); - _static_2(G, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2661); - _instance_1_u(G._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1589); - _instance_1_u(_ = S._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1615); - _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1616); + _static_2(G, "animated_switcher_AnimatedSwitcher_defaultLayoutBuilder$closure", "AnimatedSwitcher_defaultLayoutBuilder", 2662); + _instance_1_u(G._AnimatedSwitcherState.prototype, "get$_updateTransitionForEntry", "_updateTransitionForEntry$1", 1590); + _instance_1_u(_ = S._WidgetsAppState.prototype, "get$_onGenerateRoute", "_onGenerateRoute$1", 1616); + _instance_1_u(_, "get$_onUnknownRoute", "_onUnknownRoute$1", 1617); _instance_0_u(_ = S._RawAutocompleteState.prototype, "get$_onChangedField", "_onChangedField$0", 0); _instance_0_u(_, "get$_onChangedFocus", "_onChangedFocus$0", 0); _instance_0_u(_, "get$_onFieldSubmitted", "_onFieldSubmitted$0", 0); _instance_1_u(_, "get$_select", "_select$1", 33); - _instance_1_u(L._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1622); - _instance_1_u(T._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 200); + _instance_1_u(L._AutomaticKeepAliveState.prototype, "get$_addClient", "_addClient$1", 1623); + _instance_1_u(T._MouseRegionState.prototype, "get$handleExit", "handleExit$1", 201); _instance_0_u(_ = N.WidgetsBinding.prototype, "get$handleLocaleChanged", "handleLocaleChanged$0", 0); - _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 301); + _instance_1_u(_, "get$_handleNavigationInvocation", "_handleNavigationInvocation$1", 300); _instance_0_u(_, "get$_handleBuildScheduled", "_handleBuildScheduled$0", 0); _instance_0_u(_ = N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding.prototype, "get$handleMetricsChanged", "handleMetricsChanged$0", 0); _instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0); _instance_0_u(S._DraggableScrollableSheetState.prototype, "get$_setExtent", "_setExtent$0", 0); - _instance_1_u(S._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 118); - _instance_1_u(N._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 34); + _instance_1_u(S._DraggableScrollableNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 117); + _instance_1_u(N._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 35); _instance_0_u(_ = D.EditableTextState.prototype, "get$_onFloatingCursorResetTick", "_onFloatingCursorResetTick$0", 0); - _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 488); + _instance_1_u(_, "get$_handleCaretChanged", "_handleCaretChanged$1", 485); _instance_0_u(_, "get$_onCursorColorTick", "_onCursorColorTick$0", 0); - _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 390); - _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 390); + _instance_1_u(_, "get$_cursorTick", "_cursorTick$1", 389); + _instance_1_u(_, "get$_cursorWaitForStart", "_cursorWaitForStart$1", 389); _instance_0_u(_, "get$_didChangeTextEditingValue", "_didChangeTextEditingValue$0", 0); _instance_0_u(_, "get$_editable_text$_handleFocusChanged", "_editable_text$_handleFocusChanged$0", 0); _instance_0_i(O.FocusNode.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(_ = O.FocusManager.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 88); - _instance_1_u(_, "get$_handleRawKeyEvent", "_handleRawKeyEvent$1", 1694); + _instance_1_u(_, "get$_focus_manager$_handlePointerEvent", "_focus_manager$_handlePointerEvent$1", 92); + _instance_1_u(_, "get$_handleRawKeyEvent", "_handleRawKeyEvent$1", 1695); _instance_0_u(_, "get$_applyFocusChange", "_applyFocusChange$0", 0); _instance_0_u(L._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0); - _static_1(N, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 84); - _static_2(N, "framework_Element__sort$closure", "Element__sort", 2662); - _static_1(N, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 84); - _instance_1_u(N._InactiveElements.prototype, "get$_unmount", "_unmount$1", 84); - _instance_1_u(_ = D.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 226); - _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1910); - _instance_1_u(_ = T._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 73); - _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 34); + _static_1(N, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 87); + _static_2(N, "framework_Element__sort$closure", "Element__sort", 2663); + _static_1(N, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 87); + _instance_1_u(N._InactiveElements.prototype, "get$_unmount", "_unmount$1", 87); + _instance_1_u(_ = D.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 227); + _instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1911); + _instance_1_u(_ = T._HeroFlight.prototype, "get$_buildOverlay", "_buildOverlay$1", 75); + _instance_1_u(_, "get$_handleAnimationUpdate", "_handleAnimationUpdate$1", 35); _instance_0_u(_, "get$onTick", "onTick$0", 0); - _instance_1_u(_ = T.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1919); - _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1920, 0); - _instance_2_u(_ = U._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 339); - _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 344); + _instance_1_u(_ = T.HeroController.prototype, "get$_handleFlightEnded", "_handleFlightEnded$1", 1920); + _instance(_, "get$_defaultHeroFlightShuttleBuilder", 0, 5, null, ["call$5"], ["_defaultHeroFlightShuttleBuilder$5"], 1921, 0); + _instance_2_u(_ = U._ImageState.prototype, "get$_handleImageFrame", "_handleImageFrame$2", 336); + _instance_1_u(_, "get$_handleImageChunk", "_handleImageChunk$1", 339); _instance_0_u(G.AnimatedWidgetBaseState.prototype, "get$_handleAnimationChanged", "_handleAnimationChanged$0", 0); _instance_0_u(S._InheritedNotifierElement.prototype, "get$_handleUpdate", "_handleUpdate$0", 0); _instance_1_u(A._LayoutBuilderElement.prototype, "get$_layout", "_layout$1", 33); @@ -419969,17 +420352,17 @@ _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _static_2(K, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2663); - _static_1(K, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 307); - _static_1(K, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 307); - _static_1(K, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 307); - _instance_1_u(K._NavigatorPushObservation.prototype, "get$notify", "notify$1", 308); - _instance_1_u(K._NavigatorPopObservation.prototype, "get$notify", "notify$1", 308); - _instance_1_u(K._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 308); - _instance_1_u(K._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 308); - _instance_1_u(_ = K.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 226); - _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 88); - _instance_1_u(U.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 118); + _static_2(K, "navigator_Navigator_defaultGenerateInitialRoutes$closure", "Navigator_defaultGenerateInitialRoutes", 2664); + _static_1(K, "navigator__RouteEntry_isPresentPredicate$closure", "_RouteEntry_isPresentPredicate", 306); + _static_1(K, "navigator__RouteEntry_suitableForTransitionAnimationPredicate$closure", "_RouteEntry_suitableForTransitionAnimationPredicate", 306); + _static_1(K, "navigator__RouteEntry_willBePresentPredicate$closure", "_RouteEntry_willBePresentPredicate", 306); + _instance_1_u(K._NavigatorPushObservation.prototype, "get$notify", "notify$1", 307); + _instance_1_u(K._NavigatorPopObservation.prototype, "get$notify", "notify$1", 307); + _instance_1_u(K._NavigatorRemoveObservation.prototype, "get$notify", "notify$1", 307); + _instance_1_u(K._NavigatorReplaceObservation.prototype, "get$notify", "notify$1", 307); + _instance_1_u(_ = K.NavigatorState.prototype, "get$_handlePointerDown", "_handlePointerDown$1", 227); + _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 92); + _instance_1_u(U.Notification0.prototype, "get$visitAncestor", "visitAncestor$1", 117); _instance_1_u(_ = E._RenderOverflowBar.prototype, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); @@ -419989,143 +420372,143 @@ _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _instance_2_u(_, "get$paintStack", "paintStack$2", 85); - _instance_1_u(L._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 177); + _instance_1_u(L._GlowingOverscrollIndicatorState.prototype, "get$_overscroll_indicator$_handleScrollNotification", "_overscroll_indicator$_handleScrollNotification$1", 176); _instance_0_i(_ = L._GlowController.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_, "get$_changePhase", "_changePhase$1", 34); - _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 26); - _instance_1_u(L._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 118); - _instance_1_u(G.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 1997); - _instance_1_u(G._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2003); - _instance_1_u(_ = G._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 71); + _instance_1_u(_, "get$_changePhase", "_changePhase$1", 35); + _instance_1_u(_, "get$_tickDisplacement", "_tickDisplacement$1", 27); + _instance_1_u(L._OverscrollIndicatorNotification_Notification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 117); + _instance_1_u(G.HtmlElementView.prototype, "get$_createHtmlElementView", "_createHtmlElementView$1", 1998); + _instance_1_u(G._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 2004); + _instance_1_u(_ = G._PlatformViewLinkState.prototype, "get$_onPlatformViewCreated", "_onPlatformViewCreated$1", 66); _instance_1_u(_, "get$_handleFrameworkFocusChanged", "_handleFrameworkFocusChanged$1", 51); - _instance_1_u(_ = Z.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 662); - _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2004, 0); - _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 605); - _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 605); + _instance_1_u(_ = Z.SliverReorderableListState.prototype, "get$_dragStart", "_dragStart$1", 658); + _instance(_, "get$_dragUpdate", 0, 3, null, ["call$3"], ["_dragUpdate$3"], 2005, 0); + _instance_1_u(_, "get$_dragCancel", "_dragCancel$1", 599); + _instance_1_u(_, "get$_dragEnd", "_dragEnd$1", 599); _instance_0_u(_, "get$_dropCompleted", "_dropCompleted$0", 0); - _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 131); + _instance_2_u(_, "get$_reorderable_list$_itemBuilder", "_reorderable_list$_itemBuilder$2", 136); _instance_0_u(Z._ReorderableItemState.prototype, "get$rebuild", "rebuild$0", 0); - _instance_1_u(Z._DragInfo.prototype, "get$createProxy", "createProxy$1", 73); + _instance_1_u(Z._DragInfo.prototype, "get$createProxy", "createProxy$1", 75); _instance_0_u(K._RootRestorationScopeState.prototype, "get$_replaceRootBucket", "_replaceRootBucket$0", 0); _instance_0_i(K.RestorableProperty.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(K.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2013); + _instance_1_u(K.RestorationMixin.prototype, "get$_updateProperty", "_updateProperty$1", 2014); _instance_0_i(U.RestorableListenable.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(U.RestorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(T.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 34); + _instance_1_u(T.TransitionRoute.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 35); _instance_0_i(T.LocalHistoryEntry.prototype, "get$remove", "remove$0", 0); - _instance_1_u(_ = T.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 73); - _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 73); + _instance_1_u(_ = T.ModalRoute.prototype, "get$_buildModalBarrier", "_buildModalBarrier$1", 75); + _instance_1_u(_, "get$_buildModalScope", "_buildModalScope$1", 75); _instance_0_u(_ = M.BallisticScrollActivity.prototype, "get$_scroll_activity$_tick", "_scroll_activity$_tick$0", 0); _instance_0_u(_, "get$_scroll_activity$_end", "_scroll_activity$_end$0", 0); _instance_0_u(_ = M.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(F.ScrollController.prototype, "get$dispose", "dispose$0", 0); - _static_1(G, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 177); - _instance_1_u(G._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 118); + _static_1(G, "scroll_notification__defaultScrollNotificationPredicate$closure", "defaultScrollNotificationPredicate", 176); + _instance_1_u(G._ScrollNotification_LayoutChangedNotification_ViewportNotificationMixin.prototype, "get$visitAncestor", "visitAncestor$1", 117); _instance_0_i(A.ScrollPosition.prototype, "get$dispose", "dispose$0", 0); _instance_0_i(R.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0); - _instance_1_u(_ = F.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 516); - _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 96); - _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 69); + _instance_1_u(_ = F.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 506); + _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 97); + _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 104); _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", 2033); - _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 88); + _instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 2034); + _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 92); _instance_0_i(E.ScrollbarPainter.prototype, "get$dispose", "dispose$0", 0); _instance_0_u(_ = E.RawScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0); - _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 100); - _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 177); - _instance_2_u(X._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 2043); + _instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 98); + _instance_1_u(_, "get$_handleScrollNotification", "_handleScrollNotification$1", 176); + _instance_2_u(X._ShortcutsState.prototype, "get$_handleOnKey", "_handleOnKey$2", 2044); _instance_0_u(_ = E._RenderSingleChildViewport.prototype, "get$_hasScrolled", "_hasScrolled$0", 0); _instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); - _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 294, 0); - _static_2(G, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2664); - _instance_1_u(G.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2051); + _instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect"], 292, 0); + _static_2(G, "sliver___kDefaultSemanticIndexCallback$closure", "_kDefaultSemanticIndexCallback", 2665); + _instance_1_u(G.SliverMultiBoxAdaptorElement.prototype, "get$removeChild", "removeChild$1", 2052); _instance(F.TextSelectionOverlay.prototype, "get$_markNeedsBuild", 0, 0, function() { return [null]; - }, ["call$1", "call$0"], ["_markNeedsBuild$1", "_markNeedsBuild$0"], 2082, 0); + }, ["call$1", "call$0"], ["_markNeedsBuild$1", "_markNeedsBuild$0"], 2083, 0); _instance_0_u(_ = F._TextSelectionHandleOverlayState.prototype, "get$_handleVisibilityChanged", "_handleVisibilityChanged$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 96); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 97); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 67); _instance_0_u(_, "get$_handleTap", "_handleTap$0", 0); - _instance_1_u(_ = F.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 100); - _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 152); - _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 152); - _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 144); + _instance_1_u(_ = F.TextSelectionGestureDetectorBuilder.prototype, "get$onTapDown", "onTapDown$1", 98); + _instance_1_u(_, "get$onForcePressStart", "onForcePressStart$1", 156); + _instance_1_u(_, "get$onForcePressEnd", "onForcePressEnd$1", 156); + _instance_1_u(_, "get$onSingleTapUp", "onSingleTapUp$1", 145); _instance_0_u(_, "get$onSingleTapCancel", "onSingleTapCancel$0", 0); - _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 214); - _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 233); - _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 412); + _instance_1_u(_, "get$onSingleLongTapStart", "onSingleLongTapStart$1", 215); + _instance_1_u(_, "get$onSingleLongTapMoveUpdate", "onSingleLongTapMoveUpdate$1", 234); + _instance_1_u(_, "get$onSingleLongTapEnd", "onSingleLongTapEnd$1", 406); _instance_0_u(_, "get$onSecondaryTap", "onSecondaryTap$0", 0); - _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 100); - _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 100); - _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 96); - _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2083); + _instance_1_u(_, "get$onSecondaryTapDown", "onSecondaryTapDown$1", 98); + _instance_1_u(_, "get$onDoubleTapDown", "onDoubleTapDown$1", 98); + _instance_1_u(_, "get$onDragSelectionStart", "onDragSelectionStart$1", 97); + _instance_2_u(_, "get$onDragSelectionUpdate", "onDragSelectionUpdate$2", 2084); _instance_1_u(_, "get$onDragSelectionEnd", "onDragSelectionEnd$1", 104); - _instance_1_u(_ = F._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 100); - _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 144); + _instance_1_u(_ = F._TextSelectionGestureDetectorState.prototype, "get$_text_selection$_handleTapDown", "_text_selection$_handleTapDown$1", 98); + _instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 145); _instance_0_u(_, "get$_text_selection$_handleTapCancel", "_text_selection$_handleTapCancel$0", 0); - _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 96); - _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_handleDragStart", "_handleDragStart$1", 97); + _instance_1_u(_, "get$_handleDragUpdate", "_handleDragUpdate$1", 67); _instance_0_u(_, "get$_handleDragUpdateThrottled", "_handleDragUpdateThrottled$0", 0); _instance_1_u(_, "get$_handleDragEnd", "_handleDragEnd$1", 104); - _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 152); - _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 152); - _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 214); - _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 233); - _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 412); + _instance_1_u(_, "get$_forcePressStarted", "_forcePressStarted$1", 156); + _instance_1_u(_, "get$_forcePressEnded", "_forcePressEnded$1", 156); + _instance_1_u(_, "get$_handleLongPressStart", "_handleLongPressStart$1", 215); + _instance_1_u(_, "get$_handleLongPressMoveUpdate", "_handleLongPressMoveUpdate$1", 234); + _instance_1_u(_, "get$_handleLongPressEnd", "_handleLongPressEnd$1", 406); _instance_0_u(_, "get$_doubleTapTimeout", "_doubleTapTimeout$0", 0); _instance_0_u(K._AnimatedState.prototype, "get$_handleChange", "_handleChange$0", 0); _instance_0_u(N._ValueListenableBuilderState.prototype, "get$_valueChanged", "_valueChanged$0", 0); - _static_1(N, "widget_inspector__transformDebugCreator$closure", "transformDebugCreator", 2665); - _static(B, "block_picker_BlockPicker_defaultLayoutBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultLayoutBuilder"], 2666, 0); - _static(B, "block_picker_BlockPicker_defaultItemBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultItemBuilder"], 2667, 0); + _static_1(N, "widget_inspector__transformDebugCreator$closure", "transformDebugCreator", 2666); + _static(B, "block_picker_BlockPicker_defaultLayoutBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultLayoutBuilder"], 2667, 0); + _static(B, "block_picker_BlockPicker_defaultItemBuilder$closure", 3, null, ["call$3"], ["BlockPicker_defaultItemBuilder"], 2668, 0); _static(O, "flutter_redux_StoreBuilder__identity$closure", 1, null, ["call$1$1", "call$1"], ["StoreBuilder__identity", function(store) { return O.StoreBuilder__identity(store, type$.dynamic); - }], 2668, 0); + }], 2669, 0); _instance_1_u(_ = O._StoreStreamListenerState.prototype, "get$_mapConverter", "_mapConverter$1", "2(Object?)"); - _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 111); - _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 111); - _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 228); - _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2144, 0); + _instance_1_u(_, "get$_whereDistinct", "_whereDistinct$1", 108); + _instance_1_u(_, "get$_ignoreChange", "_ignoreChange$1", 108); + _instance_2_u(_, "get$_flutter_redux$_handleChange", "_flutter_redux$_handleChange$2", 229); + _instance(_, "get$_handleError", 0, 3, null, ["call$3"], ["_handleError$3"], 2145, 0); _instance_0_u(_ = A.SlidableState.prototype, "get$_isScrollingListener", "_isScrollingListener$0", 0); - _instance_1_u(_, "get$_slidable$_handleDragStart", "_slidable$_handleDragStart$1", 96); - _instance_1_u(_, "get$_slidable$_handleDragUpdate", "_slidable$_handleDragUpdate$1", 69); + _instance_1_u(_, "get$_slidable$_handleDragStart", "_slidable$_handleDragStart$1", 97); + _instance_1_u(_, "get$_slidable$_handleDragUpdate", "_slidable$_handleDragUpdate$1", 67); _instance_1_u(_, "get$_slidable$_handleDragEnd", "_slidable$_handleDragEnd$1", 104); - _instance_1_u(_, "get$_handleShowAllActionsStatusChanged", "_handleShowAllActionsStatusChanged$1", 34); + _instance_1_u(_, "get$_handleShowAllActionsStatusChanged", "_handleShowAllActionsStatusChanged$1", 35); _instance_0_u(_, "get$_handleOverallPositionChanged", "_handleOverallPositionChanged$0", 0); - _instance_1_u(_, "get$_handleDismissStatusChanged", "_handleDismissStatusChanged$1", 2145); + _instance_1_u(_, "get$_handleDismissStatusChanged", "_handleDismissStatusChanged$1", 2146); _instance_0_u(_, "get$_handleResizeProgressChanged", "_handleResizeProgressChanged$0", 0); _instance_0_u(L._TypeAheadFormFieldState.prototype, "get$_flutter_typeahead$_handleControllerChanged", "_flutter_typeahead$_handleControllerChanged$0", 0); _instance_0_u(L._TypeAheadFieldState.prototype, "get$_scrollResizeListener", "_scrollResizeListener$0", 0); - _instance(_ = D.Registrar.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 383, 0); - _instance(_, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 383, 0); + _instance(_ = D.Registrar.prototype, "get$handlePlatformMessage", 0, 3, null, ["call$3"], ["handlePlatformMessage$3"], 382, 0); + _instance(_, "get$handleFrameworkMessage", 0, 3, null, ["call$3"], ["handleFrameworkMessage$3"], 382, 0); _instance_0_u(_ = O.MethodChannelGoogleSignIn.prototype, "get$signInSilently", "signInSilently$0", 319); _instance_0_i(_, "get$signIn", "signIn$0", 319); - _instance_0_i(_, "get$signOut", "signOut$0", 102); - _instance_0_i(_, "get$disconnect", "disconnect$0", 102); + _instance_0_i(_, "get$signOut", "signOut$0", 103); + _instance_0_i(_, "get$disconnect", "disconnect$0", 103); _instance_0_u(_ = M.GoogleSignInPlugin.prototype, "get$signInSilently", "signInSilently$0", 319); _instance_0_i(_, "get$signIn", "signIn$0", 319); - _instance_0_i(_, "get$signOut", "signOut$0", 102); - _instance_0_i(_, "get$disconnect", "disconnect$0", 102); + _instance_0_i(_, "get$signOut", "signOut$0", 103); + _instance_0_i(_, "get$disconnect", "disconnect$0", 103); _instance_0_i(O.BrowserClient.prototype, "get$close", "close$0", 0); - _instance_1_u(_ = S.DateBuilder.prototype, "get$setYear", "setYear$1", 71); - _instance_1_u(_, "get$setMonth", "setMonth$1", 71); - _instance_1_u(_, "get$setDay", "setDay$1", 71); - _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 71); - _instance_1_u(_, "get$setHour", "setHour$1", 71); - _instance_1_u(_, "get$setMinute", "setMinute$1", 71); - _instance_1_u(_, "get$setSecond", "setSecond$1", 71); - _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 71); - _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 109); - _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2208); - _static_1(S, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 109); - _static_1(X, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 107); + _instance_1_u(_ = S.DateBuilder.prototype, "get$setYear", "setYear$1", 66); + _instance_1_u(_, "get$setMonth", "setMonth$1", 66); + _instance_1_u(_, "get$setDay", "setDay$1", 66); + _instance_1_u(_, "get$setDayOfYear", "setDayOfYear$1", 66); + _instance_1_u(_, "get$setHour", "setHour$1", 66); + _instance_1_u(_, "get$setMinute", "setMinute$1", 66); + _instance_1_u(_, "get$setSecond", "setSecond$1", 66); + _instance_1_u(_, "get$setFractionalSecond", "setFractionalSecond$1", 66); + _static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 107); + _instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 2209); + _static_1(S, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 107); + _static_1(X, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 105); _static_0(E, "plural_rules___default_rule$closure", "_default_rule", 39); _static_0(E, "plural_rules___fil_rule$closure", "_fil_rule", 39); _static_0(E, "plural_rules___pt_PT_rule$closure", "_pt_PT_rule", 39); @@ -420154,553 +420537,553 @@ _static_0(E, "plural_rules___lt_rule$closure", "_lt_rule", 39); _static_0(E, "plural_rules___en_rule$closure", "_en_rule", 39); _static_0(E, "plural_rules___ak_rule$closure", "_ak_rule", 39); - _static_1(E, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 78); + _static_1(E, "plural_rules__localeHasPluralRules$closure", "localeHasPluralRules", 81); _instance_0_u(_ = K.InvoiceNinjaAppState.prototype, "get$_authenticate", "_authenticate$0", 30); - _instance_1_u(_, "get$generateRoute", "generateRoute$1", 762); - _static_2(G, "app_reducer__appReducer$closure", "appReducer", 2670); - _static_2(S, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2671); - _static_2(S, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2672); - _static_2(S, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2673); - _static_2(S, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2674); - _static_2(S, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2675); - _static_2(S, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2676); - _static_2(S, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2677); - _static_2(S, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2678); - _static_2(S, "client_reducer___viewClientList$closure", "_viewClientList0", 2679); - _static_2(S, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2680); - _static_2(S, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2681); - _static_2(S, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2682); - _static_2(S, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2683); - _static_2(S, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2684); - _static_2(S, "client_reducer___filterClients$closure", "_filterClients", 2685); - _static_2(S, "client_reducer___sortClients$closure", "_sortClients", 2686); - _static_2(S, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2687); - _static_2(S, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2688); - _static_2(S, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2689); - _static_2(S, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2690); - _static_2(S, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2691); - _static_2(S, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2692); - _static_2(S, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2693); - _static_2(S, "client_reducer___addClient$closure", "_addClient", 2694); - _static_2(S, "client_reducer___updateClient$closure", "_updateClient", 2695); - _static_2(S, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2696); - _static_2(S, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2697); - _static_2(S, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2698); - _static_2(T, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2699); - _static_2(T, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2700); + _instance_1_u(_, "get$generateRoute", "generateRoute$1", 763); + _static_2(G, "app_reducer__appReducer$closure", "appReducer", 2671); + _static_2(S, "auth_reducer__userLoadUrlReducer$closure", "userLoadUrlReducer", 2672); + _static_2(S, "auth_reducer__userSignUpRequestReducer$closure", "userSignUpRequestReducer", 2673); + _static_2(S, "auth_reducer__userLoginRequestReducer$closure", "userLoginRequestReducer", 2674); + _static_2(S, "auth_reducer__oauthLoginRequestReducer$closure", "oauthLoginRequestReducer", 2675); + _static_2(S, "auth_reducer__oauthSignUpRequestReducer$closure", "oauthSignUpRequestReducer", 2676); + _static_2(S, "auth_reducer__userLoginSuccessReducer$closure", "userLoginSuccessReducer", 2677); + _static_2(S, "auth_reducer__userVerifiedPasswordReducer$closure", "userVerifiedPasswordReducer", 2678); + _static_2(S, "auth_reducer__userUnverifiedPasswordReducer$closure", "userUnverifiedPasswordReducer", 2679); + _static_2(S, "client_reducer___viewClientList$closure", "_viewClientList0", 2680); + _static_2(S, "client_reducer___filterClientsByCustom1$closure", "_filterClientsByCustom1", 2681); + _static_2(S, "client_reducer___filterClientsByCustom2$closure", "_filterClientsByCustom2", 2682); + _static_2(S, "client_reducer___filterClientsByCustom3$closure", "_filterClientsByCustom3", 2683); + _static_2(S, "client_reducer___filterClientsByCustom4$closure", "_filterClientsByCustom4", 2684); + _static_2(S, "client_reducer___filterClientsByState$closure", "_filterClientsByState", 2685); + _static_2(S, "client_reducer___filterClients$closure", "_filterClients", 2686); + _static_2(S, "client_reducer___sortClients$closure", "_sortClients", 2687); + _static_2(S, "client_reducer___startListMultiselect$closure", "_startListMultiselect", 2688); + _static_2(S, "client_reducer___addToListMultiselect$closure", "_addToListMultiselect", 2689); + _static_2(S, "client_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect", 2690); + _static_2(S, "client_reducer___clearListMultiselect$closure", "_clearListMultiselect", 2691); + _static_2(S, "client_reducer___archiveClientSuccess$closure", "_archiveClientSuccess", 2692); + _static_2(S, "client_reducer___deleteClientSuccess$closure", "_deleteClientSuccess", 2693); + _static_2(S, "client_reducer___restoreClientSuccess$closure", "_restoreClientSuccess", 2694); + _static_2(S, "client_reducer___addClient$closure", "_addClient", 2695); + _static_2(S, "client_reducer___updateClient$closure", "_updateClient", 2696); + _static_2(S, "client_reducer___setLoadedClient$closure", "_setLoadedClient", 2697); + _static_2(S, "client_reducer___setLoadedClients$closure", "_setLoadedClients", 2698); + _static_2(S, "client_reducer___setLoadedCompany$closure", "_setLoadedCompany", 2699); + _static_2(T, "company_reducer__loadCompanySuccessReducer$closure", "loadCompanySuccessReducer", 2700); + _static_2(T, "company_reducer__saveCompanySuccessReducer$closure", "saveCompanySuccessReducer", 2701); _static_2(N, "company_gateway_reducer___clearEditing$closure", "_clearEditing", 705); _static_2(N, "company_gateway_reducer___updateEditing$closure", "_updateEditing", 705); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2702); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2703); - _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2704); - _static_2(N, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2705); - _static_2(N, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2706); - _static_2(N, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2707); - _static_2(N, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2708); - _static_2(N, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2709); - _static_2(N, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2710); - _static_2(N, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2711); - _static_2(N, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2712); - _static_2(N, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2713); - _static_2(N, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2714); - _static_2(N, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2715); - _static_2(N, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2716); - _static_2(N, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2717); - _static_2(N, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2718); - _static_2(Q, "credit_reducer___clearEditing$closure", "_clearEditing0", 154); - _static_2(Q, "credit_reducer___updateEditing$closure", "_updateEditing0", 154); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom1$closure", "_filterCompanyGatewaysByCustom1", 2703); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByCustom2$closure", "_filterCompanyGatewaysByCustom2", 2704); + _static_2(N, "company_gateway_reducer___filterCompanyGatewaysByState$closure", "_filterCompanyGatewaysByState", 2705); + _static_2(N, "company_gateway_reducer___filterCompanyGateways$closure", "_filterCompanyGateways", 2706); + _static_2(N, "company_gateway_reducer___sortCompanyGateways$closure", "_sortCompanyGateways", 2707); + _static_2(N, "company_gateway_reducer___startListMultiselect$closure", "_startListMultiselect0", 2708); + _static_2(N, "company_gateway_reducer___addToListMultiselect$closure", "_addToListMultiselect0", 2709); + _static_2(N, "company_gateway_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect0", 2710); + _static_2(N, "company_gateway_reducer___clearListMultiselect$closure", "_clearListMultiselect0", 2711); + _static_2(N, "company_gateway_reducer___archiveCompanyGatewaySuccess$closure", "_archiveCompanyGatewaySuccess", 2712); + _static_2(N, "company_gateway_reducer___deleteCompanyGatewaySuccess$closure", "_deleteCompanyGatewaySuccess", 2713); + _static_2(N, "company_gateway_reducer___restoreCompanyGatewaySuccess$closure", "_restoreCompanyGatewaySuccess", 2714); + _static_2(N, "company_gateway_reducer___addCompanyGateway$closure", "_addCompanyGateway", 2715); + _static_2(N, "company_gateway_reducer___updateCompanyGateway$closure", "_updateCompanyGateway", 2716); + _static_2(N, "company_gateway_reducer___setLoadedCompanyGateway$closure", "_setLoadedCompanyGateway", 2717); + _static_2(N, "company_gateway_reducer___setLoadedCompany$closure", "_setLoadedCompany0", 2718); + _static_2(N, "company_gateway_reducer___setLoadedCompanyGateways$closure", "_setLoadedCompanyGateways", 2719); + _static_2(Q, "credit_reducer___clearEditing$closure", "_clearEditing0", 143); + _static_2(Q, "credit_reducer___updateEditing$closure", "_updateEditing0", 143); _static_2(Q, "credit_reducer___addCreditItem$closure", "_addCreditItem", 722); - _static_2(Q, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2720); + _static_2(Q, "credit_reducer___addCreditItems$closure", "_addCreditItems", 2721); _static_2(Q, "credit_reducer___removeCreditItem$closure", "_removeCreditItem", 512); _static_2(Q, "credit_reducer___updateCreditItem$closure", "_updateCreditItem", 515); - _static_2(Q, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2721); - _static_2(Q, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2722); - _static_2(Q, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2723); - _static_2(Q, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2724); - _static_2(Q, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2725); - _static_2(Q, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2726); - _static_2(Q, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2727); - _static_2(Q, "credit_reducer___filterCredits$closure", "_filterCredits", 2728); - _static_2(Q, "credit_reducer___sortCredits$closure", "_sortCredits", 2729); - _static_2(Q, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2730); - _static_2(Q, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2731); - _static_2(Q, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2732); - _static_2(Q, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2733); - _static_2(Q, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2734); - _static_2(Q, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2735); - _static_2(Q, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2736); - _static_2(Q, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2737); - _static_2(Q, "credit_reducer___addCredit$closure", "_addCredit", 2738); - _static_2(Q, "credit_reducer___updateCredit$closure", "_updateCredit", 2739); - _static_2(Q, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2740); - _static_2(Q, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2741); + _static_2(Q, "credit_reducer___viewCreditList$closure", "_viewCreditList0", 2722); + _static_2(Q, "credit_reducer___filterCreditsByCustom1$closure", "_filterCreditsByCustom1", 2723); + _static_2(Q, "credit_reducer___filterCreditsByCustom2$closure", "_filterCreditsByCustom2", 2724); + _static_2(Q, "credit_reducer___filterCreditsByCustom3$closure", "_filterCreditsByCustom3", 2725); + _static_2(Q, "credit_reducer___filterCreditsByCustom4$closure", "_filterCreditsByCustom4", 2726); + _static_2(Q, "credit_reducer___filterCreditsByState$closure", "_filterCreditsByState", 2727); + _static_2(Q, "credit_reducer___filterCreditsByStatus$closure", "_filterCreditsByStatus", 2728); + _static_2(Q, "credit_reducer___filterCredits$closure", "_filterCredits", 2729); + _static_2(Q, "credit_reducer___sortCredits$closure", "_sortCredits", 2730); + _static_2(Q, "credit_reducer___startListMultiselect$closure", "_startListMultiselect1", 2731); + _static_2(Q, "credit_reducer___addToListMultiselect$closure", "_addToListMultiselect1", 2732); + _static_2(Q, "credit_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect1", 2733); + _static_2(Q, "credit_reducer___clearListMultiselect$closure", "_clearListMultiselect1", 2734); + _static_2(Q, "credit_reducer___markSentCreditSuccess$closure", "_markSentCreditSuccess", 2735); + _static_2(Q, "credit_reducer___archiveCreditSuccess$closure", "_archiveCreditSuccess", 2736); + _static_2(Q, "credit_reducer___deleteCreditSuccess$closure", "_deleteCreditSuccess", 2737); + _static_2(Q, "credit_reducer___restoreCreditSuccess$closure", "_restoreCreditSuccess", 2738); + _static_2(Q, "credit_reducer___addCredit$closure", "_addCredit", 2739); + _static_2(Q, "credit_reducer___updateCredit$closure", "_updateCredit", 2740); + _static_2(Q, "credit_reducer___setLoadedCredits$closure", "_setLoadedCredits", 2741); + _static_2(Q, "credit_reducer___setLoadedCompany$closure", "_setLoadedCompany1", 2742); _static_2(U, "design_reducer___clearEditing$closure", "_clearEditing1", 707); _static_2(U, "design_reducer___updateEditing$closure", "_updateEditing1", 707); - _static_2(U, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2743); - _static_2(U, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2744); - _static_2(U, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2745); - _static_2(U, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2746); - _static_2(U, "design_reducer___filterDesigns$closure", "_filterDesigns", 2747); - _static_2(U, "design_reducer___sortDesigns$closure", "_sortDesigns", 2748); - _static_2(U, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2749); - _static_2(U, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2750); - _static_2(U, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2751); - _static_2(U, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2752); - _static_2(U, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2753); - _static_2(U, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2754); - _static_2(U, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2755); - _static_2(U, "design_reducer___addDesign$closure", "_addDesign", 2756); - _static_2(U, "design_reducer___updateDesign$closure", "_updateDesign", 2757); - _static_2(U, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2758); - _static_2(U, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2759); - _static_2(U, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2760); - _static_2(M, "document_reducer___updateEditing$closure", "_updateEditing2", 2761); - _static_2(M, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2762); - _static_2(M, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2763); - _static_2(M, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2764); - _static_2(M, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2765); - _static_2(M, "document_reducer___filterDocuments$closure", "_filterDocuments", 2766); - _static_2(M, "document_reducer___sortDocuments$closure", "_sortDocuments", 2767); - _static_2(M, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2768); - _static_2(M, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2769); - _static_2(M, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2770); - _static_2(M, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2771); - _static_2(M, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2772); - _static_2(M, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2773); - _static_2(M, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2774); - _static_2(M, "document_reducer___updateDocument$closure", "_updateDocument", 2775); - _static_2(M, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2776); - _static_2(M, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2777); - _static_2(K, "expense_reducer___clearEditing$closure", "_clearEditing2", 273); - _static_2(K, "expense_reducer___updateEditing$closure", "_updateEditing3", 273); - _static_2(K, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2779); - _static_2(K, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2780); - _static_2(K, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2781); - _static_2(K, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2782); - _static_2(K, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2783); - _static_2(K, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2784); - _static_2(K, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2785); - _static_2(K, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2786); - _static_2(K, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2787); - _static_2(K, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2788); - _static_2(K, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2789); - _static_2(K, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2790); - _static_2(K, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2791); - _static_2(K, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2792); - _static_2(K, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2793); - _static_2(K, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2794); - _static_2(K, "expense_reducer___addExpense$closure", "_addExpense", 2795); - _static_2(K, "expense_reducer___updateExpense$closure", "_updateExpense", 2796); - _static_2(K, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2797); - _static_2(K, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2798); - _static_2(K, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2799); + _static_2(U, "design_reducer___viewDesignList$closure", "_viewDesignList0", 2744); + _static_2(U, "design_reducer___filterDesignsByCustom1$closure", "_filterDesignsByCustom1", 2745); + _static_2(U, "design_reducer___filterDesignsByCustom2$closure", "_filterDesignsByCustom2", 2746); + _static_2(U, "design_reducer___filterDesignsByState$closure", "_filterDesignsByState", 2747); + _static_2(U, "design_reducer___filterDesigns$closure", "_filterDesigns", 2748); + _static_2(U, "design_reducer___sortDesigns$closure", "_sortDesigns", 2749); + _static_2(U, "design_reducer___startListMultiselect$closure", "_startListMultiselect2", 2750); + _static_2(U, "design_reducer___addToListMultiselect$closure", "_addToListMultiselect2", 2751); + _static_2(U, "design_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect2", 2752); + _static_2(U, "design_reducer___clearListMultiselect$closure", "_clearListMultiselect2", 2753); + _static_2(U, "design_reducer___archiveDesignSuccess$closure", "_archiveDesignSuccess", 2754); + _static_2(U, "design_reducer___deleteDesignSuccess$closure", "_deleteDesignSuccess", 2755); + _static_2(U, "design_reducer___restoreDesignSuccess$closure", "_restoreDesignSuccess", 2756); + _static_2(U, "design_reducer___addDesign$closure", "_addDesign", 2757); + _static_2(U, "design_reducer___updateDesign$closure", "_updateDesign", 2758); + _static_2(U, "design_reducer___setLoadedDesign$closure", "_setLoadedDesign", 2759); + _static_2(U, "design_reducer___setLoadedDesigns$closure", "_setLoadedDesigns", 2760); + _static_2(U, "design_reducer___setLoadedCompany$closure", "_setLoadedCompany2", 2761); + _static_2(M, "document_reducer___updateEditing$closure", "_updateEditing2", 2762); + _static_2(M, "document_reducer___viewDocumentList$closure", "_viewDocumentList0", 2763); + _static_2(M, "document_reducer___filterDocumentsByCustom1$closure", "_filterDocumentsByCustom1", 2764); + _static_2(M, "document_reducer___filterDocumentsByCustom2$closure", "_filterDocumentsByCustom2", 2765); + _static_2(M, "document_reducer___filterDocumentsByState$closure", "_filterDocumentsByState", 2766); + _static_2(M, "document_reducer___filterDocuments$closure", "_filterDocuments", 2767); + _static_2(M, "document_reducer___sortDocuments$closure", "_sortDocuments", 2768); + _static_2(M, "document_reducer___startListMultiselect$closure", "_startListMultiselect3", 2769); + _static_2(M, "document_reducer___addToListMultiselect$closure", "_addToListMultiselect3", 2770); + _static_2(M, "document_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect3", 2771); + _static_2(M, "document_reducer___clearListMultiselect$closure", "_clearListMultiselect3", 2772); + _static_2(M, "document_reducer___archiveDocumentSuccess$closure", "_archiveDocumentSuccess", 2773); + _static_2(M, "document_reducer___deleteDocumentSuccess$closure", "_deleteDocumentSuccess", 2774); + _static_2(M, "document_reducer___restoreDocumentSuccess$closure", "_restoreDocumentSuccess", 2775); + _static_2(M, "document_reducer___updateDocument$closure", "_updateDocument", 2776); + _static_2(M, "document_reducer___setLoadedDocument$closure", "_setLoadedDocument", 2777); + _static_2(M, "document_reducer___setLoadedDocuments$closure", "_setLoadedDocuments", 2778); + _static_2(K, "expense_reducer___clearEditing$closure", "_clearEditing2", 272); + _static_2(K, "expense_reducer___updateEditing$closure", "_updateEditing3", 272); + _static_2(K, "expense_reducer___viewExpenseList$closure", "_viewExpenseList0", 2780); + _static_2(K, "expense_reducer___filterExpensesByCustom1$closure", "_filterExpensesByCustom1", 2781); + _static_2(K, "expense_reducer___filterExpensesByCustom2$closure", "_filterExpensesByCustom2", 2782); + _static_2(K, "expense_reducer___filterExpensesByCustom3$closure", "_filterExpensesByCustom3", 2783); + _static_2(K, "expense_reducer___filterExpensesByCustom4$closure", "_filterExpensesByCustom4", 2784); + _static_2(K, "expense_reducer___filterExpensesByState$closure", "_filterExpensesByState", 2785); + _static_2(K, "expense_reducer___filterExpensesByStatus$closure", "_filterExpensesByStatus", 2786); + _static_2(K, "expense_reducer___filterExpenses$closure", "_filterExpenses", 2787); + _static_2(K, "expense_reducer___sortExpenses$closure", "_sortExpenses", 2788); + _static_2(K, "expense_reducer___startListMultiselect$closure", "_startListMultiselect4", 2789); + _static_2(K, "expense_reducer___addToListMultiselect$closure", "_addToListMultiselect4", 2790); + _static_2(K, "expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect4", 2791); + _static_2(K, "expense_reducer___clearListMultiselect$closure", "_clearListMultiselect4", 2792); + _static_2(K, "expense_reducer___archiveExpenseSuccess$closure", "_archiveExpenseSuccess", 2793); + _static_2(K, "expense_reducer___deleteExpenseSuccess$closure", "_deleteExpenseSuccess", 2794); + _static_2(K, "expense_reducer___restoreExpenseSuccess$closure", "_restoreExpenseSuccess", 2795); + _static_2(K, "expense_reducer___addExpense$closure", "_addExpense", 2796); + _static_2(K, "expense_reducer___updateExpense$closure", "_updateExpense", 2797); + _static_2(K, "expense_reducer___setLoadedExpense$closure", "_setLoadedExpense", 2798); + _static_2(K, "expense_reducer___setLoadedExpenses$closure", "_setLoadedExpenses", 2799); + _static_2(K, "expense_reducer___setLoadedCompany$closure", "_setLoadedCompany3", 2800); _static_2(F, "expense_category_reducer___clearEditing$closure", "_clearEditing3", 709); _static_2(F, "expense_category_reducer___updateEditing$closure", "_updateEditing4", 709); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2801); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2802); - _static_2(F, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2803); - _static_2(F, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2804); - _static_2(F, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2805); - _static_2(F, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2806); - _static_2(F, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2807); - _static_2(F, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2808); - _static_2(F, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2809); - _static_2(F, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2810); - _static_2(F, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2811); - _static_2(F, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2812); - _static_2(F, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2813); - _static_2(F, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2814); - _static_2(F, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2815); - _static_2(F, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2816); - _static_2(F, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2817); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom1$closure", "_filterExpenseCategoriesByCustom1", 2802); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByCustom2$closure", "_filterExpenseCategoriesByCustom2", 2803); + _static_2(F, "expense_category_reducer___filterExpenseCategoriesByState$closure", "_filterExpenseCategoriesByState", 2804); + _static_2(F, "expense_category_reducer___filterExpenseCategories$closure", "_filterExpenseCategories", 2805); + _static_2(F, "expense_category_reducer___sortExpenseCategories$closure", "_sortExpenseCategories", 2806); + _static_2(F, "expense_category_reducer___startListMultiselect$closure", "_startListMultiselect5", 2807); + _static_2(F, "expense_category_reducer___addToListMultiselect$closure", "_addToListMultiselect5", 2808); + _static_2(F, "expense_category_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect5", 2809); + _static_2(F, "expense_category_reducer___clearListMultiselect$closure", "_clearListMultiselect5", 2810); + _static_2(F, "expense_category_reducer___archiveExpenseCategorySuccess$closure", "_archiveExpenseCategorySuccess", 2811); + _static_2(F, "expense_category_reducer___deleteExpenseCategorySuccess$closure", "_deleteExpenseCategorySuccess", 2812); + _static_2(F, "expense_category_reducer___restoreExpenseCategorySuccess$closure", "_restoreExpenseCategorySuccess", 2813); + _static_2(F, "expense_category_reducer___addExpenseCategory$closure", "_addExpenseCategory", 2814); + _static_2(F, "expense_category_reducer___updateExpenseCategory$closure", "_updateExpenseCategory", 2815); + _static_2(F, "expense_category_reducer___setLoadedExpenseCategory$closure", "_setLoadedExpenseCategory", 2816); + _static_2(F, "expense_category_reducer___setLoadedExpenseCategories$closure", "_setLoadedExpenseCategories", 2817); + _static_2(F, "expense_category_reducer___setLoadedCompany$closure", "_setLoadedCompany4", 2818); _static_2(K, "group_reducer___clearEditing$closure", "_clearEditing4", 710); _static_2(K, "group_reducer___updateEditing$closure", "_updateEditing5", 710); - _static_2(K, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2819); - _static_2(K, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2820); - _static_2(K, "group_reducer___filterGroups$closure", "_filterGroups", 2821); - _static_2(K, "group_reducer___sortGroups$closure", "_sortGroups", 2822); - _static_2(K, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2823); - _static_2(K, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2824); - _static_2(K, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2825); - _static_2(K, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2826); - _static_2(K, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2827); - _static_2(K, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2828); - _static_2(K, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2829); - _static_2(K, "group_reducer___addGroup$closure", "_addGroup", 2830); - _static_2(K, "group_reducer___updateGroup$closure", "_updateGroup", 2831); - _static_2(K, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2832); - _static_2(K, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2833); - _static_2(K, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2834); - _static_2(D, "invoice_reducer___clearEditing$closure", "_clearEditing5", 154); - _static_2(D, "invoice_reducer___updateEditing$closure", "_updateEditing6", 154); - _static_2(D, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 633); - _static_2(D, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2835); - _static_2(D, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 635); + _static_2(K, "group_reducer___viewGroupList$closure", "_viewGroupList0", 2820); + _static_2(K, "group_reducer___filterGroupsByState$closure", "_filterGroupsByState", 2821); + _static_2(K, "group_reducer___filterGroups$closure", "_filterGroups", 2822); + _static_2(K, "group_reducer___sortGroups$closure", "_sortGroups", 2823); + _static_2(K, "group_reducer___startListMultiselect$closure", "_startListMultiselect6", 2824); + _static_2(K, "group_reducer___addToListMultiselect$closure", "_addToListMultiselect6", 2825); + _static_2(K, "group_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect6", 2826); + _static_2(K, "group_reducer___clearListMultiselect$closure", "_clearListMultiselect6", 2827); + _static_2(K, "group_reducer___archiveGroupSuccess$closure", "_archiveGroupSuccess", 2828); + _static_2(K, "group_reducer___deleteGroupSuccess$closure", "_deleteGroupSuccess", 2829); + _static_2(K, "group_reducer___restoreGroupSuccess$closure", "_restoreGroupSuccess", 2830); + _static_2(K, "group_reducer___addGroup$closure", "_addGroup", 2831); + _static_2(K, "group_reducer___updateGroup$closure", "_updateGroup", 2832); + _static_2(K, "group_reducer___setLoadedGroup$closure", "_setLoadedGroup", 2833); + _static_2(K, "group_reducer___setLoadedGroups$closure", "_setLoadedGroups", 2834); + _static_2(K, "group_reducer___setLoadedCompany$closure", "_setLoadedCompany5", 2835); + _static_2(D, "invoice_reducer___clearEditing$closure", "_clearEditing5", 143); + _static_2(D, "invoice_reducer___updateEditing$closure", "_updateEditing6", 143); + _static_2(D, "invoice_reducer___addInvoiceItem$closure", "_addInvoiceItem", 635); + _static_2(D, "invoice_reducer___addInvoiceItems$closure", "_addInvoiceItems", 2836); + _static_2(D, "invoice_reducer___removeInvoiceItem$closure", "_removeInvoiceItem", 636); _static_2(D, "invoice_reducer___updateInvoiceItem$closure", "_updateInvoiceItem", 641); - _static_2(D, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2836); - _static_2(D, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2837); - _static_2(D, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2838); - _static_2(D, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2839); - _static_2(D, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2840); - _static_2(D, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2841); - _static_2(D, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2842); - _static_2(D, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2843); - _static_2(D, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2844); - _static_2(D, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2845); - _static_2(D, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2846); - _static_2(D, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2847); - _static_2(D, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2848); - _static_2(D, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2849); - _static_2(D, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2850); - _static_2(D, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2851); - _static_2(D, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2852); - _static_2(D, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2853); - _static_2(D, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2854); - _static_2(D, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2855); - _static_2(D, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2856); - _static_2(D, "invoice_reducer___addInvoice$closure", "_addInvoice", 2857); - _static_2(D, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2858); - _static_2(D, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2859); - _static_2(D, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2860); + _static_2(D, "invoice_reducer___viewInvoiceList$closure", "_viewInvoiceList0", 2837); + _static_2(D, "invoice_reducer___filterInvoicesByCustom1$closure", "_filterInvoicesByCustom1", 2838); + _static_2(D, "invoice_reducer___filterInvoicesByCustom2$closure", "_filterInvoicesByCustom2", 2839); + _static_2(D, "invoice_reducer___filterInvoicesByCustom3$closure", "_filterInvoicesByCustom3", 2840); + _static_2(D, "invoice_reducer___filterInvoicesByCustom4$closure", "_filterInvoicesByCustom4", 2841); + _static_2(D, "invoice_reducer___filterInvoicesByState$closure", "_filterInvoicesByState", 2842); + _static_2(D, "invoice_reducer___filterInvoicesByStatus$closure", "_filterInvoicesByStatus", 2843); + _static_2(D, "invoice_reducer___filterInvoices$closure", "_filterInvoices", 2844); + _static_2(D, "invoice_reducer___sortInvoices$closure", "_sortInvoices", 2845); + _static_2(D, "invoice_reducer___startListMultiselect$closure", "_startListMultiselect7", 2846); + _static_2(D, "invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect7", 2847); + _static_2(D, "invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect7", 2848); + _static_2(D, "invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect7", 2849); + _static_2(D, "invoice_reducer___markInvoicesSentSuccess$closure", "_markInvoicesSentSuccess", 2850); + _static_2(D, "invoice_reducer___markInvoicesPaidSuccess$closure", "_markInvoicesPaidSuccess", 2851); + _static_2(D, "invoice_reducer___reverseInvoicesSuccess$closure", "_reverseInvoicesSuccess", 2852); + _static_2(D, "invoice_reducer___cancelInvoicesSuccess$closure", "_cancelInvoicesSuccess", 2853); + _static_2(D, "invoice_reducer___archiveInvoiceSuccess$closure", "_archiveInvoiceSuccess", 2854); + _static_2(D, "invoice_reducer___deleteInvoiceSuccess$closure", "_deleteInvoiceSuccess", 2855); + _static_2(D, "invoice_reducer___emailInvoiceSuccess$closure", "_emailInvoiceSuccess", 2856); + _static_2(D, "invoice_reducer___restoreInvoiceSuccess$closure", "_restoreInvoiceSuccess", 2857); + _static_2(D, "invoice_reducer___addInvoice$closure", "_addInvoice", 2858); + _static_2(D, "invoice_reducer___updateInvoice$closure", "_updateInvoice", 2859); + _static_2(D, "invoice_reducer___setLoadedInvoices$closure", "_setLoadedInvoices", 2860); + _static_2(D, "invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany6", 2861); _static_2(R, "payment_reducer___clearEditing$closure", "_clearEditing6", 711); _static_2(R, "payment_reducer___updateEditing$closure", "_updateEditing7", 711); - _static_2(R, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2862); - _static_2(R, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2863); - _static_2(R, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2864); - _static_2(R, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2865); - _static_2(R, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2866); - _static_2(R, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2867); - _static_2(R, "payment_reducer___filterPayments$closure", "_filterPayments", 2868); - _static_2(R, "payment_reducer___sortPayments$closure", "_sortPayments", 2869); - _static_2(R, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2870); - _static_2(R, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2871); - _static_2(R, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2872); - _static_2(R, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2873); - _static_2(R, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2874); - _static_2(R, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2875); - _static_2(R, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2876); - _static_2(R, "payment_reducer___addPayment$closure", "_addPayment", 2877); - _static_2(R, "payment_reducer___updatePayment$closure", "_updatePayment", 2878); - _static_2(R, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2879); - _static_2(R, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2880); - _static_2(R, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2881); + _static_2(R, "payment_reducer___viewPaymentList$closure", "_viewPaymentList0", 2863); + _static_2(R, "payment_reducer___filterPaymentsByCustom1$closure", "_filterPaymentsByCustom1", 2864); + _static_2(R, "payment_reducer___filterPaymentsByCustom2$closure", "_filterPaymentsByCustom2", 2865); + _static_2(R, "payment_reducer___filterPaymentsByCustom3$closure", "_filterPaymentsByCustom3", 2866); + _static_2(R, "payment_reducer___filterPaymentsByCustom4$closure", "_filterPaymentsByCustom4", 2867); + _static_2(R, "payment_reducer___filterPaymentsByState$closure", "_filterPaymentsByState", 2868); + _static_2(R, "payment_reducer___filterPayments$closure", "_filterPayments", 2869); + _static_2(R, "payment_reducer___sortPayments$closure", "_sortPayments", 2870); + _static_2(R, "payment_reducer___startListMultiselect$closure", "_startListMultiselect8", 2871); + _static_2(R, "payment_reducer___addToListMultiselect$closure", "_addToListMultiselect8", 2872); + _static_2(R, "payment_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect8", 2873); + _static_2(R, "payment_reducer___clearListMultiselect$closure", "_clearListMultiselect8", 2874); + _static_2(R, "payment_reducer___archivePaymentSuccess$closure", "_archivePaymentSuccess", 2875); + _static_2(R, "payment_reducer___deletePaymentSuccess$closure", "_deletePaymentSuccess", 2876); + _static_2(R, "payment_reducer___restorePaymentSuccess$closure", "_restorePaymentSuccess", 2877); + _static_2(R, "payment_reducer___addPayment$closure", "_addPayment", 2878); + _static_2(R, "payment_reducer___updatePayment$closure", "_updatePayment", 2879); + _static_2(R, "payment_reducer___setLoadedPayment$closure", "_setLoadedPayment", 2880); + _static_2(R, "payment_reducer___setLoadedPayments$closure", "_setLoadedPayments", 2881); + _static_2(R, "payment_reducer___setLoadedCompany$closure", "_setLoadedCompany7", 2882); _static_2(L, "payment_term_reducer___clearEditing$closure", "_clearEditing7", 712); _static_2(L, "payment_term_reducer___updateEditing$closure", "_updateEditing8", 712); - _static_2(L, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2883); - _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2884); - _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2885); - _static_2(L, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2886); - _static_2(L, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2887); - _static_2(L, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2888); - _static_2(L, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2889); - _static_2(L, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2890); - _static_2(L, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2891); - _static_2(L, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2892); - _static_2(L, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2893); - _static_2(L, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2894); - _static_2(L, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2895); - _static_2(L, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2896); - _static_2(L, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2897); - _static_2(L, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2898); - _static_2(L, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2899); - _static_2(L, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2900); + _static_2(L, "payment_term_reducer___viewPaymentTermList$closure", "_viewPaymentTermList0", 2884); + _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom1$closure", "_filterPaymentTermsByCustom1", 2885); + _static_2(L, "payment_term_reducer___filterPaymentTermsByCustom2$closure", "_filterPaymentTermsByCustom2", 2886); + _static_2(L, "payment_term_reducer___filterPaymentTermsByState$closure", "_filterPaymentTermsByState", 2887); + _static_2(L, "payment_term_reducer___filterPaymentTerms$closure", "_filterPaymentTerms", 2888); + _static_2(L, "payment_term_reducer___sortPaymentTerms$closure", "_sortPaymentTerms", 2889); + _static_2(L, "payment_term_reducer___startListMultiselect$closure", "_startListMultiselect9", 2890); + _static_2(L, "payment_term_reducer___addToListMultiselect$closure", "_addToListMultiselect9", 2891); + _static_2(L, "payment_term_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect9", 2892); + _static_2(L, "payment_term_reducer___clearListMultiselect$closure", "_clearListMultiselect9", 2893); + _static_2(L, "payment_term_reducer___archivePaymentTermSuccess$closure", "_archivePaymentTermSuccess", 2894); + _static_2(L, "payment_term_reducer___deletePaymentTermSuccess$closure", "_deletePaymentTermSuccess", 2895); + _static_2(L, "payment_term_reducer___restorePaymentTermSuccess$closure", "_restorePaymentTermSuccess", 2896); + _static_2(L, "payment_term_reducer___addPaymentTerm$closure", "_addPaymentTerm", 2897); + _static_2(L, "payment_term_reducer___updatePaymentTerm$closure", "_updatePaymentTerm", 2898); + _static_2(L, "payment_term_reducer___setLoadedPaymentTerm$closure", "_setLoadedPaymentTerm", 2899); + _static_2(L, "payment_term_reducer___setLoadedPaymentTerms$closure", "_setLoadedPaymentTerms", 2900); + _static_2(L, "payment_term_reducer___setLoadedCompany$closure", "_setLoadedCompany8", 2901); _static_2(B, "product_reducer___clearEditing$closure", "_clearEditing8", 713); _static_2(B, "product_reducer___updateEditing$closure", "_updateEditing9", 713); - _static_2(B, "product_reducer___viewClientList$closure", "_viewClientList1", 2902); - _static_2(B, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2903); - _static_2(B, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2904); - _static_2(B, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2905); - _static_2(B, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2906); - _static_2(B, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2907); - _static_2(B, "product_reducer___filterProducts$closure", "_filterProducts", 2908); - _static_2(B, "product_reducer___sortProducts$closure", "_sortProducts", 2909); - _static_2(B, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2910); - _static_2(B, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2911); - _static_2(B, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2912); - _static_2(B, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2913); - _static_2(B, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2914); - _static_2(B, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2915); - _static_2(B, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2916); - _static_2(B, "product_reducer___addProduct$closure", "_addProduct", 2917); - _static_2(B, "product_reducer___updateProduct$closure", "_updateProduct", 2918); - _static_2(B, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2919); - _static_2(B, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2920); - _static_2(B, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2921); + _static_2(B, "product_reducer___viewClientList$closure", "_viewClientList1", 2903); + _static_2(B, "product_reducer___filterProductsByState$closure", "_filterProductsByState", 2904); + _static_2(B, "product_reducer___filterProductsByCustom1$closure", "_filterProductsByCustom1", 2905); + _static_2(B, "product_reducer___filterProductsByCustom2$closure", "_filterProductsByCustom2", 2906); + _static_2(B, "product_reducer___filterProductsByCustom3$closure", "_filterProductsByCustom3", 2907); + _static_2(B, "product_reducer___filterProductsByCustom4$closure", "_filterProductsByCustom4", 2908); + _static_2(B, "product_reducer___filterProducts$closure", "_filterProducts", 2909); + _static_2(B, "product_reducer___sortProducts$closure", "_sortProducts", 2910); + _static_2(B, "product_reducer___startListMultiselect$closure", "_startListMultiselect10", 2911); + _static_2(B, "product_reducer___addToListMultiselect$closure", "_addToListMultiselect10", 2912); + _static_2(B, "product_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect10", 2913); + _static_2(B, "product_reducer___clearListMultiselect$closure", "_clearListMultiselect10", 2914); + _static_2(B, "product_reducer___archiveProductSuccess$closure", "_archiveProductSuccess", 2915); + _static_2(B, "product_reducer___deleteProductSuccess$closure", "_deleteProductSuccess", 2916); + _static_2(B, "product_reducer___restoreProductSuccess$closure", "_restoreProductSuccess", 2917); + _static_2(B, "product_reducer___addProduct$closure", "_addProduct", 2918); + _static_2(B, "product_reducer___updateProduct$closure", "_updateProduct", 2919); + _static_2(B, "product_reducer___setLoadedProduct$closure", "_setLoadedProduct", 2920); + _static_2(B, "product_reducer___setLoadedProducts$closure", "_setLoadedProducts", 2921); + _static_2(B, "product_reducer___setLoadedCompany$closure", "_setLoadedCompany9", 2922); _static_2(G, "project_reducer___clearEditing$closure", "_clearEditing9", 714); _static_2(G, "project_reducer___updateEditing$closure", "_updateEditing10", 714); - _static_2(G, "project_reducer___viewProjectList$closure", "_viewProjectList0", 2923); - _static_2(G, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2924); - _static_2(G, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2925); - _static_2(G, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2926); - _static_2(G, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2927); - _static_2(G, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2928); - _static_2(G, "project_reducer___filterProjects$closure", "_filterProjects", 2929); - _static_2(G, "project_reducer___sortProjects$closure", "_sortProjects", 2930); - _static_2(G, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2931); - _static_2(G, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2932); - _static_2(G, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2933); - _static_2(G, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2934); - _static_2(G, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2935); - _static_2(G, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2936); - _static_2(G, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2937); - _static_2(G, "project_reducer___addProject$closure", "_addProject", 2938); - _static_2(G, "project_reducer___updateProject$closure", "_updateProject", 2939); - _static_2(G, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2940); - _static_2(G, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 2941); - _static_2(G, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 2942); - _static_2(L, "quote_reducer___clearEditing$closure", "_clearEditing10", 154); - _static_2(L, "quote_reducer___updateEditing$closure", "_updateEditing11", 154); - _static_2(L, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 701); - _static_2(L, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 2943); + _static_2(G, "project_reducer___viewProjectList$closure", "_viewProjectList0", 2924); + _static_2(G, "project_reducer___filterProjectsByCustom1$closure", "_filterProjectsByCustom1", 2925); + _static_2(G, "project_reducer___filterProjectsByCustom2$closure", "_filterProjectsByCustom2", 2926); + _static_2(G, "project_reducer___filterProjectsByCustom3$closure", "_filterProjectsByCustom3", 2927); + _static_2(G, "project_reducer___filterProjectsByCustom4$closure", "_filterProjectsByCustom4", 2928); + _static_2(G, "project_reducer___filterProjectsByState$closure", "_filterProjectsByState", 2929); + _static_2(G, "project_reducer___filterProjects$closure", "_filterProjects", 2930); + _static_2(G, "project_reducer___sortProjects$closure", "_sortProjects", 2931); + _static_2(G, "project_reducer___startListMultiselect$closure", "_startListMultiselect11", 2932); + _static_2(G, "project_reducer___addToListMultiselect$closure", "_addToListMultiselect11", 2933); + _static_2(G, "project_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect11", 2934); + _static_2(G, "project_reducer___clearListMultiselect$closure", "_clearListMultiselect11", 2935); + _static_2(G, "project_reducer___archiveProjectSuccess$closure", "_archiveProjectSuccess", 2936); + _static_2(G, "project_reducer___deleteProjectSuccess$closure", "_deleteProjectSuccess", 2937); + _static_2(G, "project_reducer___restoreProjectSuccess$closure", "_restoreProjectSuccess", 2938); + _static_2(G, "project_reducer___addProject$closure", "_addProject", 2939); + _static_2(G, "project_reducer___updateProject$closure", "_updateProject", 2940); + _static_2(G, "project_reducer___setLoadedProject$closure", "_setLoadedProject", 2941); + _static_2(G, "project_reducer___setLoadedProjects$closure", "_setLoadedProjects", 2942); + _static_2(G, "project_reducer___setLoadedCompany$closure", "_setLoadedCompany10", 2943); + _static_2(L, "quote_reducer___clearEditing$closure", "_clearEditing10", 143); + _static_2(L, "quote_reducer___updateEditing$closure", "_updateEditing11", 143); + _static_2(L, "quote_reducer___addQuoteItem$closure", "_addQuoteItem", 706); + _static_2(L, "quote_reducer___addQuoteItems$closure", "_addQuoteItems", 2944); _static_2(L, "quote_reducer___removeQuoteItem$closure", "_removeQuoteItem", 708); _static_2(L, "quote_reducer___updateQuoteItem$closure", "_updateQuoteItem", 453); - _static_2(L, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 2944); - _static_2(L, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 2945); - _static_2(L, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 2946); - _static_2(L, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 2947); - _static_2(L, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 2948); - _static_2(L, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 2949); - _static_2(L, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 2950); - _static_2(L, "quote_reducer___filterQuotes$closure", "_filterQuotes", 2951); - _static_2(L, "quote_reducer___sortQuotes$closure", "_sortQuotes", 2952); - _static_2(L, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 2953); - _static_2(L, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 2954); - _static_2(L, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 2955); - _static_2(L, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 2956); - _static_2(L, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 2957); - _static_2(L, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 2958); - _static_2(L, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 2959); - _static_2(L, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 2960); - _static_2(L, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 2961); - _static_2(L, "quote_reducer___addQuote$closure", "_addQuote", 2962); - _static_2(L, "quote_reducer___updateQuote$closure", "_updateQuote", 2963); - _static_2(L, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 2964); - _static_2(L, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 2965); - _static_2(E, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 273); - _static_2(E, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 273); - _static_2(E, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 2966); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 2967); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 2968); - _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 2969); - _static_2(E, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 2970); - _static_2(E, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 2971); - _static_2(E, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 2972); - _static_2(E, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 2973); - _static_2(E, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 2974); - _static_2(E, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 2975); - _static_2(E, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 2976); - _static_2(E, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 2977); - _static_2(E, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 2978); - _static_2(E, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 2979); - _static_2(E, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 2980); - _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 2981); - _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 2982); - _static_2(E, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 2983); - _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 154); - _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 154); + _static_2(L, "quote_reducer___viewQuoteList$closure", "_viewQuoteList0", 2945); + _static_2(L, "quote_reducer___filterQuotesByCustom1$closure", "_filterQuotesByCustom1", 2946); + _static_2(L, "quote_reducer___filterQuotesByCustom2$closure", "_filterQuotesByCustom2", 2947); + _static_2(L, "quote_reducer___filterQuotesByCustom3$closure", "_filterQuotesByCustom3", 2948); + _static_2(L, "quote_reducer___filterQuotesByCustom4$closure", "_filterQuotesByCustom4", 2949); + _static_2(L, "quote_reducer___filterQuotesByState$closure", "_filterQuotesByState", 2950); + _static_2(L, "quote_reducer___filterQuotesByStatus$closure", "_filterQuotesByStatus", 2951); + _static_2(L, "quote_reducer___filterQuotes$closure", "_filterQuotes", 2952); + _static_2(L, "quote_reducer___sortQuotes$closure", "_sortQuotes", 2953); + _static_2(L, "quote_reducer___startListMultiselect$closure", "_startListMultiselect12", 2954); + _static_2(L, "quote_reducer___addToListMultiselect$closure", "_addToListMultiselect12", 2955); + _static_2(L, "quote_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect12", 2956); + _static_2(L, "quote_reducer___clearListMultiselect$closure", "_clearListMultiselect12", 2957); + _static_2(L, "quote_reducer___markSentQuoteSuccess$closure", "_markSentQuoteSuccess", 2958); + _static_2(L, "quote_reducer___archiveQuoteSuccess$closure", "_archiveQuoteSuccess", 2959); + _static_2(L, "quote_reducer___deleteQuoteSuccess$closure", "_deleteQuoteSuccess", 2960); + _static_2(L, "quote_reducer___restoreQuoteSuccess$closure", "_restoreQuoteSuccess", 2961); + _static_2(L, "quote_reducer___convertQuoteSuccess$closure", "_convertQuoteSuccess", 2962); + _static_2(L, "quote_reducer___addQuote$closure", "_addQuote", 2963); + _static_2(L, "quote_reducer___updateQuote$closure", "_updateQuote", 2964); + _static_2(L, "quote_reducer___setLoadedQuotes$closure", "_setLoadedQuotes", 2965); + _static_2(L, "quote_reducer___setLoadedCompany$closure", "_setLoadedCompany11", 2966); + _static_2(E, "recurring_expense_reducer___clearEditing$closure", "_clearEditing11", 272); + _static_2(E, "recurring_expense_reducer___updateEditing$closure", "_updateEditing12", 272); + _static_2(E, "recurring_expense_reducer___viewRecurringExpenseList$closure", "_viewRecurringExpenseList0", 2967); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom1$closure", "_filterRecurringExpensesByCustom1", 2968); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByCustom2$closure", "_filterRecurringExpensesByCustom2", 2969); + _static_2(E, "recurring_expense_reducer___filterRecurringExpensesByState$closure", "_filterRecurringExpensesByState", 2970); + _static_2(E, "recurring_expense_reducer___filterRecurringExpenses$closure", "_filterRecurringExpenses", 2971); + _static_2(E, "recurring_expense_reducer___sortRecurringExpenses$closure", "_sortRecurringExpenses", 2972); + _static_2(E, "recurring_expense_reducer___startListMultiselect$closure", "_startListMultiselect13", 2973); + _static_2(E, "recurring_expense_reducer___addToListMultiselect$closure", "_addToListMultiselect13", 2974); + _static_2(E, "recurring_expense_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect13", 2975); + _static_2(E, "recurring_expense_reducer___clearListMultiselect$closure", "_clearListMultiselect13", 2976); + _static_2(E, "recurring_expense_reducer___archiveRecurringExpenseSuccess$closure", "_archiveRecurringExpenseSuccess", 2977); + _static_2(E, "recurring_expense_reducer___deleteRecurringExpenseSuccess$closure", "_deleteRecurringExpenseSuccess", 2978); + _static_2(E, "recurring_expense_reducer___restoreRecurringExpenseSuccess$closure", "_restoreRecurringExpenseSuccess", 2979); + _static_2(E, "recurring_expense_reducer___addRecurringExpense$closure", "_addRecurringExpense", 2980); + _static_2(E, "recurring_expense_reducer___updateRecurringExpense$closure", "_updateRecurringExpense", 2981); + _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpense$closure", "_setLoadedRecurringExpense", 2982); + _static_2(E, "recurring_expense_reducer___setLoadedRecurringExpenses$closure", "_setLoadedRecurringExpenses", 2983); + _static_2(E, "recurring_expense_reducer___setLoadedCompany$closure", "_setLoadedCompany12", 2984); + _static_2(A, "recurring_invoice_reducer___clearEditing$closure", "_clearEditing12", 143); + _static_2(A, "recurring_invoice_reducer___updateEditing$closure", "_updateEditing13", 143); _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItem$closure", "_addRecurringInvoiceItem", 459); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 2984); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoiceItems$closure", "_addRecurringInvoiceItems", 2985); _static_2(A, "recurring_invoice_reducer___removeRecurringInvoiceItem$closure", "_removeRecurringInvoiceItem", 460); _static_2(A, "recurring_invoice_reducer___updateRecurringInvoiceItem$closure", "_updateRecurringInvoiceItem", 461); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 2985); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 2986); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 2987); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 2988); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 2989); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 2990); - _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 2991); - _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 2992); - _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 2993); - _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 2994); - _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 2995); - _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 2996); - _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 2997); - _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 2998); - _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 2999); - _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3000); - _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3001); - _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3002); - _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3003); - _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3004); - _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3005); - _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3006); - _static_2(Q, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3007); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom1$closure", "_filterRecurringInvoicesByCustom1", 2986); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom2$closure", "_filterRecurringInvoicesByCustom2", 2987); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom3$closure", "_filterRecurringInvoicesByCustom3", 2988); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByCustom4$closure", "_filterRecurringInvoicesByCustom4", 2989); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByState$closure", "_filterRecurringInvoicesByState", 2990); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoicesByStatus$closure", "_filterRecurringInvoicesByStatus", 2991); + _static_2(A, "recurring_invoice_reducer___filterRecurringInvoices$closure", "_filterRecurringInvoices", 2992); + _static_2(A, "recurring_invoice_reducer___sortRecurringInvoices$closure", "_sortRecurringInvoices", 2993); + _static_2(A, "recurring_invoice_reducer___startListMultiselect$closure", "_startListMultiselect14", 2994); + _static_2(A, "recurring_invoice_reducer___addToListMultiselect$closure", "_addToListMultiselect14", 2995); + _static_2(A, "recurring_invoice_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect14", 2996); + _static_2(A, "recurring_invoice_reducer___clearListMultiselect$closure", "_clearListMultiselect14", 2997); + _static_2(A, "recurring_invoice_reducer___archiveRecurringInvoiceSuccess$closure", "_archiveRecurringInvoiceSuccess", 2998); + _static_2(A, "recurring_invoice_reducer___deleteRecurringInvoiceSuccess$closure", "_deleteRecurringInvoiceSuccess", 2999); + _static_2(A, "recurring_invoice_reducer___emailRecurringInvoiceSuccess$closure", "_emailRecurringInvoiceSuccess", 3000); + _static_2(A, "recurring_invoice_reducer___restoreRecurringInvoiceSuccess$closure", "_restoreRecurringInvoiceSuccess", 3001); + _static_2(A, "recurring_invoice_reducer___startRecurringInvoicesSuccess$closure", "_startRecurringInvoicesSuccess", 3002); + _static_2(A, "recurring_invoice_reducer___stopRecurringInvoicesSuccess$closure", "_stopRecurringInvoicesSuccess", 3003); + _static_2(A, "recurring_invoice_reducer___addRecurringInvoice$closure", "_addRecurringInvoice", 3004); + _static_2(A, "recurring_invoice_reducer___updateRecurringInvoice$closure", "_updateRecurringInvoice", 3005); + _static_2(A, "recurring_invoice_reducer___setLoadedRecurringInvoices$closure", "_setLoadedRecurringInvoices", 3006); + _static_2(A, "recurring_invoice_reducer___setLoadedCompany$closure", "_setLoadedCompany13", 3007); + _static_2(Q, "static_reducer__staticLoadedReducer$closure", "staticLoadedReducer", 3008); _static_2(X, "subscription_reducer___clearEditing$closure", "_clearEditing13", 715); _static_2(X, "subscription_reducer___updateEditing$closure", "_updateEditing14", 715); - _static_2(X, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3009); - _static_2(X, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3010); - _static_2(X, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3011); - _static_2(X, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3012); - _static_2(X, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3013); - _static_2(X, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3014); - _static_2(X, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3015); - _static_2(X, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3016); - _static_2(X, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3017); - _static_2(X, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3018); - _static_2(X, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3019); - _static_2(X, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3020); - _static_2(X, "subscription_reducer___addSubscription$closure", "_addSubscription", 3021); - _static_2(X, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3022); - _static_2(X, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3023); - _static_2(X, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3024); - _static_2(X, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3025); + _static_2(X, "subscription_reducer___filterSubscriptionsByCustom1$closure", "_filterSubscriptionsByCustom1", 3010); + _static_2(X, "subscription_reducer___filterSubscriptionsByCustom2$closure", "_filterSubscriptionsByCustom2", 3011); + _static_2(X, "subscription_reducer___filterSubscriptionsByState$closure", "_filterSubscriptionsByState", 3012); + _static_2(X, "subscription_reducer___filterSubscriptions$closure", "_filterSubscriptions", 3013); + _static_2(X, "subscription_reducer___sortSubscriptions$closure", "_sortSubscriptions", 3014); + _static_2(X, "subscription_reducer___startListMultiselect$closure", "_startListMultiselect15", 3015); + _static_2(X, "subscription_reducer___addToListMultiselect$closure", "_addToListMultiselect15", 3016); + _static_2(X, "subscription_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect15", 3017); + _static_2(X, "subscription_reducer___clearListMultiselect$closure", "_clearListMultiselect15", 3018); + _static_2(X, "subscription_reducer___archiveSubscriptionSuccess$closure", "_archiveSubscriptionSuccess", 3019); + _static_2(X, "subscription_reducer___deleteSubscriptionSuccess$closure", "_deleteSubscriptionSuccess", 3020); + _static_2(X, "subscription_reducer___restoreSubscriptionSuccess$closure", "_restoreSubscriptionSuccess", 3021); + _static_2(X, "subscription_reducer___addSubscription$closure", "_addSubscription", 3022); + _static_2(X, "subscription_reducer___updateSubscription$closure", "_updateSubscription", 3023); + _static_2(X, "subscription_reducer___setLoadedSubscription$closure", "_setLoadedSubscription", 3024); + _static_2(X, "subscription_reducer___setLoadedSubscriptions$closure", "_setLoadedSubscriptions", 3025); + _static_2(X, "subscription_reducer___setLoadedCompany$closure", "_setLoadedCompany14", 3026); _static_2(N, "task_reducer___clearEditing$closure", "_clearEditing14", 716); _static_2(N, "task_reducer___updateEditing$closure", "_updateEditing15", 716); - _static_2(N, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3027); - _static_2(N, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3028); - _static_2(N, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3029); - _static_2(N, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3030); - _static_2(N, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3031); - _static_2(N, "task_reducer___filterTasks$closure", "_filterTasks", 3032); - _static_2(N, "task_reducer___sortTasks$closure", "_sortTasks0", 3033); - _static_2(N, "task_reducer___addTaskTime$closure", "_addTaskTime", 3034); - _static_2(N, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3035); - _static_2(N, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3036); - _static_2(N, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3037); - _static_2(N, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3038); - _static_2(N, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3039); - _static_2(N, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3040); - _static_2(N, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3041); - _static_2(N, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3042); - _static_2(N, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3043); - _static_2(N, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3044); - _static_2(N, "task_reducer___addTask$closure", "_addTask", 3045); - _static_2(N, "task_reducer___updateTask$closure", "_updateTask", 3046); - _static_2(N, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3047); - _static_2(N, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3048); - _static_2(N, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3049); + _static_2(N, "task_reducer___viewTaskList$closure", "_viewTaskList0", 3028); + _static_2(N, "task_reducer___filterTasksByCustom1$closure", "_filterTasksByCustom1", 3029); + _static_2(N, "task_reducer___filterTasksByCustom2$closure", "_filterTasksByCustom2", 3030); + _static_2(N, "task_reducer___filterTasksByState$closure", "_filterTasksByState", 3031); + _static_2(N, "task_reducer___filterTasksByStatus$closure", "_filterTasksByStatus", 3032); + _static_2(N, "task_reducer___filterTasks$closure", "_filterTasks", 3033); + _static_2(N, "task_reducer___sortTasks$closure", "_sortTasks0", 3034); + _static_2(N, "task_reducer___addTaskTime$closure", "_addTaskTime", 3035); + _static_2(N, "task_reducer___removeTaskTime$closure", "_removeTaskTime", 3036); + _static_2(N, "task_reducer___updateTaskTime$closure", "_updateTaskTime", 3037); + _static_2(N, "task_reducer___startListMultiselect$closure", "_startListMultiselect16", 3038); + _static_2(N, "task_reducer___addToListMultiselect$closure", "_addToListMultiselect16", 3039); + _static_2(N, "task_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect16", 3040); + _static_2(N, "task_reducer___clearListMultiselect$closure", "_clearListMultiselect16", 3041); + _static_2(N, "task_reducer___sortTasksSuccess$closure", "_sortTasksSuccess", 3042); + _static_2(N, "task_reducer___archiveTaskSuccess$closure", "_archiveTaskSuccess", 3043); + _static_2(N, "task_reducer___deleteTaskSuccess$closure", "_deleteTaskSuccess", 3044); + _static_2(N, "task_reducer___restoreTaskSuccess$closure", "_restoreTaskSuccess", 3045); + _static_2(N, "task_reducer___addTask$closure", "_addTask", 3046); + _static_2(N, "task_reducer___updateTask$closure", "_updateTask", 3047); + _static_2(N, "task_reducer___setLoadedTask$closure", "_setLoadedTask", 3048); + _static_2(N, "task_reducer___setLoadedTasks$closure", "_setLoadedTasks", 3049); + _static_2(N, "task_reducer___setLoadedCompany$closure", "_setLoadedCompany15", 3050); _static_2(A, "task_status_reducer___clearEditing$closure", "_clearEditing15", 717); _static_2(A, "task_status_reducer___updateEditing$closure", "_updateEditing16", 717); - _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3051); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3052); - _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3053); - _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3054); - _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3055); - _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3056); - _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3057); - _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3058); - _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3059); - _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3060); - _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3061); - _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3062); - _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3063); - _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3064); - _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3065); - _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3066); - _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3067); - _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3068); - _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3069); + _static_2(A, "task_status_reducer___viewTaskStatusList$closure", "_viewTaskStatusList0", 3052); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom1$closure", "_filterTaskStatusesByCustom1", 3053); + _static_2(A, "task_status_reducer___filterTaskStatusesByCustom2$closure", "_filterTaskStatusesByCustom2", 3054); + _static_2(A, "task_status_reducer___filterTaskStatusesByState$closure", "_filterTaskStatusesByState", 3055); + _static_2(A, "task_status_reducer___filterTaskStatuses$closure", "_filterTaskStatuses", 3056); + _static_2(A, "task_status_reducer___sortTaskStatuses$closure", "_sortTaskStatuses", 3057); + _static_2(A, "task_status_reducer___startListMultiselect$closure", "_startListMultiselect17", 3058); + _static_2(A, "task_status_reducer___addToListMultiselect$closure", "_addToListMultiselect17", 3059); + _static_2(A, "task_status_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect17", 3060); + _static_2(A, "task_status_reducer___clearListMultiselect$closure", "_clearListMultiselect17", 3061); + _static_2(A, "task_status_reducer___sortTaskStatusSuccess$closure", "_sortTaskStatusSuccess", 3062); + _static_2(A, "task_status_reducer___archiveTaskStatusSuccess$closure", "_archiveTaskStatusSuccess", 3063); + _static_2(A, "task_status_reducer___deleteTaskStatusSuccess$closure", "_deleteTaskStatusSuccess", 3064); + _static_2(A, "task_status_reducer___restoreTaskStatusSuccess$closure", "_restoreTaskStatusSuccess", 3065); + _static_2(A, "task_status_reducer___addTaskStatus$closure", "_addTaskStatus", 3066); + _static_2(A, "task_status_reducer___updateTaskStatus$closure", "_updateTaskStatus", 3067); + _static_2(A, "task_status_reducer___setLoadedTaskStatus$closure", "_setLoadedTaskStatus", 3068); + _static_2(A, "task_status_reducer___setLoadedTaskStatuses$closure", "_setLoadedTaskStatuses", 3069); + _static_2(A, "task_status_reducer___setLoadedCompany$closure", "_setLoadedCompany16", 3070); _static_2(Z, "tax_rate_reducer___clearEditing$closure", "_clearEditing16", 718); _static_2(Z, "tax_rate_reducer___updateEditing$closure", "_updateEditing17", 718); - _static_2(Z, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3071); - _static_2(Z, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3072); - _static_2(Z, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3073); - _static_2(Z, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3074); - _static_2(Z, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3075); - _static_2(Z, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3076); - _static_2(Z, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3077); - _static_2(Z, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3078); - _static_2(Z, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3079); - _static_2(Z, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3080); - _static_2(Z, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3081); - _static_2(Z, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3082); - _static_2(Z, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3083); - _static_2(Z, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3084); - _static_2(Z, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3085); - _static_2(Z, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3086); + _static_2(Z, "tax_rate_reducer___viewTaxRateList$closure", "_viewTaxRateList0", 3072); + _static_2(Z, "tax_rate_reducer___filterTaxRatesByState$closure", "_filterTaxRatesByState", 3073); + _static_2(Z, "tax_rate_reducer___filterTaxRates$closure", "_filterTaxRates", 3074); + _static_2(Z, "tax_rate_reducer___sortTaxRates$closure", "_sortTaxRates", 3075); + _static_2(Z, "tax_rate_reducer___startListMultiselect$closure", "_startListMultiselect18", 3076); + _static_2(Z, "tax_rate_reducer___addToListMultiselect$closure", "_addToListMultiselect18", 3077); + _static_2(Z, "tax_rate_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect18", 3078); + _static_2(Z, "tax_rate_reducer___clearListMultiselect$closure", "_clearListMultiselect18", 3079); + _static_2(Z, "tax_rate_reducer___archiveTaxRateSuccess$closure", "_archiveTaxRateSuccess", 3080); + _static_2(Z, "tax_rate_reducer___deleteTaxRateSuccess$closure", "_deleteTaxRateSuccess", 3081); + _static_2(Z, "tax_rate_reducer___restoreTaxRateSuccess$closure", "_restoreTaxRateSuccess", 3082); + _static_2(Z, "tax_rate_reducer___addTaxRate$closure", "_addTaxRate", 3083); + _static_2(Z, "tax_rate_reducer___updateTaxRate$closure", "_updateTaxRate", 3084); + _static_2(Z, "tax_rate_reducer___setLoadedTaxRate$closure", "_setLoadedTaxRate", 3085); + _static_2(Z, "tax_rate_reducer___setLoadedTaxRates$closure", "_setLoadedTaxRates", 3086); + _static_2(Z, "tax_rate_reducer___setLoadedCompany$closure", "_setLoadedCompany17", 3087); _static_2(S, "token_reducer___clearEditing$closure", "_clearEditing17", 719); _static_2(S, "token_reducer___updateEditing$closure", "_updateEditing18", 719); - _static_2(S, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3088); - _static_2(S, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3089); - _static_2(S, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3090); - _static_2(S, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3091); - _static_2(S, "token_reducer___filterTokens$closure", "_filterTokens", 3092); - _static_2(S, "token_reducer___sortTokens$closure", "_sortTokens", 3093); - _static_2(S, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3094); - _static_2(S, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3095); - _static_2(S, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3096); - _static_2(S, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3097); - _static_2(S, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3098); - _static_2(S, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3099); - _static_2(S, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3100); - _static_2(S, "token_reducer___addToken$closure", "_addToken", 3101); - _static_2(S, "token_reducer___updateToken$closure", "_updateToken", 3102); - _static_2(S, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3103); - _static_2(S, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3104); - _static_2(S, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3105); + _static_2(S, "token_reducer___viewTokenList$closure", "_viewTokenList0", 3089); + _static_2(S, "token_reducer___filterTokensByCustom1$closure", "_filterTokensByCustom1", 3090); + _static_2(S, "token_reducer___filterTokensByCustom2$closure", "_filterTokensByCustom2", 3091); + _static_2(S, "token_reducer___filterTokensByState$closure", "_filterTokensByState", 3092); + _static_2(S, "token_reducer___filterTokens$closure", "_filterTokens", 3093); + _static_2(S, "token_reducer___sortTokens$closure", "_sortTokens", 3094); + _static_2(S, "token_reducer___startListMultiselect$closure", "_startListMultiselect19", 3095); + _static_2(S, "token_reducer___addToListMultiselect$closure", "_addToListMultiselect19", 3096); + _static_2(S, "token_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect19", 3097); + _static_2(S, "token_reducer___clearListMultiselect$closure", "_clearListMultiselect19", 3098); + _static_2(S, "token_reducer___archiveTokenSuccess$closure", "_archiveTokenSuccess", 3099); + _static_2(S, "token_reducer___deleteTokenSuccess$closure", "_deleteTokenSuccess", 3100); + _static_2(S, "token_reducer___restoreTokenSuccess$closure", "_restoreTokenSuccess", 3101); + _static_2(S, "token_reducer___addToken$closure", "_addToken", 3102); + _static_2(S, "token_reducer___updateToken$closure", "_updateToken", 3103); + _static_2(S, "token_reducer___setLoadedToken$closure", "_setLoadedToken", 3104); + _static_2(S, "token_reducer___setLoadedTokens$closure", "_setLoadedTokens", 3105); + _static_2(S, "token_reducer___setLoadedCompany$closure", "_setLoadedCompany18", 3106); _static_2(E, "user_reducer___clearEditing$closure", "_clearEditing18", 720); _static_2(E, "user_reducer___updateEditing$closure", "_updateEditing19", 720); - _static_2(E, "user_reducer___viewUserList$closure", "_viewUserList0", 3107); - _static_2(E, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3108); - _static_2(E, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3109); - _static_2(E, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3110); - _static_2(E, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3111); - _static_2(E, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3112); - _static_2(E, "user_reducer___filterUsers$closure", "_filterUsers", 3113); - _static_2(E, "user_reducer___sortUsers$closure", "_sortUsers", 3114); - _static_2(E, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3115); - _static_2(E, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3116); - _static_2(E, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3117); - _static_2(E, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3118); - _static_2(E, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3119); - _static_2(E, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3120); - _static_2(E, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3121); - _static_2(E, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3122); - _static_2(E, "user_reducer___addUser$closure", "_addUser", 3123); - _static_2(E, "user_reducer___updateUser$closure", "_updateUser", 3124); - _static_2(E, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3125); - _static_2(E, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3126); - _static_2(E, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3127); - _static_2(E, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3128); - _static_2(E, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3129); - _static_2(E, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3130); - _static_2(K, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3131); + _static_2(E, "user_reducer___viewUserList$closure", "_viewUserList0", 3108); + _static_2(E, "user_reducer___filterUsersByCustom1$closure", "_filterUsersByCustom1", 3109); + _static_2(E, "user_reducer___filterUsersByCustom2$closure", "_filterUsersByCustom2", 3110); + _static_2(E, "user_reducer___filterUsersByCustom3$closure", "_filterUsersByCustom3", 3111); + _static_2(E, "user_reducer___filterUsersByCustom4$closure", "_filterUsersByCustom4", 3112); + _static_2(E, "user_reducer___filterUsersByState$closure", "_filterUsersByState", 3113); + _static_2(E, "user_reducer___filterUsers$closure", "_filterUsers", 3114); + _static_2(E, "user_reducer___sortUsers$closure", "_sortUsers", 3115); + _static_2(E, "user_reducer___startListMultiselect$closure", "_startListMultiselect20", 3116); + _static_2(E, "user_reducer___addToListMultiselect$closure", "_addToListMultiselect20", 3117); + _static_2(E, "user_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect20", 3118); + _static_2(E, "user_reducer___clearListMultiselect$closure", "_clearListMultiselect20", 3119); + _static_2(E, "user_reducer___archiveUserSuccess$closure", "_archiveUserSuccess", 3120); + _static_2(E, "user_reducer___deleteUserSuccess$closure", "_deleteUserSuccess", 3121); + _static_2(E, "user_reducer___restoreUserSuccess$closure", "_restoreUserSuccess", 3122); + _static_2(E, "user_reducer___removeUserSuccess$closure", "_removeUserSuccess", 3123); + _static_2(E, "user_reducer___addUser$closure", "_addUser", 3124); + _static_2(E, "user_reducer___updateUser$closure", "_updateUser", 3125); + _static_2(E, "user_reducer___updateAuthUser$closure", "_updateAuthUser", 3126); + _static_2(E, "user_reducer___connectOAuthUser$closure", "_connectOAuthUser0", 3127); + _static_2(E, "user_reducer___connectGmailUser$closure", "_connectGmailUser0", 3128); + _static_2(E, "user_reducer___setLoadedUser$closure", "_setLoadedUser", 3129); + _static_2(E, "user_reducer___setLoadedUsers$closure", "_setLoadedUsers", 3130); + _static_2(E, "user_reducer___setLoadedCompany$closure", "_setLoadedCompany19", 3131); + _static_2(K, "vendor_reducer__editVendorContact$closure", "editVendorContact", 3132); _static_2(K, "vendor_reducer___clearEditing$closure", "_clearEditing19", 559); _static_2(K, "vendor_reducer___updateEditing$closure", "_updateEditing20", 559); - _static_2(K, "vendor_reducer___addContact$closure", "_addContact", 3133); - _static_2(K, "vendor_reducer___removeContact$closure", "_removeContact", 3134); - _static_2(K, "vendor_reducer___updateContact$closure", "_updateContact", 3135); - _static_2(K, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3136); - _static_2(K, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3137); - _static_2(K, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3138); - _static_2(K, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3139); - _static_2(K, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3140); - _static_2(K, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3141); - _static_2(K, "vendor_reducer___filterVendors$closure", "_filterVendors", 3142); - _static_2(K, "vendor_reducer___sortVendors$closure", "_sortVendors", 3143); - _static_2(K, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3144); - _static_2(K, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3145); - _static_2(K, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3146); - _static_2(K, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3147); - _static_2(K, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3148); - _static_2(K, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3149); - _static_2(K, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3150); - _static_2(K, "vendor_reducer___addVendor$closure", "_addVendor", 3151); - _static_2(K, "vendor_reducer___updateVendor$closure", "_updateVendor", 3152); - _static_2(K, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3153); - _static_2(K, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3154); - _static_2(K, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3155); + _static_2(K, "vendor_reducer___addContact$closure", "_addContact", 3134); + _static_2(K, "vendor_reducer___removeContact$closure", "_removeContact", 3135); + _static_2(K, "vendor_reducer___updateContact$closure", "_updateContact", 3136); + _static_2(K, "vendor_reducer___viewVendorList$closure", "_viewVendorList0", 3137); + _static_2(K, "vendor_reducer___filterVendorsByCustom1$closure", "_filterVendorsByCustom1", 3138); + _static_2(K, "vendor_reducer___filterVendorsByCustom2$closure", "_filterVendorsByCustom2", 3139); + _static_2(K, "vendor_reducer___filterVendorsByCustom3$closure", "_filterVendorsByCustom3", 3140); + _static_2(K, "vendor_reducer___filterVendorsByCustom4$closure", "_filterVendorsByCustom4", 3141); + _static_2(K, "vendor_reducer___filterVendorsByState$closure", "_filterVendorsByState", 3142); + _static_2(K, "vendor_reducer___filterVendors$closure", "_filterVendors", 3143); + _static_2(K, "vendor_reducer___sortVendors$closure", "_sortVendors", 3144); + _static_2(K, "vendor_reducer___startListMultiselect$closure", "_startListMultiselect21", 3145); + _static_2(K, "vendor_reducer___addToListMultiselect$closure", "_addToListMultiselect21", 3146); + _static_2(K, "vendor_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect21", 3147); + _static_2(K, "vendor_reducer___clearListMultiselect$closure", "_clearListMultiselect21", 3148); + _static_2(K, "vendor_reducer___archiveVendorSuccess$closure", "_archiveVendorSuccess", 3149); + _static_2(K, "vendor_reducer___deleteVendorSuccess$closure", "_deleteVendorSuccess", 3150); + _static_2(K, "vendor_reducer___restoreVendorSuccess$closure", "_restoreVendorSuccess", 3151); + _static_2(K, "vendor_reducer___addVendor$closure", "_addVendor", 3152); + _static_2(K, "vendor_reducer___updateVendor$closure", "_updateVendor", 3153); + _static_2(K, "vendor_reducer___setLoadedVendor$closure", "_setLoadedVendor", 3154); + _static_2(K, "vendor_reducer___setLoadedVendors$closure", "_setLoadedVendors", 3155); + _static_2(K, "vendor_reducer___setLoadedCompany$closure", "_setLoadedCompany20", 3156); _static_2(L, "webhook_reducer___clearEditing$closure", "_clearEditing20", 481); _static_2(L, "webhook_reducer___updateEditing$closure", "_updateEditing21", 481); - _static_2(L, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3157); - _static_2(L, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3158); - _static_2(L, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3159); - _static_2(L, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3160); - _static_2(L, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3161); - _static_2(L, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3162); - _static_2(L, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3163); - _static_2(L, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3164); - _static_2(L, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3165); - _static_2(L, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3166); - _static_2(L, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3167); - _static_2(L, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3168); - _static_2(L, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3169); - _static_2(L, "webhook_reducer___addWebhook$closure", "_addWebhook", 3170); - _static_2(L, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3171); - _static_2(L, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3172); - _static_2(L, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3173); - _static_2(L, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3174); - _static_1(B, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3175); + _static_2(L, "webhook_reducer___viewWebhookList$closure", "_viewWebhookList0", 3158); + _static_2(L, "webhook_reducer___filterWebhooksByCustom1$closure", "_filterWebhooksByCustom1", 3159); + _static_2(L, "webhook_reducer___filterWebhooksByCustom2$closure", "_filterWebhooksByCustom2", 3160); + _static_2(L, "webhook_reducer___filterWebhooksByState$closure", "_filterWebhooksByState", 3161); + _static_2(L, "webhook_reducer___filterWebhooks$closure", "_filterWebhooks", 3162); + _static_2(L, "webhook_reducer___sortWebhooks$closure", "_sortWebhooks", 3163); + _static_2(L, "webhook_reducer___startListMultiselect$closure", "_startListMultiselect22", 3164); + _static_2(L, "webhook_reducer___addToListMultiselect$closure", "_addToListMultiselect22", 3165); + _static_2(L, "webhook_reducer___removeFromListMultiselect$closure", "_removeFromListMultiselect22", 3166); + _static_2(L, "webhook_reducer___clearListMultiselect$closure", "_clearListMultiselect22", 3167); + _static_2(L, "webhook_reducer___archiveWebhookSuccess$closure", "_archiveWebhookSuccess", 3168); + _static_2(L, "webhook_reducer___deleteWebhookSuccess$closure", "_deleteWebhookSuccess", 3169); + _static_2(L, "webhook_reducer___restoreWebhookSuccess$closure", "_restoreWebhookSuccess", 3170); + _static_2(L, "webhook_reducer___addWebhook$closure", "_addWebhook", 3171); + _static_2(L, "webhook_reducer___updateWebhook$closure", "_updateWebhook", 3172); + _static_2(L, "webhook_reducer___setLoadedWebhook$closure", "_setLoadedWebhook", 3173); + _static_2(L, "webhook_reducer___setLoadedWebhooks$closure", "_setLoadedWebhooks", 3174); + _static_2(L, "webhook_reducer___setLoadedCompany$closure", "_setLoadedCompany21", 3175); + _static_1(B, "confirm_email_vm_ConfirmEmailVM_fromStore$closure", "ConfirmEmailVM_fromStore", 3176); _instance_0_u(O._EntitiesListTileState.prototype, "get$_entity_list_tile$_onLongPress", "_entity_list_tile$_onLongPress$0", 0); _instance_0_u(F._EntityDropdownState.prototype, "get$_onFocusChanged", "_onFocusChanged$0", 0); _instance_0_u(_ = A._FormColorPickerState.prototype, "get$_color_picker$_onChanged", "_color_picker$_onChanged$0", 0); @@ -420709,21 +421092,21 @@ _instance_0_u(U._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(M._TimePickerState.prototype, "get$_time_picker$_onFoucsChanged", "_time_picker$_onFoucsChanged$0", 0); - _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3176); + _static_1(A, "history_drawer_vm_AppDrawerVM_fromStore$closure", "AppDrawerVM_fromStore", 3177); _instance_0_u(E._InvoiceEmailViewState.prototype, "get$_invoice_email_view$_loadTemplate", "_invoice_email_view$_loadTemplate$0", 0); _instance_0_u(N._ListFilterState.prototype, "get$onFocusChanged", "onFocusChanged$0", 0); - _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3177); - _instance_1_u(L.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 37); - _instance_1_u(_ = L.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2063); - _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2064); + _static_1(A, "menu_drawer_vm_MenuDrawerVM_fromStore$closure", "MenuDrawerVM_fromStore", 3178); + _instance_1_u(L.AppDataTable.prototype, "get$_app_data_table$_handleSelectAll", "_app_data_table$_handleSelectAll$1", 38); + _instance_1_u(_ = L.TableRowInkWell0.prototype, "get$getRectCallback", "getRectCallback$1", 2064); + _instance_1_u(_, "get$debugCheckContext", "debugCheckContext$1", 2065); _instance_0_u(_ = L._SortArrowState0.prototype, "get$_app_data_table$_rebuild", "_app_data_table$_rebuild$0", 0); - _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2066); + _instance_1_u(_, "get$_app_data_table$_resetOrientationAnimation", "_app_data_table$_resetOrientationAnimation$1", 2067); _instance_0_u(_ = N.AppPaginatedDataTableState.prototype, "get$_app_paginated_data_table$_handleDataSourceChanged", "_app_paginated_data_table$_handleDataSourceChanged$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handlePrevious", "_app_paginated_data_table$_handlePrevious$0", 0); _instance_0_u(_, "get$_app_paginated_data_table$_handleNext", "_app_paginated_data_table$_handleNext$0", 0); - _static_1(G, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3178); - _static_1(Y, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3179); - _static_1(D, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3180); + _static_1(G, "login_vm_LoginVM_fromStore$closure", "LoginVM_fromStore", 3179); + _static_1(Y, "client_list_vm_ClientListVM_fromStore$closure", "ClientListVM_fromStore", 3180); + _static_1(D, "client_screen_vm_ClientScreenVM_fromStore$closure", "ClientScreenVM_fromStore", 3181); _instance_0_u(R.ClientEditBillingAddressState.prototype, "get$_client_edit_billing_address$_onChanged", "_client_edit_billing_address$_onChanged$0", 0); _instance_0_u(R.ContactEditDetailsState.prototype, "get$_client_edit_contacts$_onChanged", "_client_edit_contacts$_onChanged$0", 0); _instance_0_u(Q.ClientEditDetailsState.prototype, "get$_client_edit_details$_onChanged", "_client_edit_details$_onChanged$0", 0); @@ -420732,175 +421115,175 @@ _instance_0_u(R.ClientEditShippingAddressState.prototype, "get$_client_edit_shipping_address$_onChanged", "_client_edit_shipping_address$_onChanged$0", 0); _instance_0_u(G._ClientViewState.prototype, "get$_client_view$_onTabChanged", "_client_view$_onTabChanged$0", 0); _instance_2_u(Q._ClientViewDetailsState.prototype, "get$_client_view_details$_launchStatus", "_client_view_details$_launchStatus$2", 591); - _static_1(S, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3181); - _static_1(Y, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3182); + _static_1(S, "company_gateway_list_vm_CompanyGatewayListVM_fromStore$closure", "CompanyGatewayListVM_fromStore", 3182); + _static_1(Y, "company_gateway_screen_vm_CompanyGatewayScreenVM_fromStore$closure", "CompanyGatewayScreenVM_fromStore", 3183); _instance_0_u(V._GatewayConfigFieldState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); _instance_0_u(V._LimitEditorState.prototype, "get$_onTextChange", "_onTextChange$0", 0); _instance_0_u(V._FeesEditorState.prototype, "get$_company_gateway_edit$_onChanged", "_company_gateway_edit$_onChanged$0", 0); - _static_1(U, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3183); - _static_1(R, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3184); - _instance_1_u(U._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2165); + _static_1(U, "credit_list_vm_CreditListVM_fromStore$closure", "CreditListVM_fromStore", 3184); + _static_1(R, "credit_screen_vm_CreditScreenVM_fromStore$closure", "CreditScreenVM_fromStore", 3185); + _instance_1_u(U._DashboardChartState.prototype, "get$_onSelectionChanged", "_onSelectionChanged$1", 2166); _instance_0_u(_ = F._DashboardScreenState.prototype, "get$onScrollListener", "onScrollListener$0", 0); _instance_0_u(_, "get$onTabListener", "onTabListener$0", 0); - _static_1(Q, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3185); - _static_1(F, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3186); - _static_1(G, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3187); + _static_1(Q, "dashboard_screen_vm_DashboardVM_fromStore$closure", "DashboardVM_fromStore", 3186); + _static_1(F, "design_list_vm_DesignListVM_fromStore$closure", "DesignListVM_fromStore", 3187); + _static_1(G, "design_screen_vm_DesignScreenVM_fromStore$closure", "DesignScreenVM_fromStore", 3188); _instance_0_u(_ = N._DesignEditState.prototype, "get$_design_edit$_onChanged", "_design_edit$_onChanged$0", 0); _instance_0_u(_, "get$_onHtmlChanged", "_onHtmlChanged$0", 0); - _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2197); - _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3188); - _static_1(U, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3189); + _instance_1_u(_, "get$_loadDesign", "_loadDesign$1", 2198); + _static_1(A, "document_list_vm_DocumentListVM_fromStore$closure", "DocumentListVM_fromStore", 3189); + _static_1(U, "document_screen_vm_DocumentScreenVM_fromStore$closure", "DocumentScreenVM_fromStore", 3190); _instance_0_u(Z._DocumentEditState.prototype, "get$_document_edit$_onChanged", "_document_edit$_onChanged$0", 0); _instance_0_u(M.ExpenseEditDetailsState.prototype, "get$_expense_edit_details$_onChanged", "_expense_edit_details$_onChanged$0", 0); _instance_0_u(E.ExpenseEditNotesState.prototype, "get$_expense_edit_notes$_onChanged", "_expense_edit_notes$_onChanged$0", 0); _instance_0_u(T.ExpenseEditSettingsState.prototype, "get$_expense_edit_settings$_onChanged", "_expense_edit_settings$_onChanged$0", 0); - _static_1(F, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3190); - _static_1(U, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3191); + _static_1(F, "expense_list_vm_ExpenseListVM_fromStore$closure", "ExpenseListVM_fromStore", 3191); + _static_1(U, "expense_screen_vm_ExpenseScreenVM_fromStore$closure", "ExpenseScreenVM_fromStore", 3192); _instance_0_u(U._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", 3192); - _static_1(O, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3193); + _static_1(A, "expense_category_list_vm_ExpenseCategoryListVM_fromStore$closure", "ExpenseCategoryListVM_fromStore", 3193); + _static_1(O, "expense_category_screen_vm_ExpenseCategoryScreenVM_fromStore$closure", "ExpenseCategoryScreenVM_fromStore", 3194); _instance_0_u(Q._GroupEditState.prototype, "get$_group_edit$_onChanged", "_group_edit$_onChanged$0", 0); - _static_1(Y, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3194); - _static_1(S, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3195); + _static_1(Y, "group_list_vm_GroupListVM_fromStore$closure", "GroupListVM_fromStore", 3195); + _static_1(S, "group_screen_vm_GroupScreenVM_fromStore$closure", "GroupScreenVM_fromStore", 3196); _instance_0_u(S.InvoiceEditDesktopState.prototype, "get$_invoice_edit_desktop$_onChanged", "_invoice_edit_desktop$_onChanged$0", 0); _instance_0_u(N.InvoiceEditDetailsState.prototype, "get$_invoice_edit_details$_onChanged", "_invoice_edit_details$_onChanged$0", 0); _instance_0_u(G.ItemEditDetailsState.prototype, "get$_invoice_edit_items$_onTextChanged", "_invoice_edit_items$_onTextChanged$0", 0); _instance_0_u(Z.InvoiceEditNotesState.prototype, "get$_invoice_edit_notes$_onChanged", "_invoice_edit_notes$_onChanged$0", 0); - _static_1(T, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3196); - _static_1(E, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3197); + _static_1(T, "invoice_list_vm_InvoiceListVM_fromStore$closure", "InvoiceListVM_fromStore", 3197); + _static_1(E, "invoice_screen_vm_InvoiceScreenVM_fromStore$closure", "InvoiceScreenVM_fromStore", 3198); _instance_0_u(E._InvoiceViewState.prototype, "get$_invoice_view$_onTabChanged", "_invoice_view$_onTabChanged$0", 0); _instance_0_u(M._PaymentEditState.prototype, "get$_payment_edit$_onChanged", "_payment_edit$_onChanged$0", 0); _instance(M._PaymentableEditorState.prototype, "get$_payment_edit$_onChanged", 0, 0, function() { return [null]; }, ["call$1", "call$0"], ["_payment_edit$_onChanged$1", "_payment_edit$_onChanged$0"], 648, 0); - _static_1(R, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3198); - _static_1(G, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3199); + _static_1(R, "payment_list_vm_PaymentListVM_fromStore$closure", "PaymentListVM_fromStore", 3199); + _static_1(G, "payment_screen_vm_PaymentScreenVM_fromStore$closure", "PaymentScreenVM_fromStore", 3200); _instance_0_u(Y._PaymentRefundState.prototype, "get$_payment_refund$_onChanged", "_payment_refund$_onChanged$0", 0); _instance(Y._PaymentableEditorState0.prototype, "get$_payment_refund$_onChanged", 0, 0, function() { return [null]; }, ["call$1", "call$0"], ["_payment_refund$_onChanged$1", "_payment_refund$_onChanged$0"], 648, 0); _instance_0_u(U._PaymentTermEditState.prototype, "get$_payment_term_edit$_onChanged", "_payment_term_edit$_onChanged$0", 0); - _static_1(U, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3200); - _static_1(Z, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3201); + _static_1(U, "payment_term_list_vm_PaymentTermListVM_fromStore$closure", "PaymentTermListVM_fromStore", 3201); + _static_1(Z, "payment_term_screen_vm_PaymentTermScreenVM_fromStore$closure", "PaymentTermScreenVM_fromStore", 3202); _instance_0_u(F._ProductEditState.prototype, "get$_product_edit$_onChanged", "_product_edit$_onChanged$0", 0); - _static_1(Q, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3202); - _static_1(E, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3203); + _static_1(Q, "product_list_vm_ProductListVM_fromStore$closure", "ProductListVM_fromStore", 3203); + _static_1(E, "product_screen_vm_ProductScreenVM_fromStore$closure", "ProductScreenVM_fromStore", 3204); _instance_0_u(Z._ProductViewState.prototype, "get$_product_view$_onTabChanged", "_product_view$_onTabChanged$0", 0); _instance_0_u(K._ProjectEditState.prototype, "get$_project_edit$_onChanged", "_project_edit$_onChanged$0", 0); - _static_1(X, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3204); - _static_1(S, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3205); + _static_1(X, "project_list_vm_ProjectListVM_fromStore$closure", "ProjectListVM_fromStore", 3205); + _static_1(S, "project_screen_vm_ProjectScreenVM_fromStore$closure", "ProjectScreenVM_fromStore", 3206); _instance_0_u(M._ProjectViewState.prototype, "get$_project_view$_onTabChanged", "_project_view$_onTabChanged$0", 0); - _static_1(U, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3206); - _static_1(B, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3207); - _static_1(U, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3208); - _static_1(B, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3209); - _static_1(Y, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3210); - _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3211); - _static_1(L, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3212); + _static_1(U, "quote_list_vm_QuoteListVM_fromStore$closure", "QuoteListVM_fromStore", 3207); + _static_1(B, "quote_screen_vm_QuoteScreenVM_fromStore$closure", "QuoteScreenVM_fromStore", 3208); + _static_1(U, "recurring_expense_list_vm_RecurringExpenseListVM_fromStore$closure", "RecurringExpenseListVM_fromStore", 3209); + _static_1(B, "recurring_expense_screen_vm_RecurringExpenseScreenVM_fromStore$closure", "RecurringExpenseScreenVM_fromStore", 3210); + _static_1(Y, "recurring_invoice_list_vm_RecurringInvoiceListVM_fromStore$closure", "RecurringInvoiceListVM_fromStore", 3211); + _static_1(A, "recurring_invoice_screen_vm_RecurringInvoiceScreenVM_fromStore$closure", "RecurringInvoiceScreenVM_fromStore", 3212); + _static_1(L, "reports_screen_vm_ReportsScreenVM_fromStore$closure", "ReportsScreenVM_fromStore", 3213); _instance_0_u(_ = O._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", 3213); + _static_1(A, "account_management_vm_AccountManagementVM_fromStore$closure", "AccountManagementVM_fromStore", 3214); _instance_0_u(V._BuyNowButtonsState.prototype, "get$_buy_now_buttons$_onChanged", "_buy_now_buttons$_onChanged$0", 0); - _static_1(B, "buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure", "BuyNowButtonsVM_fromStore", 3214); + _static_1(B, "buy_now_buttons_vm_BuyNowButtonsVM_fromStore$closure", "BuyNowButtonsVM_fromStore", 3215); _instance_0_u(_ = S._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", 3215); + _static_1(A, "client_portal_vm_ClientPortalVM_fromStore$closure", "ClientPortalVM_fromStore", 3216); _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", 3216); + _static_1(A, "company_details_vm_CompanyDetailsVM_fromStore$closure", "CompanyDetailsVM_fromStore", 3217); _instance_0_u(X._CreditCardsAndBanksState.prototype, "get$_credit_cards_and_banks$_onChanged", "_credit_cards_and_banks$_onChanged$0", 0); - _static_1(F, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3217); + _static_1(F, "credit_cards_and_banks_vm_CreditCardsAndBanksVM_fromStore$closure", "CreditCardsAndBanksVM_fromStore", 3218); _instance_0_u(S._CustomFieldsState.prototype, "get$_custom_fields$_onTabChanged", "_custom_fields$_onTabChanged$0", 0); _instance_0_u(S._CustomFormFieldState.prototype, "get$_custom_fields$_onChanged", "_custom_fields$_onChanged$0", 0); - _static_1(M, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3218); + _static_1(M, "custom_fields_vm_CustomFieldsVM_fromStore$closure", "CustomFieldsVM_fromStore", 3219); _instance_0_u(V._DataVisualizationsState.prototype, "get$_data_visualizations$_onChanged", "_data_visualizations$_onChanged$0", 0); - _static_1(M, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3219); + _static_1(M, "data_visualizations_vm_DataVisualizationsVM_fromStore$closure", "DataVisualizationsVM_fromStore", 3220); _instance_0_u(R._DeviceSettingsState.prototype, "get$_device_settings$_onTabChanged", "_device_settings$_onTabChanged$0", 0); - _static_1(L, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3220); + _static_1(L, "device_settings_vm_DeviceSettingsVM_fromStore$closure", "DeviceSettingsVM_fromStore", 3221); _instance_0_u(_ = N._EmailSettingsState.prototype, "get$_email_settings$_onChanged", "_email_settings$_onChanged$0", 0); _instance_1_u(_, "get$_onSavePressed", "_onSavePressed$1", 29); - _static_1(D, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3221); - _static_1(N, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3222); + _static_1(D, "email_settings_vm_EmailSettingsVM_fromStore$closure", "EmailSettingsVM_fromStore", 3222); + _static_1(N, "expense_settings_vm_ExpenseSettingsVM_fromStore$closure", "ExpenseSettingsVM_fromStore", 3223); _instance_0_u(_ = F._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", 29); _instance_0_u(F._EntityNumberSettingsState.prototype, "get$_generated_numbers$_onChanged", "_generated_numbers$_onChanged$0", 0); - _static_1(F, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3223); - _static_1(N, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3224); + _static_1(F, "generated_numbers_vm_GeneratedNumbersVM_fromStore$closure", "GeneratedNumbersVM_fromStore", 3224); + _static_1(N, "import_export_vm_ImportExportVM_fromStore$closure", "ImportExportVM_fromStore", 3225); _instance_0_u(Z._InvoiceDesignState.prototype, "get$_invoice_design$_onTabChanged", "_invoice_design$_onTabChanged$0", 0); - _static_1(B, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3225); + _static_1(B, "invoice_design_vm_InvoiceDesignVM_fromStore$closure", "InvoiceDesignVM_fromStore", 3226); _instance_0_u(_ = G._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(B, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3226); + _static_1(B, "localization_vm_LocalizationSettingsVM_fromStore$closure", "LocalizationSettingsVM_fromStore", 3227); _instance_0_u(V._OnlinePaymentsState.prototype, "get$_online_payments$_onChanged", "_online_payments$_onChanged$0", 0); - _static_1(B, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3227); - _static_1(G, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3228); - _static_1(D, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3229); - _static_1(L, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3230); + _static_1(B, "online_payments_vm_OnlinePaymentsVM_fromStore$closure", "OnlinePaymentsVM_fromStore", 3228); + _static_1(G, "product_settings_vm_ProductSettingsVM_fromStore$closure", "ProductSettingsVM_fromStore", 3229); + _static_1(D, "settings_list_vm_SettingsListVM_fromStore$closure", "SettingsListVM_fromStore", 3230); + _static_1(L, "settings_screen_vm_SettingsScreenVM_fromStore$closure", "SettingsScreenVM_fromStore", 3231); _instance_0_u(_ = X._SettingsWizardState.prototype, "get$_onRefreshPressed", "_onRefreshPressed$0", 0); _instance_0_u(_, "get$_settings_wizard$_onSavePressed", "_settings_wizard$_onSavePressed$0", 0); _instance_0_u(L._TaskSettingsState.prototype, "get$_task_settings$_onChanged", "_task_settings$_onChanged$0", 0); - _static_1(F, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3231); - _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3232); + _static_1(F, "task_settings_vm_TaskSettingsVM_fromStore$closure", "TaskSettingsVM_fromStore", 3232); + _static_1(A, "tax_settings_vm_TaxSettingsVM_fromStore$closure", "TaxSettingsVM_fromStore", 3233); _instance_0_u(_ = L._TemplatesAndRemindersState.prototype, "get$_templates_and_reminders$_onChanged", "_templates_and_reminders$_onChanged$0", 0); _instance_0_u(_, "get$_handleTabSelection", "_handleTabSelection$0", 0); _instance_0_u(L._ReminderSettingsState.prototype, "get$_onTextChanged", "_onTextChanged$0", 0); - _static_1(F, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3233); + _static_1(F, "templates_and_reminders_vm_TemplatesAndRemindersVM_fromStore$closure", "TemplatesAndRemindersVM_fromStore", 3234); _instance_0_u(_ = K._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(M, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3234); + _static_1(M, "user_details_vm_UserDetailsVM_fromStore$closure", "UserDetailsVM_fromStore", 3235); _instance_0_u(D._WorkflowSettingsState.prototype, "get$_workflow_settings$_onTabChanged", "_workflow_settings$_onTabChanged$0", 0); - _static_1(Y, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3235); + _static_1(Y, "workflow_vm_WorkflowSettingsVM_fromStore$closure", "WorkflowSettingsVM_fromStore", 3236); _instance_0_u(_ = S._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(S, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3236); - _static_1(L, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3237); + _static_1(S, "subscription_list_vm_SubscriptionListVM_fromStore$closure", "SubscriptionListVM_fromStore", 3237); + _static_1(L, "subscription_screen_vm_SubscriptionScreenVM_fromStore$closure", "SubscriptionScreenVM_fromStore", 3238); _instance_0_u(R._TaskEditDesktopState.prototype, "get$_task_edit_desktop$_onChanged", "_task_edit_desktop$_onChanged$0", 0); _instance_0_u(B._TaskEditDetailsState.prototype, "get$_task_edit_details$_onChanged", "_task_edit_details$_onChanged$0", 0); _instance_0_u(D._KanbanStatusCardState.prototype, "get$_kanban_status$_onSavePressed", "_kanban_status$_onSavePressed$0", 0); - _static_1(T, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3238); - _static_1(K, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3239); - _static_1(Y, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3240); + _static_1(T, "kanban_view_vm_KanbanVM_fromStore$closure", "KanbanVM_fromStore", 3239); + _static_1(K, "task_list_vm_TaskListVM_fromStore$closure", "TaskListVM_fromStore", 3240); + _static_1(Y, "task_screen_vm_TaskScreenVM_fromStore$closure", "TaskScreenVM_fromStore", 3241); _instance_0_u(Q._TaskViewState.prototype, "get$_task_view$_onTabChanged", "_task_view$_onTabChanged$0", 0); _instance_0_u(L._TaskStatusEditState.prototype, "get$_task_status_edit$_onChanged", "_task_status_edit$_onChanged$0", 0); - _static_1(U, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3241); - _static_1(U, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3242); + _static_1(U, "task_status_list_vm_TaskStatusListVM_fromStore$closure", "TaskStatusListVM_fromStore", 3242); + _static_1(U, "task_status_screen_vm_TaskStatusScreenVM_fromStore$closure", "TaskStatusScreenVM_fromStore", 3243); _instance_0_u(A._TaxRateEditState.prototype, "get$_tax_rate_edit$_onChanged", "_tax_rate_edit$_onChanged$0", 0); - _static_1(X, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3243); - _static_1(O, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3244); + _static_1(X, "tax_rate_list_vm_TaxRateListVM_fromStore$closure", "TaxRateListVM_fromStore", 3244); + _static_1(O, "tax_rate_screen_vm_TaxRateScreenVM_fromStore$closure", "TaxRateScreenVM_fromStore", 3245); _instance_0_u(Y._TokenEditState.prototype, "get$_token_edit$_onChanged", "_token_edit$_onChanged$0", 0); - _static_1(M, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3245); - _static_1(K, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3246); + _static_1(M, "token_list_vm_TokenListVM_fromStore$closure", "TokenListVM_fromStore", 3246); + _static_1(K, "token_screen_vm_TokenScreenVM_fromStore$closure", "TokenScreenVM_fromStore", 3247); _instance_0_u(U._UserEditState.prototype, "get$_user_edit$_onChanged", "_user_edit$_onChanged$0", 0); - _static_1(M, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3247); - _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3248); + _static_1(M, "user_list_vm_UserListVM_fromStore$closure", "UserListVM_fromStore", 3248); + _static_1(A, "user_screen_vm_UserScreenVM_fromStore$closure", "UserScreenVM_fromStore", 3249); _instance_0_u(G.VendorEditAddressState.prototype, "get$_vendor_edit_address$_onChanged", "_vendor_edit_address$_onChanged$0", 0); _instance_0_u(D.VendorContactEditDetailsState.prototype, "get$_vendor_edit_contacts$_onChanged", "_vendor_edit_contacts$_onChanged$0", 0); _instance_0_u(Q.VendorEditDetailsState.prototype, "get$_vendor_edit_details$_onChanged", "_vendor_edit_details$_onChanged$0", 0); _instance_0_u(N.VendorEditNotesState.prototype, "get$_vendor_edit_notes$_onChanged", "_vendor_edit_notes$_onChanged$0", 0); - _static_1(E, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3249); - _static_1(B, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3250); + _static_1(E, "vendor_list_vm_VendorListVM_fromStore$closure", "VendorListVM_fromStore", 3250); + _static_1(B, "vendor_screen_vm_VendorScreenVM_fromStore$closure", "VendorScreenVM_fromStore", 3251); _instance_0_u(N._VendorViewState.prototype, "get$_vendor_view$_onTabChanged", "_vendor_view$_onTabChanged$0", 0); _instance_2_u(Y._VendorViewDetailsState.prototype, "get$_launchStatus", "_launchStatus$2", 591); _instance_0_u(N._WebhookEditState.prototype, "get$_webhook_edit$_onChanged", "_webhook_edit$_onChanged$0", 0); - _static_1(X, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3251); - _static_1(T, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3252); - _instance_1_u(M.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 301); - _static_1(X, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3253); - _static(X, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3254, 0); - _instance_1_u(F._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 34); - _instance_1_i(_ = Y.ImageHandler.prototype, "get$build", "build$1", 73); - _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 449, 0); - _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 449, 0); - _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 449, 0); - _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2596, 0); - _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 462, 0); - _static_0(Q, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3255); - _static_1(E, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3256); + _static_1(X, "webhook_list_vm_WebhookListVM_fromStore$closure", "WebhookListVM_fromStore", 3252); + _static_1(T, "webhook_screen_vm_WebhookScreenVM_fromStore$closure", "WebhookScreenVM_fromStore", 3253); + _instance_1_u(M.NativePdfRendererPlugin.prototype, "get$onMethodCall", "onMethodCall$1", 300); + _static_1(X, "native_pdf_view_PdfView__render$closure", "PdfView__render", 3254); + _static(X, "native_pdf_view_PdfView__pageBuilder$closure", 3, null, ["call$3"], ["PdfView__pageBuilder"], 3255, 0); + _instance_1_u(F._FadeWidgetState.prototype, "get$animationStatusChange", "animationStatusChange$1", 35); + _instance_1_i(_ = Y.ImageHandler.prototype, "get$build", "build$1", 75); + _instance(_, "get$_imageBuilder", 0, 4, null, ["call$4"], ["_imageBuilder$4"], 448, 0); + _instance(_, "get$_placeholderBuilder", 0, 4, null, ["call$4"], ["_placeholderBuilder$4"], 448, 0); + _instance(_, "get$_preLoadingBuilder", 0, 4, null, ["call$4"], ["_preLoadingBuilder$4"], 448, 0); + _instance(_, "get$_loadingBuilder", 0, 3, null, ["call$3"], ["_loadingBuilder$3"], 2597, 0); + _instance(_, "get$_errorBuilder", 0, 3, null, ["call$3"], ["_errorBuilder$3"], 454, 0); + _static_0(Q, "path_provider__getApplicationDocumentsDirectory$closure", "getApplicationDocumentsDirectory", 3256); + _static_1(E, "photo_view__defaultScaleStateCycle$closure", "defaultScaleStateCycle", 3257); _instance_1_u(E._PhotoViewState.prototype, "get$scaleStateListener", "scaleStateListener$1", 698); _instance_1_u(_ = M._PhotoViewGalleryState.prototype, "get$scaleStateChangedCallback", "scaleStateChangedCallback$1", 698); - _instance_2_u(_, "get$_buildItem", "_buildItem$2", 131); + _instance_2_u(_, "get$_buildItem", "_buildItem$2", 136); _instance_0_u(E.PhotoViewController.prototype, "get$_changeListener", "_changeListener$0", 0); _instance_0_u(_ = E.PhotoViewControllerDelegate.prototype, "get$_blindScaleStateListener", "_blindScaleStateListener$0", 0); _instance_0_u(_, "get$_blindScaleListener", "_blindScaleListener$0", 0); @@ -420909,46 +421292,46 @@ _instance_0_u(_ = M.PhotoViewCoreState.prototype, "get$handleScaleAnimation", "handleScaleAnimation$0", 0); _instance_0_u(_, "get$handlePositionAnimate", "handlePositionAnimate$0", 0); _instance_0_u(_, "get$handleRotationAnimation", "handleRotationAnimation$0", 0); - _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 486); - _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 565); - _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 537); - _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 34); - _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 651); - _instance_1_u(O.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 88); + _instance_1_u(_, "get$onScaleStart", "onScaleStart$1", 593); + _instance_1_u(_, "get$onScaleUpdate", "onScaleUpdate$1", 666); + _instance_1_u(_, "get$onScaleEnd", "onScaleEnd$1", 486); + _instance_1_u(_, "get$onAnimationStatus", "onAnimationStatus$1", 35); + _instance_2_u(_, "get$animateOnScaleStateUpdate", "animateOnScaleStateUpdate$2", 649); + _instance_1_u(O.PhotoViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 92); _instance_0_i(Z.IgnorableChangeNotifier.prototype, "get$dispose", "dispose$0", 0); _instance_2_u(B.TypedReducer.prototype, "get$$call", "call$2", "1(Object?,@)"); - _instance(B.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2609, 0); + _instance(B.TypedMiddleware.prototype, "get$$call", 0, 3, null, ["call$3"], ["call$3"], 2610, 0); _instance_0_u(_ = N.RoundedLoadingButtonState.prototype, "get$_btnPressed", "_btnPressed$0", 7); _instance_0_i(_, "get$_rounded_loading_button$_start", "_rounded_loading_button$_start$0", 7); _instance_0_u(_, "get$_rounded_loading_button$_reset", "_rounded_loading_button$_reset$0", 7); _instance(_ = F.Subject.prototype, "get$addError", 0, 1, function() { return [null]; - }, ["call$2", "call$1"], ["addError$2", "addError$1"], 229, 0); + }, ["call$2", "call$1"], ["addError$2", "addError$1"], 230, 0); _instance_1_i(_, "get$add", "add$1", 33); - _instance_0_i(_, "get$close", "close$0", 373); - _instance_1_u(Z.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 301); + _instance_0_i(_, "get$close", "close$0", 353); + _instance_1_u(Z.SentryFlutterWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 300); _instance_1_u(_ = Y._RenderValueLayoutBuilder.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 6); _instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 6); _instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 6); _static_1(D, "link_LinkViewController__viewFactory$closure", "LinkViewController__viewFactory", 699); - _static_0(E, "clock__systemTime$closure", "systemTime", 387); + _static_0(E, "clock__systemTime$closure", "systemTime", 386); _static(U, "_isolates_web__compute$closure", 2, null, ["call$2$3$debugLabel", "call$2", "call$2$2"], ["compute", function(callback, message) { return U.compute(callback, message, null, type$.dynamic, type$.dynamic); }, function(callback, message, $Q, $R) { return U.compute(callback, message, null, $Q, $R); - }], 3257, 0); + }], 3258, 0); _static(D, "print__debugPrintThrottled$closure", 1, null, ["call$2$wrapWidth", "call$1"], ["debugPrintThrottled", function(message) { return D.debugPrintThrottled(message, null); - }], 3258, 0); + }], 3259, 0); _static_0(D, "print___debugPrintTask$closure", "_debugPrintTask", 0); - _static_2(N, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 540); - _static_2(N, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 540); - _static_1(X, "flutter_keyboard_visibility_KeyboardVisibility__onKeyboardEvent$closure", "KeyboardVisibility__onKeyboardEvent", 80); - _static_1(B, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3260); - _static_2(F, "loading_reducer___setLoading$closure", "_setLoading", 3261); - _static_2(F, "loading_reducer___setLoaded$closure", "_setLoaded", 3262); - _static_2(F, "loading_reducer___setSaving$closure", "_setSaving", 3263); + _static_2(N, "layout_helper_ChildLayoutHelper_dryLayoutChild$closure", "ChildLayoutHelper_dryLayoutChild", 537); + _static_2(N, "layout_helper_ChildLayoutHelper_layoutChild$closure", "ChildLayoutHelper_layoutChild", 537); + _static_1(X, "flutter_keyboard_visibility_KeyboardVisibility__onKeyboardEvent$closure", "KeyboardVisibility__onKeyboardEvent", 82); + _static_1(B, "utils__getUserDataFromMap$closure", "getUserDataFromMap", 3261); + _static_2(F, "loading_reducer___setLoading$closure", "_setLoading", 3262); + _static_2(F, "loading_reducer___setLoaded$closure", "_setLoaded", 3263); + _static_2(F, "loading_reducer___setSaving$closure", "_setSaving", 3264); _static_2(F, "loading_reducer___setSaved$closure", "_setSaved", 2176); _static_1(G, "serialization0_SerializationUtils_computeDecode$closure", "SerializationUtils_computeDecode", 9); })(); @@ -420957,8 +421340,8 @@ _inheritMany = hunkHelpers.inheritMany, _inherit = hunkHelpers.inherit; _inheritMany(null, [P.Object, H._CkBlendModeColorFilter]); - _inheritMany(P.Object, [H.Closure, H._NullTreeSanitizer, H.AlarmClock, H.AssetManager, H.AssetManagerException, H.EngineCanvas, H.BrowserEngine, H.OperatingSystem, H._SaveStackTracking, H.ContextStateHandle, J.Interceptor, H.CanvasKitCanvas, H.CkTextStyle, H.ClipboardMessageHandler, H.ClipboardAPICopyStrategy, H.ClipboardAPIPasteStrategy, H.ExecCommandCopyStrategy, H.ExecCommandPasteStrategy, H.DomRenderer, H._SaveStackEntry, H._SaveClipEntry, H._SaveElementStackEntry, H.SaveElementStackTracking, H.FrameReference, H.CrossFrameCache, H._CrossFrameCacheItem, H.SurfaceCanvas, H._DomClip, H.PersistedSurface, H.SurfacePaint, H.SurfacePaintData, H.Conic, H._QuadBounds, H._ConicBounds, H._ConicPair, H._CubicBounds, H.SurfacePath, H._SkQuadCoefficients, H.PathRef, H.PathRefIterator, H._QuadRoots, H.PathWinding, H.PathIterator, H._PaintRequest, H.RecordingCanvas, H.PaintCommand, H._PaintBounds, H.RenderStrategy, H._WebGlRenderer, H._GlProgram, H._GlContext, H._OffScreenCanvas, H.SurfaceScene, H.SurfaceSceneBuilder, H.NormalizedGradient, H.EngineGradient, H.ShaderBuilder, H.ShaderMethod, H.ShaderDeclaration, H.PersistedSurfaceState, H._PersistedSurfaceMatch, H.HtmlCodec, H.SingleFrameInfo, H.HtmlImage, H.Keyboard, H.KeyboardBinding, H.FlutterHtmlKeyboardEvent, H.KeyboardConverter, H.MouseCursor, H.BrowserHistory, H.UrlStrategy, H.PlatformLocation, H.EnginePictureRecorder, H.EnginePicture, P.PlatformDispatcher, H.PointerBinding, H.PointerSupportDetector, H._BaseAdapter, H._WheelEventListenerMixin, H._SanitizedDetails, H._ButtonSanitizer, H._PointerState, H.PointerDataConverter, H.Profiler, H.AccessibilityAnnouncements, H._CheckableKind, H.RoleManager, H.SemanticsUpdate, H.SemanticsNodeUpdate, H.Role, H.SemanticsObject, H.AccessibilityMode, H.GestureMode, H.EngineSemanticsOwner, H.EnabledState, H.SemanticsHelper, H.SemanticsEnabler, H.DefaultTextEditingStrategy, P._ListBase_Object_ListMixin, H.MethodCall0, H.JSONMessageCodec, H.JSONMethodCodec, H.StandardMessageCodec, H.StandardMethodCodec, H.WriteBuffer0, H.ReadBuffer0, H.SurfaceShadowData, H.CanvasParagraph, H.FlatTextSpan, H.StyleNode, H.CanvasParagraphBuilder, H.FontCollection, H.FontManager, H.TextLayoutService, H.RangeBox, H.LineSegment, H.LineBuilder, H.Spanometer, H.LineCharProperty, H.LineBreakType, H.LineBreakResult, H.RulerHost, H.TextMeasurementService, H.LinesCalculator, H.MaxIntrinsicCalculator, H.TextPaintService, H.EngineLineMetrics, H.DomParagraph, H.EngineParagraphStyle, H.EngineTextStyle, H.EngineStrutStyle, H.DomParagraphBuilder, H.ParagraphGeometricStyle, H.TextHeightStyle, H.TextDimensions, H.TextHeightRuler, H.ParagraphRuler, H.MeasurementResult, H._ComparisonResult, H.UnicodeRange, H.UnicodePropertyLookup, H.WordCharProperty, H._FindBreakDirection, H.BrowserAutofillHints, H.EngineInputType, H.TextCapitalization, H.TextCapitalizationConfig, H.EngineAutofillForm, H.AutofillInfo, H.EditingState, H.InputConfiguration, H.TextInputCommand, H.TextEditingChannel, H.HybridTextEditing, H.EditableTextStyle, H.EditableTextGeometry, H.TransformKind, H.Matrix40, H.Vector30, H.WebExperiments, P.FlutterView, H.WindowPadding, H.JS_CONST, H.HttpException, H._HeaderValue, J.ArrayIterator, H._CopyingBytesBuilder, P.Iterable, H.CastIterator, P.MapMixin, P.Error, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.AsyncError, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P.TimeoutException, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamSubscription, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._StreamSinkWrapper0, P._AddStreamState, P._PendingEvents, P._DelayedEvent, P._DelayedDone, P._DoneStreamSubscription, P._BroadcastSubscriptionWrapper, P._StreamIterator, P._EventSinkWrapper, P._HandlerEventSink, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P.__SetBase_Object_SetMixin, P._HashSetIterator, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.IterableMixin, P._LinkedListIterator, P.LinkedListEntry, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._ListQueueIterator, P.SetMixin, P._UnmodifiableSetMixin, P._SplayTreeNode, P._SplayTree, P._SplayTreeIterator, P.Codec0, P._Base64Encoder, P._Base64Decoder, P.ChunkedConversionSink, P._JsonStringifier, P._JsonPrettyPrintMixin, P._Utf8Encoder, P._Utf8Decoder, P._BigIntImpl, P.Comparable, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.IntegerDivisionByZeroException, P.Expando, P.MapEntry, P.Null, P._StringStackTrace, P.Stopwatch, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P.ServiceExtensionResponse, P.TimelineTask, P._AsyncBlock, W.CssStyleDeclarationBase, W._WrappedEvent, W._BeforeUnloadEventStreamProvider, W.EventStreamProvider, W._Html5NodeValidator, W.ImmutableListMixin, W.NodeValidatorBuilder, W._SimpleNodeValidator, W._SvgNodeValidator, W.FixedSizeListIterator, W.Console, W._DOMWindowCrossFrame, W._SameOriginUriPolicy, W._ValidatingTreeSanitizer, P._StructuredClone, P._AcceptStructuredClone, P.OSError, P.FileSystemEntity, P.FileMode, P.FileSystemException, P.FileSystemEntityType, P.JsObject, P.NullRejectionException, P._JSRandom, P._Random, P.Point, P._RectangleBase, P.Endian, P.ClipOp, P.PathFillType, P._StoredMessage, P._Channel, P.ChannelBuffers, P.OffsetBase, P.Rect, P.Radius, P.RRect, P._HashEnd, P.KeyEventType, P.KeyData, P.Color, P.StrokeCap, P.StrokeJoin, P.PaintingStyle, P.BlendMode, P.Clip, P.BlurStyle, P.MaskFilter, P.FilterQuality, P.Shadow, P.PlatformConfiguration, P.ViewConfiguration, P.FrameTiming, P.AppLifecycleState, P.Locale, P.PointerChange, P.PointerDeviceKind, P.PointerSignalKind, P.PointerData, P.PointerDataPacket, P.SemanticsAction, P.SemanticsFlag, P.SemanticsUpdateBuilder, P.FontStyle, P.PlaceholderAlignment, P.FontWeight, P.FontFeature, P.TextAlign, P.TextBaseline, P.TextDecoration, P.TextDecorationStyle, P.TextDirection, P.TextBox, P.TextAffinity, P.TextPosition, P.TextRange, P.ParagraphConstraints, P.BoxHeightStyle, P.BoxWidthStyle, P.TileMode, P.AccessibilityFeatures, P.Brightness, P.CallbackHandle, P.PlatformViewRegistry, D.GZipEncoder, T.InputStreamBase, Q.OutputStreamBase, T.Deflate, T._DeflaterConfig, T._HuffmanTree, T._StaticTree, Y.HuffmanTable, S.Inflate, Y._DiagnosticableTree_Object_Diagnosticable, N._State_Object_Diagnosticable, Q.BoardViewController, Q.CopyOnWriteList, A.CopyOnWriteSet, D.BuiltList, D.ListBuilder, R.BuiltListMultimap, R.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, X.BuiltSet, X.SetBuilder, M.BuiltSetMultimap, M.SetMultimapBuilder, Y.EnumClass, Y.IndentingBuiltValueToStringHelper, A.JsonObject, U.FullType, O.BigIntSerializer, R.BoolSerializer, Y.BuiltJsonSerializers, Y.BuiltJsonSerializersBuilder, R.BuiltListMultimapSerializer, K.BuiltListSerializer, K.BuiltMapSerializer, R.BuiltSetMultimapSerializer, O.BuiltSetSerializer, Z.DateTimeSerializer, D.DoubleSerializer, K.DurationSerializer, Q.Int64Serializer, B.IntSerializer, O.JsonObjectSerializer, S.NullSerializer, K.NumSerializer, K.RegExpSerializer, M.StringSerializer, O.UriSerializer, T.StandardJsonPlugin, M.ImageProvider, Z.ImageRenderMethodForWeb, L._ImageStreamCompleter_Object_Diagnosticable, T.StringCharacterRange, A.Breaks, A.BackBreaks, X.BaseChart0, B.BaseSeriesRenderer, B.BaseBarRendererElement, B.BaseAnimatedBar, X.LayoutViewConfig, T.ConstCornerStrategy, A.BarGroupingType, M.AxisOrientation, M.ImmutableAxis, S.Tick, V.CollisionReport, R.BaseRenderSpec, R.BaseTickDrawStrategy, R._PixelVerticalDirection, Y.NoneDrawStrategy, K.LinearScale, U.LinearScaleDomainInfo, A.LinearScaleFunction, O.LinearScaleViewportSettings, L.NumericExtents, K.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, B.Scale, B.ScaleOutputExtent, B.RangeBandType, B.RangeBandConfig, B.StepSizeType, B.StepSizeConfig, B.Extents, E.SimpleOrdinalScale, T.AxisSpec, T.TextStyleSpec, T.LineStyleSpec, T.TickLabelAnchor, T.TickLabelJustification, B.SimpleTickFormatterBase, O.AutoAdjustingDateTimeTickProvider, D.BaseTimeStepper, D._TimeStepIteratorImpl, F.DateTimeTickFormatter, R.TimeTickFormatterImpl, R.CalendarField, X.LifecycleListener, O.BehaviorPosition, O.OutsideJustification, O.InsideJustification, O.DomainHighlighter0, D.Legend, D.LegendState, D.LegendTapHandling, K.LegendEntryBase, O.LegendDefaultMeasure, V.PerSeriesLegendEntryGenerator, E.LinePointHighlighter0, X.LayoutView, K.NullablePoint, E._PointRendererElement, E._AnimatedPoint, E.LinePointHighlighterFollowLineType, Z.SelectNearest0, Z.SelectionMode, S.SelectionTrigger, G.CanvasRect, G.CanvasBarStack, S.FillPatternType, L.DatumDetails, N.ImmutableSeries, D.SelectionModel, D.SelectionModelType, R.SeriesDatum, O.TypedRegistry, N.IdentityConverter, M.LayoutConfig, M.MarginSpec, D.LayoutManagerImpl, D._MeasuredSizes, B.SizeList, B._DesiredViewSizes, B.VerticalMarginStrategy, B.HorizontalMarginStrategy, X.LayoutPosition, X.ViewMargin, X.ViewMeasuredSizes, T._LineRendererElement, T._AnimatedLine, T._AreaRendererElement, T._AnimatedArea, T._AnimatedElements, T._Range, K.Color0, Z.LocalDateTimeFactory, N.GestureListener, A.Palette, G.ProxyGestureListener, D.MaterialStyle, M.StyleFactory, B.BaseSymbolRenderer, Q.TextDirection0, Q.MaxWidthStrategy, X.TextMeasurement, O.TypedKey, F.Series, O.ChartBehavior, O.GestureType, Y.BaseLegendContentBuilder, M.SimpleLegendEntryLayout, L.TabularLegendLayout, S.ChartCanvas, B.AbstractNode, B.Listenable, K.ChartGestureDetector, A.GraphicsFactory, X.LineStyle, F.SelectionModelConfig, B.SymbolRendererCanvas, Q.TextElement, A.TextStyle0, B.MultiChildLayoutDelegate, E._HorizontalJustification, E.Clock, M.CanonicalizedMap, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._UnorderedEquality, U._MapEntry, U.MapEquality, U.DeepCollectionEquality, Y.HeapPriorityQueue, R.XFileBase, D.Enum, E.Clock0, U.MemoryFileSystemEntity, T._FileSink, M.MemoryFileStat, E.FileSystem0, B.Node0, Z.FileSystemOp, O.FileSystemStyle, R.DirectoryAddOnsMixin, S._LinuxCodes, S._MacOSCodes, S._WindowsCodes, E.PlatformInterface, G.FileType, K.FilePickerResult, T.PlatformFile, V.Int64, X.AnimationStatus, G._AnimationDirection, G.AnimationBehavior, T.Simulation, S.AnimationWithParentMixin, S._TrainHoppingMode, Z.ParametricCurve, S.AnimationLazyListenerMixin, S.AnimationEagerListenerMixin, S.AnimationLocalListenersMixin, S.AnimationLocalStatusListenersMixin, R.Animatable, Y.TweenSequenceItem, Y._Interval, F.TextSelectionControls, T._IconThemeData_Object_Diagnosticable, K.CupertinoUserInterfaceLevelData, L.LocalizationsDelegate, L.DefaultCupertinoLocalizations, D._CupertinoBackGestureController, Z._Decoration_Object_Diagnosticable, Z.BoxPainter, R._CupertinoTextThemeData_Object_Diagnosticable, R._TextThemeDefaultsBuilder, K.NoDefaultCupertinoThemeData, K._CupertinoThemeDefaults, K._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, Y.DiagnosticsNode, U._FlutterErrorDetails_Object_Diagnosticable, N.BindingBase, B.ChangeNotifier, Y.DiagnosticLevel, Y.DiagnosticsTreeStyle, Y.TextTreeConfiguration, Y._WordWrapParseMode, Y._PrefixedStringBuilder, Y._NoDefaultValue, Y.TextTreeRenderer, Y.DiagnosticPropertiesBuilder, Y.Diagnosticable, Y.DiagnosticableTreeMixin, D.Key, D._TypeLiteral, F.LicenseParagraph, F.LicenseEntry, F._LicenseEntryWithLineBreaksParserState, T.TargetPlatform, G.WriteBuffer, G.ReadBuffer, R.StackFrame, O.SynchronousFuture, D.GestureDisposition, D.GestureArenaMember, D.GestureArenaEntry, D._GestureArena, D.GestureArenaManager, N._Resampler, N.GestureBinding, V.Drag, O.DragDownDetails, O.DragStartDetails, O.DragUpdateDetails, O.DragEndDetails, F._PointerEvent_Object_Diagnosticable, F._PointerEventDescription, F._AbstractPointerEvent, F._CopyPointerAddedEvent, F._CopyPointerRemovedEvent, F._CopyPointerHoverEvent, F._CopyPointerEnterEvent, F._CopyPointerExitEvent, F._CopyPointerDownEvent, F._CopyPointerMoveEvent, F._CopyPointerUpEvent, F._CopyPointerScrollEvent, F._CopyPointerCancelEvent, K._ForceState, K.ForcePressDetails, O.HitTestEntry, O._TransformPart, O.HitTestResult, T.LongPressStartDetails, T.LongPressMoveUpdateDetails, T.LongPressEndDetails, B._Vector, B._Matrix, B.PolynomialFit, B.LeastSquaresSolver, O._DragState, V.MultiDragPointerState, F._CountdownZoned, F._TapTracker, O.PointerRouter, G.PointerSignalResolver, S.DragStartBehavior, S.GestureRecognizerState, S.OffsetPair, B._ScaleState, B.ScaleStartDetails, B.ScaleUpdateDetails, B.ScaleEndDetails, B._LineBetweenPointers, N.TapDownDetails, N.TapUpDetails, V._CombiningGestureArenaEntry, V.GestureArenaTeam, R.Velocity, R.VelocityEstimate, R._PointAtTime, R.VelocityTracker, A._LicenseData, A._DetailArguments, A._ActionLevel, A._LayoutMode, A._Focus, A._MasterDetailFlowProxy, S.ThemeMode, K.ScrollBehavior, T.SingleChildLayoutDelegate, U.SliverPersistentHeaderDelegate, V._AppBarTheme_Object_Diagnosticable, D._CornerId, D._Diagonal, Q._MaterialBannerThemeData_Object_Diagnosticable, D._BottomAppBarTheme_Object_Diagnosticable, M._BottomNavigationBarThemeData_Object_Diagnosticable, X._BottomSheetThemeData_Object_Diagnosticable, M._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties3, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, M.ButtonTextTheme, M.ButtonBarLayoutBehavior, M._ButtonThemeData_Object_Diagnosticable, B.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, F._CheckboxThemeData_Object_Diagnosticable, F._LerpProperties1, K._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, S.DataColumn, S.DataRow, S.DataCell, S.TableColumnWidth, Z._DataTableThemeData_Object_Diagnosticable, Z._LerpProperties2, Q.DatePickerEntryMode, Q.DatePickerMode, K.Route, Y._DialogTheme_Object_Diagnosticable, G._DividerThemeData_Object_Diagnosticable, Z.DrawerAlignment, K._DropdownRouteResult, K._MenuLimits, V.MaterialStateProperty, T._ElevatedButtonThemeData_Object_Diagnosticable, D.ExpansionPanel, E._DefaultHeroTag, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, S._FloatingActionButtonThemeData_Object_Diagnosticable, M.InkFeature, R.InteractiveInkFeatureFactory, R._HighlightType, Y.ShapeBorder, L.FloatingLabelBehavior, L._DecorationSlot, L._Decoration, L._RenderDecorationLayout, L.InputDecoration, L._InputDecorationTheme_Object_Diagnosticable, Q.ListTileStyle, Q.ListTileControlAffinity, Q._ListTileSlot, M.MaterialType, U.DefaultMaterialLocalizations, V.MaterialState, V._MaterialStatePropertyWith, V._MaterialStatePropertyAll, B.MergeableMaterialItem, B._AnimationTuple, E._NavigationRailThemeData_Object_Diagnosticable, U._OutlinedButtonThemeData_Object_Diagnosticable, V.MaterialRouteTransitionMixin, K.PageTransitionsBuilder, K._PageTransitionsTheme_Object_Diagnosticable, R._PopupMenuThemeData_Object_Diagnosticable, U._ActivityIndicatorType, T._RadioThemeData_Object_Diagnosticable, T._LerpProperties0, N._RefreshIndicatorMode, N.RefreshIndicatorTriggerMode, M._ScaffoldSlot, M.ScaffoldPrelayoutGeometry, M.ScaffoldGeometry, K.Constraints, M.ScaffoldFeatureController, X._ScrollbarThemeData_Object_Diagnosticable, X._LerpProperties4, F.TextSelectionGestureDetectorBuilder, Q._SliderThemeData_Object_Diagnosticable, N.SnackBarClosedReason, K._SnackBarThemeData_Object_Diagnosticable, N._SwitchType, O._SwitchListTileType, R._SwitchThemeData_Object_Diagnosticable, R._LerpProperties, U._TabBarTheme_Object_Diagnosticable, T._TextButtonThemeData_Object_Diagnosticable, R._TextSelectionThemeData_Object_Diagnosticable, R._TextTheme_Object_Diagnosticable, X.MaterialTapTargetSize, X._ThemeData_Object_Diagnosticable, X._IdentityThemeDataCacheKey, X._FifoCache, X._VisualDensity_Object_Diagnosticable, Z.DayPeriod, Z.TimeOfDay, Z.TimeOfDayFormat, Z.HourFormat, M._TimePickerMode, M.TimePickerEntryMode, M._TimePickerFragmentContext, M._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, S._ToggleButtonsThemeData_Object_Diagnosticable, F.ToggleableStateMixin, T._TooltipThemeData_Object_Diagnosticable, U.ScriptCategory, U._Typography_Object_Diagnosticable, K.AlignmentGeometry, K.TextAlignVertical, G.RenderComparison, G.Axis0, G.VerticalDirection, G.AxisDirection, N.PaintingBinding, K.BorderRadiusGeometry, Y.BorderStyle, Y.BorderSide, F.BoxShape, U.BoxFit, U.FittedSizes, Z.ClipContext, E.ImageSizeInfo, X.ImageRepeat, X.DecorationImage, X.DecorationImagePainter, V.EdgeInsetsGeometry, E.ImageCache, E._CachedImageBase, E._PendingImage, M.ImageConfiguration, M.AssetBundleImageKey, L.ImageInfo, L.ImageStreamListener, L._ImageChunkEvent_Object_Diagnosticable, L._ImageStream_Object_Diagnosticable, L.ImageStreamCompleterHandle, G.Accumulator, G.InlineSpanSemanticsInformation, V.NotchedShape, D.ShaderWarmUp, M._StrutStyle_Object_Diagnosticable, U.PlaceholderDimensions, U.TextWidthBasis, U._CaretMetrics, U.TextPainter, A._TextStyle_Object_Diagnosticable, M.SpringDescription, M.SpringType, M._CriticalSolution, M._OverdampedSolution, M._UnderdampedSolution, N.Tolerance, F.RenderAnimatedSizeState, N.RendererBinding, K.ParentData, S._IntrinsicDimension, S._IntrinsicDimensionsCacheEntry, S.RenderBoxContainerDefaultsMixin, V.CustomPainterSemantics, T.DebugOverflowIndicatorMixin, D.TextSelectionPoint, F.FlexFit, F.MainAxisSize, F.MainAxisAlignment, F.CrossAxisAlignment, F._LayoutSizes, T.AnnotationEntry, T.AnnotationResult, T.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, K.SemanticsHandle, K.PipelineOwner, K.RenderObjectWithChildMixin, K.ContainerParentDataMixin, K.ContainerRenderObjectMixin, K.RelayoutWhenSystemFontsChangeMixin, K._SemanticsFragment, K._SemanticsGeometry, Q.TextOverflow, G.PlatformViewHitTestBehavior, G._PlatformViewGestureMixin, E.RenderProxyBoxMixin, E.HitTestBehavior, E.RenderAnimatedOpacityMixin, E.DecorationPosition, G.GrowthDirection, G._SliverGeometry_Object_Diagnosticable, G.RenderSliverHelpers, B.SliverGridGeometry, B.SliverGridLayout, F.KeepAliveParentDataMixin, F.RenderSliverWithKeepAliveMixin, U.PersistentHeaderShowOnScreenConfiguration, K.RelativeRect, K.StackFit, K.Overflow, S.TableCellVerticalAlignment, A.ViewConfiguration0, Q.CacheExtentStyle, Q.RevealedOffset, N.ScrollDirection, N.WrapAlignment, N.WrapCrossAlignment, N._RunMetrics, N._TaskEntry, N._FrameCallbackEntry, N.SchedulerPhase, N.SchedulerBinding, V.Priority, M.Ticker, M.TickerFuture, M.TickerCanceled, N.SemanticsBinding, A.SemanticsTag, A.CustomSemanticsAction, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A.DebugSemanticsDumpOrder, A._SemanticsSortKey_Object_Diagnosticable, E.SemanticsEvent, Q.AssetBundle, F.AutofillConfiguration, N.TextInputConfiguration, F.AutofillScopeMixin, Q.BinaryMessenger, N.ServicesBinding, T.ClipboardData, G._KeyboardKey_Object_Diagnosticable, F.MethodCall, F.PlatformException, F.MissingPluginException, U.StringCodec, U.JSONMessageCodec0, U.JSONMethodCodec0, U.StandardMessageCodec0, U.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, R.PlatformViewsRegistry, R.PlatformViewController, B.KeyboardSide, B.ModifierKey, B.RawKeyEventData, B._RawKeyEvent_Object_Diagnosticable, B.RawKeyboard, B._ModifierSidePair, K.RestorationBucket, X.ApplicationSwitcherDescription, X.SystemUiOverlayStyle, V.SystemSoundType, B.MaxLengthEnforcement, B.TextInputFormatter, N.SmartDashesType, N.SmartQuotesType, N.TextInputType, N.TextInputAction, N.TextCapitalization0, N.FloatingCursorDragState, N.TextEditingValue, N.SelectionChangedCause, N.TextSelectionDelegate, N.TextInputConnection, N.TextInput, U._Intent_Object_Diagnosticable, U._Action_Object_Diagnosticable, U._ActionDispatcher_Object_Diagnosticable, U.CrossFadeState, G._ChildEntry, B.ConnectionState, B.AsyncSnapshot, F.AutofillContextAction, U.Notification0, L.AutomaticKeepAliveClientMixin, N.WidgetsBindingObserver, N.WidgetsBinding, K.DisposableBuildContext, S._DraggableSheetExtent, D.ToolbarOptions, O.KeyEventResult, O.FocusAttachment, O.UnfocusDisposition, O._FocusNode_Object_DiagnosticableTreeMixin, O.FocusHighlightMode, O.FocusHighlightStrategy, O._FocusManager_Object_DiagnosticableTreeMixin, U._FocusTraversalGroupInfo, U.TraversalDirection, U._FocusTraversalPolicy_Object_Diagnosticable, U._DirectionalPolicyDataEntry, U._DirectionalPolicyData, U.DirectionalFocusTraversalPolicyMixin, U.__ReadingOrderSortData_Object_Diagnosticable, U.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.AutovalidateMode, N._StateLifecycle, N._ElementLifecycle, N._InactiveElements, N.BuildOwner, N.DebugCreator, N.IndexedSlot, D.GestureRecognizerFactory, D.SemanticsGestureDelegate, T.HeroFlightDirection, T._HeroFlightManifest, T._HeroFlight, K.NavigatorObserver, X.IconData, M.CapturedThemes, A.RenderConstrainedLayoutBuilder, L._Pending, L.DefaultWidgetsLocalizations, F.Orientation, F.MediaQueryData, F.NavigationMode, E._ToolbarSlot, K.RoutePopDisposition, K.RouteSettings, K.RouteTransitionRecord, K.TransitionDelegate, K._RouteLifecycle, K._NavigatorObservation, K._RouteRestorationType, K._RestorationInformation, E.OverflowBarAlignment, L._GlowState, S._StorageEntryIdentifier, S.PageStorageBucket, M._FixedScrollMetrics_Object_ScrollMetrics, L.ScrollPhysics, G.PlatformViewCreationParams, K.RestorationMixin, Z.RouteInformation, T.LocalHistoryEntry, T.LocalHistoryRoute, M.ScrollActivity, M.ScrollDragController, K._WrappedScrollBehavior, M.ScrollMetrics, G.ViewportNotificationMixin, A.ScrollPositionAlignmentPolicy, Y._NBSample, B.ScrollViewKeyboardDismissBehavior, F.ScrollableDetails, F.ScrollIncrementType, X.KeySet, G.SliverChildDelegate, U._RenderSliverPersistentHeaderForWidgetsMixin, S.TableRow, S._TableElementRow, S.__TableSlot_Object_Diagnosticable, F.TextSelectionHandleType, F._TextSelectionHandlePosition, F.TextSelectionOverlay, U.SingleTickerProviderStateMixin, U.TickerProviderStateMixin, N._WidgetInspectorService, N.WidgetInspectorService, N._ElementLocationStatsTracker, N.InspectorSelection, Y.CacheManager, V.ImageCacheManager, D.CacheStore, R.Config, V.FileResponse, A.NonStoringObjectProvider, T.CacheObject, M.MemoryCacheSystem, E.FileService, E.HttpGetResponse, B.QueueItem, Q.WebHelper, Y.GlobalCupertinoLocalizations, U.GlobalMaterialLocalizations, B.GlobalWidgetsLocalizations, A.SlidableRenderingMode, A.SlideActionType, A.SlideActionDelegate, Z.StyledToastPosition, Z.StyledToastAnimation, Q.ToastFuture, Q.ToastManager, L.SuggestionsBoxDecoration, L.TextFieldConfiguration, L._SuggestionsBox, K.GoogleSignInAuthentication, K.GoogleSignInAccount, K.GoogleSignIn, X.GoogleSignInPlatform, G.SignInOption, G.GoogleSignInUserData, G.GoogleSignInTokenData, E.BaseClient, G.BaseRequest, T.BaseResponse, E.ClientException, K.MultipartFile, R.MediaType, L.ImagePicker, Q.CameraDevice, E.ImageSource, B.DateSymbols, B.NumberSymbols, S.DateBuilder, A.DateFormat, A._DateFormatField, U.IntlStream, S.NumberFormat, Q.NumberFormatParseResult, Q.NumberFormatParser, K.StringIterator, X.UninitializedLocaleData, X.LocaleDataException, E.PluralCase, E.InvoiceStatusColors, E.RecurringInvoiceStatusColors, E.CreditStatusColors, E.QuoteStatusColors, E.PaymentStatusColors, E.ExpenseStatusColors, S.FileStorage, O.AccountEntity, O._$AccountEntitySerializer, O.AccountEntityBuilder, T.ClientListResponse, T.ClientItemResponse, T._ClientEntity_Object_BaseEntity, T._ContactEntity_Object_BaseEntity, T._$ClientListResponseSerializer, T._$ClientItemResponseSerializer, T._$ClientEntitySerializer, T._$ContactEntitySerializer, T.ClientListResponseBuilder, T.ClientItemResponseBuilder, T.ClientEntityBuilder, T.ContactEntityBuilder, O.CompanyGatewayListResponse, O.CompanyGatewayItemResponse, O._CompanyGatewayEntity_Object_BaseEntity, O.FeesAndLimitsSettings, O._$CompanyGatewayListResponseSerializer, O._$CompanyGatewayItemResponseSerializer, O._$CompanyGatewayEntitySerializer, O._$FeesAndLimitsSettingsSerializer, O.CompanyGatewayListResponseBuilder, O.CompanyGatewayItemResponseBuilder, O.CompanyGatewayEntityBuilder, O.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, D.CreditListResponse, D.CreditItemResponse, D._$CreditListResponseSerializer, D._$CreditItemResponseSerializer, D.CreditListResponseBuilder, D.CreditItemResponseBuilder, F.DashboardSettings, F._$DateRangeSerializer, F._$DateRangeComparisonSerializer, D.DesignListResponse, D.DesignItemResponse, D.DesignPreviewRequest, D._DesignEntity_Object_BaseEntity, D._$DesignListResponseSerializer, D._$DesignItemResponseSerializer, D._$DesignPreviewRequestSerializer, D._$DesignEntitySerializer, D.DesignListResponseBuilder, D.DesignItemResponseBuilder, D.DesignPreviewRequestBuilder, D.DesignEntityBuilder, D.DocumentListResponse, D.DocumentItemResponse, D._DocumentEntity_Object_BaseEntity, D._$DocumentListResponseSerializer, D._$DocumentItemResponseSerializer, D._$DocumentEntitySerializer, D.DocumentListResponseBuilder, D.DocumentItemResponseBuilder, D.DocumentEntityBuilder, T.EntityStatus, T.EntityStats, T.SelectableEntity, T.BaseEntity, T.BelongsToClient, T.LoginResponse, T.ActivityEntity, T.LedgerEntity, T._$EntityTypeSerializer, T._$EntityStateSerializer, T._$EmailTemplateSerializer, T._$LoginResponseSerializer, T._$ActivityEntitySerializer, T._$LedgerEntitySerializer, T.LoginResponseBuilder, T.ActivityEntityBuilder, T.LedgerEntityBuilder, R.ExpenseCategoryListResponse, R.ExpenseCategoryItemResponse, R._ExpenseCategoryEntity_Object_BaseEntity, R._$ExpenseCategoryListResponseSerializer, R._$ExpenseCategoryItemResponseSerializer, R._$ExpenseCategoryEntitySerializer, R.ExpenseCategoryListResponseBuilder, R.ExpenseCategoryItemResponseBuilder, R.ExpenseCategoryEntityBuilder, M.ExpenseListResponse, M.ExpenseItemResponse, M._ExpenseEntity_Object_BaseEntity, M._ExpenseStatusEntity_Object_EntityStatus, M._$ExpenseListResponseSerializer, M._$ExpenseItemResponseSerializer, M._$ExpenseEntitySerializer, M._$ExpenseStatusEntitySerializer, M.ExpenseListResponseBuilder, M.ExpenseItemResponseBuilder, M.ExpenseEntityBuilder, M.ExpenseStatusEntityBuilder, N.GatewayTokenListResponse, N.GatewayTokenItemResponse, N._GatewayTokenEntity_Object_BaseEntity, N.GatewayTokenMetaEntity, N._$GatewayTokenListResponseSerializer, N._$GatewayTokenItemResponseSerializer, N._$GatewayTokenEntitySerializer, N._$GatewayTokenMetaEntitySerializer, N.GatewayTokenListResponseBuilder, N.GatewayTokenItemResponseBuilder, N.GatewayTokenEntityBuilder, N.GatewayTokenMetaEntityBuilder, Q.GroupListResponse, Q.GroupItemResponse, Q._GroupEntity_Object_BaseEntity, Q._$GroupListResponseSerializer, Q._$GroupItemResponseSerializer, Q._$GroupEntitySerializer, Q.GroupListResponseBuilder, Q.GroupItemResponseBuilder, Q.GroupEntityBuilder, U.HealthCheckResponse, U.HealthCheckPHPResponse, U._$HealthCheckResponseSerializer, U._$HealthCheckPHPResponseSerializer, U.HealthCheckResponseBuilder, U.HealthCheckPHPResponseBuilder, B.PreImportResponse, B.PreImportResponseEntityDetails, B.ImportRequest, B.ImportRequestMapping, B._$PreImportResponseSerializer, B._$PreImportResponseEntityDetailsSerializer, B._$ImportRequestSerializer, B._$ImportRequestMappingSerializer, B.PreImportResponseBuilder, B.PreImportResponseEntityDetailsBuilder, B.ImportRequestBuilder, B.ImportRequestMappingBuilder, Q.InvoiceListResponse, Q.InvoiceItemResponse, Q._InvoiceEntity_Object_BaseEntity, Q.InvoiceItemEntity, Q._InvitationEntity_Object_BaseEntity, Q.InvoiceScheduleEntity, Q.InvoiceHistoryEntity, Q._$InvoiceListResponseSerializer, Q._$InvoiceItemResponseSerializer, Q._$InvoiceEntitySerializer, Q._$InvoiceItemEntitySerializer, Q._$InvitationEntitySerializer, Q._$InvoiceScheduleEntitySerializer, Q._$InvoiceHistoryEntitySerializer, Q.InvoiceListResponseBuilder, Q.InvoiceItemResponseBuilder, Q.InvoiceEntityBuilder, Q.InvoiceItemEntityBuilder, Q.InvitationEntityBuilder, Q.InvoiceScheduleEntityBuilder, Q.InvoiceHistoryEntityBuilder, X.CalculateInvoiceTotal, F.PaymentListResponse, F.PaymentItemResponse, F._PaymentEntity_Object_BaseEntity, F._PaymentableEntity_Object_SelectableEntity, F._$PaymentListResponseSerializer, F._$PaymentItemResponseSerializer, F._$PaymentEntitySerializer, F._$PaymentableEntitySerializer, F.PaymentListResponseBuilder, F.PaymentItemResponseBuilder, F.PaymentEntityBuilder, F.PaymentableEntityBuilder, X.PaymentTermListResponse, X.PaymentTermItemResponse, X._PaymentTermEntity_Object_BaseEntity, X._$PaymentTermListResponseSerializer, X._$PaymentTermItemResponseSerializer, X._$PaymentTermEntitySerializer, X.PaymentTermListResponseBuilder, X.PaymentTermItemResponseBuilder, X.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, G.SettingsEntity, G._$SettingsEntitySerializer, G.SettingsEntityBuilder, A.ColorTheme, L.CountryListResponse, L.CountryItemResponse, L._CountryEntity_Object_SelectableEntity, L._$CountryListResponseSerializer, L._$CountryItemResponseSerializer, L._$CountryEntitySerializer, L.CountryListResponseBuilder, L.CountryItemResponseBuilder, L.CountryEntityBuilder, O.CurrencyListResponse, O.CurrencyItemResponse, O._CurrencyEntity_Object_SelectableEntity, O._$CurrencyListResponseSerializer, O._$CurrencyItemResponseSerializer, O._$CurrencyEntitySerializer, O.CurrencyListResponseBuilder, O.CurrencyItemResponseBuilder, O.CurrencyEntityBuilder, M.DateFormatListResponse, M.DateFormatItemResponse, M._DateFormatEntity_Object_SelectableEntity, M._$DateFormatListResponseSerializer, M._$DateFormatItemResponseSerializer, M._$DateFormatEntitySerializer, M.DateFormatListResponseBuilder, M.DateFormatItemResponseBuilder, M.DateFormatEntityBuilder, F.DatetimeFormatListResponse, F.DatetimeFormatItemResponse, F.DatetimeFormatEntity, F._$DatetimeFormatListResponseSerializer, F._$DatetimeFormatItemResponseSerializer, F._$DatetimeFormatEntitySerializer, F.DatetimeFormatListResponseBuilder, F.DatetimeFormatItemResponseBuilder, F.DatetimeFormatEntityBuilder, K._FontEntity_Object_SelectableEntity, O.IndustryListResponse, O.IndustryItemResponse, O._IndustryEntity_Object_SelectableEntity, O._$IndustryListResponseSerializer, O._$IndustryItemResponseSerializer, O._$IndustryEntitySerializer, O.IndustryListResponseBuilder, O.IndustryItemResponseBuilder, O.IndustryEntityBuilder, F._InvoiceStatusEntity_Object_EntityStatus, F._$InvoiceStatusEntitySerializer, F.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, S.PaymentTypeListResponse, S.PaymentTypeItemResponse, S._PaymentTypeEntity_Object_SelectableEntity, S._$PaymentTypeListResponseSerializer, S._$PaymentTypeItemResponseSerializer, S._$PaymentTypeEntitySerializer, S.PaymentTypeListResponseBuilder, S.PaymentTypeItemResponseBuilder, S.PaymentTypeEntityBuilder, D.SizeListResponse, D.SizeItemResponse, D._SizeEntity_Object_SelectableEntity, D._$SizeListResponseSerializer, D._$SizeItemResponseSerializer, D._$SizeEntitySerializer, D.SizeListResponseBuilder, D.SizeItemResponseBuilder, D.SizeEntityBuilder, S.StaticDataItemResponse, S.StaticDataEntity, S.TemplateEntity, S._$StaticDataItemResponseSerializer, S._$StaticDataEntitySerializer, S._$TemplateEntitySerializer, S.StaticDataItemResponseBuilder, S.StaticDataEntityBuilder, S.TemplateEntityBuilder, U.TimezoneListResponse, U.TimezoneItemResponse, U._TimezoneEntity_Object_SelectableEntity, U._$TimezoneListResponseSerializer, U._$TimezoneItemResponseSerializer, U._$TimezoneEntitySerializer, U.TimezoneListResponseBuilder, U.TimezoneItemResponseBuilder, U.TimezoneEntityBuilder, X.SubscriptionListResponse, X.SubscriptionItemResponse, X._SubscriptionEntity_Object_BaseEntity, X.WebhookConfigurationEntity, X._$SubscriptionListResponseSerializer, X._$SubscriptionItemResponseSerializer, X._$SubscriptionEntitySerializer, X._$WebhookConfigurationEntitySerializer, X.SubscriptionListResponseBuilder, X.SubscriptionItemResponseBuilder, X.SubscriptionEntityBuilder, X.WebhookConfigurationEntityBuilder, F.SystemLogEntity, F._$SystemLogEntitySerializer, F.SystemLogEntityBuilder, D.TaskListResponse, D.TaskItemResponse, D.TaskTime, D._TaskEntity_Object_BaseEntity, D._$TaskListResponseSerializer, D._$TaskItemResponseSerializer, D._$TaskEntitySerializer, D.TaskListResponseBuilder, D.TaskItemResponseBuilder, D.TaskTimeBuilder, D.TaskEntityBuilder, S.TaskStatusListResponse, S.TaskStatusItemResponse, S._TaskStatusEntity_Object_BaseEntity, S._$TaskStatusListResponseSerializer, S._$TaskStatusItemResponseSerializer, S._$TaskStatusEntitySerializer, S.TaskStatusListResponseBuilder, S.TaskStatusItemResponseBuilder, S.TaskStatusEntityBuilder, T.TaxRateListResponse, T.TaxRateItemResponse, T._TaxRateEntity_Object_BaseEntity, T._$TaxRateListResponseSerializer, T._$TaxRateItemResponseSerializer, T._$TaxRateEntitySerializer, T.TaxRateListResponseBuilder, T.TaxRateItemResponseBuilder, T.TaxRateEntityBuilder, D.TokenListResponse, D.TokenItemResponse, D._TokenEntity_Object_BaseEntity, D._$TokenListResponseSerializer, D._$TokenItemResponseSerializer, D._$TokenEntitySerializer, D.TokenListResponseBuilder, D.TokenItemResponseBuilder, D.TokenEntityBuilder, B.UserListResponse, B.UserItemResponse, B.UserTwoFactorResponse, B.UserTwoFactorData, B.UserCompanyItemResponse, B._UserEntity_Object_BaseEntity, B._$UserListResponseSerializer, B._$UserItemResponseSerializer, B._$UserTwoFactorResponseSerializer, B._$UserTwoFactorDataSerializer, B._$UserCompanyItemResponseSerializer, B._$UserEntitySerializer, B.UserListResponseBuilder, B.UserItemResponseBuilder, B.UserTwoFactorResponseBuilder, B.UserTwoFactorDataBuilder, B.UserCompanyItemResponseBuilder, B.UserEntityBuilder, B.VendorListResponse, B.VendorItemResponse, B._VendorEntity_Object_BaseEntity, B._VendorContactEntity_Object_BaseEntity, B._$VendorListResponseSerializer, B._$VendorItemResponseSerializer, B._$VendorEntitySerializer, B._$VendorContactEntitySerializer, B.VendorListResponseBuilder, B.VendorItemResponseBuilder, B.VendorEntityBuilder, B.VendorContactEntityBuilder, E.WebhookListResponse, E.WebhookItemResponse, E._WebhookEntity_Object_BaseEntity, E._$WebhookListResponseSerializer, E._$WebhookItemResponseSerializer, E._$WebhookEntitySerializer, E.WebhookListResponseBuilder, E.WebhookItemResponseBuilder, E.WebhookEntityBuilder, Z.AuthRepository, G.ClientRepository, Z.CompanyGatewayRepository, T.CreditRepository, L.DesignRepository, S.DocumentRepository0, U.ExpenseCategoryRepository, B.ExpenseRepository, E.GroupRepository, T.InvoiceRepository, L.PaymentRepository, V.PaymentTermRepository, X.PersistenceRepository, U.ProductRepository, X.ProjectRepository, U.QuoteRepository, A.RecurringExpenseRepository, N.RecurringInvoiceRepository, Y.SettingsRepository, L.SubscriptionRepository, Y.TaskRepository, X.TaskStatusRepository, B.TaxRateRepository, A.TokenRepository, Q.UserRepository, V.VendorRepository, G.WebhookRepository, F.WebClient, M.PersistData, M.SwitchListTableLayout, M.PopLastHistory, M.ViewMainScreen, M.StartSaving, M.StopSaving, M.LoadStaticSuccess, M.ToggleEditorLayout, M.UpdateUserPreferences, M.LoadAccountSuccess, M.ResendConfirmation, M.ResendConfirmationFailure, M.ResendConfirmationSuccess, M.RefreshData, M.RefreshDataSuccess, M.RefreshDataFailure, M.PreviewEntity, M.ClearPreviewStack, M.PopPreviewStack, M.ClearData, M.ClearLastError, M.DiscardChanges, M.ClearEntityFilter, M.ClearEntitySelection, M.FilterByEntity, M.FilterCompany, T.AppState, T.Credentials, T.SelectionState, T._$AppStateSerializer, T.AppStateBuilder, B.LoadStateRequest, B.LoadStateSuccess, B.OAuthLoginRequest, B.UserLoadUrl, B.UserLoginRequest, B.UserLoginSuccess, B.UserLoginFailure, B.RecoverPasswordRequest, B.RecoverPasswordSuccess, B.RecoverPasswordFailure, B.UserLogout, B.UserLogoutAll, B.UserLogoutAllSuccess, B.UserLogoutAllFailure, B.UserSignUpRequest, B.OAuthSignUpRequest, B.UserVerifiedPassword, B.UserUnverifiedPassword, Z.AuthState, Z._$AuthStateSerializer, Z.AuthStateBuilder, E.ViewClientList, E.ViewClient, E.EditClient, E.EditContact, E.UpdateClient, E.LoadClient, E.LoadClients, E.LoadClientRequest, E.LoadClientFailure, E.LoadClientSuccess, E.LoadClientsRequest, E.LoadClientsFailure, E.LoadClientsSuccess, E.AddContact, E.UpdateContact, E.DeleteContact, E.SaveClientRequest, E.SaveClientSuccess, E.AddClientSuccess, E.SaveClientFailure, E.ArchiveClientsRequest, E.ArchiveClientsSuccess, E.ArchiveClientsFailure, E.DeleteClientsRequest, E.DeleteClientsSuccess, E.DeleteClientsFailure, E.RestoreClientsRequest, E.RestoreClientSuccess, E.RestoreClientFailure, E.FilterClients, E.SortClients, E.FilterClientsByState, E.FilterClientsByCustom1, E.FilterClientsByCustom2, E.FilterClientsByCustom3, E.FilterClientsByCustom4, E.StartClientMultiselect, E.AddToClientMultiselect, E.RemoveFromClientMultiselect, E.ClearClientMultiselect, E.SaveClientDocumentRequest, E.SaveClientDocumentFailure, E.UpdateClientTab, F.ClientState, F._ClientUIState_Object_EntityUIState, F._$ClientStateSerializer, F._$ClientUIStateSerializer, F.ClientStateBuilder, F.ClientUIStateBuilder, E.SelectCompany, E.LoadCompanySuccess, E.UpdateCompany, E.SaveCompanyRequest, E.SaveCompanySuccess, E.SaveCompanyFailure, E.AddCompany, E.AddCompanySuccess, E.DeleteCompanyRequest, E.DeleteCompanySuccess, E.DeleteCompanyFailure, E.PurgeDataRequest, E.PurgeDataSuccess, E.PurgeDataFailure, E.UpdateCompanyLanguage, E.SaveCompanyDocumentRequest, E.SaveCompanyDocumentFailure, B.UserCompanyState, B.SettingsUIState, B._$UserCompanyStateSerializer, B._$SettingsUIStateSerializer, B.UserCompanyStateBuilder, B.SettingsUIStateBuilder, Q.ViewCompanyGatewayList, Q.ViewCompanyGateway, Q.EditCompanyGateway, Q.UpdateCompanyGateway, Q.LoadCompanyGateway, Q.LoadCompanyGatewayRequest, Q.LoadCompanyGatewayFailure, Q.LoadCompanyGatewaySuccess, Q.LoadCompanyGatewaysRequest, Q.LoadCompanyGatewaysFailure, Q.LoadCompanyGatewaysSuccess, Q.SaveCompanyGatewayRequest, Q.SaveCompanyGatewaySuccess, Q.AddCompanyGatewaySuccess, Q.SaveCompanyGatewayFailure, Q.ArchiveCompanyGatewayRequest, Q.ArchiveCompanyGatewaySuccess, Q.ArchiveCompanyGatewayFailure, Q.DeleteCompanyGatewayRequest, Q.DeleteCompanyGatewaySuccess, Q.DeleteCompanyGatewayFailure, Q.RestoreCompanyGatewayRequest, Q.RestoreCompanyGatewaySuccess, Q.RestoreCompanyGatewayFailure, Q.FilterCompanyGatewaysByState, Q.FilterCompanyGatewaysByCustom1, Q.FilterCompanyGatewaysByCustom2, Q.FilterCompanyGatewaysByCustom3, Q.FilterCompanyGatewaysByCustom4, Q.StartCompanyGatewayMultiselect, Q.AddToCompanyGatewayMultiselect, Q.RemoveFromCompanyGatewayMultiselect, Q.ClearCompanyGatewayMultiselect, U.CompanyGatewayState, U._CompanyGatewayUIState_Object_EntityUIState, U._$CompanyGatewayStateSerializer, U._$CompanyGatewayUIStateSerializer, U.CompanyGatewayStateBuilder, U.CompanyGatewayUIStateBuilder, E.ViewCreditList, E.ViewCredit, E.EditCredit, E.ShowEmailCredit, E.ShowPdfCredit, E.EditCreditItem, E.UpdateCredit, E.UpdateCreditClient, E.LoadCredit, E.LoadCredits, E.LoadCreditRequest, E.LoadCreditFailure, E.LoadCreditSuccess, E.LoadCreditsRequest, E.LoadCreditsFailure, E.LoadCreditsSuccess, E.AddCreditContact, E.RemoveCreditContact, E.AddCreditItem, E.MoveCreditItem, E.AddCreditItems, E.UpdateCreditItem, E.DeleteCreditItem, E.SaveCreditRequest, E.SaveCreditSuccess, E.AddCreditSuccess, E.SaveCreditFailure, E.EmailCreditRequest, E.EmailCreditSuccess, E.EmailCreditFailure, E.MarkSentCreditRequest, E.MarkSentCreditSuccess, E.MarkSentCreditFailure, E.BulkEmailCreditsRequest, E.BulkEmailCreditsSuccess, E.BulkEmailCreditsFailure, E.ArchiveCreditsRequest, E.ArchiveCreditsSuccess, E.ArchiveCreditsFailure, E.DeleteCreditsRequest, E.DeleteCreditsSuccess, E.DeleteCreditsFailure, E.DownloadCreditsRequest, E.DownloadCreditsSuccess, E.DownloadCreditsFailure, E.RestoreCreditsRequest, E.RestoreCreditsSuccess, E.RestoreCreditsFailure, E.FilterCredits, E.SortCredits, E.FilterCreditsByState, E.FilterCreditsByCustom1, E.FilterCreditsByCustom2, E.FilterCreditsByCustom3, E.FilterCreditsByCustom4, E.SaveCreditDocumentRequest, E.SaveCreditDocumentFailure, E.StartCreditMultiselect, E.AddToCreditMultiselect, E.RemoveFromCreditMultiselect, E.ClearCreditMultiselect, E.UpdateCreditTab, G.CreditState, G._CreditUIState_Object_EntityUIState, G._$CreditStateSerializer, G._$CreditUIStateSerializer, G.CreditStateBuilder, G.CreditUIStateBuilder, G.ViewDashboard, G.UpdateDashboardSettings, G.UpdateDashboardSelection, G.UpdateDashboardEntityType, G.UpdateDashboardSidebar, O.ChartDataGroup, O.ChartMoneyData, Y.DashboardUIState, Y.DashboardUISettings, Y._$DashboardUIStateSerializer, Y._$DashboardUISettingsSerializer, Y.DashboardUIStateBuilder, Y.DashboardUISettingsBuilder, N.ViewDesignList, N.ViewDesign, N.EditDesign, N.UpdateDesign, N.LoadDesignRequest, N.LoadDesignFailure, N.LoadDesignSuccess, N.LoadDesignsRequest, N.LoadDesignsFailure, N.LoadDesignsSuccess, N.SaveDesignRequest, N.SaveDesignSuccess, N.AddDesignSuccess, N.SaveDesignFailure, N.ArchiveDesignsRequest, N.ArchiveDesignsSuccess, N.ArchiveDesignsFailure, N.DeleteDesignsRequest, N.DeleteDesignsSuccess, N.DeleteDesignsFailure, N.RestoreDesignsRequest, N.RestoreDesignsSuccess, N.RestoreDesignsFailure, N.FilterDesigns, N.SortDesigns, N.FilterDesignsByState, N.FilterDesignsByCustom1, N.FilterDesignsByCustom2, N.FilterDesignsByCustom3, N.FilterDesignsByCustom4, N.StartDesignMultiselect, N.AddToDesignMultiselect, N.RemoveFromDesignMultiselect, N.ClearDesignMultiselect, Y.DesignState, Y._DesignUIState_Object_EntityUIState, Y._$DesignStateSerializer, Y._$DesignUIStateSerializer, Y.DesignStateBuilder, Y.DesignUIStateBuilder, X.UpdateDocument, X.LoadDocumentRequest, X.LoadDocumentFailure, X.LoadDocumentSuccess, X.LoadDocumentsRequest, X.LoadDocumentsFailure, X.LoadDocumentsSuccess, X.ArchiveDocumentRequest, X.ArchiveDocumentSuccess, X.ArchiveDocumentFailure, X.DeleteDocumentRequest, X.DeleteDocumentSuccess, X.DeleteDocumentFailure, X.RestoreDocumentRequest, X.RestoreDocumentSuccess, X.RestoreDocumentFailure, X.FilterDocuments, X.SortDocuments, X.FilterDocumentsByState, X.FilterDocumentsByCustom1, X.FilterDocumentsByCustom2, X.FilterDocumentsByCustom3, X.FilterDocumentsByCustom4, X.StartDocumentMultiselect, X.AddToDocumentMultiselect, X.RemoveFromDocumentMultiselect, X.ClearDocumentMultiselect, Q.DocumentState, Q._DocumentUIState_Object_EntityUIState, Q._$DocumentStateSerializer, Q._$DocumentUIStateSerializer, Q.DocumentStateBuilder, Q.DocumentUIStateBuilder, T.ViewExpenseList, T.ViewExpense, T.EditExpense, T.UpdateExpense, T.LoadExpense, T.LoadExpenses, T.LoadExpenseRequest, T.LoadExpenseFailure, T.LoadExpenseSuccess, T.LoadExpensesRequest, T.LoadExpensesFailure, T.LoadExpensesSuccess, T.SaveExpenseRequest, T.SaveExpenseSuccess, T.AddExpenseSuccess, T.SaveExpenseFailure, T.ArchiveExpenseRequest, T.ArchiveExpenseSuccess, T.ArchiveExpenseFailure, T.DeleteExpenseRequest, T.DeleteExpenseSuccess, T.DeleteExpenseFailure, T.RestoreExpenseRequest, T.RestoreExpenseSuccess, T.RestoreExpenseFailure, T.FilterExpenses, T.SortExpenses, T.FilterExpensesByState, T.FilterExpensesByStatus, T.FilterExpensesByCustom1, T.FilterExpensesByCustom2, T.FilterExpensesByCustom3, T.FilterExpensesByCustom4, T.StartExpenseMultiselect, T.AddToExpenseMultiselect, T.RemoveFromExpenseMultiselect, T.ClearExpenseMultiselect, T.SaveExpenseDocumentRequest, T.SaveExpenseDocumentFailure, T.UpdateExpenseTab, R.ExpenseState, R._ExpenseUIState_Object_EntityUIState, R._$ExpenseStateSerializer, R._$ExpenseUIStateSerializer, R.ExpenseStateBuilder, R.ExpenseUIStateBuilder, X.ViewExpenseCategoryList, X.ViewExpenseCategory, X.EditExpenseCategory, X.UpdateExpenseCategory, X.LoadExpenseCategoryRequest, X.LoadExpenseCategoryFailure, X.LoadExpenseCategorySuccess, X.LoadExpenseCategoriesRequest, X.LoadExpenseCategoriesFailure, X.LoadExpenseCategoriesSuccess, X.SaveExpenseCategoryRequest, X.SaveExpenseCategorySuccess, X.AddExpenseCategorySuccess, X.SaveExpenseCategoryFailure, X.ArchiveExpenseCategoriesRequest, X.ArchiveExpenseCategoriesSuccess, X.ArchiveExpenseCategoriesFailure, X.DeleteExpenseCategoriesRequest, X.DeleteExpenseCategoriesSuccess, X.DeleteExpenseCategoriesFailure, X.RestoreExpenseCategoriesRequest, X.RestoreExpenseCategoriesSuccess, X.RestoreExpenseCategoriesFailure, X.FilterExpenseCategories, X.SortExpenseCategories, X.FilterExpenseCategoriesByState, X.FilterExpenseCategoriesByCustom1, X.FilterExpenseCategoriesByCustom2, X.FilterExpenseCategoriesByCustom3, X.FilterExpenseCategoriesByCustom4, X.StartExpenseCategoryMultiselect, X.AddToExpenseCategoryMultiselect, X.RemoveFromExpenseCategoryMultiselect, X.ClearExpenseCategoryMultiselect, Q.ExpenseCategoryState, Q._ExpenseCategoryUIState_Object_EntityUIState, Q._$ExpenseCategoryStateSerializer, Q._$ExpenseCategoryUIStateSerializer, Q.ExpenseCategoryStateBuilder, Q.ExpenseCategoryUIStateBuilder, Q.ViewGroupList, Q.ViewGroup, Q.EditGroup, Q.UpdateGroup, Q.LoadGroup, Q.LoadGroupRequest, Q.LoadGroupFailure, Q.LoadGroupSuccess, Q.LoadGroupsRequest, Q.LoadGroupsFailure, Q.LoadGroupsSuccess, Q.SaveGroupRequest, Q.SaveGroupSuccess, Q.AddGroupSuccess, Q.SaveGroupFailure, Q.ArchiveGroupRequest, Q.ArchiveGroupSuccess, Q.ArchiveGroupFailure, Q.DeleteGroupRequest, Q.DeleteGroupSuccess, Q.DeleteGroupFailure, Q.RestoreGroupRequest, Q.RestoreGroupSuccess, Q.RestoreGroupFailure, Q.FilterGroups, Q.SortGroups, Q.FilterGroupsByState, Q.StartGroupMultiselect, Q.AddToGroupMultiselect, Q.RemoveFromGroupMultiselect, Q.ClearGroupMultiselect, Q.SaveGroupDocumentRequest, Q.SaveGroupDocumentFailure, E.GroupState, E._GroupUIState_Object_EntityUIState, E._$GroupStateSerializer, E._$GroupUIStateSerializer, E.GroupStateBuilder, E.GroupUIStateBuilder, Q.ViewInvoiceList, Q.ViewInvoice, Q.EditInvoice, Q.ShowEmailInvoice, Q.ShowPdfInvoice, Q.EditInvoiceItem, Q.UpdateInvoice, Q.UpdateInvoiceClient, Q.LoadInvoice, Q.LoadInvoices, Q.LoadInvoiceRequest, Q.LoadInvoiceFailure, Q.LoadInvoiceSuccess, Q.LoadInvoicesRequest, Q.LoadInvoicesFailure, Q.LoadInvoicesSuccess, Q.AddInvoiceContact, Q.RemoveInvoiceContact, Q.AddInvoiceItem, Q.MoveInvoiceItem, Q.AddInvoiceItems, Q.UpdateInvoiceItem, Q.DeleteInvoiceItem, Q.SaveInvoiceRequest, Q.SaveInvoiceSuccess, Q.AddInvoiceSuccess, Q.SaveInvoiceFailure, Q.EmailInvoiceRequest, Q.EmailInvoiceSuccess, Q.EmailInvoiceFailure, Q.MarkInvoicesSentRequest, Q.MarkInvoicesSentSuccess, Q.MarkInvoicesSentFailure, Q.BulkEmailInvoicesRequest, Q.BulkEmailInvoicesSuccess, Q.BulkEmailInvoicesFailure, Q.MarkInvoicesPaidRequest, Q.MarkInvoicesPaidSuccess, Q.ReverseInvoicesRequest, Q.ReverseInvoicesSuccess, Q.ReverseInvoicesFailure, Q.CancelInvoicesRequest, Q.CancelInvoicesSuccess, Q.CancelInvoicesFailure, Q.ArchiveInvoicesRequest, Q.ArchiveInvoicesSuccess, Q.ArchiveInvoicesFailure, Q.DeleteInvoicesRequest, Q.DeleteInvoicesSuccess, Q.DeleteInvoicesFailure, Q.DownloadInvoicesRequest, Q.DownloadInvoicesSuccess, Q.DownloadInvoicesFailure, Q.RestoreInvoicesRequest, Q.RestoreInvoicesSuccess, Q.RestoreInvoicesFailure, Q.FilterInvoices, Q.SortInvoices, Q.FilterInvoicesByState, Q.FilterInvoicesByStatus, Q.FilterInvoicesByCustom1, Q.FilterInvoicesByCustom2, Q.FilterInvoicesByCustom3, Q.FilterInvoicesByCustom4, Q.StartInvoiceMultiselect, Q.AddToInvoiceMultiselect, Q.RemoveFromInvoiceMultiselect, Q.ClearInvoiceMultiselect, Q.SaveInvoiceDocumentRequest, Q.SaveInvoiceDocumentFailure, Q.UpdateInvoiceTab, B.InvoiceState, B._InvoiceUIState_Object_EntityUIState, B._$InvoiceStateSerializer, B._$InvoiceUIStateSerializer, B.InvoiceStateBuilder, B.InvoiceUIStateBuilder, Q.ViewPaymentList, Q.ViewPayment, Q.EditPayment, Q.ViewRefundPayment, Q.UpdatePayment, Q.LoadPayment, Q.LoadPayments, Q.LoadPaymentRequest, Q.LoadPaymentFailure, Q.LoadPaymentSuccess, Q.LoadPaymentsRequest, Q.LoadPaymentsFailure, Q.LoadPaymentsSuccess, Q.SavePaymentRequest, Q.SavePaymentSuccess, Q.AddPaymentSuccess, Q.SavePaymentFailure, Q.RefundPaymentRequest, Q.RefundPaymentSuccess, Q.RefundPaymentFailure, Q.ArchivePaymentsRequest, Q.ArchivePaymentsSuccess, Q.ArchivePaymentsFailure, Q.DeletePaymentsRequest, Q.DeletePaymentsSuccess, Q.DeletePaymentsFailure, Q.RestorePaymentsRequest, Q.RestorePaymentsSuccess, Q.RestorePaymentsFailure, Q.EmailPaymentRequest, Q.EmailPaymentSuccess, Q.FilterPayments, Q.SortPayments, Q.FilterPaymentsByState, Q.FilterPaymentsByCustom1, Q.FilterPaymentsByCustom2, Q.FilterPaymentsByCustom3, Q.FilterPaymentsByCustom4, Q.StartPaymentMultiselect, Q.AddToPaymentMultiselect, Q.RemoveFromPaymentMultiselect, Q.ClearPaymentMultiselect, L.PaymentState, L._PaymentUIState_Object_EntityUIState, L._$PaymentStateSerializer, L._$PaymentUIStateSerializer, L.PaymentStateBuilder, L.PaymentUIStateBuilder, D.ViewPaymentTermList, D.ViewPaymentTerm, D.EditPaymentTerm, D.UpdatePaymentTerm, D.LoadPaymentTermRequest, D.LoadPaymentTermFailure, D.LoadPaymentTermSuccess, D.LoadPaymentTermsRequest, D.LoadPaymentTermsFailure, D.LoadPaymentTermsSuccess, D.SavePaymentTermRequest, D.SavePaymentTermSuccess, D.AddPaymentTermSuccess, D.SavePaymentTermFailure, D.ArchivePaymentTermsRequest, D.ArchivePaymentTermsSuccess, D.ArchivePaymentTermsFailure, D.DeletePaymentTermsRequest, D.DeletePaymentTermsSuccess, D.DeletePaymentTermsFailure, D.RestorePaymentTermsRequest, D.RestorePaymentTermsSuccess, D.RestorePaymentTermsFailure, D.FilterPaymentTerms, D.SortPaymentTerms, D.FilterPaymentTermsByState, D.FilterPaymentTermsByCustom1, D.FilterPaymentTermsByCustom2, D.FilterPaymentTermsByCustom3, D.FilterPaymentTermsByCustom4, D.StartPaymentTermMultiselect, D.AddToPaymentTermMultiselect, D.RemoveFromPaymentTermMultiselect, D.ClearPaymentTermMultiselect, N.PaymentTermState, N._PaymentTermUIState_Object_EntityUIState, N._$PaymentTermStateSerializer, N._$PaymentTermUIStateSerializer, N.PaymentTermStateBuilder, N.PaymentTermUIStateBuilder, Z.ViewProductList, Z.ViewProduct, Z.EditProduct, Z.UpdateProduct, Z.LoadProductRequest, Z.LoadProduct, Z.LoadProductSuccess, Z.LoadProductFailure, Z.LoadProducts, Z.LoadProductsRequest, Z.LoadProductsFailure, Z.LoadProductsSuccess, Z.SaveProductRequest, Z.SaveProductSuccess, Z.AddProductSuccess, Z.SaveProductFailure, Z.ArchiveProductsRequest, Z.ArchiveProductsSuccess, Z.ArchiveProductsFailure, Z.DeleteProductsRequest, Z.DeleteProductsSuccess, Z.DeleteProductsFailure, Z.RestoreProductsRequest, Z.RestoreProductsSuccess, Z.RestoreProductsFailure, Z.FilterProducts, Z.SortProducts, Z.FilterProductsByState, Z.FilterProductsByCustom1, Z.FilterProductsByCustom2, Z.FilterProductsByCustom3, Z.FilterProductsByCustom4, Z.StartProductMultiselect, Z.AddToProductMultiselect, Z.RemoveFromProductMultiselect, Z.ClearProductMultiselect, Z.SaveProductDocumentRequest, Z.SaveProductDocumentFailure, Z.UpdateProductTab, Y.ProductState, Y._ProductUIState_Object_EntityUIState, Y._$ProductStateSerializer, Y._$ProductUIStateSerializer, Y.ProductStateBuilder, Y.ProductUIStateBuilder, M.ViewProjectList, M.ViewProject, M.EditProject, M.UpdateProject, M.LoadProject, M.LoadProjects, M.LoadProjectRequest, M.LoadProjectFailure, M.LoadProjectSuccess, M.LoadProjectsRequest, M.LoadProjectsFailure, M.LoadProjectsSuccess, M.SaveProjectRequest, M.SaveProjectSuccess, M.AddProjectSuccess, M.SaveProjectFailure, M.ArchiveProjectRequest, M.ArchiveProjectSuccess, M.ArchiveProjectFailure, M.DeleteProjectRequest, M.DeleteProjectSuccess, M.DeleteProjectFailure, M.RestoreProjectRequest, M.RestoreProjectSuccess, M.RestoreProjectFailure, M.FilterProjects, M.SortProjects, M.FilterProjectsByState, M.FilterProjectsByCustom1, M.FilterProjectsByCustom2, M.FilterProjectsByCustom3, M.FilterProjectsByCustom4, M.StartProjectMultiselect, M.AddToProjectMultiselect, M.RemoveFromProjectMultiselect, M.ClearProjectMultiselect, M.SaveProjectDocumentRequest, M.SaveProjectDocumentFailure, M.UpdateProjectTab, D.ProjectState, D._ProjectUIState_Object_EntityUIState, D._$ProjectStateSerializer, D._$ProjectUIStateSerializer, D.ProjectStateBuilder, D.ProjectUIStateBuilder, E.ViewQuoteList, E.ViewQuote, E.EditQuote, E.ShowEmailQuote, E.ShowPdfQuote, E.EditQuoteItem, E.UpdateQuote, E.UpdateQuoteClient, E.LoadQuote, E.LoadQuotes, E.LoadQuoteRequest, E.LoadQuoteFailure, E.LoadQuoteSuccess, E.LoadQuotesRequest, E.LoadQuotesFailure, E.LoadQuotesSuccess, E.AddQuoteContact, E.RemoveQuoteContact, E.AddQuoteItem, E.MoveQuoteItem, E.AddQuoteItems, E.UpdateQuoteItem, E.DeleteQuoteItem, E.SaveQuoteRequest, E.SaveQuoteSuccess, E.AddQuoteSuccess, E.SaveQuoteFailure, E.EmailQuoteRequest, E.EmailQuoteSuccess, E.EmailQuoteFailure, E.MarkSentQuotesRequest, E.MarkSentQuoteSuccess, E.MarkSentQuoteFailure, E.BulkEmailQuotesRequest, E.BulkEmailQuotesSuccess, E.BulkEmailQuotesFailure, E.ArchiveQuotesRequest, E.ArchiveQuotesSuccess, E.ArchiveQuotesFailure, E.DeleteQuotesRequest, E.DeleteQuotesSuccess, E.DeleteQuotesFailure, E.DownloadQuotesRequest, E.DownloadQuotesSuccess, E.DownloadQuotesFailure, E.RestoreQuotesRequest, E.RestoreQuotesSuccess, E.RestoreQuotesFailure, E.FilterQuotes, E.SortQuotes, E.FilterQuotesByState, E.FilterQuotesByStatus, E.FilterQuotesByCustom1, E.FilterQuotesByCustom2, E.FilterQuotesByCustom3, E.FilterQuotesByCustom4, E.ConvertQuotes, E.ConvertQuoteSuccess, E.ConvertQuoteFailure, E.SaveQuoteDocumentRequest, E.SaveQuoteDocumentFailure, E.StartQuoteMultiselect, E.AddToQuoteMultiselect, E.RemoveFromQuoteMultiselect, E.ClearQuoteMultiselect, E.UpdateQuoteTab, G.QuoteState, G._QuoteUIState_Object_EntityUIState, G._$QuoteStateSerializer, G._$QuoteUIStateSerializer, G.QuoteStateBuilder, G.QuoteUIStateBuilder, U.ViewRecurringExpenseList, U.ViewRecurringExpense, U.EditRecurringExpense, U.UpdateRecurringExpense, U.LoadRecurringExpense, U.LoadRecurringExpenseRequest, U.LoadRecurringExpenseFailure, U.LoadRecurringExpenseSuccess, U.LoadRecurringExpensesRequest, U.LoadRecurringExpensesFailure, U.LoadRecurringExpensesSuccess, U.SaveRecurringExpenseRequest, U.SaveRecurringExpenseSuccess, U.AddRecurringExpenseSuccess, U.SaveRecurringExpenseFailure, U.ArchiveRecurringExpensesRequest, U.ArchiveRecurringExpensesSuccess, U.ArchiveRecurringExpensesFailure, U.DeleteRecurringExpensesRequest, U.DeleteRecurringExpensesSuccess, U.DeleteRecurringExpensesFailure, U.RestoreRecurringExpensesRequest, U.RestoreRecurringExpensesSuccess, U.RestoreRecurringExpensesFailure, U.FilterRecurringExpenses, U.SortRecurringExpenses, U.FilterRecurringExpensesByState, U.FilterRecurringExpensesByCustom1, U.FilterRecurringExpensesByCustom2, U.FilterRecurringExpensesByCustom3, U.FilterRecurringExpensesByCustom4, U.StartRecurringExpenseMultiselect, U.AddToRecurringExpenseMultiselect, U.RemoveFromRecurringExpenseMultiselect, U.ClearRecurringExpenseMultiselect, U.StartRecurringExpensesRequest, U.StartRecurringExpensesSuccess, U.StartRecurringExpensesFailure, U.StopRecurringExpensesRequest, U.StopRecurringExpensesSuccess, U.StopRecurringExpensesFailure, U.SaveRecurringExpenseDocumentFailure, K.RecurringExpenseState, K._RecurringExpenseUIState_Object_EntityUIState, K._$RecurringExpenseStateSerializer, K._$RecurringExpenseUIStateSerializer, K.RecurringExpenseStateBuilder, K.RecurringExpenseUIStateBuilder, N.ViewRecurringInvoiceList, N.ViewRecurringInvoice, N.EditRecurringInvoice, N.ShowPdfRecurringInvoice, N.EditRecurringInvoiceItem, N.UpdateRecurringInvoice, N.UpdateRecurringInvoiceClient, N.LoadRecurringInvoice, N.LoadRecurringInvoices, N.LoadRecurringInvoiceRequest, N.LoadRecurringInvoiceFailure, N.LoadRecurringInvoiceSuccess, N.LoadRecurringInvoicesRequest, N.LoadRecurringInvoicesFailure, N.LoadRecurringInvoicesSuccess, N.AddRecurringInvoiceContact, N.RemoveRecurringInvoiceContact, N.SaveRecurringInvoiceRequest, N.SaveRecurringInvoiceSuccess, N.AddRecurringInvoiceSuccess, N.AddRecurringInvoiceItem, N.MoveRecurringInvoiceItem, N.AddRecurringInvoiceItems, N.UpdateRecurringInvoiceItem, N.DeleteRecurringInvoiceItem, N.SaveRecurringInvoiceFailure, N.ArchiveRecurringInvoicesRequest, N.ArchiveRecurringInvoicesSuccess, N.ArchiveRecurringInvoicesFailure, N.DeleteRecurringInvoicesRequest, N.DeleteRecurringInvoicesSuccess, N.DeleteRecurringInvoicesFailure, N.RestoreRecurringInvoicesRequest, N.RestoreRecurringInvoicesSuccess, N.RestoreRecurringInvoicesFailure, N.FilterRecurringInvoices, N.SortRecurringInvoices, N.FilterRecurringInvoicesByState, N.FilterRecurringInvoicesByStatus, N.FilterRecurringInvoicesByCustom1, N.FilterRecurringInvoicesByCustom2, N.FilterRecurringInvoicesByCustom3, N.FilterRecurringInvoicesByCustom4, N.SaveRecurringInvoiceDocumentRequest, N.SaveRecurringInvoiceDocumentFailure, N.StartRecurringInvoicesRequest, N.StartRecurringInvoicesSuccess, N.StartRecurringInvoicesFailure, N.StopRecurringInvoicesRequest, N.StopRecurringInvoicesSuccess, N.StopRecurringInvoicesFailure, N.StartRecurringInvoiceMultiselect, N.AddToRecurringInvoiceMultiselect, N.RemoveFromRecurringInvoiceMultiselect, N.ClearRecurringInvoiceMultiselect, N.UpdateRecurringInvoiceTab, Q.RecurringInvoiceState, Q._RecurringInvoiceUIState_Object_EntityUIState, Q._$RecurringInvoiceStateSerializer, Q._$RecurringInvoiceUIStateSerializer, Q.RecurringInvoiceStateBuilder, Q.RecurringInvoiceUIStateBuilder, K.ViewReports, K.UpdateReportSettings, G.ReportsUIState, G._$ReportsUIStateSerializer, G.ReportsUIStateBuilder, L.ViewSettings, L.ClearSettingsFilter, L.ResetSettings, L.UpdateSettings, L.UpdateSettingsTab, L.UpdatedSetting, L.UpdateSettingsTemplate, L.UpdateUserSettings, L.UploadLogoRequest, L.UploadLogoFailure, L.SaveUserSettingsRequest, L.SaveUserSettingsSuccess, L.SaveUserSettingsFailure, L.SaveAuthUserRequest, L.SaveAuthUserSuccess, L.SaveAuthUserFailure, L.ConnecOAuthUserRequest, L.ConnecOAuthUserSuccess, L.ConnecOAuthUserFailure, L.DisableTwoFactorRequest, L.DisableTwoFactorSuccess, L.DisableTwoFactorFailure, L.ConnecGmailUserSuccess, L.ConnecGmailUserFailure, L.FilterSettings, B.StaticState, B._$StaticStateSerializer, B.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, M.SubscriptionState, M._SubscriptionUIState_Object_EntityUIState, M._$SubscriptionStateSerializer, M._$SubscriptionUIStateSerializer, M.SubscriptionStateBuilder, M.SubscriptionUIStateBuilder, U.ViewTaskList, U.ViewTask, U.EditTask, U.UpdateTask, U.LoadTask, U.LoadTasks, U.LoadTaskRequest, U.LoadTaskFailure, U.LoadTaskSuccess, U.EditTaskTime, U.AddTaskTime, U.UpdateTaskTime, U.DeleteTaskTime, U.LoadTasksRequest, U.LoadTasksFailure, U.LoadTasksSuccess, U.SaveTaskRequest, U.SaveTaskSuccess, U.AddTaskSuccess, U.SaveTaskFailure, U.ArchiveTaskRequest, U.ArchiveTaskSuccess, U.ArchiveTaskFailure, U.DeleteTaskRequest, U.DeleteTaskSuccess, U.DeleteTaskFailure, U.RestoreTaskRequest, U.RestoreTaskSuccess, U.RestoreTaskFailure, U.SortTasksRequest, U.SortTasksSuccess, U.SortTasksFailure, U.FilterTasks, U.SortTasks, U.FilterTasksByState, U.FilterTasksByStatus, U.FilterTasksByCustom1, U.FilterTasksByCustom2, U.FilterTasksByCustom3, U.FilterTasksByCustom4, U.StartTaskMultiselect, U.AddToTaskMultiselect, U.RemoveFromTaskMultiselect, U.ClearTaskMultiselect, U.SaveTaskDocumentRequest, U.SaveTaskDocumentFailure, U.UpdateTaskTab, M.TaskState, M._TaskUIState_Object_EntityUIState, M._$TaskStateSerializer, M._$TaskUIStateSerializer, M.TaskStateBuilder, M.TaskUIStateBuilder, V.ViewTaskStatusList, V.ViewTaskStatus, V.EditTaskStatus, V.UpdateTaskStatus, V.LoadTaskStatusRequest, V.LoadTaskStatusFailure, V.LoadTaskStatusSuccess, V.LoadTaskStatusesRequest, V.LoadTaskStatusesFailure, V.LoadTaskStatusesSuccess, V.SaveTaskStatusRequest, V.SaveTaskStatusSuccess, V.AddTaskStatusSuccess, V.SaveTaskStatusFailure, V.ArchiveTaskStatusesRequest, V.ArchiveTaskStatusesSuccess, V.ArchiveTaskStatusesFailure, V.DeleteTaskStatusesRequest, V.DeleteTaskStatusesSuccess, V.DeleteTaskStatusesFailure, V.RestoreTaskStatusesRequest, V.RestoreTaskStatusesSuccess, V.RestoreTaskStatusesFailure, V.FilterTaskStatuses, V.SortTaskStatuses, V.FilterTaskStatusesByState, V.FilterTaskStatusesByCustom1, V.FilterTaskStatusesByCustom2, V.FilterTaskStatusesByCustom3, V.FilterTaskStatusesByCustom4, V.StartTaskStatusMultiselect, V.AddToTaskStatusMultiselect, V.RemoveFromTaskStatusMultiselect, V.ClearTaskStatusMultiselect, L.TaskStatusState, L._TaskStatusUIState_Object_EntityUIState, L._$TaskStatusStateSerializer, L._$TaskStatusUIStateSerializer, L.TaskStatusStateBuilder, L.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, Q.TaxRateState, Q._TaxRateUIState_Object_EntityUIState, Q._$TaxRateStateSerializer, Q._$TaxRateUIStateSerializer, Q.TaxRateStateBuilder, Q.TaxRateUIStateBuilder, Q.ViewTokenList, Q.ViewToken, Q.EditToken, Q.UpdateToken, Q.LoadTokenRequest, Q.LoadTokenFailure, Q.LoadTokenSuccess, Q.LoadTokensRequest, Q.LoadTokensFailure, Q.LoadTokensSuccess, Q.SaveTokenRequest, Q.SaveTokenSuccess, Q.AddTokenSuccess, Q.SaveTokenFailure, Q.ArchiveTokensRequest, Q.ArchiveTokensSuccess, Q.ArchiveTokensFailure, Q.DeleteTokensRequest, Q.DeleteTokensSuccess, Q.DeleteTokensFailure, Q.RestoreTokensRequest, Q.RestoreTokensSuccess, Q.RestoreTokensFailure, Q.FilterTokens, Q.SortTokens, Q.FilterTokensByState, Q.FilterTokensByCustom1, Q.FilterTokensByCustom2, Q.FilterTokensByCustom3, Q.FilterTokensByCustom4, Q.StartTokenMultiselect, Q.AddToTokenMultiselect, Q.RemoveFromTokenMultiselect, Q.ClearTokenMultiselect, N.TokenState, N._TokenUIState_Object_EntityUIState, N._$TokenStateSerializer, N._$TokenUIStateSerializer, N.TokenStateBuilder, N.TokenUIStateBuilder, U.EntityUIState, Q.ListUIState, Q._$ListUIStateSerializer, Q.ListUIStateBuilder, X.PrefState, X.PrefStateSortField, X.CompanyPrefState, X.HistoryRecord, X._$PrefStateSerializer, X._$PrefStateSortFieldSerializer, X._$CompanyPrefStateSerializer, X._$AppLayoutSerializer, X._$ModuleLayoutSerializer, X._$AppSidebarModeSerializer, X._$HistoryRecordSerializer, X.PrefStateBuilder, X.PrefStateSortFieldBuilder, X.CompanyPrefStateBuilder, X.HistoryRecordBuilder, Q.UpdateCurrentRoute, U.UIState, U._$UIStateSerializer, U.UIStateBuilder, X.ViewUserList, X.ViewUser, X.EditUser, X.UpdateUser, X.LoadUserRequest, X.LoadUserFailure, X.LoadUserSuccess, X.LoadUsersRequest, X.LoadUsersFailure, X.LoadUsersSuccess, X.SaveUserRequest, X.SaveUserSuccess, X.AddUserSuccess, X.SaveUserFailure, X.ArchiveUserRequest, X.ArchiveUserSuccess, X.ArchiveUserFailure, X.DeleteUserRequest, X.DeleteUserSuccess, X.DeleteUserFailure, X.RestoreUserRequest, X.RestoreUserSuccess, X.RestoreUserFailure, X.RemoveUserRequest, X.RemoveUserSuccess, X.RemoveUserFailure, X.ResendInviteRequest, X.ResendInviteSuccess, X.ResendInviteFailure, X.FilterUsers, X.SortUsers, X.FilterUsersByState, X.FilterUsersByCustom1, X.FilterUsersByCustom2, X.FilterUsersByCustom3, X.FilterUsersByCustom4, X.StartUserMultiselect, X.AddToUserMultiselect, X.RemoveFromUserMultiselect, X.ClearUserMultiselect, Q.UserState, Q._UserUIState_Object_EntityUIState, Q._$UserStateSerializer, Q._$UserUIStateSerializer, Q.UserStateBuilder, Q.UserUIStateBuilder, L.ViewVendorList, L.ViewVendor, L.EditVendor, L.UpdateVendor, L.LoadVendor, L.LoadVendors, L.LoadVendorRequest, L.LoadVendorFailure, L.LoadVendorSuccess, L.LoadVendorsRequest, L.LoadVendorsFailure, L.LoadVendorsSuccess, L.SaveVendorRequest, L.SaveVendorSuccess, L.AddVendorSuccess, L.SaveVendorFailure, L.ArchiveVendorRequest, L.ArchiveVendorSuccess, L.ArchiveVendorFailure, L.DeleteVendorRequest, L.DeleteVendorSuccess, L.DeleteVendorFailure, L.RestoreVendorRequest, L.RestoreVendorSuccess, L.RestoreVendorFailure, L.EditVendorContact, L.AddVendorContact, L.UpdateVendorContact, L.DeleteVendorContact, L.FilterVendors, L.SortVendors, L.FilterVendorsByState, L.FilterVendorsByCustom1, L.FilterVendorsByCustom2, L.FilterVendorsByCustom3, L.FilterVendorsByCustom4, L.StartVendorMultiselect, L.AddToVendorMultiselect, L.RemoveFromVendorMultiselect, L.ClearVendorMultiselect, L.SaveVendorDocumentRequest, L.SaveVendorDocumentFailure, L.UpdateVendorTab, Y.VendorState, Y._VendorUIState_Object_EntityUIState, Y._$VendorStateSerializer, Y._$VendorUIStateSerializer, Y.VendorStateBuilder, Y.VendorUIStateBuilder, S.ViewWebhookList, S.ViewWebhook, S.EditWebhook, S.UpdateWebhook, S.LoadWebhookRequest, S.LoadWebhookFailure, S.LoadWebhookSuccess, S.LoadWebhooksRequest, S.LoadWebhooksFailure, S.LoadWebhooksSuccess, S.SaveWebhookRequest, S.SaveWebhookSuccess, S.AddWebhookSuccess, S.SaveWebhookFailure, S.ArchiveWebhooksRequest, S.ArchiveWebhooksSuccess, S.ArchiveWebhooksFailure, S.DeleteWebhooksRequest, S.DeleteWebhooksSuccess, S.DeleteWebhooksFailure, S.RestoreWebhooksRequest, S.RestoreWebhooksSuccess, S.RestoreWebhooksFailure, S.FilterWebhooks, S.SortWebhooks, S.FilterWebhooksByState, S.FilterWebhooksByCustom1, S.FilterWebhooksByCustom2, S.FilterWebhooksByCustom3, S.FilterWebhooksByCustom4, S.StartWebhookMultiselect, S.AddToWebhookMultiselect, S.RemoveFromWebhookMultiselect, S.ClearWebhookMultiselect, V.WebhookState, V._WebhookUIState_Object_EntityUIState, V._$WebhookStateSerializer, V._$WebhookUIStateSerializer, V.WebhookStateBuilder, V.WebhookUIStateBuilder, B.ConfirmEmailVM, A.AppDrawerVM, A.MenuDrawerVM, Q.EntityPresenter, L.DataColumn0, L.DataRow0, L.DataCell0, G.LoginVM, Y.ClientListVM, D.ClientScreenVM, F.ClientEditContactsVM, M.ClientEditVM, X.ClientViewVM, S.CompanyGatewayListVM, Y.CompanyGatewayScreenVM, L.CompanyGatewayEditVM, A.CompanyGatewayViewVM, M.EmailEntityVM, T.EntityListVM, O.EntityPdfVM, R.CreditScreenVM, L.EntityEditDetailsVM, O.EntityEditItemsVM, E.EntityEditNotesVM, M.AbstractInvoiceEditVM, F.AbstractInvoiceViewVM, Q.DashboardVM, F.DesignListVM, G.DesignScreenVM, G.DesignEditVM, B.DesignViewVM, A.DocumentListVM, U.DocumentScreenVM, E.DocumentEditVM, A.DocumentViewVM, O.AbstractExpenseEditVM, F.ExpenseListVM, U.ExpenseScreenVM, U.AbstractExpenseViewVM, F.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, O.ExpenseCategoryScreenVM, L.ExpenseCategoryViewVM, A.GroupEditVM, Y.GroupListVM, S.GroupScreenVM, A.GroupViewVM, X.EntityEditContactsVM, B.EntityEditPDFVM, E.InvoiceScreenVM, B.PaymentEditVM, R.PaymentListVM, G.PaymentScreenVM, Y.PaymentRefundVM, F.PaymentViewVM, Y.PaymentTermEditVM, U.PaymentTermListVM, Z.PaymentTermScreenVM, U.PaymentTermViewVM, S.ProductEditVM, Q.ProductListVM, E.ProductScreenVM, F.ProductViewVM, G.ProjectEditVM, X.ProjectListVM, S.ProjectScreenVM, D.ProjectViewVM, B.QuoteScreenVM, U.RecurringExpenseListVM, B.RecurringExpenseScreenVM, Y.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ClientReportFields, L.CreditReportFields, R.DocumentReportFields, M.ExpenseReportFields, D.InvoiceItemReportFields, X.InvoiceReportFields, O.TaxRateReportFields, K.PaymentReportFields, X.TaxRateReportFields0, N.ProductReportFields, K.ProfitAndLossReportFields, T.QuoteItemReportFields, Y.QuoteReportFields, A.ReportColumnType, A.ReportResult, A.ReportElement, L.ReportsScreenVM, L.GroupTotals, E.TaskReportFields, A.AccountManagementVM, B.BuyNowButtonsVM, A.ClientPortalVM, A.CompanyDetailsVM, F.CreditCardsAndBanksVM, M.CustomFieldsVM, M.DataVisualizationsVM, L.DeviceSettingsVM, D.EmailSettingsVM, N.ExpenseSettingsVM, F.GeneratedNumbersVM, N.ImportExportVM, B.InvoiceDesignVM, B.LocalizationSettingsVM, B.OnlinePaymentsVM, G.ProductSettingsVM, D.SettingsListVM, L.SettingsScreenVM, F.TaskSettingsVM, A.TaxSettingsVM, F.TemplatesAndRemindersVM, M.UserDetailsVM, Y.WorkflowSettingsVM, R.SubscriptionEditVM, S.SubscriptionListVM, L.SubscriptionScreenVM, E.SubscriptionViewVM, B.UpdateState, A.TaskEditDetailsVM, M.TaskEditTimesVM, B.TaskEditVM, T.KanbanVM, K.TaskListVM, Y.TaskScreenVM, L.TaskViewVM, Q.TaskStatusEditVM, U.TaskStatusListVM, U.TaskStatusScreenVM, T.TaskStatusViewVM, S.TaxRateEditVM, X.TaxRateListVM, O.TaxRateScreenVM, R.TaxRateViewVM, R.TokenEditVM, M.TokenListVM, K.TokenScreenVM, U.TokenViewVM, Y.UserEditVM, M.UserListVM, A.UserScreenVM, X.UserViewVM, T.VendorEditContactsVM, A.VendorEditVM, E.VendorListVM, B.VendorScreenVM, F.VendorViewVM, F.WebhookEditVM, Y.WebhookViewVM, X.WebhookListVM, T.WebhookScreenVM, O.Debouncer, Y.FormatNumberType, B.LocaleCodeAware, B.LocalizationsProvider, V.AndroidAuthMessages, V.IOSAuthMessages, L.LocalAuthentication, Y.Level, L.LogRecord, F.Logger, S.PdfDocument, S.PdfPageNotFoundException, V.PdfPage, V.PdfPageAlreadyClosedException, V.PdfPageImage, V.PdfNotSupportException, S.Document, V.Page, V.Data, M.NativePdfRendererPlugin, T.Repository, T.RepositoryItemNotFoundException, X.PdfController, X._PdfViewLoadingState, F.AnimationDirection, Y._PlaceholderType, Y.ImageHandler, K.OverflowViewLayoutBehavior, M.Context, O.Style, X.ParsedPath, X.PathException, Q.MissingPlatformDirectoryException, M.PermissionStatus0, M.Permission, M.PhotoViewGalleryPageOptions, E.PhotoViewControllerValue, E.PhotoViewController, E.PhotoViewControllerDelegate, M.PhotoViewScaleStateController, G.HitCornersDetector, G.HitCorners, M.PhotoViewComputedScale, G.PhotoViewScaleState, F.PhotoViewHeroAttributes, M.ScaleBoundaries, M.CornersRange, T.Platform, Q._QrBitBuffer_Object_ListMixin, V.QrByte, V.InputTooLongException, D.QrPolynomial, D.QrCode, Y.QrRsBlock, F.PaintCache, R._PaintMetrics, G.QrCodeElement, G.FinderPatternPosition, G.QrEyeShape, G.QrDataModuleShape, G.QrEyeStyle, G.QrDataModuleStyle, S.QrValidationResult, S.QrValidationStatus, X.MiddlewareClass, X.Store, B.TypedReducer, B.TypedMiddleware, N.LoadingState, N.RoundedLoadingButtonController, U._Wrapper, F._StreamSinkWrapper, G._StartWithStreamSink, O._StartWithErrorStreamSink, G.ErrorAndStackTrace, Q.ValueWrapper, O.HubAdapter, U.NoOpHub, B.Breadcrumb, K.SentryLevel, Z.SentryFlutterWeb, V.SharedPreferences, E.SharedPreferencesStorePlatform, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, G.SourceSpanException, X.StringScanner, S.BasicLock, X.EnMessages, X.EnShortMessages, O.EsMessages, O.EsShortMessages, K.Uuid, E.Matrix3, E.Matrix4, E.Quaternion, E.Vector3, E.Vector4, Q.Version]); - _inheritMany(H.Closure, [H.initializeEngine_closure, H.initializeEngine_closure0, H.initializeEngine__closure, H._addUrlStrategyListener_closure, H._addUrlStrategyListener_closure0, H.AssetManager__baseUrl_closure, H.AssetManager__baseUrl_closure0, H.ClipboardMessageHandler_setDataMethodCall_closure, H.ClipboardMessageHandler_setDataMethodCall_closure0, H.ClipboardMessageHandler_getDataMethodCall_closure, H.ClipboardMessageHandler_getDataMethodCall_closure0, H.DomRenderer_reset_closure, H.DomRenderer_setPreferredOrientation_closure, H.DomRenderer_setPreferredOrientation_closure0, H.PersistedPicture__applyBitmapPaint_closure, H.SurfaceSceneBuilder_build_closure, H.SurfaceSceneBuilder_build_closure0, H.commitScene_closure, H.PersistedContainerSurface__matchChildren_closure, H.HtmlCodec_getNextFrame_closure, H.HtmlCodec_getNextFrame_closure0, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_set, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get, H.HtmlCodec__decodeUsingOnLoad_closure, H.HtmlCodec__decodeUsingOnLoad_closure0, H.Keyboard$__closure, H.Keyboard$__closure0, H.Keyboard$__closure1, H.Keyboard__handleHtmlEvent_closure, H.Keyboard__handleHtmlEvent_closure0, H._kLogicalKeyToModifierGetter_closure, H._kLogicalKeyToModifierGetter_closure0, H._kLogicalKeyToModifierGetter_closure1, H._kLogicalKeyToModifierGetter_closure2, H._kLogicalKeyToModifierGetter_closure3, H._kLogicalKeyToModifierGetter_closure4, H._kLogicalKeyToModifierGetter_closure5, H._kLogicalKeyToModifierGetter_closure6, H.KeyboardBinding__addEventListener_closure, H.KeyboardBinding__onKeyData_closure, H.KeyboardBinding__setup_closure, H.KeyboardBinding__setup_closure0, H.KeyboardConverter__scheduleAsyncEvent_closure, H.KeyboardConverter__scheduleAsyncEvent_closure0, H.KeyboardConverter__startGuardingKey_closure, H.KeyboardConverter__startGuardingKey_closure0, H.KeyboardConverter_handleEvent_closure, H.KeyboardConverter_handleEvent_closure0, H.KeyboardConverter_handleEvent_closure1, H.KeyboardConverter_handleEvent_closure2, H.KeyboardConverter_handleEvent__closure, H.MultiEntriesBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure0, H.HashUrlStrategy_addPopStateListener_closure, H.HashUrlStrategy__waitForPopState__unsubscribe_set, H.HashUrlStrategy__waitForPopState__unsubscribe_get, H.HashUrlStrategy__waitForPopState_closure, H.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure0, H.EnginePlatformDispatcher__sendPlatformMessage_closure1, H.EnginePlatformDispatcher__sendPlatformMessage_closure2, H.EnginePlatformDispatcher__sendPlatformMessage_closure3, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, H.EnginePlatformDispatcher__replyToPlatformMessage_closure, H.invoke3_closure, H._BaseAdapter_addEventListener_closure, H._WheelEventListenerMixin__addWheelEventListener_closure, H._PointerAdapter__ensureSanitizer_closure, H._PointerAdapter__addPointerEventListener_closure, H._PointerAdapter_setup_closure, H._PointerAdapter_setup_closure0, H._PointerAdapter_setup_closure1, H._PointerAdapter_setup_closure2, H._PointerAdapter_setup_closure3, H._TouchAdapter__addTouchEventListener_closure, H._TouchAdapter_setup_closure, H._TouchAdapter_setup_closure0, H._TouchAdapter_setup_closure1, H._TouchAdapter_setup_closure2, H._MouseAdapter__addMouseEventListener_closure, H._MouseAdapter_setup_closure, H._MouseAdapter_setup_closure0, H._MouseAdapter_setup_closure1, H._MouseAdapter_setup_closure2, H.PointerDataConverter__ensureStateForPointer_closure, H.AccessibilityAnnouncements$__closure, H.AccessibilityAnnouncements_handleMessage_closure, H.Incrementable_closure, H.Incrementable_closure0, H.Scrollable_update_closure, H.Scrollable_update_closure0, H.Scrollable_update_closure1, H._roleFactories_closure, H._roleFactories_closure0, H._roleFactories_closure1, H._roleFactories_closure2, H._roleFactories_closure3, H._roleFactories_closure4, H._roleFactories_closure5, H._roleFactories_closure6, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_set, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get, H.EngineSemanticsOwner$__closure, H.EngineSemanticsOwner__now_closure, H.EngineSemanticsOwner__getGestureModeClock_closure, H.DesktopSemanticsEnabler_tryEnableSemantics_closure, H.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.MobileSemanticsEnabler_tryEnableSemantics_closure, H.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.Tappable_update_closure, H.TextField__initializeForBlink_closure, H.TextField__initializeForWebkit_closure, H.TextField__initializeForWebkit_closure0, H.TextField_update_closure, H.StandardMessageCodec_writeValue_closure0, H.CanvasParagraph__createDomElement__element_set, H.CanvasParagraph__createDomElement__element_get, H.FontManager__loadFontFace_closure, H.FontManager__loadFontFace_closure0, H._PolyfillFontManager_registerAsset___fontLoadStart_set, H._PolyfillFontManager_registerAsset___fontLoadStart_get, H._PolyfillFontManager_registerAsset__watchWidth, H._PolyfillFontManager_registerAsset_closure, H.RulerManager__scheduleRulerCacheCleanup_closure, H.RulerManager__evictAllRulers_closure, H.RulerManager_cleanUpRulerCache_closure, H.DomParagraphBuilder__buildRichText_currentElement, H.EngineAutofillForm_fromFrameworkMessage_closure, H.EngineAutofillForm_addInputEventListeners_closure, H.EngineAutofillForm_addInputEventListeners__closure, H.DefaultTextEditingStrategy_addEventHandlers_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, H.IOSTextEditingStrategy_addEventHandlers_closure, H.IOSTextEditingStrategy_addEventHandlers_closure0, H.IOSTextEditingStrategy__addTapListener_closure, H.IOSTextEditingStrategy__schedulePlacement_closure, H.AndroidTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure0, H.FirefoxTextEditingStrategy__postponeFocus_closure, H.saveForms_closure, H.TextEditingChannel_handleTextInput__command_set, H.TextEditingChannel_handleTextInput__command_get, H.TextEditingChannel_handleTextInput_closure, H.HybridTextEditing__startEditing_closure0, H.HybridTextEditing__startEditing_closure, H.WebExperiments$__closure, H.EngineFlutterWindow_closure, H._HeaderValue_toString_closure, H._HeaderValue__parse_done, H._HeaderValue__parse_skipWS, H._HeaderValue__parse_parseValue, H._HeaderValue__parse_expect, H._HeaderValue__parse_maybeExpect, H._HeaderValue__parse_parseParameters, H._HeaderValue__parse_parseParameters_parseParameterName, H._HeaderValue__parse_parseParameters_parseParameterValue, H._CastListBase_sort_closure, H._CastListBase_removeWhere_closure, H._CastListBase_retainWhere_closure, H.CastMap_putIfAbsent_closure, H.CastMap_forEach_closure, H.CastMap_entries_closure, H.nullFuture_closure, H.ConstantMap_map_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_initTicker_closure, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_containsValue_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_Future_closure, P.Future_Future$microtask_closure, P.Future_Future$delayed_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P._Future_timeout_closure, P._Future_timeout_closure0, P._Future_timeout_closure1, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_Stream$fromIterable_closure, P.Stream_pipe_closure, P.Stream_fold_closure, P.Stream_fold_closure0, P.Stream_fold__closure, P.Stream_fold__closure0, P.Stream_forEach_closure, P.Stream_forEach_closure0, P.Stream_forEach__closure, P.Stream_forEach__closure0, P.Stream_length_closure, P.Stream_length_closure0, P.Stream_isEmpty_closure, P.Stream_isEmpty_closure0, P.Stream_first_closure, P.Stream_first_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_makeErrorHandler_closure, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._cancelAndError_closure, P._cancelAndErrorClosure_closure, P._cancelAndValue_closure, P._StreamHandlerTransformer_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._CustomZone_bindUnaryCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._RootZone_bindUnaryCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._CustomHashMap_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.SplayTreeMap_closure, P.SplayTreeMap_addAll_closure, P.SplayTreeSet_closure, P.SplayTreeSet__copyNode_copyChildren, P._JsonMap_values_closure, P._JsonMap_addAll_closure, P.Utf8Decoder__decoder_closure, P.Utf8Decoder__decoderNonfatal_closure, P._JsonStringifier_writeMap_closure, P._JsonPrettyPrintMixin_writeMap_closure, P._symbolMapToStringMap_closure, P.NoSuchMethodError_toString_closure, P._BigIntImpl_hashCode_combine, P._BigIntImpl_hashCode_finish, P._BigIntImpl_toDouble_readBits, P._BigIntImpl_toDouble_roundUp, P.DateTime_parse_parseIntOrZero, P.DateTime_parse_parseMilliAndMicroseconds, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._Uri__makeQuery_writeParameter, P._Uri__makeQuery_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, W.CanvasElement_toBlob_closure, W._ChildrenElementList__filter_closure, W.Element_Element$html_closure, W.Entry_remove_closure, W.Entry_remove_closure0, W.HttpRequest_request_closure, W.MidiInputMap_keys_closure, W.MidiInputMap_values_closure, W.MidiOutputMap_keys_closure, W.MidiOutputMap_values_closure, W.RtcStatsReport_keys_closure, W.RtcStatsReport_values_closure, W.Storage_addAll_closure, W.Storage_keys_closure, W.Storage_values_closure, W._BeforeUnloadEventStreamProvider_forTarget_closure, W._AttributeMap_addAll_closure, W._DataAttributeMap_addAll_closure, W._DataAttributeMap_forEach_closure, W._DataAttributeMap_keys_closure, W._DataAttributeMap_values_closure, W._EventStreamSubscription_closure, W._EventStreamSubscription_onData_closure, W.NodeValidatorBuilder_allowsElement_closure, W.NodeValidatorBuilder_allowsAttribute_closure, W._SimpleNodeValidator_closure, W._SimpleNodeValidator_closure0, W._TemplatingNodeValidator_closure, W._ValidatingTreeSanitizer_sanitizeTree_walk, P._StructuredClone_walk_closure, P._StructuredClone_walk_closure0, P._AcceptStructuredClone_walk_closure, P._convertDartToNative_Value_closure, P.convertDartToNative_Dictionary_closure, P.FilteredElementList__iterable_closure, P.FilteredElementList__iterable_closure0, P.FilteredElementList_removeRange_closure, P._completeRequest_closure, P._FileStream_listen_closure, P._FileStream__closeFile_done, P._FileStream__readBlock_closure, P._FileStream__readBlock_closure0, P._FileStream__start_onReady, P._FileStream__start_onOpenFile, P._FileStream__start_onOpenFile_closure, P._FileStream__start_openFailed, P._File_open_closure, P._File_length_closure, P._convertToJS_closure, P._convertToJS_closure0, P._wrapToDart_closure, P._wrapToDart_closure0, P._wrapToDart_closure1, P.promiseToFuture_closure, P.promiseToFuture_closure0, P.ChannelBuffers_push_closure, P.webOnlyInitializePlatform_closure, P.webOnlyInstantiateImageCodecFromUrl_closure, P._futurize_closure, P.AudioParamMap_keys_closure, P.AudioParamMap_values_closure, D.BoardItemState_onDropItem_closure, D.BoardItemState__startDrag_closure, D.BoardItemState__startDrag_closure0, D.BoardItemState_build_closure, D.BoardItemState_build_closure3, D.BoardItemState_build_closure2, D.BoardItemState_build_closure1, D.BoardItemState_build_closure0, O.BoardListState_onDropList_closure, O.BoardListState__startDrag_closure, O.BoardListState_build_closure0, O.BoardListState_build_closure2, O.BoardListState_build_closure1, O.BoardListState_build_closure, O.BoardListState_build_closure3, N.BoardViewState_moveDown_closure, N.BoardViewState_moveUp_closure, N.BoardViewState_moveListRight_closure, N.BoardViewState_moveListRight__closure, N.BoardViewState_moveListRight_closure0, N.BoardViewState_moveRight_closure, N.BoardViewState_moveRight_closure0, N.BoardViewState_moveRight_closure1, N.BoardViewState_moveRight__closure, N.BoardViewState_moveRight_closure2, N.BoardViewState_moveListLeft_closure, N.BoardViewState_moveListLeft__closure, N.BoardViewState_moveListLeft_closure0, N.BoardViewState_moveLeft_closure, N.BoardViewState_moveLeft_closure0, N.BoardViewState_moveLeft_closure1, N.BoardViewState_moveLeft__closure, N.BoardViewState_moveLeft_closure2, N.BoardViewState_build_closure, N.BoardViewState_build__closure5, N.BoardViewState_build_closure0, N.BoardViewState_build_closure1, N.BoardViewState_build__closure4, N.BoardViewState_build_closure2, N.BoardViewState_build__closure3, N.BoardViewState_build_closure3, N.BoardViewState_build__closure2, N.BoardViewState_build_closure5, N.BoardViewState_build__closure0, N.BoardViewState_build_closure4, N.BoardViewState_build__closure1, N.BoardViewState_build_closure6, N.BoardViewState_build__closure, N.BoardViewState_run_closure, A.hashObjects_closure, R.BuiltListMultimap_BuiltListMultimap_closure, R.BuiltListMultimap_hashCode_closure, R.BuiltListMultimap_forEach_closure, R.BuiltListMultimap_forEach__closure, R.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, X.BuiltSet_hashCode_closure, M.BuiltSetMultimap_hashCode_closure, M.BuiltSetMultimap_forEach_closure, M.BuiltSetMultimap_forEach__closure, M.SetMultimapBuilder_replace_closure, Y.newBuiltValueToStringHelper_closure, U.Serializers_Serializers_closure, U.Serializers_Serializers_closure0, U.Serializers_Serializers_closure1, U.Serializers_Serializers_closure2, U.Serializers_Serializers_closure3, R.BuiltListMultimapSerializer_serialize_closure, R.BuiltListMultimapSerializer_deserialize_closure, K.BuiltListSerializer_serialize_closure, K.BuiltListSerializer_deserialize_closure, R.BuiltSetMultimapSerializer_serialize_closure, R.BuiltSetMultimapSerializer_deserialize_closure, O.BuiltSetSerializer_serialize_closure, O.BuiltSetSerializer_deserialize_closure, T.StandardJsonPlugin__toList_closure, T.StandardJsonPlugin__toList_closure0, T.StandardJsonPlugin__toListUsingDiscriminator_closure, T.StandardJsonPlugin__toListUsingDiscriminator_closure0, X.CachedNetworkImageProvider__loadAsyncHttpGet_closure, G.loadAsyncHtmlImage_closure, B.MultiImageStreamCompleter_closure, B.MultiImageStreamCompleter_closure0, B.MultiImageStreamCompleter_closure1, T.BaseBarRenderer_preprocessSeries_closure, T.BaseBarRenderer_preprocessSeries__closure0, T.BaseBarRenderer_preprocessSeries__closure1, T.BaseBarRenderer_preprocessSeries__closure2, T.BaseBarRenderer_preprocessSeries_closure0, T.BaseBarRenderer_preprocessSeries__closure, T.BaseBarRenderer_update_closure, T.BaseBarRenderer_update__closure, T.BaseBarRenderer_update__closure0, T.BaseBarRenderer_update__closure1, T.BaseBarRenderer_update_closure0, T.BaseBarRenderer_paint_closure, T.BaseBarRenderer_paint__closure0, T.BaseBarRenderer_paint_closure0, T.BaseBarRenderer_paint_closure1, T.BaseBarRenderer_paint__closure, T.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure0, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, T._ReversedSeriesIterator_closure, T._ReversedSeriesIterator_closure0, M.Axis__updateAxisTicks_closure, M.Axis__updateAxisTicks_closure0, M.Axis_paint_closure, R.BaseTickDrawStrategy_collides_closure, R.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, R.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, R.BaseTickDrawStrategy_splitLabel_closure, R.BaseTickDrawStrategy_getLabelWidth_closure, Y.NoneDrawStrategy_decorateTicks_closure, B.SimpleTickFormatterBase_format_closure, B.NumericTickFormatter__getFormatter_closure, L.TimeRangeTickProviderImpl_getTicks__currentTicks_set, L.TimeRangeTickProviderImpl_getTicks__currentTicks_get, L.CartesianChart_init_closure, L.CartesianChart_makeSeries_closure, L.CartesianChart_preprocessSeries_closure, L.CartesianChart_preprocessSeries_closure0, L.CartesianChart_preprocessSeries_closure1, L.CartesianChart_preprocessSeries_closure2, L.CartesianChart_onSkipLayout_closure, F.BaseCartesianRenderer_configureDomainAxes_closure, F.BaseCartesianRenderer_configureMeasureAxes_closure, X.BaseChart_init_closure, X.BaseChart_getSelectionModel_closure, X.BaseChart_pointWithinRenderer_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure0, X.BaseChart_draw_closure, X.BaseChart_drawInternal_closure, X.BaseChart_configureSeries_closure, X.BaseChart_configureSeries__closure, X.BaseChart_configureSeries_closure0, X.BaseChart_preprocessSeries_closure, X.BaseChart_preprocessSeries__closure, X.BaseChart_preprocessSeries_closure0, X.BaseChart_preprocessSeries_closure1, X.BaseChart_onPostLayout_closure, X.BaseChart_paint_closure, X.BaseChart_fireOnDraw_closure, X.BaseChart_fireOnPreprocess_closure, X.BaseChart_fireOnPostprocess_closure, X.BaseChart_fireOnAxisConfigured_closure, X.BaseChart_fireOnPostrender_closure, X.BaseChart_fireOnAnimationComplete_closure, O.DomainHighlighter__updateColorFunctions_closure, O.DomainHighlighter__updateColorFunctions__closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, V.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, Z.SeriesLegend_onData_closure0, Z.SeriesLegend_onData_closure, Z.SeriesLegend_preProcessSeriesList_closure, Z.SeriesLegend_showSeries_closure, E.LinePointHighlighter__updateViewData_closure, E._LinePointLayoutView_paint_closure, E._LinePointLayoutView_paint_closure0, Z.SelectNearest__onSelect_closure, Z.SelectNearest__onSelect_closure0, Z.SelectNearest__extractSeriesFromNearestSelection_closure, N.MutableSeries_closure, D.MutableSelectionModel_updateSelection_closure, D.MutableSelectionModel_updateSelection_closure0, B.BaseSeriesRenderer_assignMissingColors_closure, B.BaseSeriesRenderer_assignMissingColors__closure3, B.BaseSeriesRenderer_assignMissingColors_closure0, B.BaseSeriesRenderer_assignMissingColors__closure2, B.BaseSeriesRenderer_assignMissingColors_closure1, B.BaseSeriesRenderer_assignMissingColors_closure2, B.BaseSeriesRenderer_assignMissingColors__closure0, B.BaseSeriesRenderer_assignMissingColors__closure1, B.BaseSeriesRenderer_assignMissingColors_closure3, B.BaseSeriesRenderer_assignMissingColors__closure, B.BaseSeriesRenderer_assignMissingColors_closure4, D.LayoutManagerImpl_paintOrderedViews_closure, D.LayoutManagerImpl_positionOrderedViews_closure, D.LayoutManagerImpl_drawableLayoutAreaBounds_closure, D.LayoutManagerImpl_layout_closure, D.LayoutManagerImpl__viewsForPositions_closure, B.VerticalMarginStrategy_measure_closure, B.LeftMarginLayoutStrategy_layout_closure, B.RightMarginLayoutStrategy_layout_closure, B.HorizontalMarginStrategy_measure_closure, B.TopMarginLayoutStrategy_layout_closure, B.BottomMarginLayoutStrategy_layout_closure, T.LineRenderer_configureSeries_closure, T.LineRenderer_configureSeries__closure, T.LineRenderer_preprocessSeries_closure, T.LineRenderer_preprocessSeries_closure0, T.LineRenderer_preprocessSeries__closure, T.LineRenderer__mergeIntoSeriesMap_closure, T.LineRenderer__mergeIntoSeriesMap__closure, T.LineRenderer_update_closure, T.LineRenderer_update__closure, T.LineRenderer_update___closure, T.LineRenderer_update_closure0, T.LineRenderer__createBoundsSegment_closure, T.LineRenderer__createBoundsSegment_closure0, T.LineRenderer_paint_closure, T.LineRenderer_paint__closure7, T.LineRenderer_paint_closure0, T.LineRenderer_paint__closure, T.LineRenderer_paint__closure0, T.LineRenderer_paint__closure1, T.LineRenderer_paint__closure2, T.LineRenderer_paint__closure3, T.LineRenderer_paint__closure4, T.LineRenderer_paint__closure5, T.LineRenderer_paint__closure6, T._LineRendererElement_updateAnimationPercent__lastPoint_set, T._LineRendererElement_updateAnimationPercent__lastPoint_get, T._AreaRendererElement_updateAnimationPercent__lastPoint_set, T._AreaRendererElement_updateAnimationPercent__lastPoint_get, U.PointRenderer_paint_closure, U.PointRenderer_paint__closure1, U.PointRenderer_paint_closure0, U.PointRenderer_paint__closure, U.PointRenderer_paint__closure0, U.PointRenderer_paint___closure, U.PointRenderer_paint___closure0, U.PointRenderer_paint___closure1, U.PointRenderer_paint___closure2, N.GestureListener_defaultTapCancel_closure, N.GestureListener_defaultTapTest_closure, M.MaterialPalette__orderedPalettes_closure, M.MaterialPalette__orderedPalettes_closure0, M.MaterialPalette__orderedPalettes_closure1, M.MaterialPalette__orderedPalettes_closure2, M.MaterialPalette__orderedPalettes_closure3, M.MaterialPalette__orderedPalettes_closure4, M.MaterialPalette__orderedPalettes_closure5, M.MaterialPalette__orderedPalettes_closure6, M.MaterialPalette__orderedPalettes_closure7, M.MaterialPalette__orderedPalettes_closure8, M.MaterialPalette__orderedPalettes_closure9, M.MaterialPalette__orderedPalettes_closure10, V.Performance_time_closure, V.Performance_timeEnd_closure, G.ProxyGestureListener_onLongPress_closure, G.ProxyGestureListener_onTap_closure, G.ProxyGestureListener_onDragStart_closure, G.ProxyGestureListener_onDragUpdate_closure, G.ProxyGestureListener_onDragEnd_closure, G.ProxyGestureListener__cancel_closure, G.ProxyGestureListener__populateActiveListeners_closure, F.Series_Series_closure, F.Series_Series_closure0, F.Series_Series_closure1, X.BaseChart__updateBehaviors_closure, X.BaseChart__updateBehaviors_closure0, X.BaseChart__notACustomBehavior_closure, X.BaseChart__updateSelectionModel_closure, X.BaseChart__updateSelectionModel_closure0, X.BaseChart_getDesiredGestures_closure, X.BaseChart_getDesiredGestures_closure0, U.BaseChartState_requestRebuild_closure, U.BaseChartState_build_closure, U.BaseChartState_dispose_closure, U.BaseChartState__animationTick_closure, Y.BaseLegendContentBuilder_build_closure, M.SimpleLegendEntryLayout_makeTapUpCallback_closure, L.TabularLegendLayout_build_closure, L.TabularLegendLayout__buildTableFromRows_closure, L.TabularLegendLayout__buildTableFromRows_closure0, L.TabularLegendLayout__buildTableFromRows_closure1, Z._FlutterSeriesLegend_build_closure, V.LinePainter__drawDashedLine_closure, X.ChartContainerRenderObject_requestAnimation_startAnimationController, X.ChartContainerRenderObject_requestRebuild_doRebuild, K.ChartGestureDetector_makeWidget_closure, K.ChartGestureDetector_onTapDown_closure, M.getChartContainerRenderObject_closure, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_set, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get, M.CanonicalizedMap_addAll_closure, M.CanonicalizedMap_entries_closure, M.CanonicalizedMap_forEach_closure, M.CanonicalizedMap_keys_closure, M.CanonicalizedMap_map_closure, M.CanonicalizedMap_putIfAbsent_closure, M.CanonicalizedMap_values_closure, M.DraggableScrollbar__thumbSemicircleBuilder_closure, M._DraggableScrollbarState_build_closure, M._DraggableScrollbarState_build__closure, M._DraggableScrollbarState_changePosition_closure, M._DraggableScrollbarState_changePosition__closure, M._DraggableScrollbarState__onVerticalDragStart_closure, M._DraggableScrollbarState__onVerticalDragUpdate_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure0, M.SlideFadeTransition_build_closure, Q.MemoryDirectory_createSync_closure, Q.MemoryDirectory_createTempSync_closure, Q.MemoryDirectory_createTempSync_closure0, Q.MemoryDirectory_createTempSync_name, T.MemoryFile__resolvedBackingOrCreate_closure, T.MemoryFile__resolvedBackingOrCreate_closure0, T.MemoryFile__doCreate_closure, T._FileSink__FileSink$fromFile__node_set, T._FileSink__FileSink$fromFile__node_get, T._FileSink__FileSink$fromFile_closure, T._FileSink_addStream_finish, T._FileSink_addStream_closure, T._FileSink_addStream_closure0, T._FileSink_close_closure, T._FileSink_close_closure0, T._FileSink__addData_closure, X._MemoryFileSystem_findNode_subpath, X._MemoryFileSystem_findNode_closure, U.MemoryFileSystemEntity_backing_closure, U.MemoryFileSystemEntity_resolvedBacking_closure, U.MemoryFileSystemEntity_resolvedBacking_closure0, U.MemoryFileSystemEntity_defaultCheckType_closure, U.MemoryFileSystemEntity_internalCreateSync_closure, B.resolveLinks_closure, S.ErrorCodes_EINVAL_closure, S.ErrorCodes_EISDIR_closure, S.ErrorCodes_ELOOP_closure, S.ErrorCodes_ENOENT_closure, S.ErrorCodes_ENOTDIR_closure, S.ErrorCodes_ENOTEMPTY_closure, G.FilePickerWeb_pickFiles_changeEventListener, G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, G.FilePickerWeb_pickFiles_changeEventListener_closure, G.FilePickerWeb_pickFiles_changeEventListener__closure, G.FilePickerWeb_pickFiles_changeEventListener__closure0, G.FilePickerWeb_pickFiles_cancelledEventListener, G.FilePickerWeb_pickFiles_cancelledEventListener_closure, G.FilePickerWeb__fileType_closure, E.CupertinoDynamicColor_toString_toString, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_set, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get, D._CupertinoBackGestureController_dragEnd_closure, D._CupertinoEdgeShadowDecoration_lerp_closure, D._CupertinoEdgeShadowDecoration_lerp_closure0, E._CupertinoScrollbarState_initState_closure, E._CupertinoScrollbarState_handleThumbPress_closure, N._CupertinoSwitchState__handleDragEnd_closure, N._RenderCupertinoSwitch_paint_closure, K.CupertinoThemeData_resolveFrom_convertColor, K.NoDefaultCupertinoThemeData_resolveFrom_convertColor, K._CupertinoThemeDefaults_resolveFrom_convertColor, U._testPlatform_closure, U._browserPlatform_closure, U.FlutterErrorDetails_summary_formatException, U.FlutterErrorDetails_summary_closure, U.FlutterErrorDetails_summary_closure0, U.FlutterErrorDetails_debugFillProperties_closure, U.FlutterError_FlutterError_closure, U.FlutterError_defaultStackFilter_closure, U.FlutterError_defaultStackFilter_closure0, U.FlutterError_toString_closure, U.debugPrintStack_closure, N.BindingBase_lockEvents_closure, N.BindingBase_registerBoolServiceExtension_closure, N.BindingBase_registerNumericServiceExtension_closure, N.BindingBase_registerServiceExtension_closure, N.BindingBase_registerServiceExtension_closure__result_set, N.BindingBase_registerServiceExtension__closure, N.BindingBase_registerServiceExtension_closure__result_get, B.ChangeNotifier_notifyListeners_closure, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_set, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get, Y._PrefixedStringBuilder__wordWrapLine_noWrap, Y.TextTreeRenderer__debugRender_visitor, Y.TextTreeRenderer__debugRender_closure, F.LicenseEntryWithLineBreaks_paragraphs_addLine, F.LicenseEntryWithLineBreaks_paragraphs_getParagraph, R.StackFrame_fromStackString_closure, O.SynchronousFuture_whenComplete_closure, D._GestureArena_toString_closure, D.GestureArenaManager_add_closure, D.GestureArenaManager__tryToResolveArena_closure, N.GestureBinding_dispatchEvent_closure, N.GestureBinding_dispatchEvent_closure0, K.ForcePressGestureRecognizer_handleEvent_closure, K.ForcePressGestureRecognizer_acceptGesture_closure, K.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, T.LongPressGestureRecognizer__checkLongPressStart_closure, T.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, T.LongPressGestureRecognizer__checkLongPressEnd_closure, O.DragGestureRecognizer__checkDown_closure, O.DragGestureRecognizer__checkStart_closure, O.DragGestureRecognizer__checkUpdate_closure, O.DragGestureRecognizer__checkEnd_closure, O.DragGestureRecognizer__checkEnd_closure0, O.DragGestureRecognizer__checkEnd_closure1, V.MultiDragGestureRecognizer_acceptGesture_closure, V.MultiDragGestureRecognizer__startDrag_closure, O.PointerRouter_addRoute_closure, O.PointerRouter__dispatchEventToRoutes_closure, S.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, B.ScaleGestureRecognizer__reconfigure_closure, B.ScaleGestureRecognizer__reconfigure_closure0, B.ScaleGestureRecognizer__advanceStateMachine_closure, B.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, N.TapGestureRecognizer_handleTapDown_closure, N.TapGestureRecognizer_handleTapDown_closure0, N.TapGestureRecognizer_handleTapUp_closure, N.TapGestureRecognizer_handleTapUp_closure0, V.GestureArenaTeam_add_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList__closure, A._PackagesViewState__packagesList___closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, S.MaterialApp_createMaterialHeroController_closure, S._MaterialAppState__buildWidgetApp_closure, D.MaterialPointArcTween__initialize_sweepAngle, D._maxBy__maxValue_set, D._maxBy__maxValue_get, D.MaterialRectArcTween__initialize_closure, R.BackButton_build_closure, Z._RawMaterialButtonState__handleHighlightChanged_closure, Z._RawMaterialButtonState__handleHoveredChanged_closure, Z._RawMaterialButtonState__handleFocusedChanged_closure, Z._RenderInputPadding_hitTest_closure, K._ButtonStyleState__handleHighlightChanged_closure, K._ButtonStyleState__handleHoveredChanged_closure, K._ButtonStyleState__handleFocusedChanged_closure, K._ButtonStyleState_build_effectiveValue, K._ButtonStyleState_build_resolve, K._ButtonStyleState_build_resolve_closure, K._ButtonStyleState_build_closure, K._ButtonStyleState_build_closure0, K._ButtonStyleState_build_closure1, K._ButtonStyleState_build_closure2, K._ButtonStyleState_build_closure3, K._ButtonStyleState_build_closure4, K._ButtonStyleState_build_closure5, K._ButtonStyleState_build_closure6, K._ButtonStyleState_build_closure7, K._ButtonStyleState_build_closure8, K._ButtonStyleState_build_closure16, K._ButtonStyleState_build__closure0, K._ButtonStyleState_build_closure17, K._ButtonStyleState_build__closure, K._ButtonStyleState_build_closure9, K._ButtonStyleState_build_closure10, K._ButtonStyleState_build_closure11, K._ButtonStyleState_build_closure12, K._ButtonStyleState_build_closure13, K._ButtonStyleState_build_closure14, K._ButtonStyleState_build_closure15, K._ButtonStyleState_build__closure1, K._RenderInputPadding_hitTest_closure0, Q._CalendarDatePickerState__handleModeChanged_closure, Q._CalendarDatePickerState__handleMonthChanged_closure, Q._CalendarDatePickerState__handleYearChanged_closure, Q._CalendarDatePickerState__handleDayChanged_closure, Q._CalendarDatePickerState_build_closure, Q._MonthPickerState_didUpdateWidget_closure, Q._MonthPickerState__handleMonthPageChanged_closure, Q._MonthPickerState__handleGridFocusChange_closure, Q._MonthPickerState__handleDirectionFocus_closure, Q._DayPickerState_build_closure, Q._YearPickerState__buildYearItem_closure, K._CheckboxState__widgetFillColor_closure, K._CheckboxState__defaultFillColor_closure, K._CheckboxState_build_closure, S.DataTable_build_closure3, S.DataTable_build_closure, S.DataTable_build_closure0, S.DataTable_build_closure1, S.DataTable_build_closure2, S.DataTable_build_closure4, S.DataTable_build_closure5, S.DataTable_build_closure6, S.DataTable_build_closure7, S.TableRowInkWell_getRectCallback_closure, S._SortArrowState__rebuild_closure, K.showDatePicker_closure, K._DatePickerDialogState__handleOk_closure, K._DatePickerDialogState__handleEntryModeToggle_closure, K._DatePickerDialogState__handleDateChanged_closure, K._DatePickerDialogState_build_calendarDatePicker, K._DatePickerDialogState_build_inputDatePicker, K._DatePickerDialogState_build_closure, K.__DatePickerDialogState_State_RestorationMixin_dispose_closure, E.DialogRoute_closure, Z.DrawerControllerState__animationChanged_closure, K._DropdownMenuState_build_closure, K._DropdownRoute_buildPage_closure, K._DropdownRoute_getItemOffset_closure, K._DropdownRoute_getMenuLimits_closure, K._DropdownRoutePage_build_closure, K._DropdownButtonState_initState_closure, K._DropdownButtonState_initState_closure0, K._DropdownButtonState__handleFocusChanged_closure, K._DropdownButtonState__handleFocusHighlightModeChange_closure, K._DropdownButtonState__updateSelectedIndex_closure, K._DropdownButtonState__handleTap_closure, K._DropdownButtonState__handleTap_closure0, K._DropdownButtonState_build_closure, K.DropdownButtonFormField_closure, K.DropdownButtonFormField__closure, D._ExpansionPanelListState_build_closure, M.Feedback_wrapForTap_closure, O._getClipCallback_closure, U._getClipCallback_closure0, R._InkResponseState_highlightsExist_closure, R._InkResponseState_updateHighlight_handleInkRemoval, R._InkResponseState__createInkFeature_onRemoved, R._InkResponseState__handleFocusHighlightModeChange_closure, U._InputDatePickerFormFieldState_didUpdateWidget_closure, U._InputDatePickerFormFieldState_didUpdateWidget__closure, L._HelperErrorState__handleChange_closure, L._RenderDecoration_debugDescribeChildren_add, L._RenderDecoration_performLayout_centerLayout, L._RenderDecoration_performLayout_baselineLayout, L._RenderDecoration_paint_doPaint, L._RenderDecoration_hitTestChildren_closure, L._InputDecoratorState__handleChange_closure, Q.ListTileTheme_merge_closure, Q._RenderListTile_debugDescribeChildren_add, Q._RenderListTile_paint_doPaint, Q._RenderListTile_hitTestChildren_closure, M._MaterialState_build_closure, M._MaterialInteriorState_forEachTween_closure, M._MaterialInteriorState_forEachTween_closure0, M._MaterialInteriorState_forEachTween_closure1, B._MergeableMaterialState__handleTick_closure, B._MergeableMaterialState_didUpdateWidget_closure, B._MergeableMaterialState_didUpdateWidget_closure0, K._ZoomPageTransition_build_closure, K._ZoomPageTransition_build_closure0, K._ZoomPageTransition_build_closure1, K._ZoomPageTransition_build_closure2, K._ZoomEnterTransition_build_closure, K.PageTransitionsTheme__all_closure, R.PaginatedDataTableState__handleDataSourceChanged_closure, R.PaginatedDataTableState_pageTo_closure, R.PaginatedDataTableState__getBlankRowFor_closure, R.PaginatedDataTableState__getProgressIndicatorRowFor_closure, R.PaginatedDataTableState__getRows_closure, R.PaginatedDataTableState_build_closure, Z._PopupMenu_build_closure, Z._PopupMenu_build_closure0, Z._PopupMenuRoute_buildPage_closure, Z.PopupMenuButtonState_showButtonMenu_closure, U._LinearProgressIndicatorPainter_paint_drawBar, U._LinearProgressIndicatorState_build_closure, U._CircularProgressIndicatorState__buildAnimation_closure, Y._RadioState__widgetFillColor_closure, Y._RadioState__defaultFillColor_closure, Y._RadioState_build_closure, G.RadioListTile_build_closure, N.RefreshIndicatorState__handleScrollNotification_closure, N.RefreshIndicatorState__dismiss_closure, N.RefreshIndicatorState__dismiss_closure0, N.RefreshIndicatorState__show_closure, N.RefreshIndicatorState__show__closure, N.RefreshIndicatorState__show__closure0, N.RefreshIndicatorState_build_closure, Z.ReorderableListView_closure, Z._ReorderableListViewState__wrapWithSemantics_reorder, Z._ReorderableListViewState__wrapWithSemantics_moveToStart, Z._ReorderableListViewState__wrapWithSemantics_moveToEnd, Z._ReorderableListViewState__wrapWithSemantics_moveBefore, Z._ReorderableListViewState__wrapWithSemantics_moveAfter, Z._ReorderableListViewState__proxyDecorator_closure, Z._ReorderableListViewState_build__listPadding_set, Z._ReorderableListViewState_build__outerPadding_set, Z._ReorderableListViewState_build__outerPadding_get, Z._ReorderableListViewState_build__listPadding_get, M.ScaffoldMessengerState_hideCurrentSnackBar_closure, M._ScaffoldLayout_performLayout__floatingActionButtonRect_set, M._ScaffoldLayout_performLayout__floatingActionButtonRect_get, M._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, M.ScaffoldState__drawerOpenedCallback_closure, M.ScaffoldState__endDrawerOpenedCallback_closure, M.ScaffoldState_hideCurrentSnackBar_closure, M.ScaffoldState__updateSnackBar_closure, M.ScaffoldState__buildBottomSheet__bottomSheet_set, M.ScaffoldState__buildBottomSheet__bottomSheet_get, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure0, M.ScaffoldState__buildBottomSheet_closure1, M.ScaffoldState__buildBottomSheet__closure, M.ScaffoldState_showBottomSheet_closure, M.ScaffoldState__moveFloatingActionButton_closure, M.ScaffoldState_showBodyScrim_closure, M.ScaffoldState_build_closure, M._StandardBottomSheetState_build_closure, M._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._MaterialScrollbarState__thumbColor__dragColor_set, E._MaterialScrollbarState__thumbColor__hoverColor_set, E._MaterialScrollbarState__thumbColor__idleColor_set, E._MaterialScrollbarState__thumbColor__dragColor_get, E._MaterialScrollbarState__thumbColor__hoverColor_get, E._MaterialScrollbarState__thumbColor__idleColor_get, E._MaterialScrollbarState__thumbColor_closure, E._MaterialScrollbarState__trackColor_closure, E._MaterialScrollbarState__trackBorderColor_closure, E._MaterialScrollbarState__thickness_closure, E._MaterialScrollbarState_initState_closure, E._MaterialScrollbarState_handleThumbPressStart_closure, E._MaterialScrollbarState_handleThumbPressEnd_closure, E._MaterialScrollbarState_handleHover_closure, E._MaterialScrollbarState_handleHover_closure0, E._MaterialScrollbarState_handleHoverExit_closure, O._SelectableTextState__onControllerChanged_closure, O._SelectableTextState__handleSelectionChanged_closure, O._SelectableTextState_build_closure, N._MaterialSwitchState__widgetThumbColor_closure, N._MaterialSwitchState__defaultThumbColor_closure, N._MaterialSwitchState__widgetTrackColor_closure, N._MaterialSwitchState__defaultTrackColor_closure, N._MaterialSwitchState__handleDragEnd_closure, N._MaterialSwitchState_build_closure, O.SwitchListTile_build_closure, U.TabController__changeIndex_closure, E._TabBarState_initState_closure, E._TabBarState__handleTabControllerTick_closure, E._TabBarState_build_closure, E._TabBarViewState__warpToCurrentIndex_closure, E._TabBarViewState__warpToCurrentIndex_closure0, Z._TextFieldState__handleSelectionChanged_closure, Z._TextFieldState__handleHover_closure, Z._TextFieldState_build_closure, Z._TextFieldState_build_closure0, Z._TextFieldState_build_closure1, Z._TextFieldState_build_closure2, Z._TextFieldState_build_closure3, Z._TextFieldState_build__closure, Z.__TextFieldState_State_RestorationMixin_dispose_closure, E.TextFormField_closure, E.TextFormField_closure_onChangedHandler, K._AnimatedThemeState_forEachTween_closure, X.ThemeData_localize_closure, Z.TimeOfDay_toString__addLeadingZeroIfNeeded, M._HourMinuteControl_build_closure, M._HourMinuteControl_build_closure0, M._HourControl_build_hoursFromSelected, M._HourControl_build_closure1, M._HourControl_build_closure0, M._HourControl_build_closure, M._MinuteControl_build_closure1, M._MinuteControl_build_closure0, M._MinuteControl_build_closure, M._DayPeriodControl_build_closure, M._DayPeriodControl_build_closure0, M._DayPeriodControl_build_closure1, M._DayPeriodControl_build_closure2, M._RenderInputPadding_hitTest_closure1, M._DialPainter_paint_getOffsetForTheta, M._DialPainter_paint_paintLabels, M._DialState_initState_closure, M._DialState_initState__closure, M._DialState__updateThetaForPan_closure, M._DialState__build24HourRing_closure, M._DialState__build12HourRing_closure, M._DialState__buildMinutes_closure, M._TimePickerInputState__validateHour_closure, M._TimePickerInputState__validateMinute_closure, M._HourMinuteTextFieldState_initState_closure, M._HourMinuteTextFieldState_initState__closure, M._HourMinuteTextFieldState_build_closure, M._TimePickerDialogState__vibrate_closure, M._TimePickerDialogState__handleModeChanged_closure, M._TimePickerDialogState__handleEntryModeToggle_closure, M._TimePickerDialogState__handleTimeChanged_closure, M._TimePickerDialogState__handleHourSelected_closure, M._TimePickerDialogState__handleOk_closure, M.showTimePicker_closure, E.ToggleButtons_build_closure, E.ToggleButtons_build__closure, F.ToggleableStateMixin__handleTapDown_closure, F.ToggleableStateMixin__handleTapEnd_closure, F.ToggleableStateMixin__handleFocusHighlightChanged_closure, F.ToggleableStateMixin__handleHoverChanged_closure, S._TooltipState__handleMouseTrackerChange_closure, S._TooltipState__createNewEntry_closure, S._TooltipState_build_closure, S._TooltipState_build_closure0, D.NetworkImage__loadAsync_closure, Y._CompoundBorder_dimensions_closure, Y._CompoundBorder_scale_closure, Y._CompoundBorder_toString_closure, Z.ClipContext_clipPathAndPaint_closure, Z.ClipContext_clipRRectAndPaint_closure, Z.ClipContext_clipRectAndPaint_closure, X.paintImage_closure, E.ImageCache__trackLiveImage_closure, E.ImageCache__trackLiveImage__closure, E.ImageCache_putIfAbsent_listener, E._CachedImageBase_dispose_closure, E._LiveImage_closure, M.ImageProvider_resolve_closure, M.ImageProvider_resolve_closure0, M.ImageProvider__createErrorHandlerAndKey_handleError, M.ImageProvider__createErrorHandlerAndKey_closure, M.ImageProvider__createErrorHandlerAndKey_closure0, M.ImageProvider__createErrorHandlerAndKey__closure, M.ImageProvider_resolveStreamForKey_closure, M.ImageProvider_resolveStreamForKey_closure0, L.AssetImage_obtainKey_closure, L.AssetImage_obtainKey_closure0, L.ImageStreamCompleter_reportError_closure, L.ImageStreamCompleter_reportImageChunkEvent_closure, L.MultiFrameImageStreamCompleter_closure, L.MultiFrameImageStreamCompleter_closure0, L.MultiFrameImageStreamCompleter__handleAppFrame_closure, G.InlineSpan_getSpanForPosition_closure, G.InlineSpan_codeUnitAt_closure, V._ShapeDecorationPainter__precache_closure, V._ShapeDecorationPainter__precache_closure0, Q.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, F.RenderAnimatedSize_closure, N.RendererBinding__scheduleMouseTrackerUpdate_closure, S.BoxConstraints_toString_describe, S.RenderBox__computeIntrinsicDimension_closure, S.RenderBox_getDryLayout_closure, S.RenderBox_getDistanceToActualBaseline_closure, S.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, V.RenderCustomPaint__updateSemanticsChildren__oldKeyedChildren_set, D.RenderEditable_nextCharacter_closure, D.RenderEditable_extendSelectionDown__nextSelection_set, D.RenderEditable_extendSelectionDown__nextSelection_get, D.RenderEditable_extendSelectionLeftByLine__nextSelection_set, D.RenderEditable_extendSelectionLeftByLine__nextSelection_get, D.RenderEditable_extendSelectionRightByLine__nextSelection_set, D.RenderEditable_extendSelectionRightByLine__nextSelection_get, D.RenderEditable_extendSelectionUp__nextSelection_set, D.RenderEditable_extendSelectionUp__nextSelection_get, D.RenderEditable_expandSelectionLeftByLine__nextSelection_set, D.RenderEditable_expandSelectionLeftByLine__nextSelection_get, D.RenderEditable_expandSelectionRightByLine__nextSelection_set, D.RenderEditable_expandSelectionRightByLine__nextSelection_get, D.RenderEditable_moveSelectionDown__nextSelection_set, D.RenderEditable_moveSelectionDown__nextSelection_get, D.RenderEditable_moveSelectionUp__nextSelection_set, D.RenderEditable_moveSelectionUp__nextSelection_get, D.RenderEditable_describeSemanticsConfiguration_closure, D.RenderEditable_getRectForComposingRange_closure, D.RenderEditable_selectWordEdge__newSelection_set, D.RenderEditable_selectWordEdge__newSelection_get, F.RenderFlex__getIntrinsicSize__crossSize_set, F.RenderFlex__getIntrinsicSize__mainSize_set, F.RenderFlex__getIntrinsicSize__mainSize_get, F.RenderFlex__getIntrinsicSize__crossSize_get, F.RenderFlex_computeMinIntrinsicWidth_closure, F.RenderFlex_computeMaxIntrinsicWidth_closure, F.RenderFlex_computeMinIntrinsicHeight_closure, F.RenderFlex_computeMaxIntrinsicHeight_closure, F.RenderFlex__computeSizes__minChildExtent_set, F.RenderFlex__computeSizes__minChildExtent_get, F.RenderFlex_performLayout__betweenSpace_set, F.RenderFlex_performLayout__leadingSpace_set, F.RenderFlex_performLayout__leadingSpace_get, F.RenderFlex_performLayout__betweenSpace_get, R.RenderListBody_computeMinIntrinsicWidth_closure, R.RenderListBody_computeMinIntrinsicWidth_closure0, R.RenderListBody_computeMaxIntrinsicWidth_closure, R.RenderListBody_computeMaxIntrinsicWidth_closure0, R.RenderListBody_computeMinIntrinsicHeight_closure, R.RenderListBody_computeMinIntrinsicHeight_closure0, R.RenderListBody_computeMaxIntrinsicHeight_closure, R.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, K.PaintingContext_pushClipRect_closure, K.PaintingContext_pushClipRRect_closure, K.PaintingContext_pushClipPath_closure, K.PipelineOwner_flushLayout_closure, K.PipelineOwner_flushCompositingBits_closure, K.PipelineOwner_flushPaint_closure, K.PipelineOwner_flushSemantics_closure, K.RenderObject__debugReportException_closure, K.RenderObject_invokeLayoutCallback_closure, K.RenderObject__updateCompositingBits_closure, K.RenderObject_clearSemantics_closure, K.RenderObject__getSemanticsForParent_closure, Q.RenderParagraph__extractPlaceholderSpans_closure, Q.RenderParagraph_hitTestChildren__hitText_set, Q.RenderParagraph_hitTestChildren__hitText_get, Q.RenderParagraph_hitTestChildren_closure, Q.RenderParagraph_paint_closure, Q.RenderParagraph_describeSemanticsConfiguration_closure, G._factoriesTypeSet_closure, G._PlatformViewGestureRecognizer_closure, E.RenderTransform_hitTestChildren_closure, E.RenderFittedBox_hitTestChildren_closure, E.RenderFractionalTranslation_hitTestChildren_closure, E.RenderFollowerLayer_hitTestChildren_closure, T.RenderShiftedBox_hitTestChildren_closure, G.RenderSliverHelpers_hitTestBoxChild_closure, U.RenderSliverList_performLayout_advance, F.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage__closure, U.RenderSliverPersistentHeader_layoutChild_closure, K.RenderStack_computeMinIntrinsicWidth_closure, K.RenderStack_computeMaxIntrinsicWidth_closure, K.RenderStack_computeMinIntrinsicHeight_closure, K.RenderStack_computeMaxIntrinsicHeight_closure, K.RenderStack_layoutPositionedChild__x_set, K.RenderStack_layoutPositionedChild__y_set, K.RenderStack_layoutPositionedChild__x_get, K.RenderStack_layoutPositionedChild__y_get, K.RenderIndexedStack_hitTestChildren_closure, S.RenderTable_computeDryLayout_closure, S.RenderTable_hitTestChildren_closure, Q.RenderViewportBase_visitChildrenForSemantics_closure, Q.RenderViewportBase_hitTestChildren_closure, N._TaskEntry_run_closure, N.SchedulerBinding_endOfFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure0, N.SchedulerBinding_scheduleWarmUpFrame_closure1, N.SchedulerBinding__handleDrawFrame_closure, N.SchedulerBinding_handleBeginFrame_closure, M.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, 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, Q.CachingAssetBundle_loadStructuredData_closure, F._AutofillScopeTextInputConfiguration_toJson_closure, F.AutofillScopeMixin_attach_closure, N.ServicesBinding__addLicenses_closure, N.ServicesBinding__addLicenses_closure0, N._DefaultBinaryMessenger__sendPlatformMessage_closure, N._DefaultBinaryMessenger_setMessageHandler_closure, U.StandardMessageCodec_writeValue_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__controller_set, A.EventChannel_receiveBroadcastStream__controller_get, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream__closure, A.EventChannel_receiveBroadcastStream_closure0, K.RestorationManager_handleRestorationUpdateFromEngine_closure, K.RestorationManager_scheduleSerializationFor_closure, K.RestorationBucket__rawChildren_closure, K.RestorationBucket__rawValues_closure, K.RestorationBucket__addChildData_closure, K.RestorationBucket__visitChildren_closure, X.SystemChrome_setSystemUIOverlayStyle_closure, B.FilteringTextInputFormatter_formatEditUpdate_closure, B.FilteringTextInputFormatter_formatEditUpdate__closure, B.FilteringTextInputFormatter_formatEditUpdate__closure0, N.TextInput__scheduleHide_closure, U._getParent__parent_set, U._getParent__parent_get, U._getParent_closure, U.Actions__findDispatcher_closure, U.Actions_maybeFind_closure, U._ActionsState__handleActionChanged_closure, U._FocusableActionDetectorState_initState_closure, U._FocusableActionDetectorState__updateHighlightMode_closure, U._FocusableActionDetectorState__handleMouseEnter_closure, U._FocusableActionDetectorState__handleMouseExit_closure, U._FocusableActionDetectorState__handleFocusChange_closure, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, U._FocusableActionDetectorState_didUpdateWidget_closure, U._AnimatedCrossFadeState_initState_closure, U._AnimatedCrossFadeState_initState__closure, G._AnimatedSwitcherState__newEntry_closure, G._AnimatedSwitcherState__newEntry__closure, G._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, S._WidgetsAppState__onGenerateRoute_closure, S._WidgetsAppState_didChangeLocales_closure, S._WidgetsAppState_build_closure, S._MediaQueryFromWindowsState_didChangeMetrics_closure, S._MediaQueryFromWindowsState_didChangePlatformBrightness_closure, B._StreamBuilderBaseState__subscribe_closure, B._StreamBuilderBaseState__subscribe__closure1, B._StreamBuilderBaseState__subscribe_closure1, B._StreamBuilderBaseState__subscribe__closure, B._StreamBuilderBaseState__subscribe_closure0, B._StreamBuilderBaseState__subscribe__closure0, B._FutureBuilderState__subscribe_closure, B._FutureBuilderState__subscribe__closure0, B._FutureBuilderState__subscribe_closure0, B._FutureBuilderState__subscribe__closure, S._RawAutocompleteState__updateOverlay_closure, S._RawAutocompleteState_initState_closure, S._RawAutocompleteState_didUpdateWidget_closure, F.AutofillGroupState_autofillClients_closure, F.AutofillGroupState_register_closure, L._AutomaticKeepAliveState__addClient_closure, L._AutomaticKeepAliveState__getChildElement_closure, L._AutomaticKeepAliveState__createCallback_closure, L._AutomaticKeepAliveState__createCallback__closure, L._AutomaticKeepAliveState__createCallback__closure0, L._AutomaticKeepAliveState__createCallback___closure, T.RichText__extractChildren_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, N.WidgetsBinding_scheduleAttachRootWidget_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, S._DraggableScrollableSheetState__setExtent_closure, S._DraggableScrollableSheetState_build_closure, S._DraggableScrollableSheetScrollPosition_goBallistic__tick, D.EditableTextState_initState_closure, D.EditableTextState_didChangeDependencies_closure, D.EditableTextState__scheduleShowCaretOnScreen_closure, D.EditableTextState__formatAndSetValue_closure, D.EditableTextState__cursorTick_closure, D.EditableTextState__didChangeTextEditingValue_closure, D.EditableTextState__updateSizeAndTransform_closure, D.EditableTextState__updateComposingRectIfNeeded_closure, D.EditableTextState__updateCaretRectIfNeeded_closure, D.EditableTextState_showAutocorrectionPromptRect_closure, D.EditableTextState__semanticsOnCopy_closure, D.EditableTextState__semanticsOnCut_closure, D.EditableTextState__semanticsOnPaste_closure, D.EditableTextState_build_closure, O.FocusNode_traversalDescendants_closure, O.FocusNode_debugDescribeChildren_closure, L._FocusState__handleFocusChanged_closure, L._FocusState__handleFocusChanged_closure0, L._FocusState__handleFocusChanged_closure1, U._getAncestor_closure, U.FocusTraversalPolicy__sortAllDescendants_visitGroups, U.FocusTraversalPolicy__sortAllDescendants_closure, U._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, U._ReadingOrderSortData_commonDirectionalityOf_closure, U._ReadingOrderSortData_sortWithDirectionality_closure, U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, U._ReadingOrderDirectionalGroupData_rect_closure, U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, U.ReadingOrderTraversalPolicy__pickNext_closure, U.ReadingOrderTraversalPolicy__pickNext_inBand, U.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, N._InactiveElements__unmount_closure, N.BuildOwner_buildScope_closure, N.BuildOwner_finalizeTree_closure, N.Element_renderObject_visit, N.Element_updateSlotForChild_visit, N.Element__updateDepth_closure, N.Element_detachRenderObject_closure, N.Element_attachRenderObject_closure, N.Element_debugDescribeChildren_closure, N.ComponentElement_performRebuild_closure, N.ComponentElement_performRebuild_closure0, N.ParentDataElement__applyParentData_applyParentDataToChild, N.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, N.RenderObjectElement_updateChildren_slotFor, N.MultiChildRenderObjectElement_children_closure, D.GestureDetector_build_closure, D.GestureDetector_build_closure0, D.GestureDetector_build_closure1, D.GestureDetector_build_closure2, D.GestureDetector_build_closure3, D.GestureDetector_build_closure4, D.GestureDetector_build_closure5, D.GestureDetector_build_closure6, D.GestureDetector_build_closure7, D.GestureDetector_build_closure8, D.GestureDetector_build_closure9, D.GestureDetector_build_closure10, D.GestureDetector_build_closure11, D.GestureDetector_build_closure12, D._DefaultSemanticsGestureDelegate__getTapHandler_closure, D._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, T.Hero__allHeroesFor_inviteHero, T.Hero__allHeroesFor_visitor, T._HeroState_startFlight_closure, T._HeroState_endFlight_closure, T._HeroFlight__buildOverlay_closure, T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate, T.HeroController_didStopUserGesture_isInvalidFlight, T.HeroController__maybeStartHeroTransition_closure, Y.IconTheme_merge_closure, U._ImageState__getListener_closure, U._ImageState__getListener__closure, U._ImageState__handleImageFrame_closure, U._ImageState__handleImageChunk_closure, U._ImageState__updateSourceStream_closure, U._ImageState__updateSourceStream_closure0, G.ImplicitlyAnimatedWidgetState_initState_closure, G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, G.ImplicitlyAnimatedWidgetState__constructTweens_closure, G.AnimatedWidgetBaseState__handleAnimationChanged_closure, G._AnimatedContainerState_forEachTween_closure, G._AnimatedContainerState_forEachTween_closure0, G._AnimatedContainerState_forEachTween_closure1, G._AnimatedContainerState_forEachTween_closure2, G._AnimatedContainerState_forEachTween_closure3, G._AnimatedContainerState_forEachTween_closure4, G._AnimatedContainerState_forEachTween_closure5, G._AnimatedContainerState_forEachTween_closure6, G._AnimatedPaddingState_forEachTween_closure, G._AnimatedOpacityState_forEachTween_closure, G._AnimatedDefaultTextStyleState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure0, G._AnimatedPhysicalModelState_forEachTween_closure1, G._AnimatedPhysicalModelState_forEachTween_closure2, M.InheritedTheme_capture__debugDidFindAncestor_set, M.InheritedTheme_capture_closure, A._LayoutBuilderElement__layout_closure, A._LayoutBuilderElement__layout__closure, A._LayoutBuilderElement__layout__closure0, L._loadAll_closure, L._loadAll_closure0, L._loadAll_closure1, L._LocalizationsState_load_closure, L._LocalizationsState_load_closure0, L._LocalizationsState_load__closure, X.ModalBarrier_build_handleDismiss, X.ModalBarrier_build_closure, K.Route_didPush_closure, K.Route_didAdd_closure, K.Route_isCurrent_closure, K.Route_isCurrent_closure0, K.Route_isFirst_closure, K.Route_isFirst_closure0, K.Route_isActive_closure, K.Route_isActive_closure0, K.Navigator_defaultGenerateInitialRoutes_closure, K._RouteEntry_handlePush_closure, K._RouteEntry_dispose_closure, K._RouteEntry_dispose__listener_set, K._RouteEntry_dispose__listener_get, K._RouteEntry_dispose_closure0, K._RouteEntry_isRoutePredicate_closure, K.NavigatorState_restoreState_closure, K.NavigatorState__flushHistoryUpdates_closure, K.NavigatorState__flushHistoryUpdates_closure0, K.NavigatorState__afterNavigation_closure, K.NavigatorState_maybePop_closure, K.NavigatorState_maybePop_closure0, K.NavigatorState_maybePop_closure1, K.NavigatorState_maybePop_closure2, K.NavigatorState_removeRoute_closure, K.NavigatorState_removeRoute_closure0, K.NavigatorState__cancelActivePointers_closure, K._HistoryProperty_fromPrimitives_closure, K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._RenderOverflowBar_performLayout_nextChild, E._RenderOverflowBar_performLayout_nextChild0, X.OverlayEntry_remove_closure, X._OverlayEntryWidgetState__markNeedsBuild_closure, X.OverlayState_insert_closure, X.OverlayState_insertAll_closure, X.OverlayState_rearrange_closure, X.OverlayState__markDirty_closure, X.OverlayState__didChangeEntryOpacity_closure, X._RenderTheatre_computeMinIntrinsicWidth_closure, X._RenderTheatre_computeMaxIntrinsicWidth_closure, X._RenderTheatre_computeMinIntrinsicHeight_closure, X._RenderTheatre_computeMaxIntrinsicHeight_closure, X._RenderTheatre_hitTestChildren_closure, L._GlowController_pull_closure, S.PageStorageBucket__allKeys_closure, D._PageViewState_build_closure0, D._PageViewState_build_closure, G.HtmlElementView_build_closure, G.HtmlElementView__createHtmlElementView_closure, G._PlatformViewLinkState__onPlatformViewCreated_closure, Z.SliverReorderableListState_startItemDragReorder_closure, Z.SliverReorderableListState__dragUpdate_closure, Z.SliverReorderableListState__dragEnd_closure, Z.SliverReorderableListState__dragReset_closure, Z._ReorderableItemState_dragging_closure, Z._ReorderableItemState_updateForGap_closure, Z._ReorderableItemState_rebuild_closure, Z.ReorderableDragStartListener_build_closure, Z._DragInfo_startDrag_closure, Z._DragItemProxy_build_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary__closure, K.RestorationMixin_registerForRestoration_listener, K.__RestorationScopeState_State_RestorationMixin_dispose_closure, T.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, T.TransitionRoute__updateSecondaryAnimation_closure, T.TransitionRoute__updateSecondaryAnimation_closure0, T.TransitionRoute__setSecondaryAnimation_closure, T.LocalHistoryRoute_removeLocalHistoryEntry_closure, T._ModalScopeState__forceRebuildPage_closure, T._ModalScopeState_build_closure, T._ModalScopeState_build_closure0, T._ModalScopeState_build__closure0, T._ModalScopeState_build___closure, T._ModalScopeState_build__closure, T.ModalRoute_offstage_closure, T.ModalRoute_changedInternalState_closure, Y.ScrollAwareImageProvider_resolveStreamForKey_closure, Y.ScrollAwareImageProvider_resolveStreamForKey__closure, K.ScrollBehavior_velocityTrackerBuilder_closure, K.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollPosition_forcePixels_closure, B.ScrollView_build_closure, B.ScrollView_build_closure0, B.ListView$separated_closure, B.ListView$separated_closure0, F._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, F.ScrollableState_setCanDrag_closure, F.ScrollableState_setCanDrag_closure0, F.ScrollableState_setCanDrag_closure1, F.ScrollableState_setCanDrag_closure2, E.RawScrollbarState__maybeTriggerScrollbar_closure, E.RawScrollbarState__maybeStartFadeoutTimer_closure, E.RawScrollbarState__gestures_closure, E.RawScrollbarState__gestures_closure0, E.RawScrollbarState__gestures__closure, E.RawScrollbarState__gestures__closure0, E.RawScrollbarState__gestures__closure1, E.RawScrollbarState__gestures_closure1, E.RawScrollbarState__gestures_closure2, E.RawScrollbarState_build_closure0, E.RawScrollbarState_build_closure, E.SingleChildScrollView_build_closure, E._RenderSingleChildViewport_paint_paintContents, E._RenderSingleChildViewport_hitTestChildren_closure, G.SliverMultiBoxAdaptorElement_performRebuild_processElement, G.SliverMultiBoxAdaptorElement_performRebuild_closure, G.SliverMultiBoxAdaptorElement_performRebuild_closure0, G.SliverMultiBoxAdaptorElement_createChild_closure, G.SliverMultiBoxAdaptorElement_removeChild_closure, U._SliverPersistentHeaderElement__build_closure, S.Table_closure, S.Table_closure0, S._TableElement_mount_closure, S._TableElement_mount__closure, S._TableElement_update_closure, S._TableElement_update_closure0, S._TableElement__updateRenderObjectChildren_closure, S._TableElement__updateRenderObjectChildren__closure, S._TableElement_visitChildren_closure, F.TextSelectionOverlay_showHandles_closure, F.TextSelectionOverlay_showHandles_closure0, F.TextSelectionOverlay__buildHandle_closure, F._TextSelectionGestureDetectorState_build_closure, F._TextSelectionGestureDetectorState_build_closure0, F._TextSelectionGestureDetectorState_build_closure1, F._TextSelectionGestureDetectorState_build_closure2, F._TextSelectionGestureDetectorState_build_closure3, F._TextSelectionGestureDetectorState_build_closure4, F._TextSelectionGestureDetectorState_build_closure5, F._TextSelectionGestureDetectorState_build_closure6, K._AnimatedState__handleChange_closure, N._ValueListenableBuilderState__valueChanged_closure, N._describeRelevantUserCode_isOverflowError, N._describeRelevantUserCode_processElement, D.CacheStore_closure, D.CacheStore_retrieveCacheData_closure, D.CacheStore__scheduleCleanup_closure, Q.WebHelper__manageResponse_closure, Q.WebHelper__saveFileAndPostUpdates_closure, B.BlockPicker_defaultLayoutBuilder_closure, B._BlockPickerState_changeColor_closure, B._BlockPickerState_build_closure, B._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, Y._GlobalCupertinoLocalizationsDelegate_load_closure, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, U._MaterialLocalizationsDelegate_load_closure, L.loadDateIntlDataIfNotLoaded_closure, O._StoreStreamListenerState_build_closure, A.SlidableState_dismiss_closure, A.SlidableState__handleDragUpdate_closure, A.SlidableState__handleShowAllActionsStatusChanged_closure, A.SlidableState__handleOverallPositionChanged_closure, A.SlidableState__startResizeAnimation_closure, A.SlidableState__startResizeAnimation_closure0, V.SlidableDrawerActionPane_build_closure, V.SlidableDrawerActionPane_build_closure0, R.ClosableSlideAction_build_closure, M.showToastWidget_closure, M._StyledToastState_build_closure, M.StyledToastWidgetState_initState_closure, M.StyledToastWidgetState_dismissToast_closure, M.StyledToastWidgetState_didChangeMetrics_closure, Q.ToastFuture$create_closure, Q.ToastManager_dismissAll_closure, L.TypeAheadFormField_closure, L.TypeAheadFormField__closure, L._TypeAheadFieldState_initState_closure, L._TypeAheadFieldState_initState_closure0, L._TypeAheadFieldState_initState_closure1, L._TypeAheadFieldState__scrollResizeListener_closure, L._TypeAheadFieldState__initOverlayEntry_closure, L._TypeAheadFieldState__initOverlayEntry__closure, L._SuggestionsListState_initState_closure, L._SuggestionsListState_initState__closure, L._SuggestionsListState__getSuggestions_closure, L._SuggestionsListState__getSuggestions_closure0, L._SuggestionsListState_createSuggestionsWidget_closure, L._SuggestionsListState_createSuggestionsWidget__closure, L._SuggestionsBox__findRootMediaQuery_closure, D.Registrar_send_closure, K.GoogleSignIn__ensureInitialized_closure, K.GoogleSignIn__waitFor_closure, K.GoogleSignIn__addMethodCall_closure, K.GoogleSignIn_signIn_isCanceled, K.GoogleSignIn_signIn_closure, O.MethodChannelGoogleSignIn_getTokens_closure, M.GoogleSignInPlugin_closure, M.GoogleSignInPlugin_init_closure, M.GoogleSignInPlugin_init_closure0, L.inject_closure, L.init_closure, B.injectJSLibraries_closure, G.BaseRequest_closure, G.BaseRequest_closure0, O.BrowserClient_send_closure, O.BrowserClient_send_closure0, Z.ByteStream_toBytes_closure, B.mapToQuery_closure, B.mapToQuery_closure0, B.onDone_closure, Z.CaseInsensitiveMap$from_closure, R.MediaType_MediaType$parse_closure, R.MediaType_toString_closure, R.MediaType_toString__closure, N.expectQuotedString_closure, V.ImagePickerPlugin__getSelectedXFiles_closure, V.ImagePickerPlugin__getSelectedXFiles__closure, V.ImagePickerPlugin__getSelectedXFiles_closure0, B.DateSymbols_DateSymbols$deserializeFromMap__getStringList, T.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseEnumeratedString_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, S.NumberFormat_NumberFormat_closure, S.NumberFormat_NumberFormat$decimalPattern_closure, T.ClientEntity_ClientEntity_closure, T.ClientEntity_getActivities_closure, T.ClientEntity_primaryContact_closure, T.ClientEntity_primaryContact_closure0, T.ClientEntity_hasEmailAddress_closure, O.CompanyGatewayEntity_addCard_closure, O.CompanyGatewayEntity_removeCard_closure, O.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.GatewayEntity_supportedEvents_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, D.DesignEntity_clone_closure, T.ActivityEntity_getDescription_closure, T.ActivityEntity_getDescription_closure0, M.ExpenseEntity_clone_closure, Q.InvoiceEntity_InvoiceEntity_closure, Q.InvoiceEntity_InvoiceEntity_closure0, Q.InvoiceEntity_moveLineItem_closure, Q.InvoiceEntity_moveLineItem_closure0, Q.InvoiceEntity_clone_closure, Q.InvoiceEntity_clone__closure, Q.InvoiceEntity_clone__closure0, Q.InvoiceEntity_hasTasks_closure, Q.InvoiceEntity_hasExpenses_closure, Q.InvoiceEntity_applyTax_closure, Q.InvoiceEntity_applyTax_closure0, Q.InvoiceEntity_applyTax_closure1, Q.InvoiceEntity_isViewed_closure, Q.InvoiceEntity_getInvitationForContact_closure, Q.InvoiceEntity_getInvitationForContact_closure0, Q.InvoiceEntity__calculateTax_closure, Q.InvoiceItemEntity_taxAmount_calculateTaxAmount, Q.InvoiceItemEntity_applyTax_closure, Q.InvoiceItemEntity_applyTax_closure0, Q.InvoiceItemEntity_applyTax_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure, X.CalculateInvoiceTotal_calculateTaxes__closure, X.CalculateInvoiceTotal_calculateTaxes__closure0, X.CalculateInvoiceTotal_calculateTaxes__closure1, X.CalculateInvoiceTotal_calculateTaxes__closure2, X.CalculateInvoiceTotal_calculateTaxes__closure3, X.CalculateInvoiceTotal_calculateTaxes__closure4, X.CalculateInvoiceTotal_calculateTaxes_closure0, X.CalculateInvoiceTotal_calculateTaxes_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure2, X.CalculateInvoiceTotal_calculateTaxes_closure3, X.CalculateInvoiceTotal_calculateTaxes_closure4, X.CalculateInvoiceTotal_calculateTaxes_closure5, X.CalculateInvoiceTotal_calculateTotal_closure, X.CalculateInvoiceTotal_calculateSubtotal_closure, F.PaymentEntity_invoicePaymentables_closure, F.PaymentEntity_creditPaymentables_closure, F.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, K._$serializers_closure, K._$serializers_closure0, K._$serializers_closure1, K._$serializers_closure2, K._$serializers_closure3, K._$serializers_closure4, K._$serializers_closure5, K._$serializers_closure6, K._$serializers_closure7, K._$serializers_closure8, K._$serializers_closure9, K._$serializers_closure10, K._$serializers_closure11, K._$serializers_closure12, K._$serializers_closure13, K._$serializers_closure14, K._$serializers_closure15, K._$serializers_closure16, K._$serializers_closure17, K._$serializers_closure18, K._$serializers_closure19, K._$serializers_closure20, K._$serializers_closure21, K._$serializers_closure22, K._$serializers_closure23, K._$serializers_closure24, K._$serializers_closure25, K._$serializers_closure26, K._$serializers_closure27, K._$serializers_closure28, K._$serializers_closure29, K._$serializers_closure30, K._$serializers_closure31, K._$serializers_closure32, K._$serializers_closure33, K._$serializers_closure34, K._$serializers_closure35, K._$serializers_closure36, K._$serializers_closure37, K._$serializers_closure38, K._$serializers_closure39, K._$serializers_closure40, K._$serializers_closure41, K._$serializers_closure42, K._$serializers_closure43, K._$serializers_closure44, K._$serializers_closure45, K._$serializers_closure46, K._$serializers_closure47, K._$serializers_closure48, K._$serializers_closure49, K._$serializers_closure50, K._$serializers_closure51, K._$serializers_closure52, K._$serializers_closure53, K._$serializers_closure54, K._$serializers_closure55, K._$serializers_closure56, K._$serializers_closure57, K._$serializers_closure58, K._$serializers_closure59, K._$serializers_closure60, K._$serializers_closure61, K._$serializers_closure62, K._$serializers_closure63, K._$serializers_closure64, K._$serializers_closure65, K._$serializers_closure66, K._$serializers_closure67, K._$serializers_closure68, K._$serializers_closure69, K._$serializers_closure70, K._$serializers_closure71, K._$serializers_closure72, K._$serializers_closure73, K._$serializers_closure74, K._$serializers_closure75, K._$serializers_closure76, K._$serializers_closure77, K._$serializers_closure78, K._$serializers_closure79, K._$serializers_closure80, K._$serializers_closure81, K._$serializers_closure82, K._$serializers_closure83, K._$serializers_closure84, K._$serializers_closure85, K._$serializers_closure86, K._$serializers_closure87, K._$serializers_closure88, K._$serializers_closure89, K._$serializers_closure90, K._$serializers_closure91, K._$serializers_closure92, K._$serializers_closure93, K._$serializers_closure94, K._$serializers_closure95, K._$serializers_closure96, K._$serializers_closure97, K._$serializers_closure98, K._$serializers_closure99, K._$serializers_closure100, K._$serializers_closure101, K._$serializers_closure102, K._$serializers_closure103, K._$serializers_closure104, K._$serializers_closure105, K._$serializers_closure106, K._$serializers_closure107, K._$serializers_closure108, K._$serializers_closure109, K._$serializers_closure110, K._$serializers_closure111, K._$serializers_closure112, K._$serializers_closure113, K._$serializers_closure114, K._$serializers_closure115, K._$serializers_closure116, K._$serializers_closure117, K._$serializers_closure118, K._$serializers_closure119, K._$serializers_closure120, K._$serializers_closure121, K._$serializers_closure122, K._$serializers_closure123, K._$serializers_closure124, K._$serializers_closure125, K._$serializers_closure126, K._$serializers_closure127, K._$serializers_closure128, K._$serializers_closure129, K._$serializers_closure130, K._$serializers_closure131, K._$serializers_closure132, K._$serializers_closure133, K._$serializers_closure134, K._$serializers_closure135, K._$serializers_closure136, K._$serializers_closure137, K._$serializers_closure138, K._$serializers_closure139, K._$serializers_closure140, K._$serializers_closure141, K._$serializers_closure142, K._$serializers_closure143, K._$serializers_closure144, K._$serializers_closure145, K._$serializers_closure146, K._$serializers_closure147, K._$serializers_closure148, K._$serializers_closure149, K._$serializers_closure150, K._$serializers_closure151, K._$serializers_closure152, K._$serializers_closure153, K._$serializers_closure154, K._$serializers_closure155, K._$serializers_closure156, K._$serializers_closure157, K._$serializers_closure158, K._$serializers_closure159, K._$serializers_closure160, K._$serializers_closure161, K._$serializers_closure162, K._$serializers_closure163, K._$serializers_closure164, K._$serializers_closure165, K._$serializers_closure166, K._$serializers_closure167, K._$serializers_closure168, K._$serializers_closure169, K._$serializers_closure170, K._$serializers_closure171, K._$serializers_closure172, K._$serializers_closure173, K._$serializers_closure174, K._$serializers_closure175, K._$serializers_closure176, K._$serializers_closure177, K._$serializers_closure178, K._$serializers_closure179, K._$serializers_closure180, K._$serializers_closure181, K._$serializers_closure182, K._$serializers_closure183, K._$serializers_closure184, G.SettingsEntity_setFieldsForSection_closure, G.SettingsEntity_setFieldsForSection_closure0, D.TaskTime_stop_closure, D.TaskEntity_clone_closure, D.TaskEntity_areTimesValid_closure, D.TaskEntity_isRunning_closure, D.TaskEntity_getTaskTimes_closure, D.TaskEntity_getTaskTimes_closure0, D.TaskEntity_addTaskTime_closure, D.TaskEntity_updateTaskTime_closure, D.TaskEntity_deleteTaskTime_closure, D.TaskEntity_calculateDuration_closure, B.VendorEntity_VendorEntity_closure, G.ClientRepository_saveData_closure, T.CreditRepository_saveData_closure, T.InvoiceRepository_saveData_closure, U.ProductRepository_saveData_closure, U.QuoteRepository_saveData_closure, F._parseError_closure, F._parseError__closure, F._initialState_closure, K.InvoiceNinjaAppState__authenticate_closure, K.InvoiceNinjaAppState_initState_closure, K.InvoiceNinjaAppState_generateRoute_closure, K.InvoiceNinjaAppState_generateRoute_closure0, K.InvoiceNinjaAppState_build_closure, K.InvoiceNinjaAppState_build__closure, K.InvoiceNinjaAppState_build__closure0, K.InvoiceNinjaAppState_build__closure1, K.InvoiceNinjaAppState_build__closure2, K.InvoiceNinjaAppState_build__closure3, K.InvoiceNinjaAppState_build__closure4, K.InvoiceNinjaAppState_build__closure5, K.InvoiceNinjaAppState_build__closure6, K.InvoiceNinjaAppState_build__closure7, K.InvoiceNinjaAppState_build__closure8, K.InvoiceNinjaAppState_build__closure9, K.InvoiceNinjaAppState_build__closure10, K.InvoiceNinjaAppState_build__closure11, K.InvoiceNinjaAppState_build__closure12, K.InvoiceNinjaAppState_build__closure13, K.InvoiceNinjaAppState_build__closure14, K.InvoiceNinjaAppState_build__closure15, K.InvoiceNinjaAppState_build__closure16, K.InvoiceNinjaAppState_build__closure17, K.InvoiceNinjaAppState_build__closure18, K.InvoiceNinjaAppState_build__closure19, K.InvoiceNinjaAppState_build__closure20, K.InvoiceNinjaAppState_build__closure21, K.InvoiceNinjaAppState_build__closure22, K.InvoiceNinjaAppState_build__closure23, K.InvoiceNinjaAppState_build__closure24, K.InvoiceNinjaAppState_build__closure25, K.InvoiceNinjaAppState_build__closure26, K.InvoiceNinjaAppState_build__closure27, K.InvoiceNinjaAppState_build__closure28, K.InvoiceNinjaAppState_build__closure29, K.InvoiceNinjaAppState_build__closure30, K.InvoiceNinjaAppState_build__closure31, K.InvoiceNinjaAppState_build__closure32, K.InvoiceNinjaAppState_build__closure33, K.InvoiceNinjaAppState_build__closure34, K.InvoiceNinjaAppState_build__closure35, K.InvoiceNinjaAppState_build__closure36, K.InvoiceNinjaAppState_build__closure37, K.InvoiceNinjaAppState_build__closure38, K.InvoiceNinjaAppState_build__closure39, K.InvoiceNinjaAppState_build__closure40, K.InvoiceNinjaAppState_build__closure41, K.InvoiceNinjaAppState_build__closure42, K.InvoiceNinjaAppState_build__closure43, K.InvoiceNinjaAppState_build__closure44, K.InvoiceNinjaAppState_build__closure45, K.InvoiceNinjaAppState_build__closure46, K.InvoiceNinjaAppState_build__closure47, K.InvoiceNinjaAppState_build__closure48, K.InvoiceNinjaAppState_build__closure49, K.InvoiceNinjaAppState_build__closure50, K.InvoiceNinjaAppState_build__closure51, K.InvoiceNinjaAppState_build__closure52, K.InvoiceNinjaAppState_build__closure53, K.InvoiceNinjaAppState_build__closure54, K.InvoiceNinjaAppState_build__closure55, K.InvoiceNinjaAppState_build__closure56, K.InvoiceNinjaAppState_build__closure57, K.InvoiceNinjaAppState_build__closure58, K.InvoiceNinjaAppState_build__closure59, K.InvoiceNinjaAppState_build__closure60, K.InvoiceNinjaAppState_build__closure61, K.InvoiceNinjaAppState_build__closure62, K.InvoiceNinjaAppState_build__closure63, K.InvoiceNinjaAppState_build__closure64, K.InvoiceNinjaAppState_build__closure65, K.InvoiceNinjaAppState_build__closure66, K.InvoiceNinjaAppState_build__closure67, K.InvoiceNinjaAppState_build__closure68, K.InvoiceNinjaAppState_build__closure69, K.InvoiceNinjaAppState_build__closure70, K.InvoiceNinjaAppState_build__closure71, K.InvoiceNinjaAppState_build__closure72, K.InvoiceNinjaAppState_build__closure73, K.InvoiceNinjaAppState_build__closure74, K.InvoiceNinjaAppState_build__closure75, K.InvoiceNinjaAppState_build__closure76, K.InvoiceNinjaAppState_build__closure77, K.InvoiceNinjaAppState_build__closure78, K.InvoiceNinjaAppState_build__closure79, K.InvoiceNinjaAppState_build__closure80, K.InvoiceNinjaAppState_build__closure81, K.InvoiceNinjaAppState_build__closure82, K.InvoiceNinjaAppState_build__closure83, K.InvoiceNinjaAppState_build__closure84, K.InvoiceNinjaAppState_build__closure85, K.InvoiceNinjaAppState_build__closure86, K.InvoiceNinjaAppState_build__closure87, K.InvoiceNinjaAppState_build__closure88, K.InvoiceNinjaAppState_build__closure89, K.InvoiceNinjaAppState_build__closure90, K.InvoiceNinjaAppState_build__closure91, K.InvoiceNinjaAppState_build__closure92, K.InvoiceNinjaAppState_build__closure93, K.InvoiceNinjaAppState_build__closure94, K.InvoiceNinjaAppState_build__closure95, K.InvoiceNinjaAppState_build__closure96, K.InvoiceNinjaAppState_build__closure97, K.InvoiceNinjaAppState_build__closure98, K.InvoiceNinjaAppState_build__closure99, K.InvoiceNinjaAppState_build__closure100, K.InvoiceNinjaAppState_build__closure101, K.InvoiceNinjaAppState_build__closure102, K.InvoiceNinjaAppState_build__closure103, K.InvoiceNinjaAppState_build__closure104, K.InvoiceNinjaAppState_build__closure105, M.viewEntitiesByType_closure, M.viewEntityById_closure, M.createEntityByType_closure, M.createEntity_closure, M.editEntity_closure, M.editEntity__closure, M.checkForChanges_closure, M.checkForChanges__closure, K._createLoadState_closure, K._createLoadState__closure, K._createLoadState__closure0, K._createLoadState__closure1, K._createLoadState__closure2, K._createLoadState__closure3, K._createLoadState__closure4, K._createLoadState__closure5, K._createLoadState___closure, K._createLoadState__closure6, K._getRoutes_closure, K._getRoutes_closure0, K._createUserLoggedIn_closure, K._createPersistData_closure, K._createPersistUI_closure, K._createPersistPrefs_closure, K._createPersistPrefs__closure, K._createAccountLoaded_closure, K._createDataRefreshed_closure, K._createPersistStatic_closure, K._createDeleteState_closure, K._createDeleteState__closure, K._createViewMainScreen_closure, K._createViewMainScreen__closure, G.appReducer_closure, G.appReducer__closure, G.appReducer_closure0, G.appReducer_closure1, G.appReducer_closure2, G.lastErrorReducer_closure, G.lastErrorReducer_closure0, G.lastErrorReducer_closure1, G.lastErrorReducer_closure2, G.lastErrorReducer_closure3, G.lastErrorReducer_closure4, G.lastErrorReducer_closure5, G.lastErrorReducer_closure6, G.lastErrorReducer_closure7, G.lastErrorReducer_closure8, G.lastErrorReducer_closure9, G.lastErrorReducer_closure10, G.lastErrorReducer_closure11, G.lastErrorReducer_closure12, G.lastErrorReducer_closure13, G.lastErrorReducer_closure14, G.lastErrorReducer_closure15, G.lastErrorReducer_closure16, G.lastErrorReducer_closure17, G.lastErrorReducer_closure18, T.AppState_AppState_closure, T.AppState_companies_closure, T.AppState_historyList_closure, V._createUserLogout_closure, V._createUserLogout__closure, V._createUserLogoutAll_closure, V._createUserLogoutAll__closure, V._createUserLogoutAll__closure0, V._createLoginRequest_closure, V._createLoginRequest__closure, V._createLoginRequest__closure0, V._createSignUpRequest_closure, V._createSignUpRequest__closure, V._createSignUpRequest__closure0, V._createOAuthLoginRequest_closure, V._createOAuthLoginRequest__closure, V._createOAuthLoginRequest__closure0, V._createOAuthSignUpRequest_closure, V._createOAuthSignUpRequest__closure, V._createOAuthSignUpRequest__closure0, V._createRefreshRequest_closure, V._createRefreshRequest__closure, V._createRefreshRequest___closure, V._createRefreshRequest____closure, V._createRefreshRequest__closure0, V._createRecoverRequest_closure, V._createRecoverRequest__closure, V._createRecoverRequest__closure0, V._createCompany_closure, V._createCompany__closure, V._createCompany___closure, V._deleteCompany_closure, V._deleteCompany__closure, V._deleteCompany__closure0, V._purgeData_closure, V._purgeData__closure, V._purgeData___closure, V._purgeData__closure0, V._resendConfirmation_closure, V._resendConfirmation__closure, V._resendConfirmation__closure0, S.userLoadUrlReducer_closure, S.userSignUpRequestReducer_closure, S.userLoginRequestReducer_closure, S.oauthLoginRequestReducer_closure, S.oauthSignUpRequestReducer_closure, S.userLoginSuccessReducer_closure, S.userVerifiedPasswordReducer_closure, S.userUnverifiedPasswordReducer_closure, E.handleClientAction_closure, E.handleClientAction_closure0, E.handleClientAction_closure1, E.handleClientAction_closure2, Q._editClient_closure, Q._viewClient_closure, Q._viewClientList_closure1, Q._viewClientList__closure, Q._archiveClient_closure, Q._archiveClient__closure, Q._archiveClient__closure0, Q._archiveClient__closure1, Q._deleteClient_closure, Q._deleteClient__closure, Q._deleteClient__closure0, Q._deleteClient__closure1, Q._restoreClient_closure, Q._restoreClient__closure, Q._restoreClient__closure0, Q._restoreClient__closure1, Q._saveClient_closure, Q._saveClient__closure, Q._saveClient__closure0, Q._loadClient_closure, Q._loadClient__closure, Q._loadClient__closure0, Q._loadClients_closure, Q._loadClients__closure, Q._loadClients__closure0, Q._saveDocument_closure10, Q._saveDocument__closure21, Q._saveDocument__closure22, S.clientUIReducer_closure, S.forceSelectedReducer_closure167, S.forceSelectedReducer_closure168, S.forceSelectedReducer_closure169, S.forceSelectedReducer_closure170, S.forceSelectedReducer_closure171, S.forceSelectedReducer_closure172, S.forceSelectedReducer_closure173, S.forceSelectedReducer_closure174, S.tabIndexReducer_closure21, S.tabIndexReducer_closure22, S.saveCompleterReducer_closure1, S.cancelCompleterReducer_closure1, S.editingContactReducer_closure, S.editingContactReducer_closure0, S.selectedIdReducer_closure335, S.selectedIdReducer_closure336, S.selectedIdReducer_closure337, S.selectedIdReducer_closure338, S.selectedIdReducer_closure339, S.selectedIdReducer_closure340, S.selectedIdReducer_closure341, S.selectedIdReducer_closure342, S.selectedIdReducer_closure343, S.selectedIdReducer_closure344, S.selectedIdReducer_closure345, S.selectedIdReducer_closure346, S.selectedIdReducer_closure347, S.selectedIdReducer_closure348, S.selectedIdReducer_closure349, S.selectedIdReducer_closure350, S.editingReducer_closure112, S.editingReducer_closure113, S.editingReducer_closure114, S.editingReducer_closure115, S.editingReducer_closure116, S.editingReducer_closure117, S.editingReducer_closure118, S.editingReducer__closure48, S.editingReducer_closure119, S.editingReducer__closure47, S.editingReducer_closure120, S.editingReducer__closure46, S.editingReducer_closure121, S.editingReducer__closure45, S.editingReducer_closure122, S.editingReducer_closure123, S.editingReducer_closure124, S.editingReducer_closure125, S._viewClientList_closure, S._filterClientsByCustom1_closure, S._filterClientsByCustom1_closure0, S._filterClientsByCustom2_closure, S._filterClientsByCustom2_closure0, S._filterClientsByCustom3_closure, S._filterClientsByCustom3_closure0, S._filterClientsByCustom4_closure, S._filterClientsByCustom4_closure0, S._filterClientsByState_closure, S._filterClientsByState_closure0, S._filterClients_closure, S._sortClients_closure, S._startListMultiselect_closure21, S._addToListMultiselect_closure21, S._removeFromListMultiselect_closure21, S._clearListMultiselect_closure21, S._archiveClientSuccess_closure, S._deleteClientSuccess_closure, S._restoreClientSuccess_closure, S._addClient_closure, S._updateClient_closure, S._updateClient__closure, S._setLoadedClient_closure, S._setLoadedClient__closure, G.memoizedDropdownClientList_closure, G.dropdownClientsSelector_closure, G.dropdownClientsSelector_closure0, G.memoizedClientStatsForUser_closure, G.clientStatsForUser_closure, G.memoizedFilteredClientList_closure, G.filteredClientsSelector_closure, G.filteredClientsSelector__closure, G.filteredClientsSelector_closure0, F.ClientState_loadClients_closure0, F.ClientState_loadClients_closure1, F.ClientState_loadClients_closure, T.companyReducer_closure, T.userCompanyEntityReducer_closure, T.userCompanyEntityReducer__closure5, T.userCompanyEntityReducer___closure, T.userCompanyEntityReducer__closure6, T.userCompanyEntityReducer_closure0, T.userCompanyEntityReducer__closure4, T.userCompanyEntityReducer_closure1, T.userCompanyEntityReducer__closure3, T.userCompanyEntityReducer_closure2, T.userCompanyEntityReducer__closure2, T.userCompanyEntityReducer_closure3, T.userCompanyEntityReducer__closure1, T.userCompanyEntityReducer_closure4, T.userCompanyEntityReducer__closure0, T.userCompanyEntityReducer_closure5, T.userCompanyEntityReducer__closure, T.loadCompanySuccessReducer_closure, T.loadCompanySuccessReducer_closure0, T.loadCompanySuccessReducer_closure1, T.saveCompanySuccessReducer_closure, T.saveCompanySuccessReducer_closure0, T.lastUpdatedReducer_closure, T.lastUpdatedReducer_closure0, U.memoizedDropdownExpenseCategoriesList_closure, U.dropdownExpenseCategoriesSelector_closure, U.dropdownExpenseCategoriesSelector_closure0, U.memoizedHasMultipleCurrencies_closure, U.memoizedGetCurrencyIds_closure, U.getCurrencyIds_closure, U.memoizedFilteredSelector_closure, U.filteredSelector_closure, U.filteredSelector_closure0, U.filteredSelector_closure1, U.filteredSelector_closure2, U.filteredSelector_closure3, U.filteredSelector_closure4, U.filteredSelector_closure5, U.filteredSelector_closure6, U.filteredSelector_closure7, U.filteredSelector_closure8, U.filteredSelector_closure9, U.filteredSelector_closure10, U.filteredSelector_closure11, U.filteredSelector_closure12, U.filteredSelector_closure13, Q.handleCompanyGatewayAction_closure, L._editCompanyGateway_closure, L._viewCompanyGateway_closure, L._viewCompanyGatewayList_closure, L._viewCompanyGatewayList__closure, L._archiveCompanyGateway_closure, L._archiveCompanyGateway__closure, L._archiveCompanyGateway__closure0, L._archiveCompanyGateway__closure1, L._deleteCompanyGateway_closure, L._deleteCompanyGateway__closure, L._deleteCompanyGateway__closure0, L._deleteCompanyGateway__closure1, L._restoreCompanyGateway_closure, L._restoreCompanyGateway__closure, L._restoreCompanyGateway__closure0, L._restoreCompanyGateway__closure1, L._saveCompanyGateway_closure, L._saveCompanyGateway__closure, L._saveCompanyGateway__closure0, L._loadCompanyGateway_closure, L._loadCompanyGateway__closure, L._loadCompanyGateway__closure0, L._loadCompanyGateways_closure, L._loadCompanyGateways__closure, L._loadCompanyGateways__closure0, N.companyGatewayUIReducer_closure, N.forceSelectedReducer_closure59, N.forceSelectedReducer_closure60, N.forceSelectedReducer_closure61, N.forceSelectedReducer_closure62, N.forceSelectedReducer_closure63, N.forceSelectedReducer_closure64, N.forceSelectedReducer_closure65, N.forceSelectedReducer_closure66, N.selectedIdReducer_closure119, N.selectedIdReducer_closure120, N.selectedIdReducer_closure121, N.selectedIdReducer_closure122, N.selectedIdReducer_closure123, N.selectedIdReducer_closure124, N.selectedIdReducer_closure125, N.selectedIdReducer_closure126, N.selectedIdReducer_closure127, N.selectedIdReducer_closure128, N.selectedIdReducer_closure129, N.selectedIdReducer_closure130, N.selectedIdReducer_closure131, N.selectedIdReducer_closure132, N.selectedIdReducer_closure133, N.editingReducer_closure35, N.editingReducer_closure36, N.editingReducer_closure37, N.editingReducer_closure38, N.editingReducer__closure13, N._filterCompanyGatewaysByCustom1_closure, N._filterCompanyGatewaysByCustom1_closure0, N._filterCompanyGatewaysByCustom2_closure, N._filterCompanyGatewaysByCustom2_closure0, N._filterCompanyGatewaysByState_closure, N._filterCompanyGatewaysByState_closure0, N._filterCompanyGateways_closure, N._sortCompanyGateways_closure, N._startListMultiselect_closure7, N._addToListMultiselect_closure7, N._removeFromListMultiselect_closure7, N._clearListMultiselect_closure7, N._archiveCompanyGatewaySuccess_closure, N._deleteCompanyGatewaySuccess_closure, N._restoreCompanyGatewaySuccess_closure, N._addCompanyGateway_closure, N._updateCompanyGateway_closure, N._updateCompanyGateway__closure, N._setLoadedCompanyGateway_closure, N._setLoadedCompanyGateway__closure, N._setLoadedCompany_closure1, N._setLoadedCompany__closure1, N._setLoadedCompany__closure2, N._setLoadedCompany_closure2, N._setLoadedCompanyGateways_closure, N._setLoadedCompanyGateways__closure, N._setLoadedCompanyGateways__closure0, N._setLoadedCompanyGateways_closure0, T.memoizedFilteredCompanyGatewayList_closure, T.filteredCompanyGatewaysSelector_closure, T.filteredCompanyGatewaysSelector_closure0, T.filteredCompanyGatewaysSelector_closure1, T.memoizedCalculateCompanyGatewayProcessed_closure, T.calculateCompanyGatewayProcessed_closure, T.memoizedClientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway__closure, T.memoizedPaymentStatsForCompanyGateway_closure, T.paymentStatsForCompanyGateway_closure, E.handleCreditAction_closure, E.handleCreditAction_closure0, E.handleCreditAction_closure1, E.handleCreditAction_closure2, E.handleCreditAction_closure3, E.handleCreditAction_closure4, E.handleCreditAction_closure5, E.handleCreditAction__closure, X._viewCredit_closure, X._viewCreditList_closure0, X._viewCreditList__closure, X._editCredit_closure, X._showEmailCredit_closure, X._showPdfCredit_closure, X._archiveCredit_closure, X._archiveCredit__closure, X._archiveCredit__closure0, X._archiveCredit__closure1, X._deleteCredit_closure, X._deleteCredit__closure, X._deleteCredit__closure0, X._deleteCredit__closure1, X._restoreCredit_closure, X._restoreCredit__closure, X._restoreCredit__closure0, X._restoreCredit__closure1, X._markSentCredit_closure, X._markSentCredit__closure, X._markSentCredit__closure0, X._emailCredit_closure, X._emailCredit__closure, X._emailCredit__closure0, X._saveCredit_closure, X._saveCredit__closure, X._saveCredit___closure, X._saveCredit__closure0, X._saveCredit__closure1, X._loadCredit_closure, X._loadCredit__closure, X._loadCredit__closure0, X._loadCredits_closure, X._loadCredits__closure, X._loadCredits__closure0, X._downloadCredits_closure, X._downloadCredits__closure, X._downloadCredits__closure0, X._bulkEmailCredits_closure, X._bulkEmailCredits__closure, X._bulkEmailCredits__closure0, X._saveDocument_closure0, X._saveDocument__closure1, X._saveDocument__closure2, Q.creditUIReducer_closure, Q.forceSelectedReducer_closure79, Q.forceSelectedReducer_closure80, Q.forceSelectedReducer_closure81, Q.forceSelectedReducer_closure82, Q.forceSelectedReducer_closure83, Q.forceSelectedReducer_closure84, Q.forceSelectedReducer_closure85, Q.forceSelectedReducer_closure86, Q.tabIndexReducer_closure11, Q.tabIndexReducer_closure12, Q.historyActivityIdReducer_closure0, Q.editingItemReducer_closure1, Q.editingItemReducer_closure2, Q.selectedIdReducer_closure160, Q.selectedIdReducer_closure161, Q.selectedIdReducer_closure162, Q.selectedIdReducer_closure163, Q.selectedIdReducer_closure164, Q.selectedIdReducer_closure165, Q.selectedIdReducer_closure166, Q.selectedIdReducer_closure167, Q.selectedIdReducer_closure168, Q.selectedIdReducer_closure169, Q.selectedIdReducer_closure170, Q.selectedIdReducer_closure171, Q.selectedIdReducer_closure172, Q.selectedIdReducer_closure173, Q.selectedIdReducer_closure174, Q.selectedIdReducer_closure175, Q.selectedIdReducer_closure176, Q.selectedIdReducer_closure177, Q.selectedIdReducer_closure178, Q.editingReducer_closure47, Q.editingReducer__closure22, Q.editingReducer_closure48, Q.editingReducer__closure21, Q.editingReducer_closure49, Q.editingReducer_closure50, Q.editingReducer__closure20, Q.editingReducer_closure51, Q.editingReducer__closure19, Q.editingReducer_closure52, Q.editingReducer__closure18, Q.editingReducer___closure1, Q.editingReducer___closure2, Q.editingReducer_closure53, Q.editingReducer_closure54, Q.editingReducer_closure55, Q.editingReducer_closure56, Q.editingReducer__closure17, Q.editingReducer_closure57, Q.editingReducer__closure16, Q._addCreditItem_closure, Q._addCreditItems_closure, Q._removeCreditItem_closure, Q._updateCreditItem_closure, Q._viewCreditList_closure, Q._filterCreditsByCustom1_closure, Q._filterCreditsByCustom1_closure0, Q._filterCreditsByCustom2_closure, Q._filterCreditsByCustom2_closure0, Q._filterCreditsByCustom3_closure, Q._filterCreditsByCustom3_closure0, Q._filterCreditsByCustom4_closure, Q._filterCreditsByCustom4_closure0, Q._filterCreditsByState_closure, Q._filterCreditsByState_closure0, Q._filterCreditsByStatus_closure, Q._filterCreditsByStatus_closure0, Q._filterCredits_closure, Q._sortCredits_closure, Q._startListMultiselect_closure10, Q._addToListMultiselect_closure10, Q._removeFromListMultiselect_closure10, Q._clearListMultiselect_closure10, Q._markSentCreditSuccess_closure0, Q._markSentCreditSuccess_closure1, Q._markSentCreditSuccess_closure, Q._archiveCreditSuccess_closure, Q._deleteCreditSuccess_closure, Q._restoreCreditSuccess_closure, Q._addCredit_closure, Q._updateCredit_closure, Q._updateCredit__closure, B.memoizedDropdownCreditList_closure, B.dropdownCreditSelector_closure, B.dropdownCreditSelector_closure0, B.memoizedFilteredCreditList_closure, B.filteredCreditsSelector_closure, B.filteredCreditsSelector_closure0, B.memoizedCreditStatsForDesign_closure, B.creditStatsForDesign_closure, B.memoizedCreditStatsForClient_closure, B.creditStatsForClient_closure, B.memoizedCreditStatsForUser_closure, B.creditStatsForUser_closure, G.CreditState_loadCredits_closure0, G.CreditState_loadCredits_closure1, G.CreditState_loadCredits_closure, R._createViewDashboard_closure, R._createViewDashboard__closure, R._createViewDashboard___closure, D.dashboardUIReducer_closure, D.selectedEntitiesReducer_closure, D.selectedEntitiesReducer__closure0, D.selectedEntitiesReducer_closure0, D.selectedEntitiesReducer__closure, D.selectedEntityTypeReducer_closure, D.showSidebarReducer_closure, D.dashboardSettingsReducer_closure, D.dashboardSettingsReducer_closure0, D.dashboardSettingsReducer_closure1, D.dashboardSettingsReducer_closure2, O.memoizedChartInvoices_closure, O.memoizedPreviousChartInvoices_closure, O._chartInvoices_closure, O.memoizedChartQuotes_closure, O.memoizedPreviousChartQuotes_closure, O.chartQuotes_closure, O.memoizedChartPayments_closure, O.memoizedPreviousChartPayments_closure, O.chartPayments_closure, O.memoizedChartTasks_closure, O.memoizedPreviousChartTasks_closure, O.chartTasks_closure, O.chartTasks__closure, O.chartTasks___closure, O.chartExpenses_closure, O.memoizedChartExpenses_closure, O.memoizedPreviousChartExpenses_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, N.handleDesignAction_closure, N.handleDesignAction_closure0, N.handleDesignAction_closure1, N.handleDesignAction_closure2, N.handleDesignAction_closure3, V._editDesign_closure, V._viewDesign_closure, V._viewDesignList_closure0, V._viewDesignList__closure, V._archiveDesign_closure, V._archiveDesign__closure, V._archiveDesign__closure0, V._archiveDesign__closure1, V._deleteDesign_closure, V._deleteDesign__closure, V._deleteDesign__closure0, V._deleteDesign__closure1, V._restoreDesign_closure, V._restoreDesign__closure, V._restoreDesign__closure0, V._restoreDesign__closure1, V._saveDesign_closure, V._saveDesign__closure, V._saveDesign__closure0, V._loadDesign_closure, V._loadDesign__closure, V._loadDesign__closure0, V._loadDesigns_closure, V._loadDesigns__closure, V._loadDesigns__closure0, U.designUIReducer_closure, U.forceSelectedReducer_closure87, U.forceSelectedReducer_closure88, U.forceSelectedReducer_closure89, U.forceSelectedReducer_closure90, U.forceSelectedReducer_closure91, U.forceSelectedReducer_closure92, U.forceSelectedReducer_closure93, U.forceSelectedReducer_closure94, U.selectedIdReducer_closure179, U.selectedIdReducer_closure180, U.selectedIdReducer_closure181, U.selectedIdReducer_closure182, U.selectedIdReducer_closure183, U.selectedIdReducer_closure184, U.selectedIdReducer_closure185, U.selectedIdReducer_closure186, U.selectedIdReducer_closure187, U.selectedIdReducer_closure188, U.selectedIdReducer_closure189, U.selectedIdReducer_closure190, U.selectedIdReducer_closure191, U.selectedIdReducer_closure192, U.editingReducer_closure58, U.editingReducer_closure59, U.editingReducer_closure60, U.editingReducer_closure61, U.editingReducer__closure23, U._viewDesignList_closure, U._filterDesignsByCustom1_closure, U._filterDesignsByCustom1_closure0, U._filterDesignsByCustom2_closure, U._filterDesignsByCustom2_closure0, U._filterDesignsByState_closure, U._filterDesignsByState_closure0, U._filterDesigns_closure, U._sortDesigns_closure, U._startListMultiselect_closure11, U._addToListMultiselect_closure11, U._removeFromListMultiselect_closure11, U._clearListMultiselect_closure11, U._archiveDesignSuccess_closure, U._deleteDesignSuccess_closure, U._restoreDesignSuccess_closure, U._addDesign_closure, U._updateDesign_closure, U._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.filteredDesignsSelector_closure0, Y.DesignState_cleanDesign_closure, Y.DesignState_cleanDesign_closure0, Y.DesignState_customDesigns_closure, Y.DesignState_customDesigns_closure0, Y.DesignState_loadDesigns_closure0, Y.DesignState_loadDesigns_closure1, Y.DesignState_loadDesigns_closure, X.handleDocumentAction_closure, Y._editDocument_closure, Y._viewDocument_closure, Y._viewDocumentList_closure0, Y._viewDocumentList__closure, Y._archiveDocument_closure, Y._archiveDocument__closure, Y._archiveDocument__closure0, Y._archiveDocument__closure1, Y._deleteDocument_closure, Y._deleteDocument__closure, Y._deleteDocument__closure0, Y._restoreDocument_closure, Y._restoreDocument__closure, Y._restoreDocument__closure0, Y._restoreDocument__closure1, Y._loadDocument_closure, Y._loadDocument__closure, Y._loadDocument__closure0, Y._loadDocuments_closure, Y._loadDocuments__closure, Y._loadDocuments__closure0, M.documentUIReducer_closure, M.forceSelectedReducer_closure47, M.forceSelectedReducer_closure48, M.forceSelectedReducer_closure49, M.forceSelectedReducer_closure50, M.forceSelectedReducer_closure51, M.forceSelectedReducer_closure52, M.forceSelectedReducer_closure53, M.forceSelectedReducer_closure54, M.selectedIdReducer_closure94, M.selectedIdReducer_closure95, M.selectedIdReducer_closure96, M.selectedIdReducer_closure97, M.selectedIdReducer_closure98, M.selectedIdReducer_closure99, M.selectedIdReducer_closure100, M.selectedIdReducer_closure101, M.selectedIdReducer_closure102, M.selectedIdReducer_closure103, M.selectedIdReducer_closure104, M.selectedIdReducer_closure105, M.selectedIdReducer_closure106, M.editingReducer_closure30, M.editingReducer__closure11, M._viewDocumentList_closure, M._filterDocumentsByCustom1_closure, M._filterDocumentsByCustom1_closure0, M._filterDocumentsByCustom2_closure, M._filterDocumentsByCustom2_closure0, M._filterDocumentsByState_closure, M._filterDocumentsByState_closure0, M._filterDocuments_closure, M._sortDocuments_closure, M._startListMultiselect_closure5, M._addToListMultiselect_closure5, M._removeFromListMultiselect_closure5, M._clearListMultiselect_closure5, M._archiveDocumentSuccess_closure, M._deleteDocumentSuccess_closure, M._restoreDocumentSuccess_closure, M._updateDocument_closure, M._setLoadedDocument_closure, M._setLoadedDocuments_closure, M._setLoadedDocuments__closure, M._setLoadedDocuments__closure0, M._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.filteredDocumentsSelector_closure0, T.handleExpenseAction_closure, T.handleExpenseAction_closure0, T.handleExpenseAction_closure1, T.handleExpenseAction_closure2, T.handleExpenseAction_closure3, T.handleExpenseAction_closure4, R._editExpense_closure, R._viewExpense_closure, R._viewExpenseList_closure0, R._viewExpenseList__closure, R._archiveExpense_closure, R._archiveExpense__closure, R._archiveExpense__closure0, R._archiveExpense__closure1, R._deleteExpense_closure, R._deleteExpense__closure, R._deleteExpense__closure0, R._deleteExpense__closure1, R._restoreExpense_closure, R._restoreExpense__closure, R._restoreExpense__closure0, R._restoreExpense__closure1, R._saveExpense_closure, R._saveExpense__closure, R._saveExpense__closure0, R._loadExpense_closure, R._loadExpense__closure, R._loadExpense__closure0, R._loadExpenses_closure, R._loadExpenses__closure, R._loadExpenses__closure0, R._saveDocument_closure8, R._saveDocument__closure17, R._saveDocument__closure18, K.expenseUIReducer_closure, K.forceSelectedReducer_closure39, K.forceSelectedReducer_closure40, K.forceSelectedReducer_closure41, K.forceSelectedReducer_closure42, K.forceSelectedReducer_closure43, K.forceSelectedReducer_closure44, K.forceSelectedReducer_closure45, K.forceSelectedReducer_closure46, K.tabIndexReducer_closure9, K.tabIndexReducer_closure10, K.selectedIdReducer_closure79, K.selectedIdReducer_closure80, K.selectedIdReducer_closure81, K.selectedIdReducer_closure82, K.selectedIdReducer_closure83, K.selectedIdReducer_closure84, K.selectedIdReducer_closure85, K.selectedIdReducer_closure86, K.selectedIdReducer_closure87, K.selectedIdReducer_closure88, K.selectedIdReducer_closure89, K.selectedIdReducer_closure90, K.selectedIdReducer_closure91, K.selectedIdReducer_closure92, K.selectedIdReducer_closure93, K.editingReducer_closure26, K.editingReducer_closure27, K.editingReducer_closure28, K.editingReducer_closure29, K.editingReducer__closure10, K._viewExpenseList_closure, K._filterExpensesByCustom1_closure, K._filterExpensesByCustom1_closure0, K._filterExpensesByCustom2_closure, K._filterExpensesByCustom2_closure0, K._filterExpensesByCustom3_closure, K._filterExpensesByCustom3_closure0, K._filterExpensesByCustom4_closure, K._filterExpensesByCustom4_closure0, K._filterExpensesByState_closure, K._filterExpensesByState_closure0, K._filterExpensesByStatus_closure, K._filterExpensesByStatus_closure0, K._filterExpenses_closure, K._sortExpenses_closure, K._startListMultiselect_closure4, K._addToListMultiselect_closure4, K._removeFromListMultiselect_closure4, K._clearListMultiselect_closure4, K._archiveExpenseSuccess_closure, K._deleteExpenseSuccess_closure, K._restoreExpenseSuccess_closure, K._addExpense_closure, K._updateExpense_closure, K._setLoadedExpense_closure, L.convertExpenseToInvoiceItem_closure, L.memoizedFilteredExpenseList_closure, L.filteredExpensesSelector_closure, L.filteredExpensesSelector_closure0, L.memoizedExpenseStatsForVendor_closure, L.expenseStatsForVendor_closure, L.memoizedExpenseStatsForClient_closure, L.expenseStatsForClient_closure, L.memoizedClientExpenseList_closure, L.clientExpenseList_closure, L.clientExpenseList_closure0, L.memoizedExpenseStatsForProject_closure, L.expenseStatsForProject_closure, L.memoizedExpenseStatsForUser_closure, L.expenseStatsForUser_closure, R.ExpenseState_loadExpenses_closure0, R.ExpenseState_loadExpenses_closure1, R.ExpenseState_loadExpenses_closure, X.handleExpenseCategoryAction_closure, X.handleExpenseCategoryAction_closure0, M._editExpenseCategory_closure, M._viewExpenseCategory_closure, M._viewExpenseCategoryList_closure, M._viewExpenseCategoryList__closure, M._archiveExpenseCategory_closure, M._archiveExpenseCategory__closure, M._archiveExpenseCategory__closure0, M._archiveExpenseCategory__closure1, M._deleteExpenseCategory_closure, M._deleteExpenseCategory__closure, M._deleteExpenseCategory__closure0, M._deleteExpenseCategory__closure1, M._restoreExpenseCategory_closure, M._restoreExpenseCategory__closure, M._restoreExpenseCategory__closure0, M._restoreExpenseCategory__closure1, M._saveExpenseCategory_closure, M._saveExpenseCategory__closure, M._saveExpenseCategory__closure0, M._loadExpenseCategory_closure, M._loadExpenseCategory__closure, M._loadExpenseCategory__closure0, M._loadExpenseCategories_closure, M._loadExpenseCategories__closure, M._loadExpenseCategories__closure0, F.expenseCategoryUIReducer_closure, F.forceSelectedReducer_closure127, F.forceSelectedReducer_closure128, F.forceSelectedReducer_closure129, F.forceSelectedReducer_closure130, F.forceSelectedReducer_closure131, F.forceSelectedReducer_closure132, F.forceSelectedReducer_closure133, F.forceSelectedReducer_closure134, F.selectedIdReducer_closure256, F.selectedIdReducer_closure257, F.selectedIdReducer_closure258, F.selectedIdReducer_closure259, F.selectedIdReducer_closure260, F.selectedIdReducer_closure261, F.selectedIdReducer_closure262, F.selectedIdReducer_closure263, F.selectedIdReducer_closure264, F.selectedIdReducer_closure265, F.selectedIdReducer_closure266, F.selectedIdReducer_closure267, F.selectedIdReducer_closure268, F.selectedIdReducer_closure269, F.selectedIdReducer_closure270, F.editingReducer_closure85, F.editingReducer_closure86, F.editingReducer_closure87, F.editingReducer_closure88, F.editingReducer__closure34, F._filterExpenseCategoriesByCustom1_closure, F._filterExpenseCategoriesByCustom1_closure0, F._filterExpenseCategoriesByCustom2_closure, F._filterExpenseCategoriesByCustom2_closure0, F._filterExpenseCategoriesByState_closure, F._filterExpenseCategoriesByState_closure0, F._filterExpenseCategories_closure, F._sortExpenseCategories_closure, F._startListMultiselect_closure16, F._addToListMultiselect_closure16, F._removeFromListMultiselect_closure16, F._clearListMultiselect_closure16, F._archiveExpenseCategorySuccess_closure, F._deleteExpenseCategorySuccess_closure, F._restoreExpenseCategorySuccess_closure, F._addExpenseCategory_closure, F._updateExpenseCategory_closure, F._setLoadedExpenseCategory_closure, O.memoizedFilteredExpenseCategoryList_closure, O.filteredExpenseCategoriesSelector_closure, O.filteredExpenseCategoriesSelector_closure0, O.memoizedCalculateExpenseCategoryAmount_closure, O.calculateExpenseCategoryAmount_closure, O.memoizedExpenseStatsForExpenseCategory_closure, O.expenseStatsForExpenseCategory_closure, Q.ExpenseCategoryState_loadExpenseCategories_closure0, Q.ExpenseCategoryState_loadExpenseCategories_closure1, Q.ExpenseCategoryState_loadExpenseCategories_closure, Q.handleGroupAction_closure, Q.handleGroupAction_closure0, X._editGroup_closure, X._viewGroup_closure, X._viewGroupList_closure0, X._viewGroupList__closure, X._archiveGroup_closure, X._archiveGroup__closure, X._archiveGroup__closure0, X._archiveGroup__closure1, X._deleteGroup_closure, X._deleteGroup__closure, X._deleteGroup__closure0, X._deleteGroup__closure1, X._restoreGroup_closure, X._restoreGroup__closure, X._restoreGroup__closure0, X._restoreGroup__closure1, X._saveGroup_closure, X._saveGroup__closure, X._saveGroup__closure0, X._loadGroup_closure, X._loadGroup__closure, X._loadGroup__closure0, X._loadGroups_closure, X._loadGroups__closure, X._loadGroups__closure0, X._saveDocument_closure, X._saveDocument__closure, X._saveDocument__closure0, K.groupUIReducer_closure, K.forceSelectedReducer_closure55, K.forceSelectedReducer_closure56, K.forceSelectedReducer_closure57, K.forceSelectedReducer_closure58, K.selectedIdReducer_closure107, K.selectedIdReducer_closure108, K.selectedIdReducer_closure109, K.selectedIdReducer_closure110, K.selectedIdReducer_closure111, K.selectedIdReducer_closure112, K.selectedIdReducer_closure113, K.selectedIdReducer_closure114, K.selectedIdReducer_closure115, K.selectedIdReducer_closure116, K.selectedIdReducer_closure117, K.selectedIdReducer_closure118, K.editingReducer_closure31, K.editingReducer_closure32, K.editingReducer_closure33, K.editingReducer_closure34, K.editingReducer__closure12, K._viewGroupList_closure, K._filterGroupsByState_closure, K._filterGroupsByState_closure0, K._filterGroups_closure, K._sortGroups_closure, K._startListMultiselect_closure6, K._addToListMultiselect_closure6, K._removeFromListMultiselect_closure6, K._clearListMultiselect_closure6, K._archiveGroupSuccess_closure, K._deleteGroupSuccess_closure, K._restoreGroupSuccess_closure, K._addGroup_closure, K._updateGroup_closure, K._setLoadedGroup_closure, K._setLoadedGroups_closure, K._setLoadedGroups__closure, K._setLoadedGroups__closure0, K._setLoadedGroups_closure0, K._setLoadedCompany_closure, K._setLoadedCompany__closure, K._setLoadedCompany__closure0, K._setLoadedCompany_closure0, S.memoizedFilteredGroupList_closure, S.filteredGroupsSelector_closure, S.filteredGroupsSelector_closure0, S.memoizedClientStatsForGroup_closure, S.clientStatsForGroup_closure, Q.handleInvoiceAction_closure, Q.handleInvoiceAction_closure0, Q.handleInvoiceAction_closure1, Q.handleInvoiceAction_closure2, Q.handleInvoiceAction_closure3, Q.handleInvoiceAction_closure4, Q.handleInvoiceAction_closure5, Q.handleInvoiceAction__closure, Q.handleInvoiceAction__closure0, G._viewInvoiceList_closure0, G._viewInvoiceList__closure, G._viewInvoice_closure, G._editInvoice_closure, G._showEmailInvoice_closure, G._showPdfInvoice_closure, G._cancelInvoices_closure, G._cancelInvoices__closure, G._cancelInvoices__closure0, G._reverseInvoices_closure, G._reverseInvoices__closure, G._reverseInvoices__closure0, G._archiveInvoice_closure, G._archiveInvoice__closure, G._archiveInvoice__closure0, G._archiveInvoice__closure1, G._deleteInvoice_closure, G._deleteInvoice__closure, G._deleteInvoice__closure0, G._deleteInvoice__closure1, G._restoreInvoice_closure, G._restoreInvoice__closure, G._restoreInvoice__closure0, G._restoreInvoice__closure1, G._markInvoiceSent_closure, G._markInvoiceSent__closure, G._markInvoiceSent__closure0, G._markInvoicePaid_closure, G._markInvoicePaid__closure, G._markInvoicePaid__closure0, G._downloadInvoices_closure, G._downloadInvoices__closure, G._downloadInvoices__closure0, G._emailInvoice_closure, G._emailInvoice__closure, G._emailInvoice__closure0, G._bulkEmailInvoices_closure, G._bulkEmailInvoices__closure, G._bulkEmailInvoices__closure0, G._saveInvoice_closure, G._saveInvoice__closure, G._saveInvoice___closure, G._saveInvoice__closure0, G._saveInvoice__closure1, G._loadInvoice_closure, G._loadInvoice__closure, G._loadInvoice__closure0, G._loadInvoices_closure, G._loadInvoices__closure, G._loadInvoices__closure0, G._saveDocument_closure9, G._saveDocument__closure19, G._saveDocument__closure20, D.invoiceUIReducer_closure, D.forceSelectedReducer_closure159, D.forceSelectedReducer_closure160, D.forceSelectedReducer_closure161, D.forceSelectedReducer_closure162, D.forceSelectedReducer_closure163, D.forceSelectedReducer_closure164, D.forceSelectedReducer_closure165, D.forceSelectedReducer_closure166, D.tabIndexReducer_closure19, D.tabIndexReducer_closure20, D.historyActivityIdReducer_closure2, D.editingItemIndexReducer_closure1, D.editingItemIndexReducer_closure2, D.selectedIdReducer_closure316, D.selectedIdReducer_closure317, D.selectedIdReducer_closure318, D.selectedIdReducer_closure319, D.selectedIdReducer_closure320, D.selectedIdReducer_closure321, D.selectedIdReducer_closure322, D.selectedIdReducer_closure323, D.selectedIdReducer_closure324, D.selectedIdReducer_closure325, D.selectedIdReducer_closure326, D.selectedIdReducer_closure327, D.selectedIdReducer_closure328, D.selectedIdReducer_closure329, D.selectedIdReducer_closure330, D.selectedIdReducer_closure331, D.selectedIdReducer_closure332, D.selectedIdReducer_closure333, D.selectedIdReducer_closure334, D.editingReducer_closure101, D.editingReducer__closure44, D.editingReducer_closure102, D.editingReducer__closure43, D.editingReducer_closure103, D.editingReducer_closure104, D.editingReducer__closure42, D.editingReducer_closure105, D.editingReducer__closure41, D.editingReducer_closure106, D.editingReducer__closure40, D.editingReducer___closure5, D.editingReducer___closure6, D.editingReducer_closure107, D.editingReducer_closure108, D.editingReducer_closure109, D.editingReducer_closure110, D.editingReducer__closure39, D.editingReducer_closure111, D.editingReducer__closure38, D._addInvoiceItem_closure, D._addInvoiceItems_closure, D._removeInvoiceItem_closure, D._updateInvoiceItem_closure, D._viewInvoiceList_closure, D._filterInvoicesByCustom1_closure, D._filterInvoicesByCustom1_closure0, D._filterInvoicesByCustom2_closure, D._filterInvoicesByCustom2_closure0, D._filterInvoicesByCustom3_closure, D._filterInvoicesByCustom3_closure0, D._filterInvoicesByCustom4_closure, D._filterInvoicesByCustom4_closure0, D._filterInvoicesByState_closure, D._filterInvoicesByState_closure0, D._filterInvoicesByStatus_closure, D._filterInvoicesByStatus_closure0, D._filterInvoices_closure, D._sortInvoices_closure, D._startListMultiselect_closure20, D._addToListMultiselect_closure20, D._removeFromListMultiselect_closure20, D._clearListMultiselect_closure20, D._markInvoicesSentSuccess_closure, D._markInvoicesPaidSuccess_closure, D._reverseInvoicesSuccess_closure, D._cancelInvoicesSuccess_closure, D._archiveInvoiceSuccess_closure, D._deleteInvoiceSuccess_closure, D._emailInvoiceSuccess_closure, D._restoreInvoiceSuccess_closure, D._addInvoice_closure, D._updateInvoice_closure, D._updateInvoice__closure, Z.memoizedDropdownInvoiceList_closure, Z.dropdownInvoiceSelector_closure, Z.dropdownInvoiceSelector_closure0, Z.memoizedFilteredInvoiceList_closure, Z.filteredInvoicesSelector_closure, Z.filteredInvoicesSelector__closure0, Z.filteredInvoicesSelector_closure0, Z.filteredInvoicesSelector__closure, Z.filteredInvoicesSelector_closure1, Z.memoizedInvoiceStatsForClient_closure, Z.invoiceStatsForClient_closure, Z.memoizedInvoiceStatsForDesign_closure, Z.invoiceStatsForDesign_closure, Z.memoizedInvoiceStatsForSubscription_closure, Z.invoiceStatsForSubscription_closure, Z.memoizedInvoiceStatsForUser_closure, Z.invoiceStatsForUser_closure, B.InvoiceState_loadInvoices_closure0, B.InvoiceState_loadInvoices_closure1, B.InvoiceState_loadInvoices_closure, Q.handlePaymentAction_closure, Q.handlePaymentAction_closure0, Q.handlePaymentAction__closure1, Q.handlePaymentAction_closure1, Q.handlePaymentAction__closure, Q.handlePaymentAction__closure0, D._editPayment_closure, D._editPayment__closure, D._viewRefundPayment_closure, D._viewRefundPayment__closure, D._viewPayment_closure, D._viewPaymentList_closure0, D._viewPaymentList__closure, D._archivePayment_closure, D._archivePayment__closure, D._archivePayment__closure0, D._archivePayment__closure1, D._deletePayment_closure, D._deletePayment__closure, D._deletePayment__closure0, D._deletePayment__closure1, D._restorePayment_closure, D._restorePayment__closure, D._restorePayment__closure0, D._restorePayment__closure1, D._savePayment_closure, D._savePayment__closure, D._savePayment__closure0, D._refundPayment_closure, D._refundPayment__closure, D._refundPayment__closure0, D._emailPayment_closure, D._emailPayment__closure, D._emailPayment__closure0, D._loadPayment_closure, D._loadPayment__closure, D._loadPayment__closure0, D._loadPayments_closure, D._loadPayments__closure, D._loadPayments__closure0, R.paymentUIReducer_closure, R.forceSelectedReducer_closure7, R.forceSelectedReducer_closure8, R.forceSelectedReducer_closure9, R.forceSelectedReducer_closure10, R.forceSelectedReducer_closure11, R.forceSelectedReducer_closure12, R.forceSelectedReducer_closure13, R.forceSelectedReducer_closure14, R.tabIndexReducer_closure1, R.tabIndexReducer_closure2, R.selectedIdReducer_closure18, R.selectedIdReducer_closure19, R.selectedIdReducer_closure20, R.selectedIdReducer_closure21, R.selectedIdReducer_closure22, R.selectedIdReducer_closure23, R.selectedIdReducer_closure24, R.selectedIdReducer_closure25, R.selectedIdReducer_closure26, R.selectedIdReducer_closure27, R.selectedIdReducer_closure28, R.selectedIdReducer_closure29, R.selectedIdReducer_closure30, R.selectedIdReducer_closure31, R.selectedIdReducer_closure32, R.selectedIdReducer_closure33, R.editingReducer_closure10, R.editingReducer_closure11, R.editingReducer_closure12, R.editingReducer_closure13, R.editingReducer__closure6, R._viewPaymentList_closure, R._filterPaymentsByCustom1_closure, R._filterPaymentsByCustom1_closure0, R._filterPaymentsByCustom2_closure, R._filterPaymentsByCustom2_closure0, R._filterPaymentsByCustom3_closure, R._filterPaymentsByCustom3_closure0, R._filterPaymentsByCustom4_closure, R._filterPaymentsByCustom4_closure0, R._filterPaymentsByState_closure, R._filterPaymentsByState_closure0, R._filterPayments_closure, R._sortPayments_closure, R._startListMultiselect_closure0, R._addToListMultiselect_closure0, R._removeFromListMultiselect_closure0, R._clearListMultiselect_closure0, R._archivePaymentSuccess_closure, R._deletePaymentSuccess_closure, R._restorePaymentSuccess_closure, R._addPayment_closure, R._updatePayment_closure, R._setLoadedPayment_closure, Q.memoizedPaymentsByInvoice_closure, Q.paymentsByInvoiceSelector_closure, Q.paymentsByInvoiceSelector_closure0, Q.paymentsByInvoiceSelector__closure, Q.memoizedPaymentsByCredit_closure, Q.paymentsByCreditSelector_closure, Q.paymentsByCreditSelector_closure0, Q.paymentsByCreditSelector__closure, Q.memoizedFilteredPaymentList_closure, Q.filteredPaymentsSelector_closure, Q.filteredPaymentsSelector__closure, Q.filteredPaymentsSelector_closure0, Q.memoizedPaymentStatsForClient_closure, Q.paymentStatsForClient_closure, L.PaymentState_loadPayments_closure0, L.PaymentState_loadPayments_closure1, L.PaymentState_loadPayments_closure, D.handlePaymentTermAction_closure, E._editPaymentTerm_closure, E._viewPaymentTerm_closure, E._viewPaymentTermList_closure0, E._viewPaymentTermList__closure, E._archivePaymentTerm_closure, E._archivePaymentTerm__closure, E._archivePaymentTerm__closure0, E._archivePaymentTerm__closure1, E._deletePaymentTerm_closure, E._deletePaymentTerm__closure, E._deletePaymentTerm__closure0, E._deletePaymentTerm__closure1, E._restorePaymentTerm_closure, E._restorePaymentTerm__closure, E._restorePaymentTerm__closure0, E._restorePaymentTerm__closure1, E._savePaymentTerm_closure, E._savePaymentTerm__closure, E._savePaymentTerm__closure0, E._loadPaymentTerm_closure, E._loadPaymentTerm__closure, E._loadPaymentTerm__closure0, E._loadPaymentTerms_closure, E._loadPaymentTerms__closure, E._loadPaymentTerms__closure0, L.paymentTermUIReducer_closure, L.forceSelectedReducer_closure95, L.forceSelectedReducer_closure96, L.forceSelectedReducer_closure97, L.forceSelectedReducer_closure98, L.forceSelectedReducer_closure99, L.forceSelectedReducer_closure100, L.forceSelectedReducer_closure101, L.forceSelectedReducer_closure102, L.selectedIdReducer_closure193, L.selectedIdReducer_closure194, L.selectedIdReducer_closure195, L.selectedIdReducer_closure196, L.selectedIdReducer_closure197, L.selectedIdReducer_closure198, L.selectedIdReducer_closure199, L.selectedIdReducer_closure200, L.selectedIdReducer_closure201, L.selectedIdReducer_closure202, L.selectedIdReducer_closure203, L.selectedIdReducer_closure204, L.selectedIdReducer_closure205, L.selectedIdReducer_closure206, L.editingReducer_closure62, L.editingReducer_closure63, L.editingReducer_closure64, L.editingReducer_closure65, L.editingReducer__closure24, L._viewPaymentTermList_closure, L._filterPaymentTermsByCustom1_closure, L._filterPaymentTermsByCustom1_closure0, L._filterPaymentTermsByCustom2_closure, L._filterPaymentTermsByCustom2_closure0, L._filterPaymentTermsByState_closure, L._filterPaymentTermsByState_closure0, L._filterPaymentTerms_closure, L._sortPaymentTerms_closure, L._startListMultiselect_closure12, L._addToListMultiselect_closure12, L._removeFromListMultiselect_closure12, L._clearListMultiselect_closure12, L._archivePaymentTermSuccess_closure, L._deletePaymentTermSuccess_closure, L._restorePaymentTermSuccess_closure, L._addPaymentTerm_closure, L._updatePaymentTerm_closure, L._setLoadedPaymentTerm_closure, L._setLoadedCompany_closure7, L._setLoadedCompany__closure7, L._setLoadedCompany__closure8, L._setLoadedCompany_closure8, V.memoizedDropdownPaymentTermList_closure, V.dropdownPaymentTermsSelector_closure, V.dropdownPaymentTermsSelector_closure0, V.memoizedFilteredPaymentTermList_closure, V.filteredPaymentTermsSelector_closure, V.filteredPaymentTermsSelector_closure0, N.PaymentTermState_loadPaymentTerms_closure0, N.PaymentTermState_loadPaymentTerms_closure1, N.PaymentTermState_loadPaymentTerms_closure, Z.handleProductAction_closure, Z.handleProductAction_closure0, Z.handleProductAction__closure, E._editProduct_closure, E._viewProduct_closure, E._viewProductList_closure, E._viewProductList__closure, E._archiveProduct_closure, E._archiveProduct__closure, E._archiveProduct__closure0, E._archiveProduct__closure1, E._deleteProduct_closure, E._deleteProduct__closure, E._deleteProduct__closure0, E._deleteProduct__closure1, E._restoreProduct_closure, E._restoreProduct__closure, E._restoreProduct__closure0, E._restoreProduct__closure1, E._saveProduct_closure, E._saveProduct__closure, E._saveProduct__closure0, E._loadProduct_closure, E._loadProduct__closure, E._loadProduct__closure0, E._loadProducts_closure, E._loadProducts__closure, E._loadProducts__closure0, E._saveDocument_closure11, E._saveDocument__closure23, E._saveDocument__closure24, B.productUIReducer_closure, B.forceSelectedReducer_closure175, B.forceSelectedReducer_closure176, B.forceSelectedReducer_closure177, B.forceSelectedReducer_closure178, B.forceSelectedReducer_closure179, B.forceSelectedReducer_closure180, B.forceSelectedReducer_closure181, B.forceSelectedReducer_closure182, B.tabIndexReducer_closure23, B.tabIndexReducer_closure24, B.editingReducer_closure126, B.editingReducer__closure49, B.editingReducer_closure127, B.editingReducer_closure128, B.editingReducer_closure129, B.selectedIdReducer_closure351, B.selectedIdReducer_closure352, B.selectedIdReducer_closure353, B.selectedIdReducer_closure354, B.selectedIdReducer_closure355, B.selectedIdReducer_closure356, B.selectedIdReducer_closure357, B.selectedIdReducer_closure358, B.selectedIdReducer_closure359, B.selectedIdReducer_closure360, B.selectedIdReducer_closure361, B.selectedIdReducer_closure362, B.selectedIdReducer_closure363, B.selectedIdReducer_closure364, B._viewClientList_closure0, B._filterProductsByState_closure, B._filterProductsByState_closure0, B._filterProductsByCustom1_closure, B._filterProductsByCustom1_closure0, B._filterProductsByCustom2_closure, B._filterProductsByCustom2_closure0, B._filterProductsByCustom3_closure, B._filterProductsByCustom3_closure0, B._filterProductsByCustom4_closure, B._filterProductsByCustom4_closure0, B._filterProducts_closure, B._sortProducts_closure, B._startListMultiselect_closure22, B._addToListMultiselect_closure22, B._removeFromListMultiselect_closure22, B._clearListMultiselect_closure22, B._archiveProductSuccess_closure, B._deleteProductSuccess_closure, B._restoreProductSuccess_closure, B._addProduct_closure, B._updateProduct_closure, B._setLoadedProduct_closure, O.convertProductToInvoiceItem_closure, O.memoizedDropdownProductList_closure, O.dropdownProductsSelector_closure, O.dropdownProductsSelector_closure0, O.memoizedProductList_closure, O.productList_closure, O.productList_closure0, O.memoizedFilteredProductList_closure, O.filteredProductsSelector_closure, O.filteredProductsSelector_closure0, Y.ProductState_loadProducts_closure0, Y.ProductState_loadProducts_closure1, Y.ProductState_loadProducts_closure, M.handleProjectAction_closure, M.handleProjectAction_closure0, M.handleProjectAction_closure1, M.handleProjectAction_closure2, Q._editProject_closure, Q._viewProject_closure, Q._viewProjectList_closure0, Q._viewProjectList__closure, Q._archiveProject_closure, Q._archiveProject__closure, Q._archiveProject__closure0, Q._archiveProject__closure1, Q._deleteProject_closure, Q._deleteProject__closure, Q._deleteProject__closure0, Q._deleteProject__closure1, Q._restoreProject_closure, Q._restoreProject__closure, Q._restoreProject__closure0, Q._restoreProject__closure1, Q._saveProject_closure, Q._saveProject__closure, Q._saveProject__closure0, Q._loadProject_closure, Q._loadProject__closure, Q._loadProject__closure0, Q._loadProjects_closure, Q._loadProjects__closure, Q._loadProjects__closure0, Q._saveDocument_closure5, Q._saveDocument__closure11, Q._saveDocument__closure12, G.projectUIReducer_closure, G.forceSelectedReducer_closure15, G.forceSelectedReducer_closure16, G.forceSelectedReducer_closure17, G.forceSelectedReducer_closure18, G.forceSelectedReducer_closure19, G.forceSelectedReducer_closure20, G.forceSelectedReducer_closure21, G.forceSelectedReducer_closure22, G.tabIndexReducer_closure3, G.tabIndexReducer_closure4, G.saveCompleterReducer_closure, G.cancelCompleterReducer_closure, G.selectedIdReducer_closure34, G.selectedIdReducer_closure35, G.selectedIdReducer_closure36, G.selectedIdReducer_closure37, G.selectedIdReducer_closure38, G.selectedIdReducer_closure39, G.selectedIdReducer_closure40, G.selectedIdReducer_closure41, G.selectedIdReducer_closure42, G.selectedIdReducer_closure43, G.selectedIdReducer_closure44, G.selectedIdReducer_closure45, G.selectedIdReducer_closure46, G.selectedIdReducer_closure47, G.selectedIdReducer_closure48, G.editingReducer_closure14, G.editingReducer_closure15, G.editingReducer_closure16, G.editingReducer_closure17, G.editingReducer__closure7, G._viewProjectList_closure, G._filterProjectsByCustom1_closure, G._filterProjectsByCustom1_closure0, G._filterProjectsByCustom2_closure, G._filterProjectsByCustom2_closure0, G._filterProjectsByCustom3_closure, G._filterProjectsByCustom3_closure0, G._filterProjectsByCustom4_closure, G._filterProjectsByCustom4_closure0, G._filterProjectsByState_closure, G._filterProjectsByState_closure0, G._filterProjects_closure, G._sortProjects_closure, G._startListMultiselect_closure1, G._addToListMultiselect_closure1, G._removeFromListMultiselect_closure1, G._clearListMultiselect_closure1, G._archiveProjectSuccess_closure, G._deleteProjectSuccess_closure, G._restoreProjectSuccess_closure, G._addProject_closure, G._updateProject_closure, G._setLoadedProject_closure, Q.convertProjectToInvoiceItem_closure, Q.convertProjectToInvoiceItem_closure0, Q.convertProjectToInvoiceItem_closure1, Q.memoizedDropdownProjectList_closure, Q.dropdownProjectsSelector_closure, Q.dropdownProjectsSelector_closure0, Q.memoizedFilteredProjectList_closure, Q.filteredProjectsSelector_closure, Q.filteredProjectsSelector_closure0, Q.taskDurationForProject_closure, Q.memoizedProjectStatsForClient_closure, Q.projectStatsForClient_closure, Q.memoizedProjectStatsForUser_closure, D.ProjectState_loadProjects_closure0, D.ProjectState_loadProjects_closure1, D.ProjectState_loadProjects_closure, E.handleQuoteAction_closure, E.handleQuoteAction_closure0, E.handleQuoteAction_closure1, E.handleQuoteAction_closure2, E.handleQuoteAction_closure3, E.handleQuoteAction_closure4, S._viewQuote_closure, S._viewQuoteList_closure0, S._viewQuoteList__closure, S._editQuote_closure, S._showEmailQuote_closure, S._showPdfQuote_closure, S._archiveQuote_closure, S._archiveQuote__closure, S._archiveQuote__closure0, S._archiveQuote__closure1, S._deleteQuote_closure, S._deleteQuote__closure, S._deleteQuote__closure0, S._deleteQuote__closure1, S._restoreQuote_closure, S._restoreQuote__closure, S._restoreQuote__closure0, S._restoreQuote__closure1, S._convertQuote_closure, S._convertQuote__closure, S._convertQuote__closure0, S._markSentQuote_closure, S._markSentQuote__closure, S._markSentQuote__closure0, S._emailQuote_closure, S._emailQuote__closure, S._emailQuote__closure0, S._saveQuote_closure, S._saveQuote__closure, S._saveQuote___closure, S._saveQuote__closure0, S._saveQuote__closure1, S._loadQuote_closure, S._loadQuote__closure, S._loadQuote__closure0, S._downloadQuotes_closure, S._downloadQuotes__closure, S._downloadQuotes__closure0, S._bulkEmailQuotes_closure, S._bulkEmailQuotes__closure, S._bulkEmailQuotes__closure0, S._loadQuotes_closure, S._loadQuotes__closure, S._loadQuotes__closure0, S._saveDocument_closure4, S._saveDocument__closure9, S._saveDocument__closure10, L.quoteUIReducer_closure, L.forceSelectedReducer_closure, L.forceSelectedReducer_closure0, L.forceSelectedReducer_closure1, L.forceSelectedReducer_closure2, L.forceSelectedReducer_closure3, L.forceSelectedReducer_closure4, L.forceSelectedReducer_closure5, L.forceSelectedReducer_closure6, L.tabIndexReducer_closure, L.tabIndexReducer_closure0, L.historyActivityIdReducer_closure, L.editingItemReducer_closure, L.editingItemReducer_closure0, L.selectedIdReducer_closure, L.selectedIdReducer_closure0, L.selectedIdReducer_closure1, L.selectedIdReducer_closure2, L.selectedIdReducer_closure3, L.selectedIdReducer_closure4, L.selectedIdReducer_closure5, L.selectedIdReducer_closure6, L.selectedIdReducer_closure7, L.selectedIdReducer_closure8, L.selectedIdReducer_closure9, L.selectedIdReducer_closure10, L.selectedIdReducer_closure11, L.selectedIdReducer_closure12, L.selectedIdReducer_closure13, L.selectedIdReducer_closure14, L.selectedIdReducer_closure15, L.selectedIdReducer_closure16, L.selectedIdReducer_closure17, L.editingReducer_closure, L.editingReducer__closure5, L.editingReducer_closure0, L.editingReducer__closure4, L.editingReducer_closure1, L.editingReducer_closure2, L.editingReducer__closure3, L.editingReducer_closure3, L.editingReducer__closure2, L.editingReducer_closure4, L.editingReducer__closure1, L.editingReducer___closure, L.editingReducer___closure0, L.editingReducer_closure5, L.editingReducer_closure6, L.editingReducer_closure7, L.editingReducer_closure8, L.editingReducer__closure0, L.editingReducer_closure9, L.editingReducer__closure, L._addQuoteItem_closure, L._addQuoteItems_closure, L._removeQuoteItem_closure, L._updateQuoteItem_closure, L._viewQuoteList_closure, L._filterQuotesByCustom1_closure, L._filterQuotesByCustom1_closure0, L._filterQuotesByCustom2_closure, L._filterQuotesByCustom2_closure0, L._filterQuotesByCustom3_closure, L._filterQuotesByCustom3_closure0, L._filterQuotesByCustom4_closure, L._filterQuotesByCustom4_closure0, L._filterQuotesByState_closure, L._filterQuotesByState_closure0, L._filterQuotesByStatus_closure, L._filterQuotesByStatus_closure0, L._filterQuotes_closure, L._sortQuotes_closure, L._startListMultiselect_closure, L._addToListMultiselect_closure, L._removeFromListMultiselect_closure, L._clearListMultiselect_closure, L._markSentQuoteSuccess_closure0, L._markSentQuoteSuccess_closure1, L._markSentQuoteSuccess_closure, L._archiveQuoteSuccess_closure, L._deleteQuoteSuccess_closure, L._restoreQuoteSuccess_closure, L._convertQuoteSuccess_closure0, L._convertQuoteSuccess_closure1, L._convertQuoteSuccess_closure, L._addQuote_closure, L._updateQuote_closure, L._updateQuote__closure, Y.memoizedFilteredQuoteList_closure, Y.filteredQuotesSelector_closure, Y.filteredQuotesSelector_closure0, Y.memoizedQuoteStatsForClient_closure, Y.quoteStatsForClient_closure, Y.memoizedQuoteStatsForDesign_closure, Y.quoteStatsForDesign_closure, Y.memoizedQuoteStatsForUser_closure, Y.quoteStatsForUser_closure, G.QuoteState_loadQuotes_closure0, G.QuoteState_loadQuotes_closure1, G.QuoteState_loadQuotes_closure, U.handleRecurringExpenseAction_closure, U.handleRecurringExpenseAction_closure0, U.handleRecurringExpenseAction_closure1, R._editRecurringExpense_closure, R._viewRecurringExpense_closure, R._viewRecurringExpenseList_closure0, R._viewRecurringExpenseList__closure, R._archiveRecurringExpense_closure, R._archiveRecurringExpense__closure, R._archiveRecurringExpense__closure0, R._archiveRecurringExpense__closure1, R._deleteRecurringExpense_closure, R._deleteRecurringExpense__closure, R._deleteRecurringExpense__closure0, R._deleteRecurringExpense__closure1, R._restoreRecurringExpense_closure, R._restoreRecurringExpense__closure, R._restoreRecurringExpense__closure0, R._restoreRecurringExpense__closure1, R._saveRecurringExpense_closure, R._saveRecurringExpense__closure, R._saveRecurringExpense__closure0, R._loadRecurringExpense_closure, R._loadRecurringExpense__closure, R._loadRecurringExpense__closure0, R._loadRecurringExpenses_closure, R._loadRecurringExpenses__closure, R._loadRecurringExpenses__closure0, R._startRecurringExpense_closure, R._startRecurringExpense__closure, R._startRecurringExpense__closure0, R._stopRecurringExpense_closure, R._stopRecurringExpense__closure, R._stopRecurringExpense__closure0, R._saveDocument_closure2, R._saveDocument__closure5, R._saveDocument__closure6, E.recurringExpenseUIReducer_closure, E.forceSelectedReducer_closure151, E.forceSelectedReducer_closure152, E.forceSelectedReducer_closure153, E.forceSelectedReducer_closure154, E.forceSelectedReducer_closure155, E.forceSelectedReducer_closure156, E.forceSelectedReducer_closure157, E.forceSelectedReducer_closure158, E.tabIndexReducer_closure17, E.tabIndexReducer_closure18, E.selectedIdReducer_closure301, E.selectedIdReducer_closure302, E.selectedIdReducer_closure303, E.selectedIdReducer_closure304, E.selectedIdReducer_closure305, E.selectedIdReducer_closure306, E.selectedIdReducer_closure307, E.selectedIdReducer_closure308, E.selectedIdReducer_closure309, E.selectedIdReducer_closure310, E.selectedIdReducer_closure311, E.selectedIdReducer_closure312, E.selectedIdReducer_closure313, E.selectedIdReducer_closure314, E.selectedIdReducer_closure315, E.editingReducer_closure97, E.editingReducer_closure98, E.editingReducer_closure99, E.editingReducer_closure100, E.editingReducer__closure37, E._viewRecurringExpenseList_closure, E._filterRecurringExpensesByCustom1_closure, E._filterRecurringExpensesByCustom1_closure0, E._filterRecurringExpensesByCustom2_closure, E._filterRecurringExpensesByCustom2_closure0, E._filterRecurringExpensesByState_closure, E._filterRecurringExpensesByState_closure0, E._filterRecurringExpenses_closure, E._sortRecurringExpenses_closure, E._startListMultiselect_closure19, E._addToListMultiselect_closure19, E._removeFromListMultiselect_closure19, E._clearListMultiselect_closure19, E._archiveRecurringExpenseSuccess_closure, E._deleteRecurringExpenseSuccess_closure, E._restoreRecurringExpenseSuccess_closure, E._addRecurringExpense_closure, E._updateRecurringExpense_closure, E._setLoadedRecurringExpense_closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, A.filteredRecurringExpensesSelector_closure0, K.RecurringExpenseState_loadRecurringExpenses_closure0, K.RecurringExpenseState_loadRecurringExpenses_closure1, K.RecurringExpenseState_loadRecurringExpenses_closure, N.handleRecurringInvoiceAction_closure, N.handleRecurringInvoiceAction_closure0, N.handleRecurringInvoiceAction_closure1, N.handleRecurringInvoiceAction_closure2, Q._editRecurringInvoice_closure, Q._viewRecurringInvoice_closure, Q._viewRecurringInvoiceList_closure, Q._viewRecurringInvoiceList__closure, Q._showPdfRecurringInvoice_closure, Q._startRecurringInvoice_closure, Q._startRecurringInvoice__closure, Q._startRecurringInvoice__closure0, Q._stopRecurringInvoice_closure, Q._stopRecurringInvoice__closure, Q._stopRecurringInvoice__closure0, Q._archiveRecurringInvoice_closure, Q._archiveRecurringInvoice__closure, Q._archiveRecurringInvoice__closure0, Q._archiveRecurringInvoice__closure1, Q._deleteRecurringInvoice_closure, Q._deleteRecurringInvoice__closure, Q._deleteRecurringInvoice__closure0, Q._deleteRecurringInvoice__closure1, Q._restoreRecurringInvoice_closure, Q._restoreRecurringInvoice__closure, Q._restoreRecurringInvoice__closure0, Q._restoreRecurringInvoice__closure1, Q._saveRecurringInvoice_closure, Q._saveRecurringInvoice__closure, Q._saveRecurringInvoice__closure0, Q._loadRecurringInvoice_closure, Q._loadRecurringInvoice__closure, Q._loadRecurringInvoice__closure0, Q._loadRecurringInvoices_closure, Q._loadRecurringInvoices__closure, Q._loadRecurringInvoices__closure0, Q._saveDocument_closure1, Q._saveDocument__closure3, Q._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure74, A.editingReducer__closure33, A.editingReducer_closure75, A.editingReducer__closure32, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer__closure31, A.editingReducer_closure78, A.editingReducer__closure30, A.editingReducer_closure79, A.editingReducer__closure29, A.editingReducer___closure3, A.editingReducer___closure4, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer__closure28, A.editingReducer_closure84, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, L.memoizedFilteredRecurringInvoiceList_closure, L.filteredRecurringInvoicesSelector_closure, L.filteredRecurringInvoicesSelector_closure0, L.memoizedRecurringInvoiceStatsForClient_closure, L.recurringInvoiceStatsForClient_closure, L.memoizedRecurringInvoiceStatsForUser_closure, L.recurringInvoiceStatsForUser_closure, L.memoizedRecurringInvoiceStatsForInvoice_closure, L.recurringInvoiceStatsForInvoice_closure, L.memoizedRecurringInvoiceStatsForDesign_closure, L.recurringInvoiceStatsForDesign_closure, L.memoizedRecurringInvoiceStatsForSubscription_closure, L.recurringInvoiceStatsForSubscription_closure, Q.RecurringInvoiceState_loadRecurringInvoices_closure0, Q.RecurringInvoiceState_loadRecurringInvoices_closure1, Q.RecurringInvoiceState_loadRecurringInvoices_closure, R._viewReports_closure, R._viewReports__closure, R._viewReports___closure, X.reportsUIReducer_closure, X.reportsUIReducer_closure0, X.reportsUIReducer_closure1, D._viewSettings_closure, D._viewSettings__closure, D._viewSettings___closure, D._saveCompany_closure, D._saveCompany__closure, D._saveCompany__closure0, D._saveAuthUser_closure, D._saveAuthUser__closure, D._saveAuthUser__closure0, D._connectOAuthUser_closure0, D._connectOAuthUser__closure, D._connectOAuthUser__closure0, D._connectGmailUser_closure0, D._connectGmailUser__closure, D._connectGmailUser__closure0, D._disableTwoFactor_closure, D._disableTwoFactor__closure, D._disableTwoFactor__closure0, D._saveSettings_closure, D._saveSettings__closure, D._saveSettings__closure0, D._uploadLogo_closure, D._uploadLogo__closure, D._uploadLogo__closure0, D._saveDocument_closure3, D._saveDocument__closure7, D._saveDocument__closure8, Q.settingsUIReducer_closure, Q.settingsUIReducer__closure14, Q.settingsUIReducer_closure0, Q.settingsUIReducer__closure13, Q.settingsUIReducer_closure1, Q.settingsUIReducer__closure10, Q.settingsUIReducer__closure11, Q.settingsUIReducer__closure12, Q.settingsUIReducer_closure2, Q.settingsUIReducer__closure9, Q.settingsUIReducer_closure3, Q.settingsUIReducer__closure8, Q.settingsUIReducer_closure4, Q.settingsUIReducer__closure7, Q.settingsUIReducer_closure5, Q.settingsUIReducer__closure6, Q.settingsUIReducer_closure6, Q.settingsUIReducer__closure5, Q.settingsUIReducer_closure7, Q.settingsUIReducer__closure4, Q.settingsUIReducer_closure8, Q.settingsUIReducer__closure3, Q.settingsUIReducer_closure9, Q.settingsUIReducer__closure2, Q.settingsUIReducer_closure10, Q.settingsUIReducer__closure1, Q.settingsUIReducer_closure11, Q.settingsUIReducer__closure0, Q.settingsUIReducer_closure12, Q.settingsUIReducer__closure, Q.staticLoadedReducer_closure, Q.staticLoadedReducer__closure, Q.staticLoadedReducer__closure0, Q.staticLoadedReducer__closure1, Q.staticLoadedReducer__closure2, Q.staticLoadedReducer__closure3, Q.staticLoadedReducer__closure4, Q.staticLoadedReducer__closure5, Q.staticLoadedReducer__closure6, Q.staticLoadedReducer__closure7, Q.staticLoadedReducer__closure8, Q.staticLoadedReducer__closure9, Q.staticLoadedReducer__closure10, Q.staticLoadedReducer__closure11, Q.staticLoadedReducer__closure12, Q.staticLoadedReducer__closure13, Q.staticLoadedReducer__closure14, Q.staticLoadedReducer__closure15, Q.staticLoadedReducer__closure16, V.memoizedCountryList_closure, V.countryList_closure, V.memoizedGroupList_closure, V.groupList_closure, V.memoizedLanguageList_closure, V.languageList_closure, V.memoizedCurrencyList_closure, V.currencyList_closure, V.memoizedTimezoneList_closure, V.timezoneList_closure, V.memoizedDateFormatList_closure, V.dateFormatList_closure, V.memoizedIndustryList_closure, V.industryList_closure, V.memoizedSizeList_closure, V.sizeList_closure, V.memoizedGatewayList_closure, V.gatewayList_closure, V.gatewayList_closure0, V.memoizedPaymentTypeList_closure, V.paymentTypeList_closure, V.memoizedFontMap_closure, V.fontMap_closure, V.fontMap_closure0, A.handleSubscriptionAction_closure, T._editSubscription_closure, T._viewSubscription_closure, T._viewSubscriptionList_closure, T._viewSubscriptionList__closure, T._archiveSubscription_closure, T._archiveSubscription__closure, T._archiveSubscription__closure0, T._archiveSubscription__closure1, T._deleteSubscription_closure, T._deleteSubscription__closure, T._deleteSubscription__closure0, T._deleteSubscription__closure1, T._restoreSubscription_closure, T._restoreSubscription__closure, T._restoreSubscription__closure0, T._restoreSubscription__closure1, T._saveSubscription_closure, T._saveSubscription__closure, T._saveSubscription__closure0, T._loadSubscription_closure, T._loadSubscription__closure, T._loadSubscription__closure0, T._loadSubscriptions_closure, T._loadSubscriptions__closure, T._loadSubscriptions__closure0, X.subscriptionUIReducer_closure, X.forceSelectedReducer_closure143, X.forceSelectedReducer_closure144, X.forceSelectedReducer_closure145, X.forceSelectedReducer_closure146, X.forceSelectedReducer_closure147, X.forceSelectedReducer_closure148, X.forceSelectedReducer_closure149, X.forceSelectedReducer_closure150, X.tabIndexReducer_closure15, X.tabIndexReducer_closure16, X.selectedIdReducer_closure286, X.selectedIdReducer_closure287, X.selectedIdReducer_closure288, X.selectedIdReducer_closure289, X.selectedIdReducer_closure290, X.selectedIdReducer_closure291, X.selectedIdReducer_closure292, X.selectedIdReducer_closure293, X.selectedIdReducer_closure294, X.selectedIdReducer_closure295, X.selectedIdReducer_closure296, X.selectedIdReducer_closure297, X.selectedIdReducer_closure298, X.selectedIdReducer_closure299, X.selectedIdReducer_closure300, X.editingReducer_closure93, X.editingReducer_closure94, X.editingReducer_closure95, X.editingReducer_closure96, X.editingReducer__closure36, X._filterSubscriptionsByCustom1_closure, X._filterSubscriptionsByCustom1_closure0, X._filterSubscriptionsByCustom2_closure, X._filterSubscriptionsByCustom2_closure0, X._filterSubscriptionsByState_closure, X._filterSubscriptionsByState_closure0, X._filterSubscriptions_closure, X._sortSubscriptions_closure, X._startListMultiselect_closure18, X._addToListMultiselect_closure18, X._removeFromListMultiselect_closure18, X._clearListMultiselect_closure18, X._archiveSubscriptionSuccess_closure, X._deleteSubscriptionSuccess_closure, X._restoreSubscriptionSuccess_closure, X._addSubscription_closure, X._updateSubscription_closure, X._setLoadedSubscription_closure, F.memoizedFilteredSubscriptionList_closure, F.filteredSubscriptionsSelector_closure, F.filteredSubscriptionsSelector_closure0, M.SubscriptionState_loadSubscriptions_closure0, M.SubscriptionState_loadSubscriptions_closure1, M.SubscriptionState_loadSubscriptions_closure, U.handleTaskAction_closure, U.handleTaskAction_closure0, U.handleTaskAction_closure1, U.handleTaskAction__closure, U.handleTaskAction_closure2, U.handleTaskAction_closure3, U.handleTaskAction_closure4, U.handleTaskAction_closure5, U._editTask_closure, U._viewTask_closure, U._viewTaskList_closure0, U._viewTaskList__closure, U._archiveTask_closure, U._archiveTask__closure, U._archiveTask__closure0, U._archiveTask__closure1, U._deleteTask_closure, U._deleteTask__closure, U._deleteTask__closure0, U._deleteTask__closure1, U._restoreTask_closure, U._restoreTask__closure, U._restoreTask__closure0, U._restoreTask__closure1, U._saveTask_closure, U._saveTask__closure, U._saveTask__closure0, U._loadTask_closure, U._loadTask__closure, U._loadTask__closure0, U._loadTasks_closure, U._loadTasks__closure, U._loadTasks__closure0, U._saveDocument_closure6, U._saveDocument__closure13, U._saveDocument__closure14, U._sortTasks_closure0, U._sortTasks__closure, U._sortTasks__closure0, N.taskUIReducer_closure, N.forceSelectedReducer_closure23, N.forceSelectedReducer_closure24, N.forceSelectedReducer_closure25, N.forceSelectedReducer_closure26, N.forceSelectedReducer_closure27, N.forceSelectedReducer_closure28, N.forceSelectedReducer_closure29, N.forceSelectedReducer_closure30, N.tabIndexReducer_closure5, N.tabIndexReducer_closure6, N.editingTimeReducer_closure, N.editingTimeReducer_closure0, N.selectedIdReducer_closure49, N.selectedIdReducer_closure50, N.selectedIdReducer_closure51, N.selectedIdReducer_closure52, N.selectedIdReducer_closure53, N.selectedIdReducer_closure54, N.selectedIdReducer_closure55, N.selectedIdReducer_closure56, N.selectedIdReducer_closure57, N.selectedIdReducer_closure58, N.selectedIdReducer_closure59, N.selectedIdReducer_closure60, N.selectedIdReducer_closure61, N.selectedIdReducer_closure62, N.selectedIdReducer_closure63, N.editingReducer_closure18, N.editingReducer_closure19, N.editingReducer_closure20, N.editingReducer_closure21, N.editingReducer__closure8, N._viewTaskList_closure, N._filterTasksByCustom1_closure, N._filterTasksByCustom1_closure0, N._filterTasksByCustom2_closure, N._filterTasksByCustom2_closure0, N._filterTasksByState_closure, N._filterTasksByState_closure0, N._filterTasksByStatus_closure, N._filterTasksByStatus_closure0, N._filterTasks_closure, N._sortTasks_closure, N._addTaskTime_closure, N._startListMultiselect_closure2, N._addToListMultiselect_closure2, N._removeFromListMultiselect_closure2, N._clearListMultiselect_closure2, N._sortTasksSuccess_closure, N._sortTasksSuccess__closure, N._archiveTaskSuccess_closure, N._deleteTaskSuccess_closure, N._restoreTaskSuccess_closure, N._addTask_closure, N._updateTask_closure, N._setLoadedTask_closure, U.convertTaskToInvoiceItem_closure, U.convertTaskToInvoiceItem_closure0, U.convertTaskToInvoiceItem_closure1, U.memoizedTaskList_closure, U.taskList_closure, U.taskList_closure0, U.memoizedKanbanTaskList_closure, U.kanbanTasksSelector_closure, U.kanbanTasksSelector_closure0, U.memoizedFilteredTaskList_closure, U.filteredTasksSelector_closure, U.filteredTasksSelector_closure0, U.memoizedTaskStatsForClient_closure, U.taskStatsForClient_closure, U.memoizedTaskStatsForProject_closure, U.taskStatsForProject_closure, U.memoizedTaskStatsForUser_closure, M.TaskState_loadTasks_closure0, M.TaskState_loadTasks_closure1, M.TaskState_loadTasks_closure, V.handleTaskStatusAction_closure, V.handleTaskStatusAction_closure0, B._editTaskStatus_closure, B._viewTaskStatus_closure, B._viewTaskStatusList_closure0, B._viewTaskStatusList__closure, B._archiveTaskStatus_closure, B._archiveTaskStatus__closure, B._archiveTaskStatus__closure0, B._archiveTaskStatus__closure1, B._deleteTaskStatus_closure, B._deleteTaskStatus__closure, B._deleteTaskStatus__closure0, B._deleteTaskStatus__closure1, B._restoreTaskStatus_closure, B._restoreTaskStatus__closure, B._restoreTaskStatus__closure0, B._restoreTaskStatus__closure1, B._saveTaskStatus_closure, B._saveTaskStatus__closure, B._saveTaskStatus__closure0, B._loadTaskStatus_closure, B._loadTaskStatus__closure, B._loadTaskStatus__closure0, B._loadTaskStatuses_closure, B._loadTaskStatuses__closure, B._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, A.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, U.memoizedDropdownTaskStatusList_closure, U.dropdownTaskStatusesSelector_closure, U.dropdownTaskStatusesSelector_closure0, U.memoizedFilteredTaskStatusList_closure, U.filteredTaskStatusesSelector_closure, U.filteredTaskStatusesSelector_closure0, U.memoizedCalculateTaskStatusAmount_closure, U.calculateTaskStatusAmount_closure, U.memoizedTaskStatsForTaskStatus_closure, U.taskStatsForTaskStatus_closure, U.defaultTaskStatusId_closure, U.defaultTaskStatusId_closure0, L.TaskStatusState_loadTaskStatuses_closure0, L.TaskStatusState_loadTaskStatuses_closure1, L.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, T._editTaxRate_closure, T._viewTaxRate_closure, T._viewTaxRateList_closure0, T._viewTaxRateList__closure, T._archiveTaxRate_closure, T._archiveTaxRate__closure, T._archiveTaxRate__closure0, T._archiveTaxRate__closure1, T._deleteTaxRate_closure, T._deleteTaxRate__closure, T._deleteTaxRate__closure0, T._deleteTaxRate__closure1, T._restoreTaxRate_closure, T._restoreTaxRate__closure, T._restoreTaxRate__closure0, T._restoreTaxRate__closure1, T._saveTaxRate_closure, T._saveTaxRate__closure, T._saveTaxRate__closure0, T._loadTaxRate_closure, T._loadTaxRate__closure, T._loadTaxRate__closure0, T._loadTaxRates_closure, T._loadTaxRates__closure, T._loadTaxRates__closure0, Z.taxRateUIReducer_closure, Z.forceSelectedReducer_closure67, Z.forceSelectedReducer_closure68, Z.forceSelectedReducer_closure69, Z.forceSelectedReducer_closure70, Z.selectedIdReducer_closure134, Z.selectedIdReducer_closure135, Z.selectedIdReducer_closure136, Z.selectedIdReducer_closure137, Z.selectedIdReducer_closure138, Z.selectedIdReducer_closure139, Z.selectedIdReducer_closure140, Z.selectedIdReducer_closure141, Z.selectedIdReducer_closure142, Z.selectedIdReducer_closure143, Z.editingReducer_closure39, Z.editingReducer_closure40, Z.editingReducer_closure41, Z.editingReducer_closure42, Z.editingReducer__closure14, Z._viewTaxRateList_closure, Z._filterTaxRatesByState_closure, Z._filterTaxRatesByState_closure0, Z._filterTaxRates_closure, Z._sortTaxRates_closure, Z._startListMultiselect_closure8, Z._addToListMultiselect_closure8, Z._removeFromListMultiselect_closure8, Z._clearListMultiselect_closure8, Z._archiveTaxRateSuccess_closure, Z._deleteTaxRateSuccess_closure, Z._restoreTaxRateSuccess_closure, Z._addTaxRate_closure, Z._updateTaxRate_closure, Z._setLoadedTaxRate_closure, Z._setLoadedTaxRates_closure, Z._setLoadedTaxRates__closure, Z._setLoadedTaxRates__closure0, Z._setLoadedTaxRates_closure0, Z._setLoadedCompany_closure3, Z._setLoadedCompany__closure3, Z._setLoadedCompany__closure4, Z._setLoadedCompany_closure4, G.memoizedFilteredTaxRateList_closure, G.filteredTaxRatesSelector_closure, G.filteredTaxRatesSelector_closure0, Q.handleTokenAction_closure, D._editToken_closure, D._viewToken_closure, D._viewTokenList_closure0, D._viewTokenList__closure, D._archiveToken_closure, D._archiveToken__closure, D._archiveToken__closure0, D._archiveToken__closure1, D._deleteToken_closure, D._deleteToken__closure, D._deleteToken__closure0, D._deleteToken__closure1, D._restoreToken_closure, D._restoreToken__closure, D._restoreToken__closure0, D._restoreToken__closure1, D._saveToken_closure, D._saveToken__closure, D._saveToken__closure0, D._loadToken_closure, D._loadToken__closure, D._loadToken__closure0, D._loadTokens_closure, D._loadTokens__closure, D._loadTokens__closure0, S.tokenUIReducer_closure, S.forceSelectedReducer_closure103, S.forceSelectedReducer_closure104, S.forceSelectedReducer_closure105, S.forceSelectedReducer_closure106, S.forceSelectedReducer_closure107, S.forceSelectedReducer_closure108, S.forceSelectedReducer_closure109, S.forceSelectedReducer_closure110, S.selectedIdReducer_closure207, S.selectedIdReducer_closure208, S.selectedIdReducer_closure209, S.selectedIdReducer_closure210, S.selectedIdReducer_closure211, S.selectedIdReducer_closure212, S.selectedIdReducer_closure213, S.selectedIdReducer_closure214, S.selectedIdReducer_closure215, S.selectedIdReducer_closure216, S.selectedIdReducer_closure217, S.selectedIdReducer_closure218, S.selectedIdReducer_closure219, S.selectedIdReducer_closure220, S.selectedIdReducer_closure221, S.editingReducer_closure66, S.editingReducer_closure67, S.editingReducer_closure68, S.editingReducer_closure69, S.editingReducer__closure25, S._viewTokenList_closure, S._filterTokensByCustom1_closure, S._filterTokensByCustom1_closure0, S._filterTokensByCustom2_closure, S._filterTokensByCustom2_closure0, S._filterTokensByState_closure, S._filterTokensByState_closure0, S._filterTokens_closure, S._sortTokens_closure, S._startListMultiselect_closure13, S._addToListMultiselect_closure13, S._removeFromListMultiselect_closure13, S._clearListMultiselect_closure13, S._archiveTokenSuccess_closure, S._deleteTokenSuccess_closure, S._restoreTokenSuccess_closure, S._addToken_closure, S._updateToken_closure, S._setLoadedToken_closure, O.memoizedFilteredTokenList_closure, O.filteredTokensSelector_closure, O.filteredTokensSelector_closure0, N.TokenState_loadTokens_closure0, N.TokenState_loadTokens_closure1, N.TokenState_loadTokens_closure, Y.prefReducer_closure, Y._resortFields_closure, Y._resortFields_closure0, Y.sortFieldsReducer_closure, Y.sortFieldsReducer_closure0, Y.sortFieldsReducer_closure1, Y.sortFieldsReducer_closure2, Y.sortFieldsReducer_closure3, Y.sortFieldsReducer_closure4, Y.sortFieldsReducer_closure5, Y.sortFieldsReducer_closure6, Y.sortFieldsReducer_closure7, Y.sortFieldsReducer_closure8, Y.sortFieldsReducer_closure9, Y.sortFieldsReducer_closure10, Y.sortFieldsReducer_closure11, Y.sortFieldsReducer_closure12, Y.sortFieldsReducer_closure13, Y.sortFieldsReducer_closure14, Y.sortFieldsReducer_closure15, Y.sortFieldsReducer_closure16, Y.sortFieldsReducer_closure17, Y.sortFieldsReducer_closure18, Y.sortFieldsReducer_closure19, Y.sortFieldsReducer_closure20, Y.sidebarEditorReducer_closure, Y.sidebarEditorReducer__closure, Y.sidebarEditorReducer__closure0, Y.menuVisibleReducer_closure, Y.menuVisibleReducer_closure0, Y.historyVisibleReducer_closure, Y.historyVisibleReducer_closure0, Y.layoutReducer_closure, Y.moduleLayoutReducer_closure, Y.moduleLayoutReducer_closure0, Y.rowsPerPageReducer_closure, Y.manuSidebarReducer_closure, Y.historySidebarReducer_closure, Y.darkModeReducer_closure, Y.persistDataReducer_closure, Y.showKanbanReducer_closure, Y.showFilterSidebarReducer_closure, Y.longPressReducer_closure, Y.isPreviewVisibleReducer_closure, Y.isPreviewEnabledReducer_closure, Y.requireAuthenticationReducer_closure, Y.colorThemeReducer_closure, Y.customColorsReducer_closure, Y.companyPrefReducer_closure, Y.historyReducer_closure, Y.historyReducer__closure, Y.historyReducer_closure0, Y.historyReducer_closure1, Y.historyReducer_closure2, Y.historyReducer_closure3, Y.historyReducer_closure4, Y.historyReducer_closure5, Y.historyReducer_closure6, Y.historyReducer_closure7, Y.historyReducer_closure8, Y.historyReducer_closure9, Y.historyReducer_closure10, Y.historyReducer_closure11, Y.historyReducer_closure12, Y.historyReducer_closure13, Y.historyReducer_closure14, Y.historyReducer_closure15, Y.historyReducer_closure16, Y.historyReducer_closure17, Y.historyReducer_closure18, Y.historyReducer_closure19, Y.historyReducer_closure20, Y.historyReducer_closure21, Y.historyReducer_closure22, Y.historyReducer_closure23, Y.historyReducer_closure24, Y.historyReducer_closure25, Y.historyReducer_closure26, Y.historyReducer_closure27, Y.historyReducer_closure28, Y.historyReducer_closure29, Y.historyReducer_closure30, Y.historyReducer_closure31, Y.historyReducer_closure32, Y.historyReducer_closure33, Y.historyReducer_closure34, Y.historyReducer_closure35, Y.historyReducer_closure36, Y.historyReducer_closure37, Y.historyReducer_closure38, Y.historyReducer_closure39, Y.historyReducer_closure40, Y.historyReducer_closure41, Y.historyReducer_closure42, Y.historyReducer_closure43, Y.historyReducer_closure44, Y.historyReducer_closure45, Y._addToHistory_closure, Y._addToHistory_closure0, Y._addToHistory_closure1, Y._addToHistory_closure2, D.uiReducer_closure, D.uiReducer_closure0, D.uiReducer_closure1, D.lastActivityReducer_closure, D.filterReducer_closure, D.filterReducer_closure0, D.filterClearedAtReducer_closure, D.filterClearedAtReducer_closure0, D.currentRouteReducer_closure, D.selectedCompanyIndexReducer_closure, D.previewStackReducer_closure, D.previewStackReducer__closure, D.previewStackReducer_closure0, D.previewStackReducer_closure1, U.UIState_mainRoute_closure, U.UIState_subRoute_closure, U.UIState_previousMainRoute_closure, X.handleUserAction_closure, X.handleUserAction_closure0, X.handleUserAction_closure1, X.handleUserAction_closure2, X.handleUserAction_closure3, X.handleUserAction_closure4, X.handleUserAction_closure5, X.handleUserAction_closure6, X.handleUserAction_closure7, X.handleUserAction_closure8, X.handleUserAction_closure10, X.handleUserAction_closure9, X.handleUserAction_closure12, X.handleUserAction_closure11, X.handleUserAction_closure14, X.handleUserAction_closure13, X.handleUserAction_closure16, X.handleUserAction_closure15, X.handleUserAction__closure, X.handleUserAction_closure17, M._editUser_closure, M._viewUser_closure, M._viewUserList_closure0, M._viewUserList__closure, M._archiveUser_closure, M._archiveUser__closure, M._archiveUser__closure0, M._archiveUser__closure1, M._deleteUser_closure, M._deleteUser__closure, M._deleteUser__closure0, M._deleteUser__closure1, M._restoreUser_closure, M._restoreUser__closure, M._restoreUser__closure0, M._restoreUser__closure1, M._removeUser_closure, M._removeUser__closure, M._removeUser__closure0, M._resendInvite_closure, M._resendInvite__closure, M._resendInvite__closure0, M._saveUser_closure, M._saveUser__closure, M._saveUser__closure0, M._loadUser_closure, M._loadUser__closure, M._loadUser__closure0, M._loadUsers_closure, M._loadUsers__closure, M._loadUsers__closure0, E.userUIReducer_closure, E.forceSelectedReducer_closure71, E.forceSelectedReducer_closure72, E.forceSelectedReducer_closure73, E.forceSelectedReducer_closure74, E.forceSelectedReducer_closure75, E.forceSelectedReducer_closure76, E.forceSelectedReducer_closure77, E.forceSelectedReducer_closure78, E.selectedIdReducer_closure144, E.selectedIdReducer_closure145, E.selectedIdReducer_closure146, E.selectedIdReducer_closure147, E.selectedIdReducer_closure148, E.selectedIdReducer_closure149, E.selectedIdReducer_closure150, E.selectedIdReducer_closure151, E.selectedIdReducer_closure152, E.selectedIdReducer_closure153, E.selectedIdReducer_closure154, E.selectedIdReducer_closure155, E.selectedIdReducer_closure156, E.selectedIdReducer_closure157, E.selectedIdReducer_closure158, E.selectedIdReducer_closure159, E.editingReducer_closure43, E.editingReducer_closure44, E.editingReducer_closure45, E.editingReducer_closure46, E.editingReducer__closure15, E._viewUserList_closure, E._filterUsersByCustom1_closure, E._filterUsersByCustom1_closure0, E._filterUsersByCustom2_closure, E._filterUsersByCustom2_closure0, E._filterUsersByCustom3_closure, E._filterUsersByCustom3_closure0, E._filterUsersByCustom4_closure, E._filterUsersByCustom4_closure0, E._filterUsersByState_closure, E._filterUsersByState_closure0, E._filterUsers_closure, E._sortUsers_closure, E._startListMultiselect_closure9, E._addToListMultiselect_closure9, E._removeFromListMultiselect_closure9, E._clearListMultiselect_closure9, E._archiveUserSuccess_closure, E._deleteUserSuccess_closure, E._restoreUserSuccess_closure, E._removeUserSuccess_closure, E._addUser_closure, E._updateUser_closure, E._updateAuthUser_closure, E._connectOAuthUser_closure, E._connectGmailUser_closure, E._setLoadedUser_closure, E._setLoadedUsers_closure, E._setLoadedUsers__closure, E._setLoadedUsers__closure0, E._setLoadedUsers_closure0, E._setLoadedCompany_closure5, E._setLoadedCompany__closure5, E._setLoadedCompany__closure6, E._setLoadedCompany_closure6, L.memoizedFilteredUserList_closure, L.filteredUsersSelector_closure, L.filteredUsersSelector_closure0, L.memoizedUserList_closure, L.userList_closure, L.userList_closure0, L.memoizedGmailUserList_closure, L.gmailUserList_closure, L.handleVendorAction_closure, F._editVendor_closure, F._viewVendor_closure, F._viewVendorList_closure0, F._viewVendorList__closure, F._archiveVendor_closure, F._archiveVendor__closure, F._archiveVendor__closure0, F._archiveVendor__closure1, F._deleteVendor_closure, F._deleteVendor__closure, F._deleteVendor__closure0, F._deleteVendor__closure1, F._restoreVendor_closure, F._restoreVendor__closure, F._restoreVendor__closure0, F._restoreVendor__closure1, F._saveVendor_closure, F._saveVendor__closure, F._saveVendor__closure0, F._loadVendor_closure, F._loadVendor__closure, F._loadVendor__closure0, F._loadVendors_closure, F._loadVendors__closure, F._loadVendors__closure0, F._saveDocument_closure7, F._saveDocument__closure15, F._saveDocument__closure16, K.vendorUIReducer_closure, K.forceSelectedReducer_closure31, K.forceSelectedReducer_closure32, K.forceSelectedReducer_closure33, K.forceSelectedReducer_closure34, K.forceSelectedReducer_closure35, K.forceSelectedReducer_closure36, K.forceSelectedReducer_closure37, K.forceSelectedReducer_closure38, K.tabIndexReducer_closure7, K.tabIndexReducer_closure8, K.saveCompleterReducer_closure0, K.cancelCompleterReducer_closure0, K.selectedIdReducer_closure64, K.selectedIdReducer_closure65, K.selectedIdReducer_closure66, K.selectedIdReducer_closure67, K.selectedIdReducer_closure68, K.selectedIdReducer_closure69, K.selectedIdReducer_closure70, K.selectedIdReducer_closure71, K.selectedIdReducer_closure72, K.selectedIdReducer_closure73, K.selectedIdReducer_closure74, K.selectedIdReducer_closure75, K.selectedIdReducer_closure76, K.selectedIdReducer_closure77, K.selectedIdReducer_closure78, K.editingReducer_closure22, K.editingReducer_closure23, K.editingReducer_closure24, K.editingReducer_closure25, K.editingReducer__closure9, K._addContact_closure, K._removeContact_closure, K._updateContact_closure, K._viewVendorList_closure, K._filterVendorsByCustom1_closure, K._filterVendorsByCustom1_closure0, K._filterVendorsByCustom2_closure, K._filterVendorsByCustom2_closure0, K._filterVendorsByCustom3_closure, K._filterVendorsByCustom3_closure0, K._filterVendorsByCustom4_closure, K._filterVendorsByCustom4_closure0, K._filterVendorsByState_closure, K._filterVendorsByState_closure0, K._filterVendors_closure, K._sortVendors_closure, K._startListMultiselect_closure3, K._addToListMultiselect_closure3, K._removeFromListMultiselect_closure3, K._clearListMultiselect_closure3, K._archiveVendorSuccess_closure, K._deleteVendorSuccess_closure, K._restoreVendorSuccess_closure, K._addVendor_closure, K._updateVendor_closure, K._setLoadedVendor_closure, G.memoizedDropdownVendorList_closure, G.dropdownVendorsSelector_closure, G.dropdownVendorsSelector_closure0, G.memoizedFilteredVendorList_closure, G.filteredVendorsSelector_closure, G.filteredVendorsSelector_closure0, G.memoizedVendorStatsForUser_closure, G.vendorStatsForUser_closure, G.memoizedCalculateVendorBalance_closure, G.calculateVendorBalance_closure, Y.VendorState_loadVendors_closure0, Y.VendorState_loadVendors_closure1, Y.VendorState_loadVendors_closure, S.handleWebhookAction_closure, T._editWebhook_closure, T._viewWebhook_closure, T._viewWebhookList_closure0, T._viewWebhookList__closure, T._archiveWebhook_closure, T._archiveWebhook__closure, T._archiveWebhook__closure0, T._archiveWebhook__closure1, T._deleteWebhook_closure, T._deleteWebhook__closure, T._deleteWebhook__closure0, T._deleteWebhook__closure1, T._restoreWebhook_closure, T._restoreWebhook__closure, T._restoreWebhook__closure0, T._restoreWebhook__closure1, T._saveWebhook_closure, T._saveWebhook__closure, T._saveWebhook__closure0, T._loadWebhook_closure, T._loadWebhook__closure, T._loadWebhook__closure0, T._loadWebhooks_closure, T._loadWebhooks__closure, T._loadWebhooks__closure0, L.webhookUIReducer_closure, L.forceSelectedReducer_closure111, L.forceSelectedReducer_closure112, L.forceSelectedReducer_closure113, L.forceSelectedReducer_closure114, L.forceSelectedReducer_closure115, L.forceSelectedReducer_closure116, L.forceSelectedReducer_closure117, L.forceSelectedReducer_closure118, L.selectedIdReducer_closure222, L.selectedIdReducer_closure223, L.selectedIdReducer_closure224, L.selectedIdReducer_closure225, L.selectedIdReducer_closure226, L.selectedIdReducer_closure227, L.selectedIdReducer_closure228, L.selectedIdReducer_closure229, L.selectedIdReducer_closure230, L.selectedIdReducer_closure231, L.selectedIdReducer_closure232, L.selectedIdReducer_closure233, L.selectedIdReducer_closure234, L.selectedIdReducer_closure235, L.selectedIdReducer_closure236, L.editingReducer_closure70, L.editingReducer_closure71, L.editingReducer_closure72, L.editingReducer_closure73, L.editingReducer__closure26, L._viewWebhookList_closure, L._filterWebhooksByCustom1_closure, L._filterWebhooksByCustom1_closure0, L._filterWebhooksByCustom2_closure, L._filterWebhooksByCustom2_closure0, L._filterWebhooksByState_closure, L._filterWebhooksByState_closure0, L._filterWebhooks_closure, L._sortWebhooks_closure, L._startListMultiselect_closure14, L._addToListMultiselect_closure14, L._removeFromListMultiselect_closure14, L._clearListMultiselect_closure14, L._archiveWebhookSuccess_closure, L._deleteWebhookSuccess_closure, L._restoreWebhookSuccess_closure, L._addWebhook_closure, L._updateWebhook_closure, L._setLoadedWebhook_closure, E.memoizedFilteredWebhookList_closure, E.filteredWebhooksSelector_closure, E.filteredWebhooksSelector_closure0, V.WebhookState_loadWebhooks_closure0, V.WebhookState_loadWebhooks_closure1, V.WebhookState_loadWebhooks_closure, T.FieldGrid_build_closure, T.FieldGrid_build__closure, T.FieldGrid_build_closure0, D.ActionMenuButton_build_closure, D.ActionMenuButton_build_closure0, D.ActionMenuButton_build_closure1, Z._AppBottomBarState_build_closure1, Z._AppBottomBarState_build__closure13, Z._AppBottomBarState_build___closure6, Z._AppBottomBarState_build___closure5, Z._AppBottomBarState_build____closure0, Z._AppBottomBarState_build_____closure0, Z._AppBottomBarState_build__closure14, Z._AppBottomBarState_build_closure2, Z._AppBottomBarState_build__closure11, Z._AppBottomBarState_build___closure4, Z._AppBottomBarState_build___closure3, Z._AppBottomBarState_build____closure, Z._AppBottomBarState_build_____closure, Z._AppBottomBarState_build__closure12, Z._AppBottomBarState_build_closure0, Z._AppBottomBarState_build__closure15, Z._AppBottomBarState_build___closure8, Z._AppBottomBarState_build___closure7, Z._AppBottomBarState_build____closure1, Z._AppBottomBarState_build_____closure2, Z._AppBottomBarState_build_____closure1, Z._AppBottomBarState_build__closure16, Z._AppBottomBarState_build_closure3, Z._AppBottomBarState_build__closure9, Z._AppBottomBarState_build___closure2, Z._AppBottomBarState_build__closure10, Z._AppBottomBarState_build_closure4, Z._AppBottomBarState_build__closure7, Z._AppBottomBarState_build___closure1, Z._AppBottomBarState_build__closure8, Z._AppBottomBarState_build_closure5, Z._AppBottomBarState_build__closure5, Z._AppBottomBarState_build___closure0, Z._AppBottomBarState_build__closure6, Z._AppBottomBarState_build_closure6, Z._AppBottomBarState_build__closure3, Z._AppBottomBarState_build___closure, Z._AppBottomBarState_build__closure4, Z._AppBottomBarState_build_closure, Z._AppBottomBarState_build_closure__onColumnsPressed, Z._AppBottomBarState_build___onColumnsPressed_closure, Z._AppBottomBarState_build___onColumnsPressed__closure, Z._AppBottomBarState_build___onColumnsPressed__closure0, Z._AppBottomBarState_build___onColumnsPressed__closure1, Z._AppBottomBarState_build__closure, Z._AppBottomBarState_build__closure0, Z._AppBottomBarState_build__closure1, Z._AppBottomBarState_build__closure2, Z.CustomFieldSelector_build_closure0, Z.CustomFieldSelector_build_closure, Z.CustomFieldSelector_build__closure, Z.CustomFieldSelector_build___closure, G.AppBuilderState_rebuild_closure, R.AppHeader_build__value1, R.AppHeader_build__value2, O._AppScrollbarState_build_closure, O._AppScrollbarState_build__closure0, O._AppScrollbarState_build_closure0, O._AppScrollbarState_build__closure, Z.BottomButtons_build_closure, Z.BottomButtons_build_closure0, O._ChangeLayoutBannerState_build_closure, O._ChangeLayoutBannerState_build__closure0, O._ChangeLayoutBannerState_build_closure0, O._ChangeLayoutBannerState_build__closure, T.ConfirmEmail_build_closure, T.ConfirmEmail_build__closure, T.ConfirmEmail_build___closure, B.ConfirmEmailBuilder_build_closure, B.ConfirmEmailVM_fromStore_closure0, B.ConfirmEmailVM_fromStore_closure, B.ConfirmEmailVM_fromStore_closure1, B.ConfirmEmailVM_fromStore__closure, K._DesktopSessionTimeoutState_initState_closure, K._DesktopSessionTimeoutState_initState__closure, K._DesktopSessionTimeoutState_build_closure, K._DesktopSessionTimeoutState_build__closure, K._DesktopSessionTimeoutState_build___closure, E.MessageDialog_build_closure, E.MessageDialog_build_closure0, E.MessageDialog_build_closure1, M.ErrorDialog_build_closure, M.ErrorDialog_build__closure, M.ErrorDialog_build_closure0, M.ErrorDialog_build_closure1, E._HealthCheckDialogState_runCheck_closure, E._HealthCheckDialogState_runCheck_closure0, E._HealthCheckDialogState_runCheck__closure, E._HealthCheckDialogState_runCheck_closure1, E._HealthCheckDialogState_clearCache_closure, E._HealthCheckDialogState_clearCache_closure0, E._HealthCheckDialogState_clearCache__closure, E._HealthCheckDialogState_clearCache_closure1, E._HealthCheckDialogState_build_closure, E._HealthCheckDialogState_build_closure0, E._HealthCheckDialogState_build_closure1, E.multiselectDialog_closure, E.multiselectDialog__closure, E.MultiSelectListState_build_closure, E.MultiSelectListState_build_closure0, E.MultiSelectListState_build_closure1, E.MultiSelectListState_build_closure2, E.MultiSelectListState_build_closure3, E.MultiSelectListState_build__closure3, E.MultiSelectListState_build_closure4, E.MultiSelectListState_build__closure2, E.MultiSelectListState_build___closure, E.MultiSelectListState_build_closure5, E.MultiSelectListState_build__closure1, E.MultiSelectListState_build_closure6, E.MultiSelectListState_build__closure0, E.MultiSelectListState_build_closure7, E.MultiSelectListState_build__closure, E.MultiSelectListState_build_closure8, E.MultiSelectListState_build_closure9, L.DismissibleEntity_build_closure, L.DismissibleEntity_build_closure0, L.DismissibleEntity_build_closure1, L.DismissibleEntity_build_closure2, L.DismissibleEntity_build_closure3, L.DismissibleEntity_build_closure4, V.DocumentGrid_build_closure, V.DocumentGrid_build_closure0, V.DocumentGrid_build_closure1, V.DocumentGrid_build__closure, V.DocumentTile_showDocumentModal_closure, V.DocumentTile_showDocumentModal__closure, V.DocumentTile_showDocumentModal___closure, V.DocumentTile_showDocumentModal____closure, V.DocumentTile_showDocumentModal__closure0, V.DocumentTile_showDocumentModal__closure1, V.DocumentTile_build_closure, V.DocumentPreview_build_closure0, V.DocumentPreview_build_closure, K.EditScaffold_build_closure4, K.EditScaffold_build_closure, K.EditScaffold_build_closure1, K.EditScaffold_build_closure0, K.EditScaffold_build_closure2, K.EditScaffold_build__closure, K.EditScaffold_build_closure3, L.showEntityActionsDialog_closure, L.showEntityActionsDialog_closure0, L.EntityActionListTile_build_closure, O._EntityListTileState_build_closure, O._EntityListTileState_build_closure0, O._EntityListTileState_build_closure1, O._EntityListTileState_build__closure0, O._EntityListTileState_build_closure2, O._EntityListTileState_build__closure, O._EntityListTileState_build_closure4, O._EntityListTileState_build_closure3, O._EntitiesListTileState_build_closure1, O._EntitiesListTileState_build__closure0, O._EntitiesListTileState_build_closure2, O._EntitiesListTileState_build__closure, O._EntitiesListTileState_build_closure, O._EntitiesListTileState_build_closure0, O._EntitiesListTileState_build_closure3, F._EntityDropdownState__showOptions_closure, F._EntityDropdownState__showOptions__closure0, F._EntityDropdownState__showOptions__closure, F._EntityDropdownState_build_closure, F._EntityDropdownState_build_closure0, F._EntityDropdownState_build__closure4, F._EntityDropdownState_build_closure5, F._EntityDropdownState_build__closure, F._EntityDropdownState_build__closure0, F._EntityDropdownState_build_closure3, F._EntityDropdownState_build_closure4, F._EntityDropdownState_build_closure1, F._EntityDropdownState_build__closure3, F._EntityDropdownState_build__closure2, F._EntityDropdownState_build_closure2, F._EntityDropdownState_build__closure1, F._EntityDropdownState_build___closure, F._EntityDropdownState_build_closure6, F._EntityDropdownState_build_closure7, F._EntityDropdownDialogState_build__selectEntity, F._EntityDropdownDialogState_build__headerRow, F._EntityDropdownDialogState_build__headerRow_closure, F._EntityDropdownDialogState_build__headerRow__closure0, F._EntityDropdownDialogState_build__headerRow_closure0, F._EntityDropdownDialogState_build__headerRow_closure1, F._EntityDropdownDialogState_build__headerRow__closure, F._EntityDropdownDialogState_build__createList, F._EntityDropdownDialogState_build__createList_closure, F._EntityDropdownDialogState_build__createList_closure0, F._EntityDropdownDialogState_build__createList__closure, F._EntityListTile_build_closure, D.EntityHeader_build__value1, D.EntityHeader_build__value2, E.EntityTopFilter_build_closure, E.EntityTopFilter_build_closure0, E.EntityTopFilter_build_closure1, E.EntityTopFilter_build_closure2, E.EntityTopFilter_build_closure3, E.EntityTopFilter_build_closure4, E.EntityTopFilter_build__closure0, E.EntityTopFilter_build__closure, E.EntityTopFilter_build___closure, E.EntityTopFilter_build___closure0, E.EntityTopFilter_build_closure5, Q.AppDropdownButton_build_closure, Z.AppToggleButtons_build_closure, K.BoolDropdownButton_build_closure, K.BoolDropdownButton_build_closure0, K.BoolDropdownButton_build_closure2, K.BoolDropdownButton_build_closure1, K.BoolDropdownButton_build_closure4, K.BoolDropdownButton_build_closure3, R.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, B._CustomFieldState_build_closure, B._CustomFieldState_build_closure0, B._CustomFieldState_build_closure1, B._CustomFieldState_build_closure2, B._CustomFieldState_build__closure, K._DatePickerState__onFoucsChanged_closure, K._DatePickerState_build_closure, K._DatePickerState_build_closure0, K._DatePickerState_build__closure, S._DecoratedFormFieldState_build_closure, S._DecoratedFormFieldState_build__closure, S._DecoratedFormFieldState_build_closure0, S._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, U._DurationPickerState__onFoucsChanged_closure, U._DurationPickerState_build_closure1, U._DurationPickerState_build__closure, U._DurationPickerState_build_closure, U._DurationPickerState_build__closure0, U._DurationPickerState_build_closure0, Y.DynamicSelector_build_closure, Y.DynamicSelector_build_closure0, Y.DynamicSelector_build_closure1, A._GrowableFormFieldState__onFoucsChanged_closure, B.LearnMoreUrl_build_closure, B.NotificationSettings_build_closure, B.NotificationSettings_build_closure0, B.NotificationSettings_build_closure1, B.NotificationSettings_build__closure, B._NotificationSelector_build_closure, S._PasswordFormFieldState_build_closure, S._PasswordFormFieldState_build__closure, S._PasswordFormFieldState_build_closure0, V.SaveCancelButtons_build_closure, V.SaveCancelButtons_build__closure0, V.SaveCancelButtons_build_closure0, V.SaveCancelButtons_build__closure, M._TimePickerState__onFoucsChanged_closure, M._TimePickerState__showTimePicker_closure, M._TimePickerState_build_closure, M._TimePickerState_build_closure0, M._TimePickerState_build__closure, M._TimePickerState_build__closure0, M._TimePickerState_build__closure1, V.HistoryDrawer_build_closure, V.HistoryDrawer_build__closure, V.HistoryDrawer_build_closure0, V._HistoryListTileState_build_closure1, V._HistoryListTileState_build_closure0, V._HistoryListTileState_build_closure, V._HistoryListTileState_build__closure, A.HistoryDrawerBuilder_build_closure, E._InvoiceEmailViewState_dispose_closure, E._InvoiceEmailViewState__onChanged_closure, E._InvoiceEmailViewState__loadTemplate_closure, E._InvoiceEmailViewState__loadTemplate_closure0, E._InvoiceEmailViewState__loadTemplate__closure, E._InvoiceEmailViewState__buildTemplateDropdown_closure, E._InvoiceEmailViewState__buildTemplateDropdown__closure0, E._InvoiceEmailViewState__buildTemplateDropdown__closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure0, E._InvoiceEmailViewState__buildTemplateDropdown_closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure2, E._InvoiceEmailViewState__buildTemplateDropdown__closure, E._InvoiceEmailViewState__buildEdit_closure, E._InvoiceEmailViewState__buildEdit_closure0, E._InvoiceEmailViewState__buildHistory_closure, E._InvoiceEmailViewState_build_closure, E._InvoiceEmailViewState_build_closure0, E._InvoiceEmailViewState_build_closure1, E._InvoiceEmailViewState_build_closure2, D._TaxRateDropdownState_didChangeDependencies_closure, D._TaxRateDropdownState_didChangeDependencies_closure0, D._TaxRateDropdownState_didChangeDependencies_closure1, D._TaxRateDropdownState_build_closure, D._TaxRateDropdownState_build_closure0, D._TaxRateDropdownState_build_closure1, D._TaxRateDropdownState_build_closure2, D._TaxRateDropdownState_build_closure3, R.TaxRateField_build_closure, R.TaxRateField_build_closure0, Z.LinkTextSpan_closure, N._ListFilterState_onFocusChanged_closure, N._ListFilterState_build_closure, N._ListFilterState_build_closure0, N._ListFilterState_build__closure, Y.ListScaffold_build_closure, Y.ListScaffold_build_closure0, Y.ListScaffold_build_closure1, Y.ListScaffold_build__closure0, Y.ListScaffold_build_closure2, Y.ListScaffold_build_closure3, Y.ListScaffold_build_closure6, Y.ListScaffold_build_closure4, Y.ListScaffold_build_closure5, Y.ListScaffold_build__closure, N.ActivityListTile_build_closure, G.AppListTile_build_closure0, G.AppListTile_build_closure, N.FilterListTile_build_closure, N.FilterListTile_build__closure, E._LiveTextState_initState_closure, E._LiveTextState_initState__closure, X.MainScreen_build_closure, X.MainScreen_build__closure, V.MenuDrawer_build__companyLogo, V.MenuDrawer_build__companyListItem, V.MenuDrawer_build__companyListItem_closure, V.MenuDrawer_build_closure, V.MenuDrawer_build__closure0, V.MenuDrawer_build_closure0, V.MenuDrawer_build__closure, V.MenuDrawer_build_closure1, V.MenuDrawer_build_closure2, V.MenuDrawer_build_closure3, V.MenuDrawer_build_closure4, V.MenuDrawer_build_closure6, V.MenuDrawer_build_closure5, V.MenuDrawer_build_closure7, V.MenuDrawer_build_closure8, V._DrawerTileState_build_closure, V._DrawerTileState_build_closure0, V._DrawerTileState_build_closure2, V._DrawerTileState_build_closure1, V.SidebarFooter_build_closure, V.SidebarFooter_build__closure0, V.SidebarFooter_build__closure1, V.SidebarFooter_build_closure0, V.SidebarFooter_build_closure1, V.SidebarFooter_build_closure2, V.SidebarFooter_build_closure3, V.SidebarFooter_build_closure4, V.SidebarFooter_build_closure5, V.SidebarFooter_build_closure6, V.SidebarFooter_build_closure7, V.SidebarFooter_build__closure, V.SidebarFooter_build_closure8, V.SidebarFooterCollapsed_build_closure0, V.SidebarFooterCollapsed_build_closure, V.SidebarFooterCollapsed_build_closure1, V._showContactUs_closure, V._showUpdate_closure, V._showAbout_closure, V._showAbout__closure, V._showAbout__closure0, V._showAbout__closure2, V._showAbout__closure1, V._showAbout__closure3, V._showAbout___closure0, V._showAbout____closure, V._showAbout_____closure, V._showAbout______closure, V._showAbout______closure0, V._showAbout______closure1, V._showAbout______closure2, V._showAbout____closure0, V._showAbout____closure1, V._showAbout____closure2, V._showAbout____closure3, V._showAbout____closure4, V._showAbout____closure5, V._showAbout____closure6, V._showAbout__closure4, V._showAbout___closure, V._showAbout__closure5, V._showAbout__closure6, V._ContactUsDialogState__sendMessage_closure, V._ContactUsDialogState__sendMessage_closure0, V._ContactUsDialogState__sendMessage__closure0, V._ContactUsDialogState__sendMessage__closure1, V._ContactUsDialogState__sendMessage_closure1, V._ContactUsDialogState__sendMessage__closure, V._ContactUsDialogState_build_closure, V._ContactUsDialogState_build_closure0, V._ContactUsDialogState_build_closure1, V._ContactUsDialogState_build_closure2, V._ContactUsDialogState_build__closure, A.MenuDrawerBuilder_build_closure, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore__closure1, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, V._SystemLogViewerState_build_closure1, V._SystemLogViewerState_build__closure, V._SystemLogViewerState_build_closure, V._SystemLogViewerState_build_closure0, V._SystemLogViewerState_build__closure0, V._SystemLogViewerState_build___closure, V._SystemLogViewerState_build____closure, L.AppDataTable__buildHeadingCell_arrowWithPadding, L.AppDataTable_build_closure, L.AppDataTable_build_closure0, L.AppDataTable_build_closure1, L.AppDataTable_build_closure2, L.AppDataTable_build_closure3, L.TableRowInkWell_getRectCallback_closure0, L._SortArrowState__rebuild_closure0, N.AppPaginatedDataTableState__handleDataSourceChanged_closure, N.AppPaginatedDataTableState_pageTo_closure, N.AppPaginatedDataTableState__getBlankRowFor_closure, N.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, N.AppPaginatedDataTableState__getRows_closure, N.AppPaginatedDataTableState_build_closure, D.EntityDataTableSource_getRow_closure, D.EntityDataTableSource_getRow_closure0, D.EntityDataTableSource_getRow_closure1, D.EntityDataTableSource_getRow_closure2, D.EntityDataTableSource_getRow_closure3, D.EntityDataTableSource_getRow__closure, S._EntityListState_initState_closure, S._EntityListState_build_closure, S._EntityListState_build_closure7, S._EntityListState_build__closure, S._EntityListState_build__closure0, S._EntityListState_build__closure2, S._EntityListState_build__closure1, S._EntityListState_build__closure3, S._EntityListState_build__closure4, S._EntityListState_build__closure6, S._EntityListState_build___closure, S._EntityListState_build___closure0, S._EntityListState_build___closure1, S._EntityListState_build__closure5, S._EntityListState_build___closure2, S._EntityListState_build_closure0, S._EntityListState_build_closure1, S._EntityListState_build_closure8, S._EntityListState_build_closure2, S._EntityListState_build__closure11, S._EntityListState_build__closure12, S._EntityListState_build_closure4, S._EntityListState_build__closure8, S._EntityListState_build_closure3, S._EntityListState_build__closure10, S._EntityListState_build__closure9, S._EntityListState_build___closure3, S._EntityListState_build_closure6, S._EntityListState_build__closure7, S._EntityListState_build_closure5, K._VariablesHelpState_build_closure, K._VariablesHelpState_build_closure0, K._VariablesHelpState_build_closure1, K._VariablesHelpState_build_closure2, K._VariableGrid_build_closure, K._VariableGrid_build_closure0, K._VariableGrid_build__closure, K._VariableGrid_build___closure, G.ViewScaffold_build_closure, G.ViewScaffold_build_closure0, G.ViewScaffold_build_closure1, G.ViewScaffold_build_closure5, G.ViewScaffold_build_closure2, G.ViewScaffold_build_closure3, G.ViewScaffold_build__closure, G.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, B.InitScreen_build_closure0, B.InitScreen_build_closure, Y._LoginState__submitSignUpForm_closure, Y._LoginState__submitSignUpForm_closure0, Y._LoginState__submitSignUpForm__closure1, Y._LoginState__submitSignUpForm_closure1, Y._LoginState__submitSignUpForm__closure0, Y._LoginState__submitSignUpForm_closure2, Y._LoginState__submitSignUpForm__closure, Y._LoginState__submitLoginForm_closure, Y._LoginState__submitLoginForm_closure0, Y._LoginState__submitLoginForm__closure0, Y._LoginState__submitLoginForm___closure, Y._LoginState__submitLoginForm_closure1, Y._LoginState__submitLoginForm__closure, Y._LoginState_build_closure, Y._LoginState_build_closure0, Y._LoginState_build__closure6, Y._LoginState_build_closure1, Y._LoginState_build_closure2, Y._LoginState_build__closure5, Y._LoginState_build_closure3, Y._LoginState_build__closure4, Y._LoginState_build_closure4, Y._LoginState_build__closure3, Y._LoginState_build_closure5, Y._LoginState_build__closure2, Y._LoginState_build_closure7, Y._LoginState_build_closure6, Y._LoginState_build_closure8, Y._LoginState_build_closure9, Y._LoginState_build_closure10, Y._LoginState_build_closure11, Y._LoginState_build__closure1, Y._LoginState_build_closure12, Y._LoginState_build__closure0, Y._LoginState_build_closure13, Y._LoginState_build_closure14, Y._LoginState_build_closure15, Y._LoginState_build__closure, Y._LoginState_build_closure16, G.LoginScreen_build_closure, G.LoginVM_fromStore__handleLogin, G.LoginVM_fromStore__handleLogin_closure, G.LoginVM_fromStore__formatApiUrl, G.LoginVM_fromStore_closure3, G.LoginVM_fromStore__closure0, G.LoginVM_fromStore___closure0, G.LoginVM_fromStore_closure4, G.LoginVM_fromStore__closure, G.LoginVM_fromStore___closure, G.LoginVM_fromStore_closure1, G.LoginVM_fromStore__closure1, G.LoginVM_fromStore_closure0, G.LoginVM_fromStore_closure, G.LoginVM_fromStore__closure2, G.LoginVM_fromStore_closure2, V.ClientListItem_build_closure, V.ClientListItem_build__closure2, V.ClientListItem_build__closure1, V.ClientListItem_build__closure, V.ClientListItem_build__closure0, V.ClientListItem_build__closure5, V.ClientListItem_build__closure4, V.ClientListItem_build__closure3, Y.ClientListBuilder_build_closure, Y.ClientListBuilder_build__closure, Y.ClientListVM_fromStore__handleRefresh, Y.ClientListVM_fromStore_closure, Y.ClientListVM_fromStore_closure0, Y.ClientListVM_fromStore_closure1, B.ClientScreen_build_closure9, B.ClientScreen_build_closure7, B.ClientScreen_build_closure8, B.ClientScreen_build_closure4, B.ClientScreen_build_closure5, B.ClientScreen_build_closure, B.ClientScreen_build_closure0, B.ClientScreen_build_closure1, B.ClientScreen_build_closure2, B.ClientScreen_build_closure3, B.ClientScreen_build_closure6, D.ClientScreenBuilder_build_closure, M._ClientEditState_build_closure, M._ClientEditState_build_closure0, M._ClientEditState_build__closure, R.ClientEditBillingAddressState_didChangeDependencies_closure, R.ClientEditBillingAddressState_didChangeDependencies_closure0, R.ClientEditBillingAddressState_dispose_closure, R.ClientEditBillingAddressState__onChanged_closure, R.ClientEditBillingAddressState__onChanged_closure0, R.ClientEditBillingAddressState_build_closure, R.ClientEditBillingAddressState_build__closure0, R.ClientEditBillingAddressState_build_closure0, R.ClientEditBillingAddressState_build__closure, R._ClientEditContactsState__showContactEditor_closure, R._ClientEditContactsState__showContactEditor__closure, R._ClientEditContactsState_build_closure, R._ClientEditContactsState_build__closure, R._ClientEditContactsState_build_closure0, R._ClientEditContactsState_build_closure1, R.ContactEditDetailsState_didChangeDependencies_closure, R.ContactEditDetailsState_didChangeDependencies_closure0, R.ContactEditDetailsState_dispose_closure, R.ContactEditDetailsState__onChanged_closure, R.ContactEditDetailsState__onChanged_closure0, R.ContactEditDetailsState_build_closure0, R.ContactEditDetailsState_build_closure, R.ContactEditDetailsState_build_closure2, R.ContactEditDetailsState_build_closure1, R.ContactEditDetailsState_build_closure4, R.ContactEditDetailsState_build_closure3, R.ContactEditDetailsState_build_closure6, R.ContactEditDetailsState_build_closure5, R.ContactEditDetailsState_build_closure7, R.ContactEditDetailsState_build_closure8, R.ContactEditDetailsState_build_closure9, R.ContactEditDetailsState_build_closure10, R.ContactEditDetailsState_build_closure11, R.ContactEditDetailsState_build_closure12, R.ContactEditDetailsState_build__closure, R.ContactEditDetailsState_build_closure13, F.ClientEditContactsScreen_build_closure0, F.ClientEditContactsScreen_build_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, Q.ClientEditDetailsState_didChangeDependencies_closure, Q.ClientEditDetailsState_didChangeDependencies_closure0, Q.ClientEditDetailsState_dispose_closure, Q.ClientEditDetailsState__onChanged_closure, Q.ClientEditDetailsState__onChanged_closure0, Q.ClientEditDetailsState_build_closure, Q.ClientEditDetailsState_build_closure0, Q.ClientEditDetailsState_build__closure0, Q.ClientEditDetailsState_build_closure1, Q.ClientEditDetailsState_build__closure, U.ClientEditFooter_build_closure, L.ClientEditNotesState_didChangeDependencies_closure, L.ClientEditNotesState_didChangeDependencies_closure0, L.ClientEditNotesState_dispose_closure, L.ClientEditNotesState__onChanged_closure, L.ClientEditNotesState__onChanged_closure0, L.ClientEditNotesState_build_closure, L.ClientEditNotesState_build_closure0, L.ClientEditNotesState_build__closure0, L.ClientEditNotesState_build_closure1, L.ClientEditNotesState_build__closure, M.ClientEditSettingsState_didChangeDependencies_closure, M.ClientEditSettingsState_didChangeDependencies_closure0, M.ClientEditSettingsState_dispose_closure, M.ClientEditSettingsState__onChanged_closure, M.ClientEditSettingsState__onChanged_closure0, M.ClientEditSettingsState_build_closure, M.ClientEditSettingsState_build__closure3, M.ClientEditSettingsState_build_closure0, M.ClientEditSettingsState_build__closure2, M.ClientEditSettingsState_build_closure1, M.ClientEditSettingsState_build_closure2, M.ClientEditSettingsState_build__closure1, M.ClientEditSettingsState_build_closure3, M.ClientEditSettingsState_build_closure4, M.ClientEditSettingsState_build__closure0, M.ClientEditSettingsState_build_closure5, M.ClientEditSettingsState_build__closure, R.ClientEditShippingAddressState_didChangeDependencies_closure, R.ClientEditShippingAddressState_didChangeDependencies_closure0, R.ClientEditShippingAddressState_dispose_closure, R.ClientEditShippingAddressState__onChanged_closure, R.ClientEditShippingAddressState__onChanged_closure0, R.ClientEditShippingAddressState_build_closure, R.ClientEditShippingAddressState_build__closure0, R.ClientEditShippingAddressState_build_closure0, R.ClientEditShippingAddressState_build__closure, M.ClientEditScreen_build_closure0, M.ClientEditScreen_build_closure, M.ClientEditVM_ClientEditVM$fromStore_closure, M.ClientEditVM_ClientEditVM$fromStore_closure3, M.ClientEditVM_ClientEditVM$fromStore__closure, M.ClientEditVM_ClientEditVM$fromStore_closure2, M.ClientEditVM_ClientEditVM$fromStore__closure0, M.ClientEditVM_ClientEditVM$fromStore_closure1, M.ClientEditVM_ClientEditVM$fromStore_closure0, M.ClientEditVM_ClientEditVM$fromStore__closure1, M.ClientEditVM_ClientEditVM$fromStore___closure, M.ClientEditVM_ClientEditVM$fromStore___closure0, M.ClientEditVM_ClientEditVM$fromStore___closure1, M.ClientEditVM_ClientEditVM$fromStore____closure, G._ClientViewState_build_closure, G._ClientViewState_build__closure0, G._ClientViewState_build__closure1, G._ClientViewState_build__closure2, G._ClientViewState_build__closure3, G._ClientViewState_build__closure4, G._ClientViewState_build__closure5, G._ClientViewState_build_closure0, G._ClientViewState_build__closure, G._ClientViewState_build___closure, G._ClientViewState_build___closure0, G._ClientViewState_build___closure1, G._ClientViewState_build___closure2, G._ClientViewState_build___closure3, G._ClientViewState_build___closure4, R._ClientViewActivityState_build_closure0, R._ClientViewActivityState_build_closure, Q._ClientViewDetailsState_build__buildDetailsList, Q._ClientViewDetailsState_build__buildDetailsList_closure, Q._ClientViewDetailsState_build__buildDetailsList__closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure2, Q._ClientViewDetailsState_build__buildDetailsList__closure3, Q._ClientViewDetailsState_build__buildDetailsList___closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure4, Q._ClientViewDetailsState_build__buildDetailsList___closure, Q._ClientViewDetailsState_build__buildDetailsList_closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure0, Q._ClientViewDetailsState_build__buildDetailsList_closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure, Q._ClientViewDetailsState_build__buildDetailsList_closure2, Q._ClientViewDetailsState_build__buildDetailsList_closure3, T.ClientViewDocuments_build_closure, T.ClientViewDocuments_build_closure0, U._ClientViewLedgerState_build_closure, U._ClientViewLedgerState_build_closure1, U._ClientViewLedgerState_build_closure0, U._ClientViewLedgerState_build__closure0, U._ClientViewLedgerState_build__closure, Z.ClientOverview_build_closure, Z.ClientOverview_build_closure0, Z.ClientOverview_build_closure1, Z.ClientOverview_build_closure2, Z.ClientOverview_build_closure3, X.ClientViewScreen_build_closure0, X.ClientViewScreen_build_closure, X.ClientViewVM_ClientViewVM$fromStore__handleRefresh, X.ClientViewVM_ClientViewVM$fromStore_closure, X.ClientViewVM_ClientViewVM$fromStore_closure0, X.ClientViewVM_ClientViewVM$fromStore__closure0, X.ClientViewVM_ClientViewVM$fromStore__closure1, X.ClientViewVM_ClientViewVM$fromStore___closure, X.ClientViewVM_ClientViewVM$fromStore_closure1, X.ClientViewVM_ClientViewVM$fromStore__closure, G._CompanyGatewayListState_build_closure1, G._CompanyGatewayListState_build_closure0, G._CompanyGatewayListState_build_closure, G._CompanyGatewayListState_build__closure, Z.CompanyGatewayListItem_build_closure0, Z.CompanyGatewayListItem_build_closure, S.CompanyGatewayListBuilder_build_closure, S.CompanyGatewayListVM_fromStore__handleRefresh, S.CompanyGatewayListVM_fromStore_closure, S.CompanyGatewayListVM_fromStore_closure1, S.CompanyGatewayListVM_fromStore__closure, S.CompanyGatewayListVM_fromStore_closure0, S.CompanyGatewayListVM_fromStore__closure0, D.CompanyGatewayScreen_build_closure11, D.CompanyGatewayScreen_build_closure10, D.CompanyGatewayScreen_build_closure, D.CompanyGatewayScreen_build__closure0, D.CompanyGatewayScreen_build__closure1, D.CompanyGatewayScreen_build_closure0, D.CompanyGatewayScreen_build_closure1, D.CompanyGatewayScreen_build__closure, D.CompanyGatewayScreen_build_closure2, D.CompanyGatewayScreen_build_closure4, D.CompanyGatewayScreen_build_closure5, D.CompanyGatewayScreen_build_closure6, D.CompanyGatewayScreen_build_closure7, D.CompanyGatewayScreen_build_closure8, D.CompanyGatewayScreen_build_closure3, D.CompanyGatewayScreen_build_closure9, Y.CompanyGatewayScreenBuilder_build_closure, Y.CompanyGatewayScreenVM_fromStore_closure, Y.CompanyGatewayScreenVM_fromStore__closure, V._CompanyGatewayEditState_didChangeDependencies_closure, V._CompanyGatewayEditState_build_closure, V._CompanyGatewayEditState_build_closure0, V._CompanyGatewayEditState_build__closure12, V._CompanyGatewayEditState_build_closure1, V._CompanyGatewayEditState_build_closure2, V._CompanyGatewayEditState_build_closure3, V._CompanyGatewayEditState_build__closure11, V._CompanyGatewayEditState_build_closure4, V._CompanyGatewayEditState_build__closure10, V._CompanyGatewayEditState_build_closure5, V._CompanyGatewayEditState_build_closure6, V._CompanyGatewayEditState_build__closure9, V._CompanyGatewayEditState_build___closure, V._CompanyGatewayEditState_build_closure7, V._CompanyGatewayEditState_build__closure8, V._CompanyGatewayEditState_build_closure8, V._CompanyGatewayEditState_build__closure7, V._CompanyGatewayEditState_build_closure9, V._CompanyGatewayEditState_build__closure6, V._CompanyGatewayEditState_build_closure10, V._CompanyGatewayEditState_build__closure5, V._CompanyGatewayEditState_build_closure11, V._CompanyGatewayEditState_build__closure4, V._CompanyGatewayEditState_build_closure12, V._CompanyGatewayEditState_build__closure3, V._CompanyGatewayEditState_build_closure13, V._CompanyGatewayEditState_build__closure2, V._CompanyGatewayEditState_build_closure14, V._CompanyGatewayEditState_build__closure1, V._CompanyGatewayEditState_build_closure15, V._CompanyGatewayEditState_build__closure0, V._CompanyGatewayEditState_build_closure17, V._CompanyGatewayEditState_build_closure16, V._CompanyGatewayEditState_build__closure, V.CardListTile_build_closure, V.GatewayConfigSettings_build_closure, V.GatewayConfigSettings_build__closure, V._GatewayConfigFieldState__onChanged_closure, V._GatewayConfigFieldState__obscureText_closure, V._GatewayConfigFieldState_build_closure, V._GatewayConfigFieldState_build_closure0, V._GatewayConfigFieldState_build_closure1, V._GatewayConfigFieldState_build_closure2, V._GatewayConfigFieldState_build_closure3, V._LimitEditorState__onChanged_closure, V._LimitEditorState__onChanged_closure0, V._LimitEditorState__onTextChange_closure, V._LimitEditorState_build_closure, V._LimitEditorState_build__closure0, V._LimitEditorState_build_closure0, V._LimitEditorState_build__closure, V._FeesEditorState_dispose_closure, V._FeesEditorState_didChangeDependencies_closure, V._FeesEditorState_didChangeDependencies_closure0, V._FeesEditorState__onChanged_closure, V._FeesEditorState__onChanged_closure0, V._FeesEditorState__onChanged__closure, V._FeesEditorState_build_closure, V._FeesEditorState_build__closure2, V._FeesEditorState_build___closure2, V._FeesEditorState_build_closure0, V._FeesEditorState_build__closure1, V._FeesEditorState_build___closure1, V._FeesEditorState_build_closure1, V._FeesEditorState_build__closure0, V._FeesEditorState_build___closure0, V._FeesEditorState_build_closure2, V._FeesEditorState_build__closure, V._FeesEditorState_build___closure, L.CompanyGatewayEditScreen_build_closure0, L.CompanyGatewayEditScreen_build_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, G._CompanyGatewayViewState_build_closure1, G._CompanyGatewayViewState_build_closure, G._CompanyGatewayViewState_build_closure0, G._CompanyGatewayOverview_build_closure, G._CompanyGatewayOverview_build_closure0, G._CompanyGatewayOverview_build_closure2, G._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, S.CreditEmailScreen_build_closure1, S.CreditEmailScreen_build_closure0, S.CreditEmailScreen_build_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure0, S.EmailCreditVM_EmailCreditVM$fromStore__closure, K.CreditListItem_build_closure, K.CreditListItem_build__closure2, K.CreditListItem_build__closure1, K.CreditListItem_build__closure, K.CreditListItem_build__closure0, K.CreditListItem_build__closure5, K.CreditListItem_build__closure4, K.CreditListItem_build__closure3, U.CreditListBuilder_build_closure, U.CreditListBuilder_build__closure, U.CreditListVM_fromStore__handleRefresh, U.CreditListVM_fromStore_closure, U.CreditListVM_fromStore_closure0, U.CreditListVM_fromStore_closure1, U.CreditPdfScreen_build_closure0, U.CreditPdfScreen_build_closure, A.CreditScreen_build_closure9, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure4, A.CreditScreen_build_closure5, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure6, R.CreditScreenBuilder_build_closure, M._CreditEditState_build_closure1, M._CreditEditState_build_closure2, M._CreditEditState_build_closure0, M._CreditEditState_build_closure, M._CreditEditState_build__closure, M._CreditEditState_build___closure, M._CreditEditState_build___closure1, M._CreditEditState_build___closure0, T.CreditEditDetailsScreen_build_closure0, T.CreditEditDetailsScreen_build_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, R.CreditEditItemsScreen_build_closure0, R.CreditEditItemsScreen_build_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, R.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, G.CreditEditNotesScreen_build_closure0, G.CreditEditNotesScreen_build_closure, G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, X.CreditEditScreen_build_closure0, X.CreditEditScreen_build_closure, X.CreditEditVM_CreditEditVM$fromStore_closure, X.CreditEditVM_CreditEditVM$fromStore__closure, X.CreditEditVM_CreditEditVM$fromStore___closure, X.CreditEditVM_CreditEditVM$fromStore___closure0, X.CreditEditVM_CreditEditVM$fromStore___closure1, X.CreditEditVM_CreditEditVM$fromStore____closure, X.CreditEditVM_CreditEditVM$fromStore_closure0, X.CreditEditVM_CreditEditVM$fromStore_closure1, M.CreditViewScreen_build_closure0, M.CreditViewScreen_build_closure, M.CreditViewVM_CreditViewVM$fromStore__handleRefresh, M.CreditViewVM_CreditViewVM$fromStore_closure, M.CreditViewVM_CreditViewVM$fromStore_closure0, M.CreditViewVM_CreditViewVM$fromStore_closure1, M.CreditViewVM_CreditViewVM$fromStore__closure0, M.CreditViewVM_CreditViewVM$fromStore__closure1, M.CreditViewVM_CreditViewVM$fromStore___closure, M.CreditViewVM_CreditViewVM$fromStore_closure2, M.CreditViewVM_CreditViewVM$fromStore__closure, M.CreditViewVM_CreditViewVM$fromStore_closure3, A.DashboardActivity_build_closure, U._DashboardChartState__onSelectionChanged_closure, U._DashboardChartState__onSelectionChanged_closure0, U._DashboardChartState__onSelectionChanged_closure1, U._DashboardChartState_build_closure, U._DashboardChartState_build__closure, U._DashboardChartState_build___closure, E._DashboardDateRangePickerState_build_closure, E._DashboardDateRangePickerState_build_closure0, E._DashboardDateRangePickerState_build__closure2, E._DashboardDateRangePickerState_build_closure1, E._DashboardDateRangePickerState_build__closure1, E._DashboardDateRangePickerState_build_closure2, E._DashboardDateRangePickerState_build_closure3, E._DashboardDateRangePickerState_build_closure4, E._DashboardDateRangePickerState_build_closure5, E._DashboardDateRangePickerState_build__closure0, E._DashboardDateRangePickerState_build_closure6, E._DashboardDateRangePickerState_build_closure7, E._DashboardDateRangePickerState_build_closure8, E._DashboardDateRangePickerState_build__closure, Y.DashboardPanels__showDateOptions_closure, Y.DashboardPanels__header_closure, Y.DashboardPanels__header__closure, Y.DashboardPanels__header__closure0, Y.DashboardPanels__header__closure1, Y.DashboardPanels__header__closure2, Y.DashboardPanels__header__closure3, Y.DashboardPanels__header__closure4, Y.DashboardPanels__header___closure1, Y.DashboardPanels__header__closure5, Y.DashboardPanels__header___closure0, Y.DashboardPanels__header__closure6, Y.DashboardPanels__header___closure, Y.DashboardPanels__header____closure, Y.DashboardPanels__header__closure7, Y.DashboardPanels__paymentChart_closure, Y.DashboardPanels__paymentChart_closure0, Y.DashboardPanels__quoteChart_closure, Y.DashboardPanels__quoteChart_closure0, Y.DashboardPanels__taskChart_closure, Y.DashboardPanels__taskChart_closure0, Y.DashboardPanels__expenseChart_closure, Y.DashboardPanels__expenseChart_closure0, Y.DashboardPanels_build_closure, Y.DashboardPanels_build_closure0, Y.DashboardPanels_build_closure1, Y.DashboardPanels_build_closure2, Y.DashboardPanels_build_closure3, Y.__DashboardPanelState_build_closure, Y.__DashboardPanelState_build__closure0, Y.__DashboardPanelState_build__closure1, Y.__DashboardPanelState_build__closure, Y.__DashboardPanelState_build__closure3, Y.__DashboardPanelState_build__closure4, Y.__DashboardPanelState_build__closure2, Y._InvoiceChart_build_closure, Y._InvoiceChart_build_closure0, F._DashboardScreenState_initState_closure, F._DashboardScreenState_initState_closure0, F._DashboardScreenState_initState__closure, F._DashboardScreenState_build_closure, F._DashboardScreenState_build__closure0, F._DashboardScreenState_build_closure1, F._DashboardScreenState_build_closure0, F._DashboardScreenState_build__closure, F._DashboardScreenState_build_closure2, F._CustomTabBarView_build_closure, F._CustomTabBarView_build__closure, F._CustomTabBarView_build_closure0, F._CustomTabBarView_build_closure1, F._CustomTabBarView_build_closure2, Q.DashboardScreenBuilder_build_closure, Q.DashboardVM_fromStore__handleRefresh, Q.DashboardVM_fromStore_closure, Q.DashboardVM_fromStore_closure2, Q.DashboardVM_fromStore_closure0, Q.DashboardVM_fromStore_closure5, Q.DashboardVM_fromStore_closure1, Q.DashboardVM_fromStore_closure3, Q.DashboardVM_fromStore_closure4, Q.DashboardVM_fromStore_closure6, S.SidebarScaffold_build_closure, S.InvoiceSidebar_build_closure, S.InvoiceSidebar_build_closure0, S.InvoiceSidebar_build_closure1, S.InvoiceSidebar_build_closure2, S.InvoiceSidebar_build_closure3, S.InvoiceSidebar_build_closure4, S.PaymentSidebar_build_closure, S.PaymentSidebar_build_closure0, S.PaymentSidebar_build_closure1, S.PaymentSidebar_build_closure2, S.QuoteSidebar_build_closure, S.QuoteSidebar_build_closure0, S.QuoteSidebar_build_closure1, S.QuoteSidebar_build_closure2, S.QuoteSidebar_build_closure3, S.QuoteSidebar_build_closure4, S.TaskSidebar_build_closure, S.TaskSidebar_build_closure0, S.TaskSidebar_build_closure1, S.TaskSidebar_build_closure2, S.TaskSidebar_build_closure3, S.TaskSidebar_build_closure4, S.ExpenseSidbar_build_closure, S.ExpenseSidbar_build_closure0, S.ExpenseSidbar_build_closure1, S.ExpenseSidbar_build_closure2, S._DashboardSidebar_build_closure, G.DesignListItem_build_closure1, G.DesignListItem_build_closure0, G.DesignListItem_build_closure, F.DesignListBuilder_build_closure, F.DesignListBuilder_build__closure, F.DesignListVM_fromStore__handleRefresh, F.DesignListVM_fromStore_closure, F.DesignListVM_fromStore_closure0, F.DesignListVM_fromStore_closure1, L.DesignScreen_build_closure9, L.DesignScreen_build_closure7, L.DesignScreen_build_closure8, L.DesignScreen_build_closure4, L.DesignScreen_build_closure5, L.DesignScreen_build_closure, L.DesignScreen_build_closure0, L.DesignScreen_build_closure1, L.DesignScreen_build_closure2, L.DesignScreen_build_closure3, L.DesignScreen_build_closure6, G.DesignScreenBuilder_build_closure, N._DesignEditState_didChangeDependencies_closure, N._DesignEditState_didChangeDependencies_closure0, N._DesignEditState_dispose_closure, N._DesignEditState__onChanged_closure, N._DesignEditState__onChanged_closure0, N._DesignEditState__onChanged__closure, N._DesignEditState__onHtmlChanged_closure, N._DesignEditState__onHtmlChanged__closure, N._DesignEditState__loadDesign_closure, N._DesignEditState__loadDesign_closure0, N._DesignEditState__loadPreview_closure, N._DesignEditState__loadPreview_closure0, N._DesignEditState__loadPreview__closure, N._DesignEditState__setDraftMode_closure, N._DesignEditState_build_closure2, N._DesignEditState_build_closure, N._DesignEditState_build_closure0, N._DesignEditState_build_closure1, N._DesignSettingsState_build_closure, N._DesignSettingsState_build_closure0, G.DesignEditScreen_build_closure0, G.DesignEditScreen_build_closure, G.DesignEditVM_DesignEditVM$fromStore_closure, G.DesignEditVM_DesignEditVM$fromStore_closure1, G.DesignEditVM_DesignEditVM$fromStore_closure0, G.DesignEditVM_DesignEditVM$fromStore__closure, K._DesignViewState_build_closure, K._DesignViewState_build_closure0, K._DesignViewState_build_closure1, K._DesignViewState_build_closure2, K._DesignViewState_build_closure3, K._DesignViewState_build_closure4, K._DesignViewState_build_closure5, K._DesignViewState_build_closure6, K._DesignViewState_build_closure7, B.DesignViewScreen_build_closure0, B.DesignViewScreen_build_closure, B.DesignViewVM_DesignViewVM$fromStore_closure, S.DocumentListItem_build_closure1, S.DocumentListItem_build_closure0, S.DocumentListItem_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentListVM_fromStore_closure1, G.DocumentScreen_build_closure9, G.DocumentScreen_build_closure7, G.DocumentScreen_build_closure8, G.DocumentScreen_build_closure4, G.DocumentScreen_build_closure0, G.DocumentScreen_build_closure1, G.DocumentScreen_build_closure2, G.DocumentScreen_build_closure3, G.DocumentScreen_build_closure5, G.DocumentScreen_build_closure, G.DocumentScreen_build_closure6, U.DocumentScreenBuilder_build_closure, Z._DocumentEditState_didChangeDependencies_closure, Z._DocumentEditState_didChangeDependencies_closure0, Z._DocumentEditState_dispose_closure, Z._DocumentEditState__onChanged_closure, Z._DocumentEditState__onChanged_closure0, Z._DocumentEditState_build_closure0, Z._DocumentEditState_build_closure, E.DocumentEditScreen_build_closure0, E.DocumentEditScreen_build_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A.DocumentViewScreen_build_closure, D._ExpenseEditState_build_closure0, D._ExpenseEditState_build_closure1, D._ExpenseEditState_build_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure0, M.ExpenseEditDetailsState_dispose_closure, M.ExpenseEditDetailsState__onChanged_closure, M.ExpenseEditDetailsState__onChanged_closure0, M.ExpenseEditDetailsState_build_closure0, M.ExpenseEditDetailsState_build__closure17, M.ExpenseEditDetailsState_build_closure, M.ExpenseEditDetailsState_build_closure2, M.ExpenseEditDetailsState_build__closure16, M.ExpenseEditDetailsState_build_closure1, M.ExpenseEditDetailsState_build_closure3, M.ExpenseEditDetailsState_build__closure15, M.ExpenseEditDetailsState_build_closure4, M.ExpenseEditDetailsState_build__closure14, M.ExpenseEditDetailsState_build_closure5, M.ExpenseEditDetailsState_build__closure13, M.ExpenseEditDetailsState_build_closure6, M.ExpenseEditDetailsState_build__closure12, M.ExpenseEditDetailsState_build_closure7, M.ExpenseEditDetailsState_build__closure11, M.ExpenseEditDetailsState_build_closure8, M.ExpenseEditDetailsState_build__closure10, M.ExpenseEditDetailsState_build_closure9, M.ExpenseEditDetailsState_build__closure9, M.ExpenseEditDetailsState_build_closure10, M.ExpenseEditDetailsState_build__closure8, M.ExpenseEditDetailsState_build_closure11, M.ExpenseEditDetailsState_build__closure7, M.ExpenseEditDetailsState_build_closure12, M.ExpenseEditDetailsState_build__closure6, M.ExpenseEditDetailsState_build_closure13, M.ExpenseEditDetailsState_build__closure5, M.ExpenseEditDetailsState_build_closure14, M.ExpenseEditDetailsState_build__closure4, M.ExpenseEditDetailsState_build_closure15, M.ExpenseEditDetailsState_build__closure3, M.ExpenseEditDetailsState_build_closure16, M.ExpenseEditDetailsState_build__closure2, M.ExpenseEditDetailsState_build_closure20, M.ExpenseEditDetailsState_build__closure0, M.ExpenseEditDetailsState_build_closure17, M.ExpenseEditDetailsState_build_closure18, M.ExpenseEditDetailsState_build__closure1, M.ExpenseEditDetailsState_build_closure21, M.ExpenseEditDetailsState_build__closure, M.ExpenseEditDetailsState_build_closure19, E.ExpenseEditNotesState_didChangeDependencies_closure, E.ExpenseEditNotesState_didChangeDependencies_closure0, E.ExpenseEditNotesState_dispose_closure, E.ExpenseEditNotesState__onChanged_closure, E.ExpenseEditNotesState__onChanged_closure0, T.ExpenseEditSettingsState_didChangeDependencies_closure, T.ExpenseEditSettingsState_didChangeDependencies_closure0, T.ExpenseEditSettingsState_dispose_closure, T.ExpenseEditSettingsState__onChanged_closure, T.ExpenseEditSettingsState__onChanged_closure0, T.ExpenseEditSettingsState__setCurrency_closure, T.ExpenseEditSettingsState__setCurrency_closure0, T.ExpenseEditSettingsState_build_closure, T.ExpenseEditSettingsState_build__closure12, T.ExpenseEditSettingsState_build_closure0, T.ExpenseEditSettingsState_build__closure8, T.ExpenseEditSettingsState_build__closure9, T.ExpenseEditSettingsState_build__closure10, T.ExpenseEditSettingsState_build__closure11, T.ExpenseEditSettingsState_build_closure1, T.ExpenseEditSettingsState_build__closure7, T.ExpenseEditSettingsState_build_closure2, T.ExpenseEditSettingsState_build__closure6, T.ExpenseEditSettingsState_build_closure3, T.ExpenseEditSettingsState_build__closure3, T.ExpenseEditSettingsState_build__closure4, T.ExpenseEditSettingsState_build__closure5, T.ExpenseEditSettingsState_build_closure4, T.ExpenseEditSettingsState_build_closure6, T.ExpenseEditSettingsState_build__closure2, T.ExpenseEditSettingsState_build_closure5, T.ExpenseEditSettingsState_build_closure7, T.ExpenseEditSettingsState_build__closure1, T.ExpenseEditSettingsState_build_closure8, T.ExpenseEditSettingsState_build_closure9, T.ExpenseEditSettingsState_build__closure0, T.ExpenseEditSettingsState_build_closure10, T.ExpenseEditSettingsState_build__closure, O.ExpenseEditScreen_build_closure0, O.ExpenseEditScreen_build_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore____closure, V.ExpenseListItem_build_closure, V.ExpenseListItem_build__closure2, V.ExpenseListItem_build__closure1, V.ExpenseListItem_build__closure, V.ExpenseListItem_build__closure0, V.ExpenseListItem_build__closure5, V.ExpenseListItem_build__closure4, V.ExpenseListItem_build__closure3, F.ExpenseListBuilder_build_closure, F.ExpenseListBuilder_build__closure, F.ExpenseListVM_fromStore__handleRefresh, F.ExpenseListVM_fromStore_closure, F.ExpenseListVM_fromStore_closure0, F.ExpenseListVM_fromStore_closure1, X.ExpenseScreen_build_closure13, X.ExpenseScreen_build_closure11, X.ExpenseScreen_build_closure12, X.ExpenseScreen_build_closure4, X.ExpenseScreen_build_closure0, X.ExpenseScreen_build_closure1, X.ExpenseScreen_build_closure2, X.ExpenseScreen_build_closure3, X.ExpenseScreen_build_closure5, X.ExpenseScreen_build_closure7, X.ExpenseScreen_build_closure8, X.ExpenseScreen_build_closure9, X.ExpenseScreen_build_closure6, X.ExpenseScreen_build_closure, X.ExpenseScreen_build_closure10, U.ExpenseScreenBuilder_build_closure, U._ExpenseViewState_build_closure0, U._ExpenseViewState_build__closure, U._ExpenseViewState_build__closure0, U._ExpenseViewState_build_closure, U._ExpenseViewState_build__closure1, Y.ExpenseViewDocuments_build_closure, Y.ExpenseViewDocuments_build_closure0, F.ExpenseOverview_build__buildDetailsList, U.ExpenseViewScreen_build_closure0, U.ExpenseViewScreen_build_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore___closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, F.ExpenseCategoryEditScreen_build_closure0, F.ExpenseCategoryEditScreen_build_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, F.ExpenseCategoryListItem_build_closure1, F.ExpenseCategoryListItem_build_closure0, F.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryListVM_fromStore_closure1, Y.ExpenseCategoryScreen_build_closure9, Y.ExpenseCategoryScreen_build_closure8, Y.ExpenseCategoryScreen_build_closure7, Y.ExpenseCategoryScreen_build_closure4, Y.ExpenseCategoryScreen_build_closure5, Y.ExpenseCategoryScreen_build_closure, Y.ExpenseCategoryScreen_build_closure0, Y.ExpenseCategoryScreen_build_closure1, Y.ExpenseCategoryScreen_build_closure2, Y.ExpenseCategoryScreen_build_closure3, Y.ExpenseCategoryScreen_build_closure6, O.ExpenseCategoryScreenBuilder_build_closure, D._ExpenseCategoryViewState_build_closure, L.ExpenseCategoryViewScreen_build_closure0, L.ExpenseCategoryViewScreen_build_closure, L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, Q._GroupEditState_didChangeDependencies_closure, Q._GroupEditState_didChangeDependencies_closure0, Q._GroupEditState_dispose_closure, Q._GroupEditState__onChanged_closure, Q._GroupEditState__onChanged_closure0, Q._GroupEditState_build_closure0, Q._GroupEditState_build_closure1, Q._GroupEditState_build__closure, Q._GroupEditState_build_closure, Q._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditScreen_build_closure, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, T.GroupListItem_build_closure1, T.GroupListItem_build_closure0, T.GroupListItem_build_closure, Y.GroupListBuilder_build_closure, Y.GroupListBuilder_build__closure, Y.GroupListVM_fromStore__handleRefresh, Y.GroupListVM_fromStore_closure, Y.GroupListVM_fromStore_closure0, Y.GroupListVM_fromStore_closure1, K.GroupSettingsScreen_build_closure5, K.GroupSettingsScreen_build_closure3, K.GroupSettingsScreen_build_closure4, K.GroupSettingsScreen_build_closure0, K.GroupSettingsScreen_build_closure1, K.GroupSettingsScreen_build_closure, K.GroupSettingsScreen_build_closure2, S.GroupScreenBuilder_build_closure, E._GroupViewState_build_closure2, E._GroupViewState_build_closure, E._GroupViewState_build_closure0, E._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A.GroupViewVM_GroupViewVM$fromStore_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, F._InvoiceEditState_build_closure1, F._InvoiceEditState_build_closure2, F._InvoiceEditState_build_closure0, F._InvoiceEditState_build_closure, F._InvoiceEditState_build__closure, F._InvoiceEditState_build___closure, F._InvoiceEditState_build___closure1, F._InvoiceEditState_build___closure0, L.InvoiceEditContacts_build_closure, L.InvoiceEditContacts_build_closure0, L.InvoiceEditContacts_build__closure, L._ContactListTile_build_closure, X.InvoiceEditContactsScreen_build_closure0, X.InvoiceEditContactsScreen_build_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, S.InvoiceEditDesktopState_didChangeDependencies_closure, S.InvoiceEditDesktopState_didChangeDependencies_closure0, S.InvoiceEditDesktopState_dispose_closure, S.InvoiceEditDesktopState__onChanged_closure, S.InvoiceEditDesktopState__onChanged_closure0, S.InvoiceEditDesktopState_build_closure, S.InvoiceEditDesktopState_build_closure0, S.InvoiceEditDesktopState_build_closure2, S.InvoiceEditDesktopState_build_closure1, S.InvoiceEditDesktopState_build_closure7, S.InvoiceEditDesktopState_build__closure12, S.InvoiceEditDesktopState_build_closure3, S.InvoiceEditDesktopState_build_closure4, S.InvoiceEditDesktopState_build__closure13, S.InvoiceEditDesktopState_build_closure8, S.InvoiceEditDesktopState_build__closure11, S.InvoiceEditDesktopState_build_closure5, S.InvoiceEditDesktopState_build_closure9, S.InvoiceEditDesktopState_build__closure10, S.InvoiceEditDesktopState_build_closure6, S.InvoiceEditDesktopState_build_closure11, S.InvoiceEditDesktopState_build_closure10, S.InvoiceEditDesktopState_build__closure9, S.InvoiceEditDesktopState_build_closure12, S.InvoiceEditDesktopState_build__closure8, S.InvoiceEditDesktopState_build_closure13, S.InvoiceEditDesktopState_build_closure14, S.InvoiceEditDesktopState_build__closure7, S.InvoiceEditDesktopState_build_closure15, S.InvoiceEditDesktopState_build_closure16, S.InvoiceEditDesktopState_build__closure6, S.InvoiceEditDesktopState_build_closure17, S.InvoiceEditDesktopState_build__closure5, S.InvoiceEditDesktopState_build_closure18, S.InvoiceEditDesktopState_build_closure19, S.InvoiceEditDesktopState_build_closure20, S.InvoiceEditDesktopState_build__closure4, S.InvoiceEditDesktopState_build_closure21, S.InvoiceEditDesktopState_build__closure3, S.InvoiceEditDesktopState_build_closure22, S.InvoiceEditDesktopState_build__closure2, S.InvoiceEditDesktopState_build_closure23, S.InvoiceEditDesktopState_build__closure1, S.InvoiceEditDesktopState_build_closure24, S.InvoiceEditDesktopState_build__closure0, S.InvoiceEditDesktopState_build_closure25, S.InvoiceEditDesktopState_build__closure, S.InvoiceEditDesktopState_build_closure26, S.InvoiceEditDesktopState_build_closure27, S.InvoiceEditDesktopState_build_closure28, S.__PdfPreviewState_loadPdf_closure, S.__PdfPreviewState__loadPdf_closure, S.__PdfPreviewState__loadPdf_closure0, S.__PdfPreviewState__loadPdf__closure0, S.__PdfPreviewState__loadPdf_closure1, S.__PdfPreviewState__loadPdf__closure, S.__PdfPreviewState_build_closure, S.__PdfPreviewState_build_closure0, S.__PdfPreviewState_build_closure1, S.__PdfPreviewState_build__closure0, S.__PdfPreviewState_build_closure2, S.__PdfPreviewState_build__closure, N.InvoiceEditDetailsState_didChangeDependencies_closure, N.InvoiceEditDetailsState_didChangeDependencies_closure0, N.InvoiceEditDetailsState_dispose_closure, N.InvoiceEditDetailsState__onChanged_closure, N.InvoiceEditDetailsState__onChanged_closure0, N.InvoiceEditDetailsState_build_closure0, N.InvoiceEditDetailsState_build_closure, N.InvoiceEditDetailsState_build_closure1, N.InvoiceEditDetailsState_build_closure2, N.InvoiceEditDetailsState_build__closure12, N.InvoiceEditDetailsState_build_closure7, N.InvoiceEditDetailsState_build__closure10, N.InvoiceEditDetailsState_build_closure3, N.InvoiceEditDetailsState_build_closure4, N.InvoiceEditDetailsState_build__closure11, N.InvoiceEditDetailsState_build_closure8, N.InvoiceEditDetailsState_build__closure9, N.InvoiceEditDetailsState_build_closure5, N.InvoiceEditDetailsState_build_closure9, N.InvoiceEditDetailsState_build__closure8, N.InvoiceEditDetailsState_build_closure6, N.InvoiceEditDetailsState_build_closure11, N.InvoiceEditDetailsState_build_closure10, N.InvoiceEditDetailsState_build__closure7, N.InvoiceEditDetailsState_build_closure12, N.InvoiceEditDetailsState_build__closure6, N.InvoiceEditDetailsState_build_closure13, N.InvoiceEditDetailsState_build_closure14, N.InvoiceEditDetailsState_build__closure5, N.InvoiceEditDetailsState_build_closure15, N.InvoiceEditDetailsState_build__closure4, N.InvoiceEditDetailsState_build_closure16, N.InvoiceEditDetailsState_build__closure3, N.InvoiceEditDetailsState_build_closure17, N.InvoiceEditDetailsState_build_closure18, N.InvoiceEditDetailsState_build_closure19, N.InvoiceEditDetailsState_build_closure20, N.InvoiceEditDetailsState_build_closure21, N.InvoiceEditDetailsState_build__closure2, N.InvoiceEditDetailsState_build_closure22, N.InvoiceEditDetailsState_build__closure1, N.InvoiceEditDetailsState_build_closure23, N.InvoiceEditDetailsState_build__closure0, N.InvoiceEditDetailsState_build_closure24, N.InvoiceEditDetailsState_build__closure, L.InvoiceEditDetailsScreen_build_closure0, L.InvoiceEditDetailsScreen_build_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, K.InvoiceEditFooter_build_closure, G._InvoiceEditItemsState__showInvoiceItemEditor_closure, G._InvoiceEditItemsState_build_closure, G._InvoiceEditItemsState_build_closure0, G.ItemEditDetailsState_didChangeDependencies_closure, G.ItemEditDetailsState_dispose_closure, G.ItemEditDetailsState__onTextChanged_closure, G.ItemEditDetailsState__onChanged_closure, G.ItemEditDetailsState_build_closure, G.ItemEditDetailsState_build__closure2, G.ItemEditDetailsState_build_closure0, G.ItemEditDetailsState_build_closure1, G.ItemEditDetailsState_build__closure1, G.ItemEditDetailsState_build_closure2, G.ItemEditDetailsState_build__closure0, G.ItemEditDetailsState_build_closure3, G.ItemEditDetailsState_build__closure, E._InvoiceEditItemsDesktopState__updateTable_closure, E._InvoiceEditItemsDesktopState__onChanged_closure, E._InvoiceEditItemsDesktopState__onFocusChange_closure, E._InvoiceEditItemsDesktopState_build_closure, E._InvoiceEditItemsDesktopState_build_closure0, E._InvoiceEditItemsDesktopState_build_closure1, E._InvoiceEditItemsDesktopState_build_closure2, E._InvoiceEditItemsDesktopState_build_closure3, E._InvoiceEditItemsDesktopState_build_closure9, E._InvoiceEditItemsDesktopState_build_closure5, E._InvoiceEditItemsDesktopState_build_closure7, E._InvoiceEditItemsDesktopState_build__closure12, E._InvoiceEditItemsDesktopState_build_closure4, E._InvoiceEditItemsDesktopState_build__closure13, E._InvoiceEditItemsDesktopState_build___closure, E._InvoiceEditItemsDesktopState_build_closure6, E._InvoiceEditItemsDesktopState_build_closure8, E._InvoiceEditItemsDesktopState_build__closure11, E._InvoiceEditItemsDesktopState_build_closure11, E._InvoiceEditItemsDesktopState_build_closure10, E._InvoiceEditItemsDesktopState_build__closure10, E._InvoiceEditItemsDesktopState_build_closure13, E._InvoiceEditItemsDesktopState_build_closure12, E._InvoiceEditItemsDesktopState_build__closure9, E._InvoiceEditItemsDesktopState_build_closure15, E._InvoiceEditItemsDesktopState_build_closure14, E._InvoiceEditItemsDesktopState_build__closure8, E._InvoiceEditItemsDesktopState_build_closure17, E._InvoiceEditItemsDesktopState_build_closure16, E._InvoiceEditItemsDesktopState_build__closure7, E._InvoiceEditItemsDesktopState_build_closure19, E._InvoiceEditItemsDesktopState_build_closure18, E._InvoiceEditItemsDesktopState_build__closure6, E._InvoiceEditItemsDesktopState_build_closure21, E._InvoiceEditItemsDesktopState_build_closure20, E._InvoiceEditItemsDesktopState_build__closure5, E._InvoiceEditItemsDesktopState_build_closure23, E._InvoiceEditItemsDesktopState_build_closure22, E._InvoiceEditItemsDesktopState_build__closure4, E._InvoiceEditItemsDesktopState_build_closure25, E._InvoiceEditItemsDesktopState_build_closure24, E._InvoiceEditItemsDesktopState_build__closure3, E._InvoiceEditItemsDesktopState_build_closure27, E._InvoiceEditItemsDesktopState_build_closure26, E._InvoiceEditItemsDesktopState_build__closure2, E._InvoiceEditItemsDesktopState_build_closure29, E._InvoiceEditItemsDesktopState_build_closure28, E._InvoiceEditItemsDesktopState_build__closure1, E._InvoiceEditItemsDesktopState_build_closure31, E._InvoiceEditItemsDesktopState_build_closure30, E._InvoiceEditItemsDesktopState_build__closure0, E._InvoiceEditItemsDesktopState_build_closure32, E._InvoiceEditItemsDesktopState_build__closure, E._InvoiceEditItemsDesktopState_build_closure33, O.InvoiceEditItemsScreen_build_closure0, O.InvoiceEditItemsScreen_build_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, Z.InvoiceEditNotesState_didChangeDependencies_closure, Z.InvoiceEditNotesState_didChangeDependencies_closure0, Z.InvoiceEditNotesState_dispose_closure, Z.InvoiceEditNotesState__onChanged_closure, Z.InvoiceEditNotesState__onChanged_closure0, E.InvoiceEditNotesScreen_build_closure0, E.InvoiceEditNotesScreen_build_closure, E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_didChangeDependencies__closure, B.InvoiceEditPDFScreen_build_closure0, B.InvoiceEditPDFScreen_build_closure, M.InvoiceEditScreen_build_closure0, M.InvoiceEditScreen_build_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, M.InvoiceEditVM_InvoiceEditVM$fromStore____closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, D._InvoiceItemSelectorState__onItemsSelected_closure, D._InvoiceItemSelectorState__toggleEntity_closure, D._InvoiceItemSelectorState__updateClientId_closure, D._InvoiceItemSelectorState__updateClientId_closure0, D._InvoiceItemSelectorState_build__headerRow, D._InvoiceItemSelectorState_build__headerRow_closure, D._InvoiceItemSelectorState_build__headerRow__closure0, D._InvoiceItemSelectorState_build__headerRow_closure0, D._InvoiceItemSelectorState_build__headerRow__closure, D._InvoiceItemSelectorState_build__headerRow_closure1, D._InvoiceItemSelectorState_build__headerRow_closure2, D._InvoiceItemSelectorState_build__productList, D._InvoiceItemSelectorState_build__productList_closure, D._InvoiceItemSelectorState_build__productList_closure0, D._InvoiceItemSelectorState_build__productList__closure, D._InvoiceItemSelectorState_build__productList__closure0, D._InvoiceItemSelectorState_build__taskList, D._InvoiceItemSelectorState_build__taskList_closure, D._InvoiceItemSelectorState_build__taskList_closure0, D._InvoiceItemSelectorState_build__taskList__closure, D._InvoiceItemSelectorState_build__taskList__closure0, D._InvoiceItemSelectorState_build__expenseList, D._InvoiceItemSelectorState_build__expenseList_closure, D._InvoiceItemSelectorState_build__expenseList_closure0, D._InvoiceItemSelectorState_build__expenseList__closure, D._InvoiceItemSelectorState_build__expenseList__closure0, M.InvoiceEmailScreen_build_closure1, M.InvoiceEmailScreen_build_closure0, M.InvoiceEmailScreen_build_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure0, M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, M.InvoiceListItem_build_closure, M.InvoiceListItem_build__closure2, M.InvoiceListItem_build__closure1, M.InvoiceListItem_build__closure, M.InvoiceListItem_build__closure0, M.InvoiceListItem_build__closure5, M.InvoiceListItem_build__closure4, M.InvoiceListItem_build__closure3, T.InvoiceListBuilder_build_closure, T.InvoiceListBuilder_build__closure, T.InvoiceListVM_fromStore__handleRefresh, T.InvoiceListVM_fromStore_closure, T.InvoiceListVM_fromStore_closure0, T.InvoiceListVM_fromStore_closure1, E._InvoicePdfViewState_loadPdf_closure, E._InvoicePdfViewState_loadPdf_closure0, E._InvoicePdfViewState_loadPdf__closure, E._InvoicePdfViewState_loadPdf_closure1, E._InvoicePdfViewState_build_closure, E._InvoicePdfViewState_build_closure0, E._InvoicePdfViewState_build_closure1, E._InvoicePdfViewState_build__closure, E._InvoicePdfViewState_build_closure2, E._InvoicePdfViewState_build_closure3, E._InvoicePdfViewState_build_closure4, O.InvoicePdfScreen_build_closure0, O.InvoicePdfScreen_build_closure, Y.InvoiceScreen_build_closure17, Y.InvoiceScreen_build_closure15, Y.InvoiceScreen_build_closure16, Y.InvoiceScreen_build_closure4, Y.InvoiceScreen_build_closure5, Y.InvoiceScreen_build_closure6, Y.InvoiceScreen_build_closure0, Y.InvoiceScreen_build_closure1, Y.InvoiceScreen_build_closure2, Y.InvoiceScreen_build_closure3, Y.InvoiceScreen_build_closure7, Y.InvoiceScreen_build_closure8, Y.InvoiceScreen_build_closure9, Y.InvoiceScreen_build_closure10, Y.InvoiceScreen_build_closure11, Y.InvoiceScreen_build_closure12, Y.InvoiceScreen_build_closure13, Y.InvoiceScreen_build_closure, Y.InvoiceScreen_build_closure14, E.InvoiceScreenBuilder_build_closure, E._InvoiceViewState_build_closure, E._InvoiceViewState_build__closure5, E._InvoiceViewState_build__closure, E._InvoiceViewState_build__closure0, E._InvoiceViewState_build__closure1, E._InvoiceViewState_build__closure2, E._InvoiceViewState_build__closure3, E._InvoiceViewState_build__closure4, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, B.InvoiceViewContacts_build_closure, B._InvitationListTile_build_closure, B._InvitationListTile_build_closure0, B._InvitationListTile_build_closure1, B._InvitationListTile_build_closure2, X.InvoiceViewDocuments_build_closure, X.InvoiceViewDocuments_build_closure0, X.InvoiceViewDocuments_build_closure1, S._InvoiceViewHistoryState_build_closure, S._InvoiceViewHistoryState_build_closure0, S._InvoiceViewHistoryState_build__closure, S._InvoiceViewHistoryState_build_closure1, 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.InvoiceOverview_build___closure, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, N.InvoiceViewSchedule_build_closure, F.InvoiceViewScreen_build_closure0, F.InvoiceViewScreen_build_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore___closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, M._PaymentEditState_didChangeDependencies_closure, M._PaymentEditState_didChangeDependencies_closure0, M._PaymentEditState_dispose_closure, M._PaymentEditState__onChanged_closure, M._PaymentEditState__onChanged_closure0, M._PaymentEditState_convertCurrency_closure, M._PaymentEditState_build_closure, M._PaymentEditState_build_closure0, M._PaymentEditState_build_closure1, M._PaymentEditState_build_closure2, M._PaymentEditState_build_closure4, M._PaymentEditState_build_closure3, M._PaymentEditState_build__closure5, M._PaymentEditState_build_closure5, M._PaymentEditState_build_closure7, M._PaymentEditState_build_closure6, M._PaymentEditState_build__closure4, M._PaymentEditState_build_closure8, M._PaymentEditState_build__closure3, M._PaymentEditState_build_closure9, M._PaymentEditState_build__closure2, M._PaymentEditState_build_closure10, M._PaymentEditState_build__closure0, M._PaymentEditState_build__closure1, M._PaymentEditState_build_closure11, M._PaymentEditState_build_closure13, M._PaymentEditState_build__closure, M._PaymentEditState_build_closure12, M._PaymentEditState_build_onSavePressed, M._PaymentEditState_build_onSavePressed_closure, M._PaymentEditState_build_closure14, M._PaymentEditState_build_closure15, M._PaymentEditState_build_closure16, M._PaymentableEditorState_didChangeDependencies_closure, M._PaymentableEditorState_didChangeDependencies_closure0, M._PaymentableEditorState_dispose_closure0, M._PaymentableEditorState__onChanged_closure, M._PaymentableEditorState__onChanged_closure0, M._PaymentableEditorState__onChanged_closure1, M._PaymentableEditorState__onChanged_closure2, M._PaymentableEditorState__onChanged_closure3, M._PaymentableEditorState__onChanged_closure4, M._PaymentableEditorState__onChanged_closure5, M._PaymentableEditorState_build_closure, M._PaymentableEditorState_build_closure0, M._PaymentableEditorState_build_closure2, M._PaymentableEditorState_build_closure1, M._PaymentableEditorState_build_closure3, M._PaymentableEditorState_build_closure4, M._PaymentableEditorState_build__closure, M._PaymentableEditorState_build__closure0, B.PaymentEditScreen_build_closure0, B.PaymentEditScreen_build_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure1, B.PaymentEditVM_PaymentEditVM$fromStore_closure0, B.PaymentEditVM_PaymentEditVM$fromStore__closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure0, B.PaymentEditVM_PaymentEditVM$fromStore___closure1, B.PaymentEditVM_PaymentEditVM$fromStore___closure2, B.PaymentEditVM_PaymentEditVM$fromStore___closure3, B.PaymentEditVM_PaymentEditVM$fromStore____closure, O.PaymentListItem_build_closure, O.PaymentListItem_build__closure2, O.PaymentListItem_build__closure1, O.PaymentListItem_build__closure, O.PaymentListItem_build__closure0, O.PaymentListItem_build__closure5, O.PaymentListItem_build__closure4, O.PaymentListItem_build__closure3, R.PaymentListBuilder_build_closure, R.PaymentListBuilder_build__closure, R.PaymentListVM_fromStore__handleRefresh, R.PaymentListVM_fromStore_closure, R.PaymentListVM_fromStore_closure0, R.PaymentListVM_fromStore_closure1, Q.PaymentPresenter_getField_closure, K.PaymentScreen_build_closure9, K.PaymentScreen_build_closure7, K.PaymentScreen_build_closure8, K.PaymentScreen_build_closure4, K.PaymentScreen_build_closure0, K.PaymentScreen_build_closure1, K.PaymentScreen_build_closure2, K.PaymentScreen_build_closure3, K.PaymentScreen_build_closure5, K.PaymentScreen_build_closure, K.PaymentScreen_build_closure6, G.PaymentScreenBuilder_build_closure, Y._PaymentRefundState_didChangeDependencies_closure, Y._PaymentRefundState_didChangeDependencies_closure0, Y._PaymentRefundState_dispose_closure, Y._PaymentRefundState__onChanged_closure, Y._PaymentRefundState__onChanged__closure, Y._PaymentRefundState_build_closure, Y._PaymentRefundState_build_closure1, Y._PaymentRefundState_build_closure0, Y._PaymentRefundState_build__closure1, Y._PaymentRefundState_build_closure2, Y._PaymentRefundState_build__closure0, Y._PaymentRefundState_build_closure3, Y._PaymentRefundState_build__closure, Y._PaymentRefundState_build_onSavePressed, Y._PaymentRefundState_build_onSavePressed_closure, Y._PaymentRefundState_build_onSavePressed_closure0, Y._PaymentRefundState_build_closure4, Y._PaymentRefundState_build_closure5, Y._PaymentRefundState_build_closure6, Y._PaymentRefundState_build_closure7, Y._PaymentableEditorState_didChangeDependencies_closure1, Y._PaymentableEditorState_didChangeDependencies_closure2, Y._PaymentableEditorState_dispose_closure, Y._PaymentableEditorState__onChanged_closure6, Y._PaymentableEditorState__onChanged_closure7, Y._PaymentableEditorState__onChanged_closure8, Y._PaymentableEditorState__onChanged_closure9, Y._PaymentableEditorState_build_closure5, Y._PaymentableEditorState_build_closure7, Y._PaymentableEditorState_build_closure6, Y._PaymentableEditorState_build__closure2, Y._PaymentableEditorState_build_closure8, Y._PaymentableEditorState_build_closure9, Y._PaymentableEditorState_build__closure1, Y.PaymentRefundScreen_build_closure0, Y.PaymentRefundScreen_build_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore___closure, L._PaymentViewState_build_closure, L._PaymentViewState_build__closure2, L._PaymentViewState_build__closure, L._PaymentViewState_build__closure0, L._PaymentViewState_build__closure1, F.PaymentViewScreen_build_closure0, F.PaymentViewScreen_build_closure, F.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, F.PaymentViewVM_PaymentViewVM$fromStore_closure, U._PaymentTermEditState_didChangeDependencies_closure, U._PaymentTermEditState_didChangeDependencies_closure0, U._PaymentTermEditState_dispose_closure, U._PaymentTermEditState__onChanged_closure, U._PaymentTermEditState__onChanged_closure0, U._PaymentTermEditState_build_closure0, U._PaymentTermEditState_build_closure1, U._PaymentTermEditState_build_closure, U._PaymentTermEditState_build__closure, Y.PaymentTermEditScreen_build_closure0, Y.PaymentTermEditScreen_build_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, K.PaymentTermListItem_build_closure1, K.PaymentTermListItem_build_closure0, K.PaymentTermListItem_build_closure, U.PaymentTermListBuilder_build_closure, U.PaymentTermListBuilder_build__closure, U.PaymentTermListVM_fromStore__handleRefresh, U.PaymentTermListVM_fromStore_closure, U.PaymentTermListVM_fromStore_closure0, U.PaymentTermListVM_fromStore_closure1, F.PaymentTermScreen_build_closure9, F.PaymentTermScreen_build_closure7, F.PaymentTermScreen_build_closure8, F.PaymentTermScreen_build_closure4, F.PaymentTermScreen_build_closure5, F.PaymentTermScreen_build_closure, F.PaymentTermScreen_build_closure0, F.PaymentTermScreen_build_closure1, F.PaymentTermScreen_build_closure2, F.PaymentTermScreen_build_closure3, F.PaymentTermScreen_build_closure6, Z.PaymentTermScreenBuilder_build_closure, K._PaymentTermViewState_build_closure, U.PaymentTermViewScreen_build_closure0, U.PaymentTermViewScreen_build_closure, U.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, F._ProductEditState_didChangeDependencies_closure, F._ProductEditState_didChangeDependencies_closure0, F._ProductEditState_dispose_closure, F._ProductEditState__onChanged_closure, F._ProductEditState__onChanged_closure0, F._ProductEditState_build_closure3, F._ProductEditState_build_closure4, F._ProductEditState_build__closure, F._ProductEditState_build_closure, F._ProductEditState_build_closure0, F._ProductEditState_build__closure2, F._ProductEditState_build_closure1, F._ProductEditState_build__closure1, F._ProductEditState_build_closure2, F._ProductEditState_build__closure0, S.ProductEditScreen_build_closure0, S.ProductEditScreen_build_closure, S.ProductEditVM_ProductEditVM$fromStore_closure, S.ProductEditVM_ProductEditVM$fromStore_closure1, S.ProductEditVM_ProductEditVM$fromStore_closure0, S.ProductEditVM_ProductEditVM$fromStore__closure, S.ProductEditVM_ProductEditVM$fromStore___closure, S.ProductEditVM_ProductEditVM$fromStore___closure0, S.ProductEditVM_ProductEditVM$fromStore____closure, T.ProductListItem_build_closure, T.ProductListItem_build__closure2, T.ProductListItem_build__closure1, T.ProductListItem_build__closure, T.ProductListItem_build__closure0, T.ProductListItem_build__closure5, T.ProductListItem_build__closure4, T.ProductListItem_build__closure3, Q.ProductListBuilder_build_closure, Q.ProductListBuilder_build__closure, Q.ProductListVM_fromStore__handleRefresh, Q.ProductListVM_fromStore_closure, Q.ProductListVM_fromStore_closure0, Q.ProductListVM_fromStore_closure1, K.ProductScreen_build_closure9, K.ProductScreen_build_closure7, K.ProductScreen_build_closure8, K.ProductScreen_build_closure4, K.ProductScreen_build_closure0, K.ProductScreen_build_closure1, K.ProductScreen_build_closure2, K.ProductScreen_build_closure3, K.ProductScreen_build_closure5, K.ProductScreen_build_closure, K.ProductScreen_build_closure6, E.ProductScreenBuilder_build_closure, Z._ProductViewState_build_closure, Z._ProductViewState_build__closure, Z._ProductViewState_build__closure0, F.ProductViewDocuments_build_closure, F.ProductViewDocuments_build_closure0, F.ProductViewScreen_build_closure0, F.ProductViewScreen_build_closure, F.ProductViewVM_ProductViewVM$fromStore__handleRefresh, F.ProductViewVM_ProductViewVM$fromStore_closure, F.ProductViewVM_ProductViewVM$fromStore_closure0, F.ProductViewVM_ProductViewVM$fromStore__closure0, F.ProductViewVM_ProductViewVM$fromStore__closure1, F.ProductViewVM_ProductViewVM$fromStore___closure, F.ProductViewVM_ProductViewVM$fromStore_closure1, F.ProductViewVM_ProductViewVM$fromStore__closure, K._ProjectEditState_didChangeDependencies_closure, K._ProjectEditState_didChangeDependencies_closure0, K._ProjectEditState_dispose_closure, K._ProjectEditState__onChanged_closure, K._ProjectEditState__onChanged_closure0, K._ProjectEditState_build_closure0, K._ProjectEditState_build_closure1, K._ProjectEditState_build__closure, K._ProjectEditState_build_closure, K._ProjectEditState_build__closure0, K._ProjectEditState_build__closure3, K._ProjectEditState_build__closure2, K._ProjectEditState_build___closure1, K._ProjectEditState_build__closure1, K._ProjectEditState_build__closure5, K._ProjectEditState_build___closure, K._ProjectEditState_build__closure4, K._ProjectEditState_build___closure0, G.ProjectEditScreen_build_closure0, G.ProjectEditScreen_build_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure1, G.ProjectEditVM_ProjectEditVM$fromStore_closure2, G.ProjectEditVM_ProjectEditVM$fromStore__closure, G.ProjectEditVM_ProjectEditVM$fromStore__closure0, G.ProjectEditVM_ProjectEditVM$fromStore_closure0, G.ProjectEditVM_ProjectEditVM$fromStore__closure1, G.ProjectEditVM_ProjectEditVM$fromStore___closure, G.ProjectEditVM_ProjectEditVM$fromStore___closure0, G.ProjectEditVM_ProjectEditVM$fromStore____closure, E.ProjectListItem_build_closure, E.ProjectListItem_build__closure2, E.ProjectListItem_build__closure1, E.ProjectListItem_build__closure, E.ProjectListItem_build__closure0, E.ProjectListItem_build__closure5, E.ProjectListItem_build__closure4, E.ProjectListItem_build__closure3, X.ProjectListBuilder_build_closure, X.ProjectListBuilder_build__closure, X.ProjectListVM_fromStore__handleRefresh, X.ProjectListVM_fromStore_closure, X.ProjectListVM_fromStore_closure0, X.ProjectListVM_fromStore_closure1, Z.ProjectScreen_build_closure9, Z.ProjectScreen_build_closure7, Z.ProjectScreen_build_closure8, Z.ProjectScreen_build_closure4, Z.ProjectScreen_build_closure0, Z.ProjectScreen_build_closure1, Z.ProjectScreen_build_closure2, Z.ProjectScreen_build_closure3, Z.ProjectScreen_build_closure5, Z.ProjectScreen_build_closure, Z.ProjectScreen_build_closure6, S.ProjectScreenBuilder_build_closure, M._ProjectViewState_build_closure, M._ProjectViewState_build__closure, M._ProjectViewState_build__closure0, M._ProjectViewState_build_closure0, D.ProjectViewDocuments_build_closure, D.ProjectViewDocuments_build_closure0, Y._ProjectOverviewState_initState_closure, Y._ProjectOverviewState_initState__closure, Y._ProjectOverviewState_build__buildView, Y._ProjectOverviewState_build_closure, D.ProjectViewScreen_build_closure0, D.ProjectViewScreen_build_closure, D.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, D.ProjectViewVM_ProjectViewVM$fromStore_closure0, D.ProjectViewVM_ProjectViewVM$fromStore_closure, D.ProjectViewVM_ProjectViewVM$fromStore__closure2, D.ProjectViewVM_ProjectViewVM$fromStore_closure1, D.ProjectViewVM_ProjectViewVM$fromStore__closure0, D.ProjectViewVM_ProjectViewVM$fromStore__closure1, D.ProjectViewVM_ProjectViewVM$fromStore___closure, D.ProjectViewVM_ProjectViewVM$fromStore_closure2, D.ProjectViewVM_ProjectViewVM$fromStore__closure, E.QuoteEditDetailsScreen_build_closure0, E.QuoteEditDetailsScreen_build_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, T.QuoteEditItemsScreen_build_closure0, T.QuoteEditItemsScreen_build_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, V.QuoteEditNotesScreen_build_closure0, V.QuoteEditNotesScreen_build_closure, V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, B.QuoteEditScreen_build_closure0, B.QuoteEditScreen_build_closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure, B.QuoteEditVM_QuoteEditVM$fromStore__closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure0, B.QuoteEditVM_QuoteEditVM$fromStore___closure1, B.QuoteEditVM_QuoteEditVM$fromStore____closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure0, B.QuoteEditVM_QuoteEditVM$fromStore_closure1, B._QuoteEditState_build_closure1, B._QuoteEditState_build_closure2, B._QuoteEditState_build_closure0, B._QuoteEditState_build_closure, B._QuoteEditState_build__closure, B._QuoteEditState_build___closure, B._QuoteEditState_build___closure1, B._QuoteEditState_build___closure0, B.QuoteEmailScreen_build_closure1, B.QuoteEmailScreen_build_closure0, B.QuoteEmailScreen_build_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure0, B.EmailQuoteVM_EmailQuoteVM$fromStore__closure, N.QuoteListItem_build_closure, N.QuoteListItem_build__closure2, N.QuoteListItem_build__closure1, N.QuoteListItem_build__closure, N.QuoteListItem_build__closure0, N.QuoteListItem_build__closure5, N.QuoteListItem_build__closure4, N.QuoteListItem_build__closure3, U.QuoteListBuilder_build_closure, U.QuoteListBuilder_build__closure, U.QuoteListVM_fromStore__handleRefresh, U.QuoteListVM_fromStore_closure, U.QuoteListVM_fromStore_closure0, U.QuoteListVM_fromStore_closure1, V.QuotePdfScreen_build_closure0, V.QuotePdfScreen_build_closure, T.QuoteScreen_build_closure15, T.QuoteScreen_build_closure13, T.QuoteScreen_build_closure14, T.QuoteScreen_build_closure4, T.QuoteScreen_build_closure0, T.QuoteScreen_build_closure1, T.QuoteScreen_build_closure2, T.QuoteScreen_build_closure3, T.QuoteScreen_build_closure5, T.QuoteScreen_build_closure6, T.QuoteScreen_build_closure7, T.QuoteScreen_build_closure8, T.QuoteScreen_build_closure9, T.QuoteScreen_build_closure10, T.QuoteScreen_build_closure11, T.QuoteScreen_build_closure, T.QuoteScreen_build_closure12, B.QuoteScreenBuilder_build_closure, O.QuoteViewScreen_build_closure0, O.QuoteViewScreen_build_closure, O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, O.QuoteViewVM_QuoteViewVM$fromStore_closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure0, O.QuoteViewVM_QuoteViewVM$fromStore_closure1, O.QuoteViewVM_QuoteViewVM$fromStore__closure0, O.QuoteViewVM_QuoteViewVM$fromStore__closure1, O.QuoteViewVM_QuoteViewVM$fromStore___closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure2, O.QuoteViewVM_QuoteViewVM$fromStore__closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure3, M.RecurringExpenseEditScreen_build_closure0, M.RecurringExpenseEditScreen_build_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, S.RecurringExpenseListItem_build_closure, S.RecurringExpenseListItem_build__closure2, S.RecurringExpenseListItem_build__closure1, S.RecurringExpenseListItem_build__closure, S.RecurringExpenseListItem_build__closure0, S.RecurringExpenseListItem_build__closure5, S.RecurringExpenseListItem_build__closure4, S.RecurringExpenseListItem_build__closure3, U.RecurringExpenseListBuilder_build_closure, U.RecurringExpenseListBuilder_build__closure, U.RecurringExpenseListVM_fromStore__handleRefresh, U.RecurringExpenseListVM_fromStore_closure, U.RecurringExpenseListVM_fromStore_closure0, U.RecurringExpenseListVM_fromStore_closure1, O.RecurringExpenseScreen_build_closure9, O.RecurringExpenseScreen_build_closure7, O.RecurringExpenseScreen_build_closure8, O.RecurringExpenseScreen_build_closure4, O.RecurringExpenseScreen_build_closure5, O.RecurringExpenseScreen_build_closure, O.RecurringExpenseScreen_build_closure0, O.RecurringExpenseScreen_build_closure1, O.RecurringExpenseScreen_build_closure2, O.RecurringExpenseScreen_build_closure3, O.RecurringExpenseScreen_build_closure6, B.RecurringExpenseScreenBuilder_build_closure, Z.RecurringExpenseViewScreen_build_closure0, Z.RecurringExpenseViewScreen_build_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, O._RecurringInvoiceEditState_build_closure1, O._RecurringInvoiceEditState_build_closure2, O._RecurringInvoiceEditState_build_closure0, O._RecurringInvoiceEditState_build_closure, O._RecurringInvoiceEditState_build__closure, O._RecurringInvoiceEditState_build___closure, O._RecurringInvoiceEditState_build___closure0, O._RecurringInvoiceEditState_build___closure1, F.RecurringInvoiceEditDetailsScreen_build_closure0, F.RecurringInvoiceEditDetailsScreen_build_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, R.RecurringInvoiceEditItemsScreen_build_closure0, R.RecurringInvoiceEditItemsScreen_build_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, Q.RecurringInvoiceEditNotesScreen_build_closure0, Q.RecurringInvoiceEditNotesScreen_build_closure, Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, Q.RecurringInvoiceEditScreen_build_closure0, Q.RecurringInvoiceEditScreen_build_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, U.RecurringInvoiceListItem_build_closure, U.RecurringInvoiceListItem_build__closure2, U.RecurringInvoiceListItem_build__closure1, U.RecurringInvoiceListItem_build__closure, U.RecurringInvoiceListItem_build__closure0, U.RecurringInvoiceListItem_build__closure5, U.RecurringInvoiceListItem_build__closure4, U.RecurringInvoiceListItem_build__closure3, Y.RecurringInvoiceListBuilder_build_closure, Y.RecurringInvoiceListBuilder_build__closure, Y.RecurringInvoiceListVM_fromStore__handleRefresh, Y.RecurringInvoiceListVM_fromStore_closure, Y.RecurringInvoiceListVM_fromStore_closure0, Y.RecurringInvoiceListVM_fromStore_closure1, X.RecurringInvoicePdfScreen_build_closure0, X.RecurringInvoicePdfScreen_build_closure, V.RecurringInvoiceScreen_build_closure15, V.RecurringInvoiceScreen_build_closure13, V.RecurringInvoiceScreen_build_closure14, V.RecurringInvoiceScreen_build_closure9, V.RecurringInvoiceScreen_build_closure11, V.RecurringInvoiceScreen_build_closure10, V.RecurringInvoiceScreen_build_closure4, V.RecurringInvoiceScreen_build_closure, V.RecurringInvoiceScreen_build_closure0, V.RecurringInvoiceScreen_build_closure1, V.RecurringInvoiceScreen_build_closure2, V.RecurringInvoiceScreen_build_closure3, V.RecurringInvoiceScreen_build_closure5, V.RecurringInvoiceScreen_build_closure6, V.RecurringInvoiceScreen_build_closure7, V.RecurringInvoiceScreen_build_closure8, V.RecurringInvoiceScreen_build_closure12, A.RecurringInvoiceScreenBuilder_build_closure, O.RecurringInvoiceViewScreen_build_closure0, O.RecurringInvoiceViewScreen_build_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure2, A.clientReport_closure3, A.clientReport_closure4, L.memoizedCreditReport_closure, L.creditReport_closure, L.creditReport_closure0, L.creditReport_closure1, L.creditReport_closure2, L.creditReport_closure3, L.creditReport_closure4, R.memoizedDocumentReport_closure, R.documentReport_closure, R.documentReport_closure0, R.documentReport__getRow, R.documentReport_closure1, R.documentReport__closure2, R.documentReport_closure2, R.documentReport__closure1, R.documentReport_closure3, R.documentReport__closure0, R.documentReport_closure4, R.documentReport__closure, R.documentReport_closure5, R.documentReport_closure6, R.documentReport_closure7, R.documentReport_closure8, M.memoizedExpenseReport_closure, M.expenseReport_closure, M.expenseReport_closure0, M.expenseReport_closure1, M.expenseReport_closure2, M.expenseReport_closure3, M.expenseReport_closure4, D.memoizedInvoiceItemReport_closure, D.lineItemReport_closure5, D.lineItemReport_closure6, D.lineItemReport_closure7, D.lineItemReport_closure8, D.lineItemReport_closure9, D.lineItemReport_closure10, X.memoizedInvoiceReport_closure, X.invoiceReport_closure, X.invoiceReport_closure0, X.invoiceReport_closure1, X.invoiceReport_closure2, X.invoiceReport_closure3, X.invoiceReport_closure4, O.memoizedInvoiceTaxReport_closure, O.taxReport_closure, O.taxReport_closure0, O.taxReport_closure2, O.taxReport_closure1, O.taxReport_closure3, O.taxReport_closure4, O.taxReport_closure5, K.memoizedPaymentReport_closure, K.paymentReport_closure, K.paymentReport_closure0, K.paymentReport_closure1, K.paymentReport_closure2, K.paymentReport_closure3, K.paymentReport_closure4, X.memoizedPaymentTaxReport_closure, X.paymentTaxReport_closure, X.paymentTaxReport_closure0, X.paymentTaxReport_closure2, X.paymentTaxReport_closure1, X.paymentTaxReport_closure3, X.paymentTaxReport_closure4, X.paymentTaxReport_closure5, N.memoizedProductReport_closure, N.productReport_closure, N.productReport_closure0, N.productReport_closure1, N.productReport_closure2, N.productReport_closure3, N.productReport_closure4, K.memoizedProfitAndLossReport_closure, K.profitAndLossReport_closure, K.profitAndLossReport_closure0, K.profitAndLossReport_closure2, K.profitAndLossReport_closure1, K.profitAndLossReport_closure3, K.profitAndLossReport_closure4, K.profitAndLossReport_closure5, T.memoizedQuoteItemReport_closure, T.lineItemReport_closure, T.lineItemReport_closure0, T.lineItemReport_closure1, T.lineItemReport_closure2, T.lineItemReport_closure3, T.lineItemReport_closure4, Y.memoizedQuoteReport_closure, Y.quoteReport_closure, Y.quoteReport_closure0, Y.quoteReport_closure1, Y.quoteReport_closure2, Y.quoteReport_closure3, Y.quoteReport_closure4, M.ReportCharts_build_closure, M.ReportCharts_build_closure1, M.ReportCharts_build_closure2, M.ReportCharts_build_closure0, M.ReportCharts_build_closure3, M.ReportCharts_build_closure4, M.ReportCharts_build_closure5, M.ReportCharts_build_closure7, M.ReportCharts_build_closure8, M.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure13, A.ReportsScreen_build__closure1, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure16, A.ReportsScreen_build__closure, A.ReportsScreen_build___closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_initState_closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState_didChangeDependencies_closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.getReportColumnType_convertCustomFieldType, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters_closure5, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, L.ReportsScreenBuilder_build_closure, L.ReportsScreenVM_fromStore_closure2, L.ReportsScreenVM_fromStore_closure3, L.ReportsScreenVM_fromStore_closure1, L.ReportsScreenVM_fromStore__closure0, L.ReportsScreenVM_fromStore_closure, L.ReportsScreenVM_fromStore__closure7, L.ReportsScreenVM_fromStore___closure0, L.ReportsScreenVM_fromStore__closure8, L.ReportsScreenVM_fromStore__closure9, L.ReportsScreenVM_fromStore_closure4, L.ReportsScreenVM_fromStore__closure, L.ReportsScreenVM_fromStore_closure0, L.ReportsScreenVM_fromStore__closure1, L.ReportsScreenVM_fromStore__closure2, L.ReportsScreenVM_fromStore__closure3, L.ReportsScreenVM_fromStore__closure4, L.ReportsScreenVM_fromStore__closure5, L.ReportsScreenVM_fromStore__closure6, L.ReportsScreenVM_fromStore___closure, L.memoizeedGroupTotals_closure, L.calculateReportTotals_closure, E.memoizedTaskReport_closure, E.taskReport_closure, E.taskReport_closure0, E.taskReport_closure1, E.taskReport_closure2, E.taskReport_closure3, E.taskReport_closure4, O._AccountManagementState_didChangeDependencies_closure, O._AccountManagementState_didChangeDependencies_closure0, O._AccountManagementState__onChanged_closure, O._AccountManagementState__onChanged_closure0, O._AccountManagementState_dispose_closure, O._AccountManagementState_build_closure, O._AccountManagementState_build__closure2, O._AccountManagementState_build___closure, O._AccountManagementState_build_closure0, O._AccountManagementState_build__closure1, O._AccountManagementState_build_closure1, O._AccountManagementState_build__closure0, O._AccountManagementState_build_closure2, O._AccountManagementState_build__closure, O._AccountOverview_build__getDataStats, O._AccountOverview_build_closure, O._AccountOverview_build_closure0, O._AccountOverview_build__closure4, O._AccountOverview_build_closure1, O._AccountOverview_build__closure3, O._AccountOverview_build_closure2, O._AccountOverview_build__closure2, O._AccountOverview_build_closure3, O._AccountOverview_build_closure4, O._AccountOverview_build__closure1, O._AccountOverview_build___closure1, O._AccountOverview_build___closure2, O._AccountOverview_build___closure3, O._AccountOverview_build_closure5, O._AccountOverview_build_closure6, O._AccountOverview_build_closure7, O._AccountOverview_build_closure8, O._AccountOverview_build_closure9, O._AccountOverview_build__closure0, O._AccountOverview_build___closure0, O._AccountOverview_build_closure10, O._AccountOverview_build__closure, O._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.AccountManagementVM_fromStore_closure0, A.AccountManagementVM_fromStore_closure1, 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__closure2, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore_closure3, V._BuyNowButtonsState_dispose_closure, V._BuyNowButtonsState_didChangeDependencies_closure, V._BuyNowButtonsState_didChangeDependencies_closure0, V._BuyNowButtonsState_build_closure0, V._BuyNowButtonsState_build_closure, B.BuyNowButtonsScreen_build_closure, S._ClientPortalState__validateSubdomain_closure, S._ClientPortalState__validateSubdomain_closure0, S._ClientPortalState__validateSubdomain__closure, S._ClientPortalState__validateSubdomain__closure0, S._ClientPortalState__validateSubdomain__closure1, S._ClientPortalState__validateSubdomain___closure0, S._ClientPortalState__validateSubdomain__closure2, S._ClientPortalState__validateSubdomain___closure, S._ClientPortalState_dispose_closure, S._ClientPortalState_didChangeDependencies_closure, S._ClientPortalState_didChangeDependencies_closure0, S._ClientPortalState__onChanged_closure, S._ClientPortalState__onChanged__closure, S._ClientPortalState__onChanged__closure0, S._ClientPortalState__onSavePressed_closure, S._ClientPortalState_build_closure17, S._ClientPortalState_build_closure, S._ClientPortalState_build__closure10, S._ClientPortalState_build_closure1, S._ClientPortalState_build_closure0, S._ClientPortalState_build_closure2, S._ClientPortalState_build_closure3, S._ClientPortalState_build_closure4, S._ClientPortalState_build__closure9, S._ClientPortalState_build_closure5, S._ClientPortalState_build__closure8, S._ClientPortalState_build_closure6, S._ClientPortalState_build__closure7, S._ClientPortalState_build_closure7, S._ClientPortalState_build_closure8, S._ClientPortalState_build__closure6, S._ClientPortalState_build_closure9, S._ClientPortalState_build__closure5, S._ClientPortalState_build_closure10, S._ClientPortalState_build_closure11, S._ClientPortalState_build__closure4, S._ClientPortalState_build_closure12, S._ClientPortalState_build__closure3, S._ClientPortalState_build_closure13, S._ClientPortalState_build__closure2, S._ClientPortalState_build_closure14, S._ClientPortalState_build__closure1, S._ClientPortalState_build_closure15, S._ClientPortalState_build__closure0, S._ClientPortalState_build_closure16, S._ClientPortalState_build__closure, A.ClientPortalScreen_build_closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore__closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, A.CompanyDetailsScreen_build_closure, 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__closure5, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, X._CreditCardsAndBanksState_dispose_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure0, F.CreditCardsAndBanksScreen_build_closure, S._CustomFieldsState_initState_closure, S.CustomFieldsSettings_build_closure, S.CustomFieldsSettings_build__closure6, S.CustomFieldsSettings_build_closure0, S.CustomFieldsSettings_build__closure5, S.CustomFieldsSettings_build_closure1, S.CustomFieldsSettings_build__closure4, S.CustomFieldsSettings_build_closure2, S.CustomFieldsSettings_build__closure3, S.CustomFieldsSettings_build_closure3, S.CustomFieldsSettings_build__closure2, S.CustomFieldsSettings_build_closure4, S.CustomFieldsSettings_build__closure1, S.CustomFieldsSettings_build_closure5, S.CustomFieldsSettings_build__closure0, S.CustomFieldsSettings_build_closure6, S.CustomFieldsSettings_build__closure, S._CustomFormFieldState_dispose_closure, S._CustomFormFieldState_didChangeDependencies_closure, S._CustomFormFieldState_didChangeDependencies_closure0, S._CustomFormFieldState__onChanged_closure, S._CustomFormFieldState_build_closure, S._CustomFormFieldState_build_closure0, S._CustomFormFieldState_build_closure1, S._CustomFormFieldState_build__closure, M.CustomFieldsScreen_build_closure, M.CustomFieldsVM_fromStore_closure0, M.CustomFieldsVM_fromStore_closure, M.CustomFieldsVM_fromStore__closure, V._DataVisualizationsState_dispose_closure, V._DataVisualizationsState_didChangeDependencies_closure, V._DataVisualizationsState_didChangeDependencies_closure0, M.DataVisualizationsScreen_build_closure, R._DeviceSettingsState_build_closure, R._DeviceSettingsState_build_closure0, R._DeviceSettingsState_build_closure1, R._DeviceSettingsState_build_closure2, R._DeviceSettingsState_build_closure3, R._DeviceSettingsState_build_closure4, R._DeviceSettingsState_build_closure5, R._DeviceSettingsState_build_closure6, R._DeviceSettingsState_build__closure7, R._DeviceSettingsState_build_closure7, R._DeviceSettingsState_build_closure8, R._DeviceSettingsState_build__closure6, R._DeviceSettingsState_build__closure5, R._DeviceSettingsState_build_closure9, R._DeviceSettingsState_build__closure4, R._DeviceSettingsState_build_closure10, R._DeviceSettingsState_build_closure11, R._DeviceSettingsState_build_closure12, R._DeviceSettingsState_build_closure13, R._DeviceSettingsState_build__closure2, R._DeviceSettingsState_build__closure3, R._DeviceSettingsState_build_closure14, R._DeviceSettingsState_build__closure1, R._DeviceSettingsState_build___closure0, R._DeviceSettingsState_build_closure15, R._DeviceSettingsState_build__closure0, R._DeviceSettingsState_build_closure16, R._DeviceSettingsState_build__closure, R._DeviceSettingsState_build___closure, L.DeviceSettingsScreen_build_closure, L.DeviceSettingsVM_fromStore_closure, L.DeviceSettingsVM_fromStore_closure0, L.DeviceSettingsVM_fromStore_closure1, L.DeviceSettingsVM_fromStore_closure8, L.DeviceSettingsVM_fromStore_closure5, L.DeviceSettingsVM_fromStore_closure6, L.DeviceSettingsVM_fromStore_closure7, L.DeviceSettingsVM_fromStore_closure3, L.DeviceSettingsVM_fromStore_closure11, L.DeviceSettingsVM_fromStore_closure4, L.DeviceSettingsVM_fromStore__closure, L.DeviceSettingsVM_fromStore_closure9, L.DeviceSettingsVM_fromStore_closure12, L.DeviceSettingsVM_fromStore_closure2, L.DeviceSettingsVM_fromStore_closure10, N._EmailSettingsState_dispose_closure, N._EmailSettingsState_didChangeDependencies_closure, N._EmailSettingsState_didChangeDependencies_closure0, N._EmailSettingsState__onChanged_closure, N._EmailSettingsState_build_closure, N._EmailSettingsState_build__closure5, N._EmailSettingsState_build_closure0, N._EmailSettingsState_build_closure1, N._EmailSettingsState_build__closure4, N._EmailSettingsState_build_closure2, N._EmailSettingsState_build_closure3, N._EmailSettingsState_build__closure3, N._EmailSettingsState_build_closure4, N._EmailSettingsState_build__closure2, N._EmailSettingsState_build_closure5, N._EmailSettingsState_build_closure6, N._EmailSettingsState_build__closure1, N._EmailSettingsState_build_closure7, N._EmailSettingsState_build__closure0, N._EmailSettingsState_build_closure8, N._EmailSettingsState_build__closure, D.EmailSettingsScreen_build_closure, D.EmailSettingsVM_fromStore_closure0, D.EmailSettingsVM_fromStore_closure, D.EmailSettingsVM_fromStore__closure, F._ExpenseSettingsState_build_closure, F._ExpenseSettingsState_build__closure3, F._ExpenseSettingsState_build_closure0, F._ExpenseSettingsState_build__closure2, F._ExpenseSettingsState_build_closure1, F._ExpenseSettingsState_build__closure1, F._ExpenseSettingsState_build_closure2, F._ExpenseSettingsState_build__closure0, F._ExpenseSettingsState_build_closure3, F._ExpenseSettingsState_build__closure, F._ExpenseSettingsState_build_closure4, N.ExpenseSettingsScreen_build_closure, N.ExpenseSettingsVM_fromStore_closure0, N.ExpenseSettingsVM_fromStore_closure, N.ExpenseSettingsVM_fromStore__closure, N.ExpenseSettingsVM_fromStore_closure1, F._GeneratedNumbersState_initState_closure, F._GeneratedNumbersState_dispose_closure, F._GeneratedNumbersState_didChangeDependencies_closure, F._GeneratedNumbersState_didChangeDependencies_closure0, F._GeneratedNumbersState__onChanged_closure, F._GeneratedNumbersState__onChanged__closure, F._GeneratedNumbersState__onSavePressed_closure, F._GeneratedNumbersState__onSavePressed_closure0, F._GeneratedNumbersState_build_closure0, F._GeneratedNumbersState_build__closure14, F._GeneratedNumbersState_build_closure, F._GeneratedNumbersState_build_closure1, F._GeneratedNumbersState_build__closure13, F._GeneratedNumbersState_build_closure2, F._GeneratedNumbersState_build__closure12, F._GeneratedNumbersState_build_closure3, F._GeneratedNumbersState_build__closure11, F._GeneratedNumbersState_build_closure5, F._GeneratedNumbersState_build__closure10, F._GeneratedNumbersState_build_closure4, F._GeneratedNumbersState_build_closure6, F._GeneratedNumbersState_build__closure9, F._GeneratedNumbersState_build_closure7, F._GeneratedNumbersState_build__closure8, F._GeneratedNumbersState_build_closure8, F._GeneratedNumbersState_build__closure7, F._GeneratedNumbersState_build_closure9, F._GeneratedNumbersState_build__closure6, F._GeneratedNumbersState_build_closure10, F._GeneratedNumbersState_build__closure5, F._GeneratedNumbersState_build_closure11, F._GeneratedNumbersState_build__closure4, F._GeneratedNumbersState_build_closure12, F._GeneratedNumbersState_build__closure3, F._GeneratedNumbersState_build_closure13, F._GeneratedNumbersState_build__closure2, F._GeneratedNumbersState_build_closure14, F._GeneratedNumbersState_build__closure1, F._GeneratedNumbersState_build_closure15, F._GeneratedNumbersState_build__closure0, F._GeneratedNumbersState_build_closure16, F._GeneratedNumbersState_build__closure, F._EntityNumberSettingsState_dispose_closure, F._EntityNumberSettingsState_didChangeDependencies_closure, F._EntityNumberSettingsState_didChangeDependencies_closure0, F._EntityNumberSettingsState__onChanged_closure, F._EntityNumberSettingsState_build_closure, F._EntityNumberSettingsState_build_closure0, F.HelpPanel_build_closure, F.HelpPanel_build_closure0, F.HelpPanel_build_closure1, F.HelpPanel_build_closure2, F.HelpPanel_build__closure, F.GeneratedNumbersScreen_build_closure, F.GeneratedNumbersVM_fromStore_closure0, F.GeneratedNumbersVM_fromStore_closure, F.GeneratedNumbersVM_fromStore__closure, D._ImportExportState_build_closure0, D._ImportExportState_build__closure3, D._ImportExportState_build_closure, D._ImportExportState_build__closure4, D._ImportExportState_build_closure1, D._ImportExportState_build__closure2, D._ImportExportState_build_closure2, D._ImportExportState_build__closure, D._ImportExportState_build__closure0, D._ImportExportState_build___closure0, D._ImportExportState_build__closure1, D._ImportExportState_build___closure, D._FileImportState_uploadJsonFile_closure, D._FileImportState_uploadJsonFile_closure0, D._FileImportState_uploadJsonFile__closure0, D._FileImportState_uploadJsonFile_closure1, D._FileImportState_uploadJsonFile__closure, D._FileImportState_uploadFile_closure, D._FileImportState_uploadFile_closure0, D._FileImportState_uploadFile__closure0, D._FileImportState_uploadFile_closure1, D._FileImportState_uploadFile__closure, D._FileImportState_build_closure0, D._FileImportState_build_closure, D._FileImportState_build_closure1, D._FileImportState_build__closure1, D._FileImportState_build_closure2, D._FileImportState_build__closure0, D._FileImportState_build_closure3, D._FileImportState_build__closure, D._FileImportState_build_closure4, D.__FileMapperState_build_closure, D.__FileMapperState_build__closure3, D.__FileMapperState_build_closure0, D.__FileMapperState_build__closure2, D.__FileMapperState_build_closure1, D.__FileMapperState_build_closure2, D.__FileMapperState_build__closure, D.__FileMapperState_build__closure0, D.__FileMapperState_build___closure0, D.__FileMapperState_build__closure1, D.__FileMapperState_build___closure, D._FieldMapper_build_closure, D._FieldMapper_build_closure1, D._FieldMapper_build__closure0, D._FieldMapper_build_closure2, D._FieldMapper_build__closure, D._FieldMapper_build_closure0, N.ImportExportScreen_build_closure, Z._InvoiceDesignState_build_closure12, Z._InvoiceDesignState_build_closure, Z._InvoiceDesignState_build__closure9, Z._InvoiceDesignState_build_closure0, Z._InvoiceDesignState_build__closure8, Z._InvoiceDesignState_build_closure1, Z._InvoiceDesignState_build__closure7, Z._InvoiceDesignState_build_closure2, Z._InvoiceDesignState_build__closure6, Z._InvoiceDesignState_build_closure3, Z._InvoiceDesignState_build_closure4, Z._InvoiceDesignState_build__closure5, Z._InvoiceDesignState_build_closure5, Z._InvoiceDesignState_build_closure6, Z._InvoiceDesignState_build__closure4, Z._InvoiceDesignState_build_closure7, Z._InvoiceDesignState_build_closure8, Z._InvoiceDesignState_build__closure3, Z._InvoiceDesignState_build_closure9, Z._InvoiceDesignState_build__closure2, Z._InvoiceDesignState_build_closure10, Z._InvoiceDesignState_build__closure1, Z._InvoiceDesignState_build_closure11, Z._InvoiceDesignState_build__closure0, Z._InvoiceDesignState_build_closure13, Z._InvoiceDesignState_build__closure, Z._InvoiceDesignState_build_closure14, Z._InvoiceDesignState_build_closure15, Z._InvoiceDesignState_build_closure16, Z._InvoiceDesignState_build_closure17, Z._InvoiceDesignState_build_closure18, Z._InvoiceDesignState_build_closure19, Z._InvoiceDesignState_build_closure20, Z._InvoiceDesignState_build_closure21, Z._InvoiceDesignState_build_closure22, Z._InvoiceDesignState_build_closure23, Z._InvoiceDesignState_build_closure24, Z._InvoiceDesignState_build_closure25, Z._InvoiceDesignState_build_closure26, Z._InvoiceDesignState_build_closure27, Z._InvoiceDesignState_build_closure28, Z._InvoiceDesignState_build_closure29, Z._InvoiceDesignState_build_closure30, Z._InvoiceDesignState_build_closure31, Z._InvoiceDesignState_build_closure32, Z._InvoiceDesignState_build_closure33, Z._InvoiceDesignState_build_closure34, Z._InvoiceDesignState_build_closure35, Z._InvoiceDesignState_build_closure36, Z._InvoiceDesignState_build_closure37, Z._InvoiceDesignState_build_closure38, Z._InvoiceDesignState_build_closure39, Z._InvoiceDesignState_build_closure40, Z._InvoiceDesignState_build_closure41, Z._InvoiceDesignState_build_closure42, Z._InvoiceDesignState_build_closure43, Z._InvoiceDesignState_build_closure44, Z._InvoiceDesignState_build_closure45, B.InvoiceDesignScreen_build_closure, B.InvoiceDesignVM_fromStore_closure, B.InvoiceDesignVM_fromStore_closure0, B.InvoiceDesignVM_fromStore__closure, G._LocalizationSettingsState_dispose_closure, G._LocalizationSettingsState_didChangeDependencies_closure, G._LocalizationSettingsState_didChangeDependencies_closure0, G._LocalizationSettingsState_build_closure, G._LocalizationSettingsState_build_closure0, G._LocalizationSettingsState_build_closure1, G._LocalizationSettingsState_build__closure11, G._LocalizationSettingsState_build_closure2, G._LocalizationSettingsState_build__closure10, G._LocalizationSettingsState_build_closure3, G._LocalizationSettingsState_build__closure9, G._LocalizationSettingsState_build_closure4, G._LocalizationSettingsState_build__closure8, G._LocalizationSettingsState_build_closure5, G._LocalizationSettingsState_build__closure7, G._LocalizationSettingsState_build_closure6, G._LocalizationSettingsState_build__closure6, G._LocalizationSettingsState_build_closure7, G._LocalizationSettingsState_build__closure5, G._LocalizationSettingsState_build_closure9, G._LocalizationSettingsState_build__closure4, G._LocalizationSettingsState_build_closure8, G._LocalizationSettingsState_build_closure10, G._LocalizationSettingsState_build_closure11, G._LocalizationSettingsState_build__closure3, G._LocalizationSettingsState_build_closure12, G._LocalizationSettingsState_build__closure1, G._LocalizationSettingsState_build___closure, G._LocalizationSettingsState_build__closure2, G._LocalizationSettingsState_build_closure13, G._LocalizationSettingsState_build__closure0, G._LocalizationSettingsState_build_closure14, G._LocalizationSettingsState_build__closure, B.LocalizationScreen_build_closure, B.LocalizationSettingsVM_fromStore_closure0, B.LocalizationSettingsVM_fromStore_closure, B.LocalizationSettingsVM_fromStore_closure1, B.LocalizationSettingsVM_fromStore__closure, B.LocalizationSettingsVM_fromStore___closure, B.LocalizationSettingsVM_fromStore____closure, V._OnlinePaymentsState_didChangeDependencies_closure, V._OnlinePaymentsState_didChangeDependencies_closure0, V._OnlinePaymentsState__onChanged_closure, V._OnlinePaymentsState_build_closure0, V._OnlinePaymentsState_build__closure1, V._OnlinePaymentsState_build_closure1, V._OnlinePaymentsState_build__closure0, V._OnlinePaymentsState_build_closure, V._OnlinePaymentsState_build__closure2, V._OnlinePaymentsState_build_closure2, V._OnlinePaymentsState_build__closure, V._OnlinePaymentsState_build_closure3, B.OnlinePaymentsScreen_build_closure, B.OnlinePaymentsVM_fromStore_closure0, B.OnlinePaymentsVM_fromStore_closure, B.OnlinePaymentsVM_fromStore__closure, B.OnlinePaymentsVM_fromStore_closure1, L._ProductSettingsState_build_closure, L._ProductSettingsState_build__closure5, L._ProductSettingsState_build_closure0, L._ProductSettingsState_build__closure4, L._ProductSettingsState_build_closure1, L._ProductSettingsState_build__closure3, L._ProductSettingsState_build_closure2, L._ProductSettingsState_build__closure2, L._ProductSettingsState_build_closure3, L._ProductSettingsState_build__closure1, L._ProductSettingsState_build_closure4, L._ProductSettingsState_build__closure0, L._ProductSettingsState_build_closure5, L._ProductSettingsState_build__closure, G.ProductSettingsScreen_build_closure, G.ProductSettingsVM_fromStore_closure0, G.ProductSettingsVM_fromStore_closure, G.ProductSettingsVM_fromStore__closure, U.SettingsListTile_build_closure, U.SettingsSearch_build_closure, D.SettingsListBuilder_build_closure, D.SettingsListVM_fromStore_closure, D.SettingsListVM_fromStore_closure2, D.SettingsListVM_fromStore_closure1, D.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, L.SettingsScreenBuilder_build_closure, X._SettingsWizardState_dispose_closure, X._SettingsWizardState__validateSubdomain_closure, X._SettingsWizardState__validateSubdomain__closure, X._SettingsWizardState__validateSubdomain__closure0, X._SettingsWizardState__validateSubdomain__closure1, X._SettingsWizardState__validateSubdomain___closure0, X._SettingsWizardState__validateSubdomain__closure2, X._SettingsWizardState__validateSubdomain___closure, X._SettingsWizardState__onRefreshPressed_closure, X._SettingsWizardState__onRefreshPressed__closure0, X._SettingsWizardState__onRefreshPressed_closure0, X._SettingsWizardState__onRefreshPressed__closure, X._SettingsWizardState__onSavePressed_closure, X._SettingsWizardState__onSavePressed_closure0, X._SettingsWizardState__onSavePressed__closure, X._SettingsWizardState__onSavePressed___closure0, X._SettingsWizardState__onSavePressed___closure1, X._SettingsWizardState__onSavePressed____closure, X._SettingsWizardState__onSavePressed___closure2, X._SettingsWizardState__onSavePressed__closure0, X._SettingsWizardState__onSavePressed___closure, X._SettingsWizardState__onSavePressed__closure1, X._SettingsWizardState__onSavePressed__closure2, X._SettingsWizardState_build_closure, X._SettingsWizardState_build_closure0, X._SettingsWizardState_build_closure1, X._SettingsWizardState_build_closure2, X._SettingsWizardState_build__closure1, X._SettingsWizardState_build_closure3, X._SettingsWizardState_build_closure4, X._SettingsWizardState_build__closure0, X._SettingsWizardState_build_closure5, X._SettingsWizardState_build_closure6, X._SettingsWizardState_build__closure, X._SettingsWizardState_build_closure8, X._SettingsWizardState_build_closure7, X._SettingsWizardState_build_closure9, L._TaskSettingsState_didChangeDependencies_closure, L._TaskSettingsState_didChangeDependencies_closure0, L._TaskSettingsState_dispose_closure, L._TaskSettingsState__onChanged_closure, L._TaskSettingsState_build_closure, L._TaskSettingsState_build__closure5, L._TaskSettingsState_build_closure0, L._TaskSettingsState_build__closure4, L._TaskSettingsState_build_closure1, L._TaskSettingsState_build__closure3, L._TaskSettingsState_build_closure2, L._TaskSettingsState_build__closure2, L._TaskSettingsState_build_closure3, L._TaskSettingsState_build__closure1, L._TaskSettingsState_build_closure4, L._TaskSettingsState_build__closure0, L._TaskSettingsState_build_closure5, L._TaskSettingsState_build__closure, L._TaskSettingsState_build_closure6, L._TaskSettingsState_build_closure7, F.TaskSettingsScreen_build_closure, F.TaskSettingsVM_fromStore_closure0, F.TaskSettingsVM_fromStore_closure1, F.TaskSettingsVM_fromStore_closure, F.TaskSettingsVM_fromStore__closure, F.TaskSettingsVM_fromStore_closure2, N._TaxSettingsState_build_closure, N._TaxSettingsState_build__closure4, N._TaxSettingsState_build_closure0, N._TaxSettingsState_build__closure3, N._TaxSettingsState_build_closure1, N._TaxSettingsState_build__closure2, N._TaxSettingsState_build_closure2, N._TaxSettingsState_build__closure1, N._TaxSettingsState_build_closure3, N._TaxSettingsState_build__closure0, N._TaxSettingsState_build_closure4, N._TaxSettingsState_build__closure, N._TaxSettingsState_build_closure5, N.NumberOfRatesSelector_build_closure, A.TaxSettingsScreen_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore__closure, A.TaxSettingsVM_fromStore_closure2, L._TemplatesAndRemindersState_dispose_closure, L._TemplatesAndRemindersState__loadTemplate_closure, L._TemplatesAndRemindersState__onChanged_closure, L._TemplatesAndRemindersState__onChanged__closure, L._TemplatesAndRemindersState__onChanged__closure0, L._TemplatesAndRemindersState__onChanged__closure1, L._TemplatesAndRemindersState__onChanged__closure2, L._TemplatesAndRemindersState__onChanged__closure3, L._TemplatesAndRemindersState__onChanged__closure4, L._TemplatesAndRemindersState__onChanged__closure5, L._TemplatesAndRemindersState__onChanged__closure6, L._TemplatesAndRemindersState__onChanged__closure7, L._TemplatesAndRemindersState__onChanged__closure8, L._TemplatesAndRemindersState__onChanged__closure9, L._TemplatesAndRemindersState__onChanged__closure10, L._TemplatesAndRemindersState__onChanged__closure11, L._TemplatesAndRemindersState__handleTabSelection_closure, L._TemplatesAndRemindersState__handleTabSelection_closure0, L._TemplatesAndRemindersState__handleTabSelection__closure, L._TemplatesAndRemindersState_build_closure1, L._TemplatesAndRemindersState_build__closure4, L._TemplatesAndRemindersState_build_closure, L._TemplatesAndRemindersState_build_closure0, L._TemplatesAndRemindersState_build_closure2, L._TemplatesAndRemindersState_build__closure3, L._TemplatesAndRemindersState_build_closure3, L._TemplatesAndRemindersState_build__closure2, L._TemplatesAndRemindersState_build_closure4, L._TemplatesAndRemindersState_build__closure1, L._TemplatesAndRemindersState_build_closure5, L._TemplatesAndRemindersState_build__closure0, L._TemplatesAndRemindersState_build_closure7, L._TemplatesAndRemindersState_build__closure, L._TemplatesAndRemindersState_build_closure6, L._ReminderSettingsState_dispose_closure, L._ReminderSettingsState_didChangeDependencies_closure, L._ReminderSettingsState_didChangeDependencies_closure0, L._ReminderSettingsState__onTextChanged_closure, L._ReminderSettingsState_build_closure0, L._ReminderSettingsState_build_closure, F.TemplatesAndRemindersScreen_build_closure, F.TemplatesAndRemindersVM_fromStore_closure0, F.TemplatesAndRemindersVM_fromStore_closure, F.TemplatesAndRemindersVM_fromStore_closure1, F.TemplatesAndRemindersVM_fromStore__closure, K._UserDetailsState_dispose_closure, K._UserDetailsState_didChangeDependencies_closure, K._UserDetailsState_didChangeDependencies_closure0, K._UserDetailsState__onChanged_closure, K._UserDetailsState__onChanged_closure0, K._UserDetailsState_build_closure10, K._UserDetailsState_build__closure, K._UserDetailsState_build_closure, K._UserDetailsState_build_closure0, K._UserDetailsState_build_closure1, K._UserDetailsState_build_closure2, K._UserDetailsState_build_closure3, K._UserDetailsState_build_closure4, K._UserDetailsState_build__closure4, K._UserDetailsState_build_closure5, K._UserDetailsState_build__closure3, K._UserDetailsState_build_closure7, K._UserDetailsState_build__closure2, K._UserDetailsState_build_closure6, K._UserDetailsState_build_closure8, K._UserDetailsState_build__closure1, K._UserDetailsState_build_closure9, K._UserDetailsState_build__closure0, K._EnableTwoFactorState_initState_closure, K._EnableTwoFactorState_initState__closure, K._EnableTwoFactorState_initState_closure0, K._EnableTwoFactorState__onSavePressed_closure, K._EnableTwoFactorState__onSavePressed_closure0, K._EnableTwoFactorState__onSavePressed_closure1, K._EnableTwoFactorState__onSavePressed__closure0, K._EnableTwoFactorState__onSavePressed_closure2, K._EnableTwoFactorState__onSavePressed__closure, K._EnableTwoFactorState_build_closure, K._EnableTwoFactorState_build_closure1, K._EnableTwoFactorState_build_closure0, K._EnableTwoFactorState_build_closure2, K._EnableTwoFactorState_build_closure3, K._EnableTwoFactorState_build_closure4, M.UserDetailsScreen_build_closure, M.UserDetailsVM_fromStore_closure, M.UserDetailsVM_fromStore_closure3, M.UserDetailsVM_fromStore__closure0, M.UserDetailsVM_fromStore___closure0, M.UserDetailsVM_fromStore____closure, M.UserDetailsVM_fromStore_closure4, M.UserDetailsVM_fromStore__closure, M.UserDetailsVM_fromStore___closure, M.UserDetailsVM_fromStore_closure2, M.UserDetailsVM_fromStore__closure1, M.UserDetailsVM_fromStore___closure1, M.UserDetailsVM_fromStore____closure0, M.UserDetailsVM_fromStore____closure1, M.UserDetailsVM_fromStore_closure1, M.UserDetailsVM_fromStore__closure2, M.UserDetailsVM_fromStore___closure2, M.UserDetailsVM_fromStore_closure0, M.UserDetailsVM_fromStore__closure3, M.UserDetailsVM_fromStore___closure3, M.UserDetailsVM_fromStore____closure3, M.UserDetailsVM_fromStore___closure4, M.UserDetailsVM_fromStore____closure2, D._WorkflowSettingsState_build_closure, D._WorkflowSettingsState_build__closure3, D._WorkflowSettingsState_build_closure0, D._WorkflowSettingsState_build__closure2, D._WorkflowSettingsState_build_closure1, D._WorkflowSettingsState_build__closure1, D._WorkflowSettingsState_build_closure2, D._WorkflowSettingsState_build_closure3, D._WorkflowSettingsState_build__closure0, D._WorkflowSettingsState_build_closure4, D._WorkflowSettingsState_build__closure, Y.WorkflowSettingsScreen_build_closure, Y.WorkflowSettingsVM_fromStore_closure0, Y.WorkflowSettingsVM_fromStore_closure, Y.WorkflowSettingsVM_fromStore__closure, S._SubscriptionEditState_didChangeDependencies_closure, S._SubscriptionEditState_didChangeDependencies_closure0, S._SubscriptionEditState_dispose_closure, S._SubscriptionEditState__onChanged_closure, S._SubscriptionEditState__onChanged_closure0, S._SubscriptionEditState_build_closure24, S._SubscriptionEditState_build_closure25, S._SubscriptionEditState_build_closure, S._SubscriptionEditState_build__closure19, S._SubscriptionEditState_build_closure0, S._SubscriptionEditState_build__closure18, S._SubscriptionEditState_build_closure1, S._SubscriptionEditState_build__closure17, S._SubscriptionEditState_build___closure3, S._SubscriptionEditState_build_closure2, S._SubscriptionEditState_build_closure3, S._SubscriptionEditState_build__closure16, S._SubscriptionEditState_build___closure2, S._SubscriptionEditState_build_closure4, S._SubscriptionEditState_build__closure15, S._SubscriptionEditState_build___closure1, S._SubscriptionEditState_build_closure5, S._SubscriptionEditState_build_closure6, S._SubscriptionEditState_build__closure14, S._SubscriptionEditState_build___closure0, S._SubscriptionEditState_build_closure7, S._SubscriptionEditState_build__closure13, S._SubscriptionEditState_build_closure8, S._SubscriptionEditState_build_closure9, S._SubscriptionEditState_build__closure12, S._SubscriptionEditState_build_closure10, S._SubscriptionEditState_build_closure11, S._SubscriptionEditState_build__closure11, S._SubscriptionEditState_build_closure12, S._SubscriptionEditState_build__closure10, S._SubscriptionEditState_build_closure13, S._SubscriptionEditState_build__closure9, S._SubscriptionEditState_build_closure14, S._SubscriptionEditState_build__closure8, S._SubscriptionEditState_build_closure15, S._SubscriptionEditState_build__closure7, S._SubscriptionEditState_build_closure16, S._SubscriptionEditState_build__closure6, S._SubscriptionEditState_build_closure17, S._SubscriptionEditState_build__closure5, S._SubscriptionEditState_build_closure18, S._SubscriptionEditState_build__closure4, S._SubscriptionEditState_build_closure21, S._SubscriptionEditState_build__closure1, S._SubscriptionEditState_build_closure19, S._SubscriptionEditState_build__closure3, S._SubscriptionEditState_build_closure20, S._SubscriptionEditState_build__closure2, S._SubscriptionEditState_build_closure22, S._SubscriptionEditState_build__closure0, S._SubscriptionEditState_build_closure23, S._SubscriptionEditState_build__closure, S._SubscriptionEditState_build___closure, R.SubscriptionEditScreen_build_closure0, R.SubscriptionEditScreen_build_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, Y.SubscriptionListItem_build_closure1, Y.SubscriptionListItem_build_closure0, Y.SubscriptionListItem_build_closure, S.SubscriptionListBuilder_build_closure, S.SubscriptionListBuilder_build__closure, S.SubscriptionListVM_fromStore__handleRefresh, S.SubscriptionListVM_fromStore_closure, S.SubscriptionListVM_fromStore_closure0, S.SubscriptionListVM_fromStore_closure1, O.SubscriptionScreen_build_closure9, O.SubscriptionScreen_build_closure7, O.SubscriptionScreen_build_closure8, O.SubscriptionScreen_build_closure4, O.SubscriptionScreen_build_closure5, O.SubscriptionScreen_build_closure, O.SubscriptionScreen_build_closure0, O.SubscriptionScreen_build_closure1, O.SubscriptionScreen_build_closure2, O.SubscriptionScreen_build_closure3, O.SubscriptionScreen_build_closure6, L.SubscriptionScreenBuilder_build_closure, M._SubscriptionViewState_build_closure1, M._SubscriptionViewState_build_closure0, M._SubscriptionViewState_build_closure, E.SubscriptionViewScreen_build_closure0, E.SubscriptionViewScreen_build_closure, E.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, B._UpdateDialogState_build_closure, B._UpdateDialogState_build_closure0, B._UpdateDialogState_build_closure1, B._UpdateDialogState_build_closure2, B._UpdateDialogState_build_closure3, B._UpdateDialogState_updateApp_closure, B._UpdateDialogState_updateApp__closure, B._UpdateDialogState_updateApp__closure0, B._UpdateDialogState_updateApp___closure0, B._UpdateDialogState_updateApp__closure1, B._UpdateDialogState_updateApp___closure, X._TaskEditState_initState_closure, X._TaskEditState_initState__closure, X._TaskEditState_build_closure2, X._TaskEditState_build_closure3, X._TaskEditState_build_closure, X._TaskEditState_build_closure0, X._TaskEditState_build_closure1, X._TaskEditState_build__closure, R._TaskEditDesktopState_didChangeDependencies_closure, R._TaskEditDesktopState_didChangeDependencies_closure0, R._TaskEditDesktopState_dispose_closure, R._TaskEditDesktopState__onChanged_closure, R._TaskEditDesktopState__onChanged_closure0, R._TaskEditDesktopState_build_closure, R._TaskEditDesktopState_build_closure0, R._TaskEditDesktopState_build_closure2, R._TaskEditDesktopState_build__closure8, R._TaskEditDesktopState_build_closure1, R._TaskEditDesktopState_build_closure3, R._TaskEditDesktopState_build__closure7, R._TaskEditDesktopState_build_closure4, R._TaskEditDesktopState_build_closure5, R._TaskEditDesktopState_build__closure6, R._TaskEditDesktopState_build_closure6, R._TaskEditDesktopState_build__closure5, R._TaskEditDesktopState_build_closure7, R._TaskEditDesktopState_build__closure4, R._TaskEditDesktopState_build_closure8, R._TaskEditDesktopState_build__closure3, R._TaskEditDesktopState_build_closure9, R._TaskEditDesktopState_build__closure2, R._TaskEditDesktopState_build_closure10, R._TaskEditDesktopState_build__closure1, R._TaskEditDesktopState_build_closure11, R._TaskEditDesktopState_build__closure0, R._TaskEditDesktopState_build_closure12, R._TaskEditDesktopState_build__closure, B._TaskEditDetailsState_didChangeDependencies_closure, B._TaskEditDetailsState_didChangeDependencies_closure0, B._TaskEditDetailsState_dispose_closure, B._TaskEditDetailsState__onChanged_closure, B._TaskEditDetailsState__onChanged_closure0, B._TaskEditDetailsState_build_closure0, B._TaskEditDetailsState_build__closure2, B._TaskEditDetailsState_build_closure, B._TaskEditDetailsState_build_closure1, B._TaskEditDetailsState_build__closure1, B._TaskEditDetailsState_build_closure2, B._TaskEditDetailsState_build_closure3, B._TaskEditDetailsState_build__closure0, B._TaskEditDetailsState_build_closure4, B._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, U._TaskEditTimesState__showTaskTimeEditor_closure, U._TaskEditTimesState__showTaskTimeEditor__closure, U._TaskEditTimesState_build_closure, U._TaskEditTimesState_build_closure0, U._TaskEditTimesState_build__closure, U.TimeEditDetailsState_build_closure, U.TimeEditDetailsState_build__closure3, U.TimeEditDetailsState_build_closure0, U.TimeEditDetailsState_build__closure2, U.TimeEditDetailsState_build_closure1, U.TimeEditDetailsState_build__closure1, U.TimeEditDetailsState_build_closure2, U.TimeEditDetailsState_build__closure0, U.TimeEditDetailsState_build_closure3, U.TimeEditDetailsState_build__closure, U.TimeEditDetailsState_build_closure4, U.TimeEditDetailsState_build_closure5, M.TaskEditTimesScreen_build_closure0, M.TaskEditTimesScreen_build_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, B.TaskEditScreen_build_closure0, B.TaskEditScreen_build_closure, B.TaskEditVM_TaskEditVM$fromStore_closure0, B.TaskEditVM_TaskEditVM$fromStore_closure1, B.TaskEditVM_TaskEditVM$fromStore__closure, B.TaskEditVM_TaskEditVM$fromStore_closure, B.TaskEditVM_TaskEditVM$fromStore__closure0, B.TaskEditVM_TaskEditVM$fromStore___closure, B.TaskEditVM_TaskEditVM$fromStore___closure0, B.TaskEditVM_TaskEditVM$fromStore___closure1, B.TaskEditVM_TaskEditVM$fromStore____closure, O._KanbanTaskCardState_build_closure, O._KanbanTaskCardState_build_closure1, O._KanbanTaskCardState_build__closure3, O._KanbanTaskCardState_build_closure0, O._KanbanTaskCardState_build__closure4, O._KanbanTaskCardState_build___closure, O._KanbanTaskCardState_build_closure8, O._KanbanTaskCardState_build__closure1, O._KanbanTaskCardState_build_closure9, O._KanbanTaskCardState_build__closure0, O._KanbanTaskCardState_build_closure2, O._KanbanTaskCardState_build_closure3, O._KanbanTaskCardState_build_closure4, O._KanbanTaskCardState_build_closure5, O._KanbanTaskCardState_build_closure6, O._KanbanTaskCardState_build__closure2, O._KanbanTaskCardState_build_closure7, O._KanbanTaskCardState_build_closure10, O._KanbanTaskCardState_build__closure, D._KanbanStatusCardState__onSavePressed_closure, D._KanbanStatusCardState__onSavePressed__closure, D._KanbanStatusCardState_build_closure, D._KanbanStatusCardState_build_closure0, D._KanbanStatusCardState_build_closure1, D._KanbanStatusCardState_build__closure0, D._KanbanStatusCardState_build_closure2, D._KanbanStatusCardState_build__closure, O.KanbanViewState__initBoard_closure, O.KanbanViewState__initBoard_closure0, O.KanbanViewState__initBoard_closure1, O.KanbanViewState__initBoard_closure2, O.KanbanViewState__initBoard__closure, O.KanbanViewState__onBoardChanged_closure, O.KanbanViewState_build_closure, O.KanbanViewState_build_closure0, O.KanbanViewState_build__closure5, O.KanbanViewState_build___closure, O.KanbanViewState_build__closure, O.KanbanViewState_build__closure1, O.KanbanViewState_build__closure0, O.KanbanViewState_build___closure5, O.KanbanViewState_build__closure2, O.KanbanViewState_build___closure4, O.KanbanViewState_build____closure3, O.KanbanViewState_build__closure3, O.KanbanViewState_build__closure4, O.KanbanViewState_build___closure1, O.KanbanViewState_build___closure0, O.KanbanViewState_build____closure2, O.KanbanViewState_build___closure3, O.KanbanViewState_build____closure, O.KanbanViewState_build___closure2, O.KanbanViewState_build____closure0, O.KanbanViewState_build____closure1, T._KanbanViewBuilderState_build_closure, T.KanbanVM_fromStore_closure, T.KanbanVM_fromStore_closure1, T.KanbanVM_fromStore__closure, T.KanbanVM_fromStore_closure0, T.KanbanVM_fromStore__closure0, T.KanbanVM_fromStore__closure1, T.KanbanVM_fromStore__closure2, T.KanbanVM_fromStore__closure3, U.TaskListItem_build_closure1, U.TaskListItem_build_closure, U.TaskListItem_build_closure0, U.TaskListItem_build__closure2, U.TaskListItem_build__closure1, U.TaskListItem_build__closure, U.TaskListItem_build__closure0, U.TaskListItem_build__closure5, U.TaskListItem_build__closure4, U.TaskListItem_build__closure3, K.TaskListBuilder_build_closure, K.TaskListBuilder_build__closure, K.TaskListVM_fromStore__handleRefresh, K.TaskListVM_fromStore_closure0, K.TaskListVM_fromStore_closure, K.TaskListVM_fromStore_closure1, T.TaskPresenter_getField_closure, T.TaskPresenter_getField_closure0, D.TaskScreen_build_closure15, D.TaskScreen_build_closure13, D.TaskScreen_build_closure14, D.TaskScreen_build_closure, D.TaskScreen_build_closure0, D.TaskScreen_build_closure9, D.TaskScreen_build_closure11, D.TaskScreen_build_closure5, D.TaskScreen_build_closure6, D.TaskScreen_build_closure7, D.TaskScreen_build_closure8, D.TaskScreen_build_closure1, D.TaskScreen_build_closure2, D.TaskScreen_build_closure3, D.TaskScreen_build_closure10, D.TaskScreen_build_closure4, D.TaskScreen_build_closure12, Y.TaskScreenBuilder_build_closure, M.TaskTimeListTile_build_closure, Q._TaskViewState_build_closure, Q._TaskViewState_build__closure0, Q._TaskViewState_build__closure1, Q._TaskViewState_build_closure0, Q._TaskViewState_build__closure, B.TaskViewDocuments_build_closure, B.TaskViewDocuments_build_closure0, S._TaskOverviewState_initState_closure, S._TaskOverviewState_initState__closure, S._TaskOverviewState_build__buildView, S._TaskOverviewState_build__buildView_closure, S._TaskOverviewState_build__buildView__closure, S._TaskOverviewState_build_closure, L.TaskViewScreen_build_closure0, L.TaskViewScreen_build_closure, L.TaskViewVM_TaskViewVM$fromStore__handleRefresh, L.TaskViewVM_TaskViewVM$fromStore__toggleTask, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, L.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, L.TaskViewVM_TaskViewVM$fromStore_closure0, L.TaskViewVM_TaskViewVM$fromStore_closure, L.TaskViewVM_TaskViewVM$fromStore_closure1, L.TaskViewVM_TaskViewVM$fromStore_closure2, L.TaskViewVM_TaskViewVM$fromStore__closure0, L.TaskViewVM_TaskViewVM$fromStore__closure1, L.TaskViewVM_TaskViewVM$fromStore___closure, L.TaskViewVM_TaskViewVM$fromStore_closure3, L.TaskViewVM_TaskViewVM$fromStore__closure, L._TaskStatusEditState_didChangeDependencies_closure, L._TaskStatusEditState_didChangeDependencies_closure0, L._TaskStatusEditState_dispose_closure, L._TaskStatusEditState__onChanged_closure, L._TaskStatusEditState__onChanged_closure0, L._TaskStatusEditState_build_closure0, L._TaskStatusEditState_build_closure1, L._TaskStatusEditState_build__closure, L._TaskStatusEditState_build_closure, L._TaskStatusEditState_build__closure0, L._TaskStatusEditState_build__closure1, L._TaskStatusEditState_build___closure, Q.TaskStatusEditScreen_build_closure0, Q.TaskStatusEditScreen_build_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, O.TaskStatusListItem_build_closure1, O.TaskStatusListItem_build_closure0, O.TaskStatusListItem_build_closure, U.TaskStatusListBuilder_build_closure, U.TaskStatusListBuilder_build__closure, U.TaskStatusListVM_fromStore__handleRefresh, U.TaskStatusListVM_fromStore_closure, U.TaskStatusListVM_fromStore_closure0, U.TaskStatusListVM_fromStore_closure1, Y.TaskStatusScreen_build_closure9, Y.TaskStatusScreen_build_closure7, Y.TaskStatusScreen_build_closure8, Y.TaskStatusScreen_build_closure4, Y.TaskStatusScreen_build_closure5, Y.TaskStatusScreen_build_closure, Y.TaskStatusScreen_build_closure0, Y.TaskStatusScreen_build_closure1, Y.TaskStatusScreen_build_closure2, Y.TaskStatusScreen_build_closure3, Y.TaskStatusScreen_build_closure6, U.TaskStatusScreenBuilder_build_closure, L._TaskStatusViewState_build_closure, T.TaskStatusViewScreen_build_closure0, T.TaskStatusViewScreen_build_closure, T.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState__onChanged_closure0, A._TaxRateEditState_build_closure, S.TaxRateEditScreen_build_closure0, S.TaxRateEditScreen_build_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore__closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore____closure, Z.TaxRateListItem_build_closure1, Z.TaxRateListItem_build_closure0, Z.TaxRateListItem_build_closure, X.TaxRateListBuilder_build_closure, X.TaxRateListBuilder_build__closure, X.TaxRateListVM_fromStore__handleRefresh, X.TaxRateListVM_fromStore_closure, X.TaxRateListVM_fromStore_closure0, X.TaxRateListVM_fromStore_closure1, D.TaxRateSettingsScreen_build_closure5, D.TaxRateSettingsScreen_build_closure3, D.TaxRateSettingsScreen_build_closure4, D.TaxRateSettingsScreen_build_closure0, D.TaxRateSettingsScreen_build_closure1, D.TaxRateSettingsScreen_build_closure, D.TaxRateSettingsScreen_build_closure2, O.TaxRateScreenBuilder_build_closure, K._TaxRateViewState_build_closure, R.TaxRateViewScreen_build_closure0, R.TaxRateViewScreen_build_closure, R.TaxRateViewVM_TaxRateViewVM$fromStore_closure, Y._TokenEditState_didChangeDependencies_closure, Y._TokenEditState_didChangeDependencies_closure0, Y._TokenEditState_dispose_closure, Y._TokenEditState__onChanged_closure, Y._TokenEditState__onChanged_closure0, Y._TokenEditState_build_closure0, Y._TokenEditState_build_closure1, Y._TokenEditState_build__closure, Y._TokenEditState_build_closure, Y._TokenEditState_build__closure0, R.TokenEditScreen_build_closure0, R.TokenEditScreen_build_closure, R.TokenEditVM_TokenEditVM$fromStore_closure, R.TokenEditVM_TokenEditVM$fromStore_closure1, R.TokenEditVM_TokenEditVM$fromStore_closure0, R.TokenEditVM_TokenEditVM$fromStore__closure, R.TokenEditVM_TokenEditVM$fromStore___closure, R.TokenEditVM_TokenEditVM$fromStore____closure, R.TokenEditVM_TokenEditVM$fromStore____closure0, R.TokenEditVM_TokenEditVM$fromStore_____closure, K.TokenListItem_build_closure1, K.TokenListItem_build_closure0, K.TokenListItem_build_closure, M.TokenListBuilder_build_closure, M.TokenListBuilder_build__closure, M.TokenListVM_fromStore__handleRefresh, M.TokenListVM_fromStore_closure, M.TokenListVM_fromStore_closure0, M.TokenListVM_fromStore_closure1, S.TokenScreen_build_closure9, S.TokenScreen_build_closure7, S.TokenScreen_build_closure8, S.TokenScreen_build_closure4, S.TokenScreen_build_closure5, S.TokenScreen_build_closure, S.TokenScreen_build_closure0, S.TokenScreen_build_closure1, S.TokenScreen_build_closure2, S.TokenScreen_build_closure3, S.TokenScreen_build_closure6, K.TokenScreenBuilder_build_closure, Y._TokenViewState_build_closure, Y._TokenListTile_build_closure, U.TokenViewScreen_build_closure0, U.TokenViewScreen_build_closure, U.TokenViewVM_TokenViewVM$fromStore_closure, U._UserEditState_didChangeDependencies_closure, U._UserEditState_didChangeDependencies_closure0, U._UserEditState_dispose_closure, U._UserEditState__onChanged_closure, U._UserEditState__onChanged_closure0, U._UserEditState__togglePermission_closure, U._UserEditState__togglePermission_closure0, U._UserEditState_build_closure13, U._UserEditState_build_closure14, U._UserEditState_build__closure, U._UserEditState_build_closure, U._UserEditState_build_closure0, U._UserEditState_build_closure1, U._UserEditState_build_closure2, U._UserEditState_build__closure9, U._UserEditState_build_closure3, U._UserEditState_build__closure8, U._UserEditState_build_closure4, U._UserEditState_build__closure7, U._UserEditState_build___closure0, U._UserEditState_build_closure5, U._UserEditState_build_closure6, U._UserEditState_build_closure7, U._UserEditState_build_closure8, U._UserEditState_build_closure9, U._UserEditState_build_closure10, U._UserEditState_build_closure11, U._UserEditState_build_closure12, U._UserEditState_build__closure0, U._UserEditState_build___closure, U._UserEditState_build____closure, U._UserEditState_build__closure2, U._UserEditState_build__closure1, U._UserEditState_build__closure4, U._UserEditState_build__closure3, U._UserEditState_build__closure6, U._UserEditState_build__closure5, Y.UserEditScreen_build_closure0, Y.UserEditScreen_build_closure, Y.UserEditVM_UserEditVM$fromStore_closure, Y.UserEditVM_UserEditVM$fromStore_closure1, Y.UserEditVM_UserEditVM$fromStore_closure0, Y.UserEditVM_UserEditVM$fromStore__closure, Y.UserEditVM_UserEditVM$fromStore___closure, Y.UserEditVM_UserEditVM$fromStore___closure0, Y.UserEditVM_UserEditVM$fromStore___closure1, Y.UserEditVM_UserEditVM$fromStore____closure, E.UserListItem_build_closure1, E.UserListItem_build_closure0, E.UserListItem_build_closure, M.UserListBuilder_build_closure, M.UserListBuilder_build__closure, M.UserListBuilder_build__closure_showDialog, M.UserListBuilder_build___closure, M.UserListVM_fromStore__handleRefresh, M.UserListVM_fromStore_closure, M.UserListVM_fromStore_closure0, M.UserListVM_fromStore_closure1, G.UserScreen_build_closure9, G.UserScreen_build_closure7, G.UserScreen_build_closure8, G.UserScreen_build_closure4, G.UserScreen_build_closure0, G.UserScreen_build_closure1, G.UserScreen_build_closure2, G.UserScreen_build_closure3, G.UserScreen_build_closure5, G.UserScreen_build_closure, G.UserScreen_build_closure6, A.UserScreenBuilder_build_closure, B.UserView_build_closure, X.UserViewScreen_build_closure0, X.UserViewScreen_build_closure, X.UserViewVM_UserViewVM$fromStore_closure, K._VendorEditState_build_closure, K._VendorEditState_build_closure0, G.VendorEditAddressState_didChangeDependencies_closure, G.VendorEditAddressState_didChangeDependencies_closure0, G.VendorEditAddressState_dispose_closure, G.VendorEditAddressState__onChanged_closure, G.VendorEditAddressState__onChanged_closure0, G.VendorEditAddressState_build_closure, G.VendorEditAddressState_build__closure, D._VendorEditContactsState__showContactEditor_closure, D._VendorEditContactsState__showContactEditor__closure, D._VendorEditContactsState_build_closure, D._VendorEditContactsState_build__closure, D._VendorEditContactsState_build_closure0, D._VendorEditContactsState_build_closure1, D.VendorContactEditDetailsState_didChangeDependencies_closure, D.VendorContactEditDetailsState_didChangeDependencies_closure0, D.VendorContactEditDetailsState_dispose_closure, D.VendorContactEditDetailsState__onChanged_closure, D.VendorContactEditDetailsState__onChanged_closure0, D.VendorContactEditDetailsState_build_closure, D.VendorContactEditDetailsState_build_closure0, D.VendorContactEditDetailsState_build_closure1, D.VendorContactEditDetailsState_build_closure2, D.VendorContactEditDetailsState_build_closure3, D.VendorContactEditDetailsState_build_closure4, D.VendorContactEditDetailsState_build__closure, D.VendorContactEditDetailsState_build_closure5, T.VendorEditContactsScreen_build_closure0, T.VendorEditContactsScreen_build_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, Q.VendorEditDetailsState_didChangeDependencies_closure, Q.VendorEditDetailsState_didChangeDependencies_closure0, Q.VendorEditDetailsState_dispose_closure, Q.VendorEditDetailsState__onChanged_closure, Q.VendorEditDetailsState__onChanged_closure0, Q.VendorEditDetailsState_build_closure, Q.VendorEditDetailsState_build_closure0, Q.VendorEditDetailsState_build__closure, Q.VendorEditFooter_build_closure, N.VendorEditNotesState_didChangeDependencies_closure, N.VendorEditNotesState_didChangeDependencies_closure0, N.VendorEditNotesState_dispose_closure, N.VendorEditNotesState__onChanged_closure, N.VendorEditNotesState__onChanged_closure0, N.VendorEditNotesState_build_closure, N.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditScreen_build_closure, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, Z.VendorListItem_build_closure, Z.VendorListItem_build__closure2, Z.VendorListItem_build__closure1, Z.VendorListItem_build__closure, Z.VendorListItem_build__closure0, Z.VendorListItem_build__closure5, Z.VendorListItem_build__closure4, Z.VendorListItem_build__closure3, E.VendorListBuilder_build_closure, E.VendorListBuilder_build__closure, E.VendorListVM_fromStore__handleRefresh, E.VendorListVM_fromStore_closure, E.VendorListVM_fromStore_closure0, E.VendorListVM_fromStore_closure1, K.VendorScreen_build_closure9, K.VendorScreen_build_closure7, K.VendorScreen_build_closure8, K.VendorScreen_build_closure4, K.VendorScreen_build_closure0, K.VendorScreen_build_closure1, K.VendorScreen_build_closure2, K.VendorScreen_build_closure3, K.VendorScreen_build_closure5, K.VendorScreen_build_closure, K.VendorScreen_build_closure6, B.VendorScreenBuilder_build_closure, N._VendorViewState_build_closure, N._VendorViewState_build__closure, N._VendorViewState_build__closure0, N._VendorViewState_build__closure1, N._VendorViewState_build_closure0, Y._VendorViewDetailsState_build__buildDetailsList, Y._VendorViewDetailsState_build__buildDetailsList_closure, Y._VendorViewDetailsState_build__buildDetailsList__closure1, Y._VendorViewDetailsState_build__buildDetailsList___closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure2, Y._VendorViewDetailsState_build__buildDetailsList___closure, Y._VendorViewDetailsState_build__buildDetailsList_closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure0, Y._VendorViewDetailsState_build__buildDetailsList_closure1, Y._VendorViewDetailsState_build__buildDetailsList__closure, Y._VendorViewDetailsState_build__buildDetailsList_closure2, G.VendorViewDocuments_build_closure, G.VendorViewDocuments_build_closure0, F.VendorViewScreen_build_closure0, F.VendorViewScreen_build_closure, F.VendorViewVM_VendorViewVM$fromStore__handleRefresh, F.VendorViewVM_VendorViewVM$fromStore_closure, F.VendorViewVM_VendorViewVM$fromStore_closure0, F.VendorViewVM_VendorViewVM$fromStore_closure1, F.VendorViewVM_VendorViewVM$fromStore__closure0, F.VendorViewVM_VendorViewVM$fromStore__closure1, F.VendorViewVM_VendorViewVM$fromStore___closure, F.VendorViewVM_VendorViewVM$fromStore_closure2, F.VendorViewVM_VendorViewVM$fromStore__closure, N._WebhookEditState_didChangeDependencies_closure, N._WebhookEditState_didChangeDependencies_closure0, N._WebhookEditState_dispose_closure, N._WebhookEditState__onChanged_closure, N._WebhookEditState__onChanged_closure0, N._WebhookEditState_build_closure0, N._WebhookEditState_build_closure1, N._WebhookEditState_build_closure, N._WebhookEditState_build__closure, N._WebhookEditState_build__closure3, N._WebhookEditState_build___closure2, N._WebhookEditState_build__closure0, N._WebhookEditState_build__closure4, N._WebhookEditState_build___closure1, N._WebhookEditState_build__closure1, N._WebhookEditState_build___closure4, N._WebhookEditState_build__closure2, N._WebhookEditState_build___closure3, N._WebhookEditState_build__closure5, N._WebhookEditState_build___closure0, N._WebhookEditState_build__closure6, N._WebhookEditState_build___closure, N._WebhookEditState_build____closure, F.WebhookEditScreen_build_closure0, F.WebhookEditScreen_build_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure1, F.WebhookEditVM_WebhookEditVM$fromStore_closure0, F.WebhookEditVM_WebhookEditVM$fromStore__closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure0, F.WebhookEditVM_WebhookEditVM$fromStore____closure, L._WebhookViewState_build_closure, L.TargetListTile_build_closure, Y.WebhookViewScreen_build_closure0, Y.WebhookViewScreen_build_closure, Y.WebhookViewVM_WebhookViewVM$fromStore_closure, X.WebhookListItem_build_closure1, X.WebhookListItem_build_closure0, X.WebhookListItem_build_closure, X.WebhookListBuilder_build_closure, X.WebhookListBuilder_build__closure, X.WebhookListVM_fromStore__handleRefresh, X.WebhookListVM_fromStore_closure, X.WebhookListVM_fromStore_closure0, X.WebhookListVM_fromStore_closure1, T.WebhookScreen_build_closure9, T.WebhookScreen_build_closure7, T.WebhookScreen_build_closure8, T.WebhookScreen_build_closure4, T.WebhookScreen_build_closure5, T.WebhookScreen_build_closure, T.WebhookScreen_build_closure0, T.WebhookScreen_build_closure1, T.WebhookScreen_build_closure2, T.WebhookScreen_build_closure3, T.WebhookScreen_build_closure6, T.WebhookScreenBuilder_build_closure, O.snackBarCompleter_closure, O.snackBarCompleter_closure0, O.snackBarCompleter__closure, O.Debouncer_run_closure, N.loadDesign_closure, N.loadDesign_closure0, O.showRefreshDataDialog_closure, O.showErrorDialog_closure, O.showMessageDialog_closure, O.confirmCallback_closure, O.confirmCallback_closure__onPressed, O.confirmCallback__closure, O.confirmCallback__closure0, O.confirmCallback__closure1, O.confirmCallback__closure2, O.passwordCallback_closure, O.passwordCallback_closure0, O.passwordCallback__closure, O._PasswordConfirmationState_build_closure0, O._PasswordConfirmationState_build_closure, O._PasswordConfirmationState_build__closure, O._PasswordConfirmationState_build_closure1, O._PasswordConfirmationState_build_closure2, O._PasswordConfirmationState_build_closure3, O.fieldCallback_closure, O._FieldConfirmationState_build_closure0, O._FieldConfirmationState_build_closure, O._FieldConfirmationState_build_closure1, O._FieldConfirmationState_build_closure2, O._FieldConfirmationState_build_closure3, O.cloneToDialog_closure, O.cloneToDialog__closure, O.cloneToDialog__closure0, O.cloneToDialog__closure1, O.cloneToDialog__closure2, O.cloneToDialog__closure3, N.EnumUtils_fromString_closure, N.EnumUtils_fromString_closure0, B.GoogleOAuth_signIn_closure, B.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, L.loadEmailTemplate_closure, L.loadEmailTemplate_closure0, L.WebUtils_registerWebView_closure, L.WebUtils_warnChanges_closure, F.Logger_Logger_closure, O.memo1__prevArg_set, O.memo1__prevResult_set, O.memo1__prevArg_get, O.memo1__prevResult_get, O.memo1_closure, O.memo2__prevArgA_set, O.memo2__prevArgB_set, O.memo2__prevResult_set, O.memo2__prevArgA_get, O.memo2__prevArgB_get, O.memo2__prevResult_get, O.memo2_closure, O.memo3__prevArgA_set, O.memo3__prevArgB_set, O.memo3__prevArgC_set, O.memo3__prevResult_set, O.memo3__prevArgA_get, O.memo3__prevArgB_get, O.memo3__prevArgC_get, O.memo3__prevResult_get, O.memo3_closure, O.memo4__prevArgA_set, O.memo4__prevArgB_set, O.memo4__prevArgC_set, O.memo4__prevArgD_set, O.memo4__prevResult_set, O.memo4__prevArgA_get, O.memo4__prevArgB_get, O.memo4__prevArgC_get, O.memo4__prevArgD_get, O.memo4__prevResult_get, O.memo4_closure, O.memo5__prevArgA_set, O.memo5__prevArgB_set, O.memo5__prevArgC_set, O.memo5__prevArgD_set, O.memo5__prevArgE_set, O.memo5__prevResult_set, O.memo5__prevArgA_get, O.memo5__prevArgB_get, O.memo5__prevArgC_get, O.memo5__prevArgD_get, O.memo5__prevArgE_get, O.memo5__prevResult_get, O.memo5_closure, O.memo6__prevArgA_set, O.memo6__prevArgB_set, O.memo6__prevArgC_set, O.memo6__prevArgD_set, O.memo6__prevArgE_set, O.memo6__prevArgF_set, O.memo6__prevResult_set, O.memo6__prevArgA_get, O.memo6__prevArgB_get, O.memo6__prevArgC_get, O.memo6__prevArgD_get, O.memo6__prevArgE_get, O.memo6__prevArgF_get, O.memo6__prevResult_get, O.memo6_closure, O.memo7__prevArgA_set, O.memo7__prevArgB_set, O.memo7__prevArgC_set, O.memo7__prevArgD_set, O.memo7__prevArgE_set, O.memo7__prevArgF_set, O.memo7__prevArgG_set, O.memo7__prevResult_set, O.memo7__prevArgA_get, O.memo7__prevArgB_get, O.memo7__prevArgC_get, O.memo7__prevArgD_get, O.memo7__prevArgE_get, O.memo7__prevArgF_get, O.memo7__prevArgG_get, O.memo7__prevResult_get, O.memo7_closure, O.memo8__prevArgA_set, O.memo8__prevArgB_set, O.memo8__prevArgC_set, O.memo8__prevArgD_set, O.memo8__prevArgE_set, O.memo8__prevArgF_set, O.memo8__prevArgG_set, O.memo8__prevArgH_set, O.memo8__prevResult_set, O.memo8__prevArgA_get, O.memo8__prevArgB_get, O.memo8__prevArgC_get, O.memo8__prevArgD_get, O.memo8__prevArgE_get, O.memo8__prevArgF_get, O.memo8__prevArgG_get, O.memo8__prevArgH_get, O.memo8__prevResult_get, O.memo8_closure, O.memo9__prevArgA_set, O.memo9__prevArgB_set, O.memo9__prevArgC_set, O.memo9__prevArgD_set, O.memo9__prevArgE_set, O.memo9__prevArgF_set, O.memo9__prevArgG_set, O.memo9__prevArgH_set, O.memo9__prevArgI_set, O.memo9__prevResult_set, O.memo9__prevArgA_get, O.memo9__prevArgB_get, O.memo9__prevArgC_get, O.memo9__prevArgD_get, O.memo9__prevArgE_get, O.memo9__prevArgF_get, O.memo9__prevArgG_get, O.memo9__prevArgH_get, O.memo9__prevArgI_get, O.memo9__prevResult_get, O.memo9_closure, O.memo10__prevArgA_set, O.memo10__prevArgB_set, O.memo10__prevArgC_set, O.memo10__prevArgD_set, O.memo10__prevArgE_set, O.memo10__prevArgF_set, O.memo10__prevArgG_set, O.memo10__prevArgH_set, O.memo10__prevArgI_set, O.memo10__prevArgJ_set, O.memo10__prevResult_set, O.memo10__prevArgA_get, O.memo10__prevArgB_get, O.memo10__prevArgC_get, O.memo10__prevArgD_get, O.memo10__prevArgE_get, O.memo10__prevArgF_get, O.memo10__prevArgG_get, O.memo10__prevArgH_get, O.memo10__prevArgI_get, O.memo10__prevArgJ_get, O.memo10__prevResult_get, O.memo10_closure, S.PdfDocument_getPage_closure, V.PdfPage_render_closure, V.PdfPage_close_closure, V.Page_render_closure, X._PdfViewState__getPageImage_closure, X._PdfViewState__changeLoadingState_closure, X._PdfViewState__buildLoaded_closure, X._PdfViewState__buildLoaded_closure0, X._PdfViewState__buildLoaded_closure1, X._PdfViewState_build_closure, V.PdfPageImageProvider_load_closure, F._FadeWidgetState_animationStatusChange_closure, K.RenderOverflowView_resetOffstage_closure, K.RenderOverflowView_performFixedLayout_getChildOffset, K.RenderOverflowView_performFlexibleLayout_closure, K.RenderOverflowView_visitOnlyOnStageChildren_closure, K.RenderOverflowView_paint_paintChild, K.RenderOverflowView_paint_defaultPaint, K.RenderOverflowView_hitTestChildren_closure, K.RenderOverflowView_hitTestChildren__closure, K.OverflowView$_all_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, E._PhotoViewState_build_closure, M.PhotoViewCoreState_build_closure, O.PhotoViewGestureDetector_build_closure, O.PhotoViewGestureDetector_build_closure0, O.PhotoViewGestureDetector_build_closure1, O.PhotoViewGestureDetector_build_closure2, O.PhotoViewGestureDetector_build_closure3, O.PhotoViewGestureDetector_build_closure4, L._ImageWrapperState__getOrCreateListener_handleImageChunk, L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, L._ImageWrapperState__getOrCreateListener_handleImageFrame, L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, L._ImageWrapperState__getOrCreateListener_handleError, L._ImageWrapperState__getOrCreateListener_handleError_closure, L._registerFactory_closure, E._QrImageState_build_closure, S.QrValidator_validate__qrCode_set, S.QrValidator_validate__qrCode_get, A.hashObjects_closure1, X.Store__createReduceAndNotify_closure, X.Store__createDispatchers_closure, B.combineReducers_closure, O.LoggingMiddleware_call_closure, N.RoundedLoadingButtonState_build_closure, N.RoundedLoadingButtonState_initState_closure, N.RoundedLoadingButtonState_initState__closure1, N.RoundedLoadingButtonState_initState_closure0, N.RoundedLoadingButtonState_initState__closure0, N.RoundedLoadingButtonState_initState_closure1, N.RoundedLoadingButtonState_initState_closure2, N.RoundedLoadingButtonState_initState__closure, U.BehaviorSubject__deferStream_closure, U.BehaviorSubject_map_closure, U.BehaviorSubject__forwardBehaviorSubject__subject_set, U.BehaviorSubject__forwardBehaviorSubject__subscription_set, U.BehaviorSubject__forwardBehaviorSubject__subject_get, U.BehaviorSubject__forwardBehaviorSubject__subscription_get, U.BehaviorSubject__forwardBehaviorSubject_closure0, U.BehaviorSubject__forwardBehaviorSubject_closure, F.Subject_addStream_closure, F.Subject_addStream_closure0, F.Subject_addStream_closure2, F.Subject_addStream_closure1, G._StartWithStreamSink_onListen_closure, O._StartWithErrorStreamSink_onListen_closure, F.forwardStream__controller_set, F.forwardStream__subscription_set, F.forwardStream__controller_get, F.forwardStream__subscription_get, F.forwardStream_runCatching, F.forwardStream_closure, F.forwardStream__closure1, F.forwardStream__closure2, F.forwardStream___closure1, F.forwardStream__closure4, F.forwardStream___closure, F.forwardStream__closure3, F.forwardStream___closure0, F.forwardStream_closure0, F.forwardStream_closure1, F.forwardStream__closure0, F.forwardStream_closure2, F.forwardStream__closure, M.RouteObserverBreadcrumb__formatArgs_closure, V.SharedPreferencesPlugin__storedFlutterKeys_closure, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, S.BasicLock_synchronized__complete, E.format_closure, F.MethodChannelUrlLauncher_canLaunch_closure, F.MethodChannelUrlLauncher_launch_closure, A.hashObjects_closure0]); + _inheritMany(P.Object, [H.Closure, H._NullTreeSanitizer, H.AlarmClock, H.AssetManager, H.AssetManagerException, H.EngineCanvas, H.BrowserEngine, H.OperatingSystem, H._SaveStackTracking, H.ContextStateHandle, J.Interceptor, H.CanvasKitCanvas, H.CkTextStyle, H.ClipboardMessageHandler, H.ClipboardAPICopyStrategy, H.ClipboardAPIPasteStrategy, H.ExecCommandCopyStrategy, H.ExecCommandPasteStrategy, H.DomRenderer, H._SaveStackEntry, H._SaveClipEntry, H._SaveElementStackEntry, H.SaveElementStackTracking, H.FrameReference, H.CrossFrameCache, H._CrossFrameCacheItem, H.SurfaceCanvas, H._DomClip, H.PersistedSurface, H.SurfacePaint, H.SurfacePaintData, H.Conic, H._QuadBounds, H._ConicBounds, H._ConicPair, H._CubicBounds, H.SurfacePath, H._SkQuadCoefficients, H.PathRef, H.PathRefIterator, H._QuadRoots, H.PathWinding, H.PathIterator, H._PaintRequest, H.RecordingCanvas, H.PaintCommand, H._PaintBounds, H.RenderStrategy, H._WebGlRenderer, H._GlProgram, H._GlContext, H._OffScreenCanvas, H.SurfaceScene, H.SurfaceSceneBuilder, H.NormalizedGradient, H.EngineGradient, H.ShaderBuilder, H.ShaderMethod, H.ShaderDeclaration, H.PersistedSurfaceState, H._PersistedSurfaceMatch, H.HtmlCodec, H.SingleFrameInfo, H.HtmlImage, H.Keyboard, H.KeyboardBinding, H.FlutterHtmlKeyboardEvent, H.KeyboardConverter, H.MouseCursor, H.BrowserHistory, H.UrlStrategy, H.PlatformLocation, H.EnginePictureRecorder, H.EnginePicture, P.PlatformDispatcher, H.PointerBinding, H.PointerSupportDetector, H._BaseAdapter, H._WheelEventListenerMixin, H._SanitizedDetails, H._ButtonSanitizer, H._PointerState, H.PointerDataConverter, H.Profiler, H.AccessibilityAnnouncements, H._CheckableKind, H.RoleManager, H.SemanticsUpdate, H.SemanticsNodeUpdate, H.Role, H.SemanticsObject, H.AccessibilityMode, H.GestureMode, H.EngineSemanticsOwner, H.EnabledState, H.SemanticsHelper, H.SemanticsEnabler, H.DefaultTextEditingStrategy, P._ListBase_Object_ListMixin, H.MethodCall0, H.JSONMessageCodec, H.JSONMethodCodec, H.StandardMessageCodec, H.StandardMethodCodec, H.WriteBuffer0, H.ReadBuffer0, H.SurfaceShadowData, H.CanvasParagraph, H.FlatTextSpan, H.StyleNode, H.CanvasParagraphBuilder, H.FontCollection, H.FontManager, H.TextLayoutService, H.RangeBox, H.LineSegment, H.LineBuilder, H.Spanometer, H.LineCharProperty, H.LineBreakType, H.LineBreakResult, H.RulerHost, H.TextMeasurementService, H.LinesCalculator, H.MaxIntrinsicCalculator, H.TextPaintService, H.EngineLineMetrics, H.DomParagraph, H.EngineParagraphStyle, H.EngineTextStyle, H.EngineStrutStyle, H.DomParagraphBuilder, H.ParagraphGeometricStyle, H.TextHeightStyle, H.TextDimensions, H.TextHeightRuler, H.ParagraphRuler, H.MeasurementResult, H._ComparisonResult, H.UnicodeRange, H.UnicodePropertyLookup, H.WordCharProperty, H._FindBreakDirection, H.BrowserAutofillHints, H.EngineInputType, H.TextCapitalization, H.TextCapitalizationConfig, H.EngineAutofillForm, H.AutofillInfo, H.EditingState, H.InputConfiguration, H.TextInputCommand, H.TextEditingChannel, H.HybridTextEditing, H.EditableTextStyle, H.EditableTextGeometry, H.TransformKind, H.Matrix40, H.Vector30, H.WebExperiments, P.FlutterView, H.WindowPadding, H.JS_CONST, H.HttpException, H._HeaderValue, J.ArrayIterator, H._CopyingBytesBuilder, P.Iterable, H.CastIterator, P.MapMixin, P.Error, H.ListIterator, P.Iterator, H.ExpandIterator, H.EmptyIterator, H.FollowedByIterator, H.WhereTypeIterator, H.FixedLengthListMixin, H.UnmodifiableListMixin, H.Symbol, P.MapView, H.ConstantMap, H.JSInvocationMirror, H.TypeErrorDecoder, H.NullThrownFromJavaScriptException, H.ExceptionAndStackTrace, H._StackTrace, H._Required, H.LinkedHashMapCell, H.LinkedHashMapKeyIterator, H.JSSyntaxRegExp, H._MatchImplementation, H._AllMatchesIterator, H.StringMatch, H._StringAllMatchesIterator, H.Rti, H._FunctionParameters, H._Type, P._TimerImpl, P._AsyncAwaitCompleter, P._AsyncStarStreamController, P._IterationMarker, P._SyncStarIterator, P.AsyncError, P.Stream, P._BufferingStreamSubscription, P._BroadcastStreamController, P.TimeoutException, P._Completer, P._FutureListener, P._Future, P._AsyncCallbackEntry, P.StreamSubscription, P.StreamTransformerBase, P._StreamController, P._SyncStreamControllerDispatch, P._AsyncStreamControllerDispatch, P._StreamSinkWrapper0, P._AddStreamState, P._PendingEvents, P._DelayedEvent, P._DelayedDone, P._DoneStreamSubscription, P._BroadcastSubscriptionWrapper, P._StreamIterator, P._EventSinkWrapper, P._HandlerEventSink, P._ZoneFunction, P._RunNullaryZoneFunction, P._RunUnaryZoneFunction, P._RunBinaryZoneFunction, P._RegisterNullaryZoneFunction, P._RegisterUnaryZoneFunction, P._RegisterBinaryZoneFunction, P._ZoneSpecification, P._ZoneDelegate, P._Zone, P._HashMapKeyIterator, P.__SetBase_Object_SetMixin, P._HashSetIterator, P._LinkedHashSetCell, P._LinkedHashSetIterator, P.IterableMixin, P._LinkedListIterator, P.LinkedListEntry, P.ListMixin, P._MapBaseValueIterator, P._UnmodifiableMapMixin, P._ListQueueIterator, P.SetMixin, P._UnmodifiableSetMixin, P._SplayTreeNode, P._SplayTree, P._SplayTreeIterator, P.Codec0, P._Base64Encoder, P._Base64Decoder, P.ChunkedConversionSink, P._JsonStringifier, P._JsonPrettyPrintMixin, P._Utf8Encoder, P._Utf8Decoder, P._BigIntImpl, P.Comparable, P.DateTime, P.Duration, P.OutOfMemoryError, P.StackOverflowError, P._Exception, P.FormatException, P.IntegerDivisionByZeroException, P.Expando, P.MapEntry, P.Null, P._StringStackTrace, P.Stopwatch, P.StringBuffer, P._Uri, P.UriData, P._SimpleUri, P.ServiceExtensionResponse, P.TimelineTask, P._AsyncBlock, W.CssStyleDeclarationBase, W._WrappedEvent, W._BeforeUnloadEventStreamProvider, W.EventStreamProvider, W._Html5NodeValidator, W.ImmutableListMixin, W.NodeValidatorBuilder, W._SimpleNodeValidator, W._SvgNodeValidator, W.FixedSizeListIterator, W.Console, W._DOMWindowCrossFrame, W._SameOriginUriPolicy, W._ValidatingTreeSanitizer, P._StructuredClone, P._AcceptStructuredClone, P.OSError, P.FileSystemEntity, P.FileMode, P.FileSystemException, P.FileSystemEntityType, P.JsObject, P.NullRejectionException, P._JSRandom, P._Random, P.Point, P._RectangleBase, P.Endian, P.ClipOp, P.PathFillType, P._StoredMessage, P._Channel, P.ChannelBuffers, P.OffsetBase, P.Rect, P.Radius, P.RRect, P._HashEnd, P.KeyEventType, P.KeyData, P.Color, P.StrokeCap, P.StrokeJoin, P.PaintingStyle, P.BlendMode, P.Clip, P.BlurStyle, P.MaskFilter, P.FilterQuality, P.Shadow, P.PlatformConfiguration, P.ViewConfiguration, P.FrameTiming, P.AppLifecycleState, P.Locale, P.PointerChange, P.PointerDeviceKind, P.PointerSignalKind, P.PointerData, P.PointerDataPacket, P.SemanticsAction, P.SemanticsFlag, P.SemanticsUpdateBuilder, P.FontStyle, P.PlaceholderAlignment, P.FontWeight, P.FontFeature, P.TextAlign, P.TextBaseline, P.TextDecoration, P.TextDecorationStyle, P.TextDirection, P.TextBox, P.TextAffinity, P.TextPosition, P.TextRange, P.ParagraphConstraints, P.BoxHeightStyle, P.BoxWidthStyle, P.TileMode, P.AccessibilityFeatures, P.Brightness, P.CallbackHandle, P.PlatformViewRegistry, D.GZipEncoder, T.InputStreamBase, Q.OutputStreamBase, T.Deflate, T._DeflaterConfig, T._HuffmanTree, T._StaticTree, Y.HuffmanTable, S.Inflate, Y._DiagnosticableTree_Object_Diagnosticable, N._State_Object_Diagnosticable, Q.BoardViewController, Q.CopyOnWriteList, A.CopyOnWriteSet, D.BuiltList, D.ListBuilder, R.BuiltListMultimap, R.ListMultimapBuilder, A.BuiltMap, A.MapBuilder, X.BuiltSet, X.SetBuilder, M.BuiltSetMultimap, M.SetMultimapBuilder, Y.EnumClass, Y.IndentingBuiltValueToStringHelper, A.JsonObject, U.FullType, O.BigIntSerializer, R.BoolSerializer, Y.BuiltJsonSerializers, Y.BuiltJsonSerializersBuilder, R.BuiltListMultimapSerializer, K.BuiltListSerializer, K.BuiltMapSerializer, R.BuiltSetMultimapSerializer, O.BuiltSetSerializer, Z.DateTimeSerializer, D.DoubleSerializer, K.DurationSerializer, Q.Int64Serializer, B.IntSerializer, O.JsonObjectSerializer, S.NullSerializer, K.NumSerializer, K.RegExpSerializer, M.StringSerializer, O.UriSerializer, T.StandardJsonPlugin, M.ImageProvider, Z.ImageRenderMethodForWeb, L._ImageStreamCompleter_Object_Diagnosticable, T.StringCharacterRange, A.Breaks, A.BackBreaks, X.BaseChart0, B.BaseSeriesRenderer, B.BaseBarRendererElement, B.BaseAnimatedBar, X.LayoutViewConfig, T.ConstCornerStrategy, A.BarGroupingType, M.AxisOrientation, M.ImmutableAxis, S.Tick, V.CollisionReport, R.BaseRenderSpec, R.BaseTickDrawStrategy, R._PixelVerticalDirection, Y.NoneDrawStrategy, K.LinearScale, U.LinearScaleDomainInfo, A.LinearScaleFunction, O.LinearScaleViewportSettings, L.NumericExtents, K.BaseTickProvider, A._TickStepInfo, A.OrdinalScaleDomainInfo, B.Scale, B.ScaleOutputExtent, B.RangeBandType, B.RangeBandConfig, B.StepSizeType, B.StepSizeConfig, B.Extents, E.SimpleOrdinalScale, T.AxisSpec, T.TextStyleSpec, T.LineStyleSpec, T.TickLabelAnchor, T.TickLabelJustification, B.SimpleTickFormatterBase, O.AutoAdjustingDateTimeTickProvider, D.BaseTimeStepper, D._TimeStepIteratorImpl, F.DateTimeTickFormatter, R.TimeTickFormatterImpl, R.CalendarField, X.LifecycleListener, O.BehaviorPosition, O.OutsideJustification, O.InsideJustification, O.DomainHighlighter0, D.Legend, D.LegendState, D.LegendTapHandling, K.LegendEntryBase, O.LegendDefaultMeasure, V.PerSeriesLegendEntryGenerator, E.LinePointHighlighter0, X.LayoutView, K.NullablePoint, E._PointRendererElement, E._AnimatedPoint, E.LinePointHighlighterFollowLineType, Z.SelectNearest0, Z.SelectionMode, S.SelectionTrigger, G.CanvasRect, G.CanvasBarStack, S.FillPatternType, L.DatumDetails, N.ImmutableSeries, D.SelectionModel, D.SelectionModelType, R.SeriesDatum, O.TypedRegistry, N.IdentityConverter, M.LayoutConfig, M.MarginSpec, D.LayoutManagerImpl, D._MeasuredSizes, B.SizeList, B._DesiredViewSizes, B.VerticalMarginStrategy, B.HorizontalMarginStrategy, X.LayoutPosition, X.ViewMargin, X.ViewMeasuredSizes, T._LineRendererElement, T._AnimatedLine, T._AreaRendererElement, T._AnimatedArea, T._AnimatedElements, T._Range, K.Color0, Z.LocalDateTimeFactory, N.GestureListener, A.Palette, G.ProxyGestureListener, D.MaterialStyle, M.StyleFactory, B.BaseSymbolRenderer, Q.TextDirection0, Q.MaxWidthStrategy, X.TextMeasurement, O.TypedKey, F.Series, O.ChartBehavior, O.GestureType, Y.BaseLegendContentBuilder, M.SimpleLegendEntryLayout, L.TabularLegendLayout, S.ChartCanvas, B.AbstractNode, B.Listenable, K.ChartGestureDetector, A.GraphicsFactory, X.LineStyle, F.SelectionModelConfig, B.SymbolRendererCanvas, Q.TextElement, A.TextStyle0, B.MultiChildLayoutDelegate, E._HorizontalJustification, E.Clock, M.CanonicalizedMap, U.DefaultEquality, U.IterableEquality, U.ListEquality, U._UnorderedEquality, U._MapEntry, U.MapEquality, U.DeepCollectionEquality, Y.HeapPriorityQueue, R.XFileBase, D.Enum, E.Clock0, U.MemoryFileSystemEntity, T._FileSink, M.MemoryFileStat, E.FileSystem0, B.Node0, Z.FileSystemOp, O.FileSystemStyle, R.DirectoryAddOnsMixin, S._LinuxCodes, S._MacOSCodes, S._WindowsCodes, E.PlatformInterface, G.FileType, K.FilePickerResult, T.PlatformFile, V.Int64, X.AnimationStatus, G._AnimationDirection, G.AnimationBehavior, T.Simulation, S.AnimationWithParentMixin, S._TrainHoppingMode, Z.ParametricCurve, S.AnimationLazyListenerMixin, S.AnimationEagerListenerMixin, S.AnimationLocalListenersMixin, S.AnimationLocalStatusListenersMixin, R.Animatable, Y.TweenSequenceItem, Y._Interval, F.TextSelectionControls, T._IconThemeData_Object_Diagnosticable, K.CupertinoUserInterfaceLevelData, L.LocalizationsDelegate, L.DefaultCupertinoLocalizations, D._CupertinoBackGestureController, Z._Decoration_Object_Diagnosticable, Z.BoxPainter, R._CupertinoTextThemeData_Object_Diagnosticable, R._TextThemeDefaultsBuilder, K.NoDefaultCupertinoThemeData, K._CupertinoThemeDefaults, K._CupertinoTextThemeDefaults, A.CupertinoThumbPainter, Y.DiagnosticsNode, U._FlutterErrorDetails_Object_Diagnosticable, N.BindingBase, B.ChangeNotifier, Y.DiagnosticLevel, Y.DiagnosticsTreeStyle, Y.TextTreeConfiguration, Y._WordWrapParseMode, Y._PrefixedStringBuilder, Y._NoDefaultValue, Y.TextTreeRenderer, Y.DiagnosticPropertiesBuilder, Y.Diagnosticable, Y.DiagnosticableTreeMixin, D.Key, D._TypeLiteral, F.LicenseParagraph, F.LicenseEntry, F._LicenseEntryWithLineBreaksParserState, T.TargetPlatform, G.WriteBuffer, G.ReadBuffer, R.StackFrame, O.SynchronousFuture, D.GestureDisposition, D.GestureArenaMember, D.GestureArenaEntry, D._GestureArena, D.GestureArenaManager, N._Resampler, N.GestureBinding, V.Drag, O.DragDownDetails, O.DragStartDetails, O.DragUpdateDetails, O.DragEndDetails, F._PointerEvent_Object_Diagnosticable, F._PointerEventDescription, F._AbstractPointerEvent, F._CopyPointerAddedEvent, F._CopyPointerRemovedEvent, F._CopyPointerHoverEvent, F._CopyPointerEnterEvent, F._CopyPointerExitEvent, F._CopyPointerDownEvent, F._CopyPointerMoveEvent, F._CopyPointerUpEvent, F._CopyPointerScrollEvent, F._CopyPointerCancelEvent, K._ForceState, K.ForcePressDetails, O.HitTestEntry, O._TransformPart, O.HitTestResult, T.LongPressStartDetails, T.LongPressMoveUpdateDetails, T.LongPressEndDetails, B._Vector, B._Matrix, B.PolynomialFit, B.LeastSquaresSolver, O._DragState, V.MultiDragPointerState, F._CountdownZoned, F._TapTracker, O.PointerRouter, G.PointerSignalResolver, S.DragStartBehavior, S.GestureRecognizerState, S.OffsetPair, B._ScaleState, B.ScaleStartDetails, B.ScaleUpdateDetails, B.ScaleEndDetails, B._LineBetweenPointers, N.TapDownDetails, N.TapUpDetails, V._CombiningGestureArenaEntry, V.GestureArenaTeam, R.Velocity, R.VelocityEstimate, R._PointAtTime, R.VelocityTracker, A._LicenseData, A._DetailArguments, A._ActionLevel, A._LayoutMode, A._Focus, A._MasterDetailFlowProxy, S.ThemeMode, K.ScrollBehavior, T.SingleChildLayoutDelegate, U.SliverPersistentHeaderDelegate, V._AppBarTheme_Object_Diagnosticable, D._CornerId, D._Diagonal, Q._MaterialBannerThemeData_Object_Diagnosticable, D._BottomAppBarTheme_Object_Diagnosticable, M._BottomNavigationBarThemeData_Object_Diagnosticable, X._BottomSheetThemeData_Object_Diagnosticable, M._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpProperties3, A._LerpSides, A._LerpShapes, A._MouseCursor_Object_Diagnosticable, M.ButtonTextTheme, M.ButtonBarLayoutBehavior, M._ButtonThemeData_Object_Diagnosticable, B.SliverGridDelegate, A._CardTheme_Object_Diagnosticable, F._CheckboxThemeData_Object_Diagnosticable, F._LerpProperties1, K._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, S.DataColumn, S.DataRow, S.DataCell, S.TableColumnWidth, Z._DataTableThemeData_Object_Diagnosticable, Z._LerpProperties2, Q.DatePickerEntryMode, Q.DatePickerMode, K.Route, Y._DialogTheme_Object_Diagnosticable, G._DividerThemeData_Object_Diagnosticable, Z.DrawerAlignment, K._DropdownRouteResult, K._MenuLimits, V.MaterialStateProperty, T._ElevatedButtonThemeData_Object_Diagnosticable, D.ExpansionPanel, E._DefaultHeroTag, A.FloatingActionButtonLocation, A.FabTopOffsetY, A.FabFloatOffsetY, A.FabDockedOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, S._FloatingActionButtonThemeData_Object_Diagnosticable, M.InkFeature, R.InteractiveInkFeatureFactory, R._HighlightType, Y.ShapeBorder, L.FloatingLabelBehavior, L._DecorationSlot, L._Decoration, L._RenderDecorationLayout, L.InputDecoration, L._InputDecorationTheme_Object_Diagnosticable, Q.ListTileStyle, Q.ListTileControlAffinity, Q._ListTileSlot, M.MaterialType, U.DefaultMaterialLocalizations, V.MaterialState, V._MaterialStatePropertyWith, V._MaterialStatePropertyAll, B.MergeableMaterialItem, B._AnimationTuple, E._NavigationRailThemeData_Object_Diagnosticable, U._OutlinedButtonThemeData_Object_Diagnosticable, V.MaterialRouteTransitionMixin, K.PageTransitionsBuilder, K._PageTransitionsTheme_Object_Diagnosticable, R._PopupMenuThemeData_Object_Diagnosticable, U._ActivityIndicatorType, T._RadioThemeData_Object_Diagnosticable, T._LerpProperties0, N._RefreshIndicatorMode, N.RefreshIndicatorTriggerMode, M._ScaffoldSlot, M.ScaffoldPrelayoutGeometry, M.ScaffoldGeometry, K.Constraints, M.ScaffoldFeatureController, X._ScrollbarThemeData_Object_Diagnosticable, X._LerpProperties4, F.TextSelectionGestureDetectorBuilder, Q._SliderThemeData_Object_Diagnosticable, N.SnackBarClosedReason, K._SnackBarThemeData_Object_Diagnosticable, N._SwitchType, O._SwitchListTileType, R._SwitchThemeData_Object_Diagnosticable, R._LerpProperties, U._TabBarTheme_Object_Diagnosticable, T._TextButtonThemeData_Object_Diagnosticable, R._TextSelectionThemeData_Object_Diagnosticable, R._TextTheme_Object_Diagnosticable, X.MaterialTapTargetSize, X._ThemeData_Object_Diagnosticable, X._IdentityThemeDataCacheKey, X._FifoCache, X._VisualDensity_Object_Diagnosticable, Z.DayPeriod, Z.TimeOfDay, Z.TimeOfDayFormat, Z.HourFormat, M._TimePickerMode, M.TimePickerEntryMode, M._TimePickerFragmentContext, M._TappableLabel, A._TimePickerThemeData_Object_Diagnosticable, S._ToggleButtonsThemeData_Object_Diagnosticable, F.ToggleableStateMixin, T._TooltipThemeData_Object_Diagnosticable, U.ScriptCategory, U._Typography_Object_Diagnosticable, K.AlignmentGeometry, K.TextAlignVertical, G.RenderComparison, G.Axis0, G.VerticalDirection, G.AxisDirection, N.PaintingBinding, K.BorderRadiusGeometry, Y.BorderStyle, Y.BorderSide, F.BoxShape, U.BoxFit, U.FittedSizes, Z.ClipContext, E.ImageSizeInfo, X.ImageRepeat, X.DecorationImage, X.DecorationImagePainter, V.EdgeInsetsGeometry, E.ImageCache, E._CachedImageBase, E._PendingImage, M.ImageConfiguration, M.AssetBundleImageKey, L.ImageInfo, L.ImageStreamListener, L._ImageChunkEvent_Object_Diagnosticable, L._ImageStream_Object_Diagnosticable, L.ImageStreamCompleterHandle, G.Accumulator, G.InlineSpanSemanticsInformation, V.NotchedShape, D.ShaderWarmUp, M._StrutStyle_Object_Diagnosticable, U.PlaceholderDimensions, U.TextWidthBasis, U._CaretMetrics, U.TextPainter, A._TextStyle_Object_Diagnosticable, M.SpringDescription, M.SpringType, M._CriticalSolution, M._OverdampedSolution, M._UnderdampedSolution, N.Tolerance, F.RenderAnimatedSizeState, N.RendererBinding, K.ParentData, S._IntrinsicDimension, S._IntrinsicDimensionsCacheEntry, S.RenderBoxContainerDefaultsMixin, V.CustomPainterSemantics, T.DebugOverflowIndicatorMixin, D.TextSelectionPoint, F.FlexFit, F.MainAxisSize, F.MainAxisAlignment, F.CrossAxisAlignment, F._LayoutSizes, T.AnnotationEntry, T.AnnotationResult, T.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, K.SemanticsHandle, K.PipelineOwner, K.RenderObjectWithChildMixin, K.ContainerParentDataMixin, K.ContainerRenderObjectMixin, K.RelayoutWhenSystemFontsChangeMixin, K._SemanticsFragment, K._SemanticsGeometry, Q.TextOverflow, G.PlatformViewHitTestBehavior, G._PlatformViewGestureMixin, E.RenderProxyBoxMixin, E.HitTestBehavior, E.RenderAnimatedOpacityMixin, E.DecorationPosition, G.GrowthDirection, G._SliverGeometry_Object_Diagnosticable, G.RenderSliverHelpers, B.SliverGridGeometry, B.SliverGridLayout, F.KeepAliveParentDataMixin, F.RenderSliverWithKeepAliveMixin, U.PersistentHeaderShowOnScreenConfiguration, K.RelativeRect, K.StackFit, K.Overflow, S.TableCellVerticalAlignment, A.ViewConfiguration0, Q.CacheExtentStyle, Q.RevealedOffset, N.ScrollDirection, N.WrapAlignment, N.WrapCrossAlignment, N._RunMetrics, N._TaskEntry, N._FrameCallbackEntry, N.SchedulerPhase, N.SchedulerBinding, V.Priority, M.Ticker, M.TickerFuture, M.TickerCanceled, N.SemanticsBinding, A.SemanticsTag, A.CustomSemanticsAction, A._SemanticsData_Object_Diagnosticable, A._BoxEdge, A._TraversalSortNode, A.SemanticsConfiguration, A.DebugSemanticsDumpOrder, A._SemanticsSortKey_Object_Diagnosticable, E.SemanticsEvent, Q.AssetBundle, F.AutofillConfiguration, N.TextInputConfiguration, F.AutofillScopeMixin, Q.BinaryMessenger, N.ServicesBinding, T.ClipboardData, G._KeyboardKey_Object_Diagnosticable, F.MethodCall, F.PlatformException, F.MissingPluginException, U.StringCodec, U.JSONMessageCodec0, U.JSONMethodCodec0, U.StandardMessageCodec0, U.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, R.PlatformViewsRegistry, R.PlatformViewController, B.KeyboardSide, B.ModifierKey, B.RawKeyEventData, B._RawKeyEvent_Object_Diagnosticable, B.RawKeyboard, B._ModifierSidePair, K.RestorationBucket, X.ApplicationSwitcherDescription, X.SystemUiOverlayStyle, V.SystemSoundType, B.MaxLengthEnforcement, B.TextInputFormatter, N.SmartDashesType, N.SmartQuotesType, N.TextInputType, N.TextInputAction, N.TextCapitalization0, N.FloatingCursorDragState, N.TextEditingValue, N.SelectionChangedCause, N.TextSelectionDelegate, N.TextInputConnection, N.TextInput, U._Intent_Object_Diagnosticable, U._Action_Object_Diagnosticable, U._ActionDispatcher_Object_Diagnosticable, U.CrossFadeState, G._ChildEntry, B.ConnectionState, B.AsyncSnapshot, F.AutofillContextAction, U.Notification0, L.AutomaticKeepAliveClientMixin, N.WidgetsBindingObserver, N.WidgetsBinding, K.DisposableBuildContext, S._DraggableSheetExtent, D.ToolbarOptions, O.KeyEventResult, O.FocusAttachment, O.UnfocusDisposition, O._FocusNode_Object_DiagnosticableTreeMixin, O.FocusHighlightMode, O.FocusHighlightStrategy, O._FocusManager_Object_DiagnosticableTreeMixin, U._FocusTraversalGroupInfo, U.TraversalDirection, U._FocusTraversalPolicy_Object_Diagnosticable, U._DirectionalPolicyDataEntry, U._DirectionalPolicyData, U.DirectionalFocusTraversalPolicyMixin, U.__ReadingOrderSortData_Object_Diagnosticable, U.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A.AutovalidateMode, N._StateLifecycle, N._ElementLifecycle, N._InactiveElements, N.BuildOwner, N.DebugCreator, N.IndexedSlot, D.GestureRecognizerFactory, D.SemanticsGestureDelegate, T.HeroFlightDirection, T._HeroFlightManifest, T._HeroFlight, K.NavigatorObserver, X.IconData, M.CapturedThemes, A.RenderConstrainedLayoutBuilder, L._Pending, L.DefaultWidgetsLocalizations, F.Orientation, F.MediaQueryData, F.NavigationMode, E._ToolbarSlot, K.RoutePopDisposition, K.RouteSettings, K.RouteTransitionRecord, K.TransitionDelegate, K._RouteLifecycle, K._NavigatorObservation, K._RouteRestorationType, K._RestorationInformation, E.OverflowBarAlignment, L._GlowState, S._StorageEntryIdentifier, S.PageStorageBucket, M._FixedScrollMetrics_Object_ScrollMetrics, L.ScrollPhysics, G.PlatformViewCreationParams, K.RestorationMixin, Z.RouteInformation, T.LocalHistoryEntry, T.LocalHistoryRoute, M.ScrollActivity, M.ScrollDragController, K._WrappedScrollBehavior, M.ScrollMetrics, G.ViewportNotificationMixin, A.ScrollPositionAlignmentPolicy, Y._NBSample, B.ScrollViewKeyboardDismissBehavior, F.ScrollableDetails, F.ScrollIncrementType, X.KeySet, G.SliverChildDelegate, U._RenderSliverPersistentHeaderForWidgetsMixin, S.TableRow, S._TableElementRow, S.__TableSlot_Object_Diagnosticable, F.TextSelectionHandleType, F._TextSelectionHandlePosition, F.TextSelectionOverlay, U.SingleTickerProviderStateMixin, U.TickerProviderStateMixin, N._WidgetInspectorService, N.WidgetInspectorService, N._ElementLocationStatsTracker, N.InspectorSelection, Y.CacheManager, V.ImageCacheManager, D.CacheStore, R.Config, V.FileResponse, A.NonStoringObjectProvider, T.CacheObject, M.MemoryCacheSystem, E.FileService, E.HttpGetResponse, B.QueueItem, Q.WebHelper, Y.GlobalCupertinoLocalizations, U.GlobalMaterialLocalizations, B.GlobalWidgetsLocalizations, A.SlidableRenderingMode, A.SlideActionType, A.SlideActionDelegate, Z.StyledToastPosition, Z.StyledToastAnimation, Q.ToastFuture, Q.ToastManager, L.SuggestionsBoxDecoration, L.TextFieldConfiguration, L._SuggestionsBox, K.GoogleSignInAuthentication, K.GoogleSignInAccount, K.GoogleSignIn, X.GoogleSignInPlatform, G.SignInOption, G.GoogleSignInUserData, G.GoogleSignInTokenData, E.BaseClient, G.BaseRequest, T.BaseResponse, E.ClientException, K.MultipartFile, R.MediaType, L.ImagePicker, Q.CameraDevice, E.ImageSource, B.DateSymbols, B.NumberSymbols, S.DateBuilder, A.DateFormat, A._DateFormatField, U.IntlStream, S.NumberFormat, Q.NumberFormatParseResult, Q.NumberFormatParser, K.StringIterator, X.UninitializedLocaleData, X.LocaleDataException, E.PluralCase, E.InvoiceStatusColors, E.RecurringInvoiceStatusColors, E.CreditStatusColors, E.QuoteStatusColors, E.PaymentStatusColors, E.ExpenseStatusColors, S.FileStorage, O.AccountEntity, O._$AccountEntitySerializer, O.AccountEntityBuilder, T.ClientListResponse, T.ClientItemResponse, T._ClientEntity_Object_BaseEntity, T._ContactEntity_Object_BaseEntity, T._$ClientListResponseSerializer, T._$ClientItemResponseSerializer, T._$ClientEntitySerializer, T._$ContactEntitySerializer, T.ClientListResponseBuilder, T.ClientItemResponseBuilder, T.ClientEntityBuilder, T.ContactEntityBuilder, O.CompanyGatewayListResponse, O.CompanyGatewayItemResponse, O._CompanyGatewayEntity_Object_BaseEntity, O.FeesAndLimitsSettings, O._$CompanyGatewayListResponseSerializer, O._$CompanyGatewayItemResponseSerializer, O._$CompanyGatewayEntitySerializer, O._$FeesAndLimitsSettingsSerializer, O.CompanyGatewayListResponseBuilder, O.CompanyGatewayItemResponseBuilder, O.CompanyGatewayEntityBuilder, O.FeesAndLimitsSettingsBuilder, A._CompanyEntity_Object_BaseEntity, A._GatewayEntity_Object_SelectableEntity, A.GatewayOptionsEntity, A.UserCompanyEntity, A.UserSettingsEntity, A.ReportSettingsEntity, A.CompanyItemResponse, A._$CompanyEntitySerializer, A._$GatewayEntitySerializer, A._$GatewayOptionsEntitySerializer, A._$UserCompanyEntitySerializer, A._$UserSettingsEntitySerializer, A._$ReportSettingsEntitySerializer, A._$CompanyItemResponseSerializer, A.CompanyEntityBuilder, A.GatewayEntityBuilder, A.GatewayOptionsEntityBuilder, A.UserCompanyEntityBuilder, A.UserSettingsEntityBuilder, A.ReportSettingsEntityBuilder, A.CompanyItemResponseBuilder, D.CreditListResponse, D.CreditItemResponse, D._$CreditListResponseSerializer, D._$CreditItemResponseSerializer, D.CreditListResponseBuilder, D.CreditItemResponseBuilder, F.DashboardSettings, F._$DateRangeSerializer, F._$DateRangeComparisonSerializer, D.DesignListResponse, D.DesignItemResponse, D.DesignPreviewRequest, D._DesignEntity_Object_BaseEntity, D._$DesignListResponseSerializer, D._$DesignItemResponseSerializer, D._$DesignPreviewRequestSerializer, D._$DesignEntitySerializer, D.DesignListResponseBuilder, D.DesignItemResponseBuilder, D.DesignPreviewRequestBuilder, D.DesignEntityBuilder, D.DocumentListResponse, D.DocumentItemResponse, D._DocumentEntity_Object_BaseEntity, D._$DocumentListResponseSerializer, D._$DocumentItemResponseSerializer, D._$DocumentEntitySerializer, D.DocumentListResponseBuilder, D.DocumentItemResponseBuilder, D.DocumentEntityBuilder, T.EntityStatus, T.EntityStats, T.SelectableEntity, T.BaseEntity, T.BelongsToClient, T.LoginResponse, T.ActivityEntity, T.LedgerEntity, T._$EntityTypeSerializer, T._$EntityStateSerializer, T._$EmailTemplateSerializer, T._$LoginResponseSerializer, T._$ActivityEntitySerializer, T._$LedgerEntitySerializer, T.LoginResponseBuilder, T.ActivityEntityBuilder, T.LedgerEntityBuilder, R.ExpenseCategoryListResponse, R.ExpenseCategoryItemResponse, R._ExpenseCategoryEntity_Object_BaseEntity, R._$ExpenseCategoryListResponseSerializer, R._$ExpenseCategoryItemResponseSerializer, R._$ExpenseCategoryEntitySerializer, R.ExpenseCategoryListResponseBuilder, R.ExpenseCategoryItemResponseBuilder, R.ExpenseCategoryEntityBuilder, M.ExpenseListResponse, M.ExpenseItemResponse, M._ExpenseEntity_Object_BaseEntity, M._ExpenseStatusEntity_Object_EntityStatus, M._$ExpenseListResponseSerializer, M._$ExpenseItemResponseSerializer, M._$ExpenseEntitySerializer, M._$ExpenseStatusEntitySerializer, M.ExpenseListResponseBuilder, M.ExpenseItemResponseBuilder, M.ExpenseEntityBuilder, M.ExpenseStatusEntityBuilder, N.GatewayTokenListResponse, N.GatewayTokenItemResponse, N._GatewayTokenEntity_Object_BaseEntity, N.GatewayTokenMetaEntity, N._$GatewayTokenListResponseSerializer, N._$GatewayTokenItemResponseSerializer, N._$GatewayTokenEntitySerializer, N._$GatewayTokenMetaEntitySerializer, N.GatewayTokenListResponseBuilder, N.GatewayTokenItemResponseBuilder, N.GatewayTokenEntityBuilder, N.GatewayTokenMetaEntityBuilder, Q.GroupListResponse, Q.GroupItemResponse, Q._GroupEntity_Object_BaseEntity, Q._$GroupListResponseSerializer, Q._$GroupItemResponseSerializer, Q._$GroupEntitySerializer, Q.GroupListResponseBuilder, Q.GroupItemResponseBuilder, Q.GroupEntityBuilder, U.HealthCheckResponse, U.HealthCheckPHPResponse, U._$HealthCheckResponseSerializer, U._$HealthCheckPHPResponseSerializer, U.HealthCheckResponseBuilder, U.HealthCheckPHPResponseBuilder, B.PreImportResponse, B.PreImportResponseEntityDetails, B.ImportRequest, B.ImportRequestMapping, B._$PreImportResponseSerializer, B._$PreImportResponseEntityDetailsSerializer, B._$ImportRequestSerializer, B._$ImportRequestMappingSerializer, B.PreImportResponseBuilder, B.PreImportResponseEntityDetailsBuilder, B.ImportRequestBuilder, B.ImportRequestMappingBuilder, Q.InvoiceListResponse, Q.InvoiceItemResponse, Q._InvoiceEntity_Object_BaseEntity, Q.InvoiceItemEntity, Q._InvitationEntity_Object_BaseEntity, Q.InvoiceScheduleEntity, Q.InvoiceHistoryEntity, Q._$InvoiceListResponseSerializer, Q._$InvoiceItemResponseSerializer, Q._$InvoiceEntitySerializer, Q._$InvoiceItemEntitySerializer, Q._$InvitationEntitySerializer, Q._$InvoiceScheduleEntitySerializer, Q._$InvoiceHistoryEntitySerializer, Q.InvoiceListResponseBuilder, Q.InvoiceItemResponseBuilder, Q.InvoiceEntityBuilder, Q.InvoiceItemEntityBuilder, Q.InvitationEntityBuilder, Q.InvoiceScheduleEntityBuilder, Q.InvoiceHistoryEntityBuilder, X.CalculateInvoiceTotal, F.PaymentListResponse, F.PaymentItemResponse, F._PaymentEntity_Object_BaseEntity, F._PaymentableEntity_Object_SelectableEntity, F._$PaymentListResponseSerializer, F._$PaymentItemResponseSerializer, F._$PaymentEntitySerializer, F._$PaymentableEntitySerializer, F.PaymentListResponseBuilder, F.PaymentItemResponseBuilder, F.PaymentEntityBuilder, F.PaymentableEntityBuilder, X.PaymentTermListResponse, X.PaymentTermItemResponse, X._PaymentTermEntity_Object_BaseEntity, X._$PaymentTermListResponseSerializer, X._$PaymentTermItemResponseSerializer, X._$PaymentTermEntitySerializer, X.PaymentTermListResponseBuilder, X.PaymentTermItemResponseBuilder, X.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, G.SettingsEntity, G._$SettingsEntitySerializer, G.SettingsEntityBuilder, A.ColorTheme, L.CountryListResponse, L.CountryItemResponse, L._CountryEntity_Object_SelectableEntity, L._$CountryListResponseSerializer, L._$CountryItemResponseSerializer, L._$CountryEntitySerializer, L.CountryListResponseBuilder, L.CountryItemResponseBuilder, L.CountryEntityBuilder, O.CurrencyListResponse, O.CurrencyItemResponse, O._CurrencyEntity_Object_SelectableEntity, O._$CurrencyListResponseSerializer, O._$CurrencyItemResponseSerializer, O._$CurrencyEntitySerializer, O.CurrencyListResponseBuilder, O.CurrencyItemResponseBuilder, O.CurrencyEntityBuilder, M.DateFormatListResponse, M.DateFormatItemResponse, M._DateFormatEntity_Object_SelectableEntity, M._$DateFormatListResponseSerializer, M._$DateFormatItemResponseSerializer, M._$DateFormatEntitySerializer, M.DateFormatListResponseBuilder, M.DateFormatItemResponseBuilder, M.DateFormatEntityBuilder, F.DatetimeFormatListResponse, F.DatetimeFormatItemResponse, F.DatetimeFormatEntity, F._$DatetimeFormatListResponseSerializer, F._$DatetimeFormatItemResponseSerializer, F._$DatetimeFormatEntitySerializer, F.DatetimeFormatListResponseBuilder, F.DatetimeFormatItemResponseBuilder, F.DatetimeFormatEntityBuilder, K._FontEntity_Object_SelectableEntity, O.IndustryListResponse, O.IndustryItemResponse, O._IndustryEntity_Object_SelectableEntity, O._$IndustryListResponseSerializer, O._$IndustryItemResponseSerializer, O._$IndustryEntitySerializer, O.IndustryListResponseBuilder, O.IndustryItemResponseBuilder, O.IndustryEntityBuilder, F._InvoiceStatusEntity_Object_EntityStatus, F._$InvoiceStatusEntitySerializer, F.InvoiceStatusEntityBuilder, A.LanguageListResponse, A.LanguageItemResponse, A._LanguageEntity_Object_SelectableEntity, A._$LanguageListResponseSerializer, A._$LanguageItemResponseSerializer, A._$LanguageEntitySerializer, A.LanguageListResponseBuilder, A.LanguageItemResponseBuilder, A.LanguageEntityBuilder, S.PaymentTypeListResponse, S.PaymentTypeItemResponse, S._PaymentTypeEntity_Object_SelectableEntity, S._$PaymentTypeListResponseSerializer, S._$PaymentTypeItemResponseSerializer, S._$PaymentTypeEntitySerializer, S.PaymentTypeListResponseBuilder, S.PaymentTypeItemResponseBuilder, S.PaymentTypeEntityBuilder, D.SizeListResponse, D.SizeItemResponse, D._SizeEntity_Object_SelectableEntity, D._$SizeListResponseSerializer, D._$SizeItemResponseSerializer, D._$SizeEntitySerializer, D.SizeListResponseBuilder, D.SizeItemResponseBuilder, D.SizeEntityBuilder, S.StaticDataItemResponse, S.StaticDataEntity, S.TemplateEntity, S._$StaticDataItemResponseSerializer, S._$StaticDataEntitySerializer, S._$TemplateEntitySerializer, S.StaticDataItemResponseBuilder, S.StaticDataEntityBuilder, S.TemplateEntityBuilder, U.TimezoneListResponse, U.TimezoneItemResponse, U._TimezoneEntity_Object_SelectableEntity, U._$TimezoneListResponseSerializer, U._$TimezoneItemResponseSerializer, U._$TimezoneEntitySerializer, U.TimezoneListResponseBuilder, U.TimezoneItemResponseBuilder, U.TimezoneEntityBuilder, X.SubscriptionListResponse, X.SubscriptionItemResponse, X._SubscriptionEntity_Object_BaseEntity, X.WebhookConfigurationEntity, X._$SubscriptionListResponseSerializer, X._$SubscriptionItemResponseSerializer, X._$SubscriptionEntitySerializer, X._$WebhookConfigurationEntitySerializer, X.SubscriptionListResponseBuilder, X.SubscriptionItemResponseBuilder, X.SubscriptionEntityBuilder, X.WebhookConfigurationEntityBuilder, F.SystemLogEntity, F._$SystemLogEntitySerializer, F.SystemLogEntityBuilder, D.TaskListResponse, D.TaskItemResponse, D.TaskTime, D._TaskEntity_Object_BaseEntity, D._$TaskListResponseSerializer, D._$TaskItemResponseSerializer, D._$TaskEntitySerializer, D.TaskListResponseBuilder, D.TaskItemResponseBuilder, D.TaskTimeBuilder, D.TaskEntityBuilder, S.TaskStatusListResponse, S.TaskStatusItemResponse, S._TaskStatusEntity_Object_BaseEntity, S._$TaskStatusListResponseSerializer, S._$TaskStatusItemResponseSerializer, S._$TaskStatusEntitySerializer, S.TaskStatusListResponseBuilder, S.TaskStatusItemResponseBuilder, S.TaskStatusEntityBuilder, T.TaxRateListResponse, T.TaxRateItemResponse, T._TaxRateEntity_Object_BaseEntity, T._$TaxRateListResponseSerializer, T._$TaxRateItemResponseSerializer, T._$TaxRateEntitySerializer, T.TaxRateListResponseBuilder, T.TaxRateItemResponseBuilder, T.TaxRateEntityBuilder, D.TokenListResponse, D.TokenItemResponse, D._TokenEntity_Object_BaseEntity, D._$TokenListResponseSerializer, D._$TokenItemResponseSerializer, D._$TokenEntitySerializer, D.TokenListResponseBuilder, D.TokenItemResponseBuilder, D.TokenEntityBuilder, B.UserListResponse, B.UserItemResponse, B.UserTwoFactorResponse, B.UserTwoFactorData, B.UserCompanyItemResponse, B._UserEntity_Object_BaseEntity, B._$UserListResponseSerializer, B._$UserItemResponseSerializer, B._$UserTwoFactorResponseSerializer, B._$UserTwoFactorDataSerializer, B._$UserCompanyItemResponseSerializer, B._$UserEntitySerializer, B.UserListResponseBuilder, B.UserItemResponseBuilder, B.UserTwoFactorResponseBuilder, B.UserTwoFactorDataBuilder, B.UserCompanyItemResponseBuilder, B.UserEntityBuilder, B.VendorListResponse, B.VendorItemResponse, B._VendorEntity_Object_BaseEntity, B._VendorContactEntity_Object_BaseEntity, B._$VendorListResponseSerializer, B._$VendorItemResponseSerializer, B._$VendorEntitySerializer, B._$VendorContactEntitySerializer, B.VendorListResponseBuilder, B.VendorItemResponseBuilder, B.VendorEntityBuilder, B.VendorContactEntityBuilder, E.WebhookListResponse, E.WebhookItemResponse, E._WebhookEntity_Object_BaseEntity, E._$WebhookListResponseSerializer, E._$WebhookItemResponseSerializer, E._$WebhookEntitySerializer, E.WebhookListResponseBuilder, E.WebhookItemResponseBuilder, E.WebhookEntityBuilder, Z.AuthRepository, G.ClientRepository, Z.CompanyGatewayRepository, T.CreditRepository, L.DesignRepository, S.DocumentRepository0, U.ExpenseCategoryRepository, B.ExpenseRepository, E.GroupRepository, T.InvoiceRepository, L.PaymentRepository, V.PaymentTermRepository, X.PersistenceRepository, U.ProductRepository, X.ProjectRepository, U.QuoteRepository, A.RecurringExpenseRepository, N.RecurringInvoiceRepository, Y.SettingsRepository, L.SubscriptionRepository, Y.TaskRepository, X.TaskStatusRepository, B.TaxRateRepository, A.TokenRepository, Q.UserRepository, V.VendorRepository, G.WebhookRepository, F.WebClient, M.PersistData, M.SwitchListTableLayout, M.PopLastHistory, M.ViewMainScreen, M.StartSaving, M.StopSaving, M.LoadStaticSuccess, M.ToggleEditorLayout, M.UpdateUserPreferences, M.LoadAccountSuccess, M.ResendConfirmation, M.ResendConfirmationFailure, M.ResendConfirmationSuccess, M.RefreshData, M.RefreshDataSuccess, M.RefreshDataFailure, M.PreviewEntity, M.ClearPreviewStack, M.PopPreviewStack, M.ClearData, M.ClearLastError, M.DiscardChanges, M.ClearEntityFilter, M.ClearEntitySelection, M.FilterByEntity, M.FilterCompany, T.AppState, T.Credentials, T.SelectionState, T._$AppStateSerializer, T.AppStateBuilder, B.LoadStateRequest, B.LoadStateSuccess, B.OAuthLoginRequest, B.UserLoadUrl, B.UserLoginRequest, B.UserLoginSuccess, B.UserLoginFailure, B.RecoverPasswordRequest, B.RecoverPasswordSuccess, B.RecoverPasswordFailure, B.UserLogout, B.UserLogoutAll, B.UserLogoutAllSuccess, B.UserLogoutAllFailure, B.UserSignUpRequest, B.OAuthSignUpRequest, B.UserVerifiedPassword, B.UserUnverifiedPassword, Z.AuthState, Z._$AuthStateSerializer, Z.AuthStateBuilder, E.ViewClientList, E.ViewClient, E.EditClient, E.EditContact, E.UpdateClient, E.LoadClient, E.LoadClients, E.LoadClientRequest, E.LoadClientFailure, E.LoadClientSuccess, E.LoadClientsRequest, E.LoadClientsFailure, E.LoadClientsSuccess, E.AddContact, E.UpdateContact, E.DeleteContact, E.SaveClientRequest, E.SaveClientSuccess, E.AddClientSuccess, E.SaveClientFailure, E.ArchiveClientsRequest, E.ArchiveClientsSuccess, E.ArchiveClientsFailure, E.DeleteClientsRequest, E.DeleteClientsSuccess, E.DeleteClientsFailure, E.RestoreClientsRequest, E.RestoreClientSuccess, E.RestoreClientFailure, E.FilterClients, E.SortClients, E.FilterClientsByState, E.FilterClientsByCustom1, E.FilterClientsByCustom2, E.FilterClientsByCustom3, E.FilterClientsByCustom4, E.StartClientMultiselect, E.AddToClientMultiselect, E.RemoveFromClientMultiselect, E.ClearClientMultiselect, E.SaveClientDocumentRequest, E.SaveClientDocumentFailure, E.UpdateClientTab, F.ClientState, F._ClientUIState_Object_EntityUIState, F._$ClientStateSerializer, F._$ClientUIStateSerializer, F.ClientStateBuilder, F.ClientUIStateBuilder, E.SelectCompany, E.LoadCompanySuccess, E.UpdateCompany, E.SaveCompanyRequest, E.SaveCompanySuccess, E.SaveCompanyFailure, E.AddCompany, E.AddCompanySuccess, E.DeleteCompanyRequest, E.DeleteCompanySuccess, E.DeleteCompanyFailure, E.PurgeDataRequest, E.PurgeDataSuccess, E.PurgeDataFailure, E.UpdateCompanyLanguage, E.SaveCompanyDocumentRequest, E.SaveCompanyDocumentFailure, B.UserCompanyState, B.SettingsUIState, B._$UserCompanyStateSerializer, B._$SettingsUIStateSerializer, B.UserCompanyStateBuilder, B.SettingsUIStateBuilder, Q.ViewCompanyGatewayList, Q.ViewCompanyGateway, Q.EditCompanyGateway, Q.UpdateCompanyGateway, Q.LoadCompanyGateway, Q.LoadCompanyGatewayRequest, Q.LoadCompanyGatewayFailure, Q.LoadCompanyGatewaySuccess, Q.LoadCompanyGatewaysRequest, Q.LoadCompanyGatewaysFailure, Q.LoadCompanyGatewaysSuccess, Q.SaveCompanyGatewayRequest, Q.SaveCompanyGatewaySuccess, Q.AddCompanyGatewaySuccess, Q.SaveCompanyGatewayFailure, Q.ArchiveCompanyGatewayRequest, Q.ArchiveCompanyGatewaySuccess, Q.ArchiveCompanyGatewayFailure, Q.DeleteCompanyGatewayRequest, Q.DeleteCompanyGatewaySuccess, Q.DeleteCompanyGatewayFailure, Q.RestoreCompanyGatewayRequest, Q.RestoreCompanyGatewaySuccess, Q.RestoreCompanyGatewayFailure, Q.FilterCompanyGatewaysByState, Q.FilterCompanyGatewaysByCustom1, Q.FilterCompanyGatewaysByCustom2, Q.FilterCompanyGatewaysByCustom3, Q.FilterCompanyGatewaysByCustom4, Q.StartCompanyGatewayMultiselect, Q.AddToCompanyGatewayMultiselect, Q.RemoveFromCompanyGatewayMultiselect, Q.ClearCompanyGatewayMultiselect, U.CompanyGatewayState, U._CompanyGatewayUIState_Object_EntityUIState, U._$CompanyGatewayStateSerializer, U._$CompanyGatewayUIStateSerializer, U.CompanyGatewayStateBuilder, U.CompanyGatewayUIStateBuilder, E.ViewCreditList, E.ViewCredit, E.EditCredit, E.ShowEmailCredit, E.ShowPdfCredit, E.EditCreditItem, E.UpdateCredit, E.UpdateCreditClient, E.LoadCredit, E.LoadCredits, E.LoadCreditRequest, E.LoadCreditFailure, E.LoadCreditSuccess, E.LoadCreditsRequest, E.LoadCreditsFailure, E.LoadCreditsSuccess, E.AddCreditContact, E.RemoveCreditContact, E.AddCreditItem, E.MoveCreditItem, E.AddCreditItems, E.UpdateCreditItem, E.DeleteCreditItem, E.SaveCreditRequest, E.SaveCreditSuccess, E.AddCreditSuccess, E.SaveCreditFailure, E.EmailCreditRequest, E.EmailCreditSuccess, E.EmailCreditFailure, E.MarkSentCreditRequest, E.MarkSentCreditSuccess, E.MarkSentCreditFailure, E.BulkEmailCreditsRequest, E.BulkEmailCreditsSuccess, E.BulkEmailCreditsFailure, E.ArchiveCreditsRequest, E.ArchiveCreditsSuccess, E.ArchiveCreditsFailure, E.DeleteCreditsRequest, E.DeleteCreditsSuccess, E.DeleteCreditsFailure, E.DownloadCreditsRequest, E.DownloadCreditsSuccess, E.DownloadCreditsFailure, E.RestoreCreditsRequest, E.RestoreCreditsSuccess, E.RestoreCreditsFailure, E.FilterCredits, E.SortCredits, E.FilterCreditsByState, E.FilterCreditsByCustom1, E.FilterCreditsByCustom2, E.FilterCreditsByCustom3, E.FilterCreditsByCustom4, E.SaveCreditDocumentRequest, E.SaveCreditDocumentFailure, E.StartCreditMultiselect, E.AddToCreditMultiselect, E.RemoveFromCreditMultiselect, E.ClearCreditMultiselect, E.UpdateCreditTab, G.CreditState, G._CreditUIState_Object_EntityUIState, G._$CreditStateSerializer, G._$CreditUIStateSerializer, G.CreditStateBuilder, G.CreditUIStateBuilder, G.ViewDashboard, G.UpdateDashboardSettings, G.UpdateDashboardSelection, G.UpdateDashboardEntityType, G.UpdateDashboardSidebar, O.ChartDataGroup, O.ChartMoneyData, Y.DashboardUIState, Y.DashboardUISettings, Y._$DashboardUIStateSerializer, Y._$DashboardUISettingsSerializer, Y.DashboardUIStateBuilder, Y.DashboardUISettingsBuilder, N.ViewDesignList, N.ViewDesign, N.EditDesign, N.UpdateDesign, N.LoadDesignRequest, N.LoadDesignFailure, N.LoadDesignSuccess, N.LoadDesignsRequest, N.LoadDesignsFailure, N.LoadDesignsSuccess, N.SaveDesignRequest, N.SaveDesignSuccess, N.AddDesignSuccess, N.SaveDesignFailure, N.ArchiveDesignsRequest, N.ArchiveDesignsSuccess, N.ArchiveDesignsFailure, N.DeleteDesignsRequest, N.DeleteDesignsSuccess, N.DeleteDesignsFailure, N.RestoreDesignsRequest, N.RestoreDesignsSuccess, N.RestoreDesignsFailure, N.FilterDesigns, N.SortDesigns, N.FilterDesignsByState, N.FilterDesignsByCustom1, N.FilterDesignsByCustom2, N.FilterDesignsByCustom3, N.FilterDesignsByCustom4, N.StartDesignMultiselect, N.AddToDesignMultiselect, N.RemoveFromDesignMultiselect, N.ClearDesignMultiselect, Y.DesignState, Y._DesignUIState_Object_EntityUIState, Y._$DesignStateSerializer, Y._$DesignUIStateSerializer, Y.DesignStateBuilder, Y.DesignUIStateBuilder, X.UpdateDocument, X.LoadDocumentRequest, X.LoadDocumentFailure, X.LoadDocumentSuccess, X.LoadDocumentsRequest, X.LoadDocumentsFailure, X.LoadDocumentsSuccess, X.ArchiveDocumentRequest, X.ArchiveDocumentSuccess, X.ArchiveDocumentFailure, X.DeleteDocumentRequest, X.DeleteDocumentSuccess, X.DeleteDocumentFailure, X.RestoreDocumentRequest, X.RestoreDocumentSuccess, X.RestoreDocumentFailure, X.FilterDocuments, X.SortDocuments, X.FilterDocumentsByState, X.FilterDocumentsByCustom1, X.FilterDocumentsByCustom2, X.FilterDocumentsByCustom3, X.FilterDocumentsByCustom4, X.StartDocumentMultiselect, X.AddToDocumentMultiselect, X.RemoveFromDocumentMultiselect, X.ClearDocumentMultiselect, Q.DocumentState, Q._DocumentUIState_Object_EntityUIState, Q._$DocumentStateSerializer, Q._$DocumentUIStateSerializer, Q.DocumentStateBuilder, Q.DocumentUIStateBuilder, T.ViewExpenseList, T.ViewExpense, T.EditExpense, T.UpdateExpense, T.LoadExpense, T.LoadExpenses, T.LoadExpenseRequest, T.LoadExpenseFailure, T.LoadExpenseSuccess, T.LoadExpensesRequest, T.LoadExpensesFailure, T.LoadExpensesSuccess, T.SaveExpenseRequest, T.SaveExpenseSuccess, T.AddExpenseSuccess, T.SaveExpenseFailure, T.ArchiveExpenseRequest, T.ArchiveExpenseSuccess, T.ArchiveExpenseFailure, T.DeleteExpenseRequest, T.DeleteExpenseSuccess, T.DeleteExpenseFailure, T.RestoreExpenseRequest, T.RestoreExpenseSuccess, T.RestoreExpenseFailure, T.FilterExpenses, T.SortExpenses, T.FilterExpensesByState, T.FilterExpensesByStatus, T.FilterExpensesByCustom1, T.FilterExpensesByCustom2, T.FilterExpensesByCustom3, T.FilterExpensesByCustom4, T.StartExpenseMultiselect, T.AddToExpenseMultiselect, T.RemoveFromExpenseMultiselect, T.ClearExpenseMultiselect, T.SaveExpenseDocumentRequest, T.SaveExpenseDocumentFailure, T.UpdateExpenseTab, R.ExpenseState, R._ExpenseUIState_Object_EntityUIState, R._$ExpenseStateSerializer, R._$ExpenseUIStateSerializer, R.ExpenseStateBuilder, R.ExpenseUIStateBuilder, X.ViewExpenseCategoryList, X.ViewExpenseCategory, X.EditExpenseCategory, X.UpdateExpenseCategory, X.LoadExpenseCategoryRequest, X.LoadExpenseCategoryFailure, X.LoadExpenseCategorySuccess, X.LoadExpenseCategoriesRequest, X.LoadExpenseCategoriesFailure, X.LoadExpenseCategoriesSuccess, X.SaveExpenseCategoryRequest, X.SaveExpenseCategorySuccess, X.AddExpenseCategorySuccess, X.SaveExpenseCategoryFailure, X.ArchiveExpenseCategoriesRequest, X.ArchiveExpenseCategoriesSuccess, X.ArchiveExpenseCategoriesFailure, X.DeleteExpenseCategoriesRequest, X.DeleteExpenseCategoriesSuccess, X.DeleteExpenseCategoriesFailure, X.RestoreExpenseCategoriesRequest, X.RestoreExpenseCategoriesSuccess, X.RestoreExpenseCategoriesFailure, X.FilterExpenseCategories, X.SortExpenseCategories, X.FilterExpenseCategoriesByState, X.FilterExpenseCategoriesByCustom1, X.FilterExpenseCategoriesByCustom2, X.FilterExpenseCategoriesByCustom3, X.FilterExpenseCategoriesByCustom4, X.StartExpenseCategoryMultiselect, X.AddToExpenseCategoryMultiselect, X.RemoveFromExpenseCategoryMultiselect, X.ClearExpenseCategoryMultiselect, Q.ExpenseCategoryState, Q._ExpenseCategoryUIState_Object_EntityUIState, Q._$ExpenseCategoryStateSerializer, Q._$ExpenseCategoryUIStateSerializer, Q.ExpenseCategoryStateBuilder, Q.ExpenseCategoryUIStateBuilder, Q.ViewGroupList, Q.ViewGroup, Q.EditGroup, Q.UpdateGroup, Q.LoadGroup, Q.LoadGroupRequest, Q.LoadGroupFailure, Q.LoadGroupSuccess, Q.LoadGroupsRequest, Q.LoadGroupsFailure, Q.LoadGroupsSuccess, Q.SaveGroupRequest, Q.SaveGroupSuccess, Q.AddGroupSuccess, Q.SaveGroupFailure, Q.ArchiveGroupRequest, Q.ArchiveGroupSuccess, Q.ArchiveGroupFailure, Q.DeleteGroupRequest, Q.DeleteGroupSuccess, Q.DeleteGroupFailure, Q.RestoreGroupRequest, Q.RestoreGroupSuccess, Q.RestoreGroupFailure, Q.FilterGroups, Q.SortGroups, Q.FilterGroupsByState, Q.StartGroupMultiselect, Q.AddToGroupMultiselect, Q.RemoveFromGroupMultiselect, Q.ClearGroupMultiselect, Q.SaveGroupDocumentRequest, Q.SaveGroupDocumentFailure, E.GroupState, E._GroupUIState_Object_EntityUIState, E._$GroupStateSerializer, E._$GroupUIStateSerializer, E.GroupStateBuilder, E.GroupUIStateBuilder, Q.ViewInvoiceList, Q.ViewInvoice, Q.EditInvoice, Q.ShowEmailInvoice, Q.ShowPdfInvoice, Q.EditInvoiceItem, Q.UpdateInvoice, Q.UpdateInvoiceClient, Q.LoadInvoice, Q.LoadInvoices, Q.LoadInvoiceRequest, Q.LoadInvoiceFailure, Q.LoadInvoiceSuccess, Q.LoadInvoicesRequest, Q.LoadInvoicesFailure, Q.LoadInvoicesSuccess, Q.AddInvoiceContact, Q.RemoveInvoiceContact, Q.AddInvoiceItem, Q.MoveInvoiceItem, Q.AddInvoiceItems, Q.UpdateInvoiceItem, Q.DeleteInvoiceItem, Q.SaveInvoiceRequest, Q.SaveInvoiceSuccess, Q.AddInvoiceSuccess, Q.SaveInvoiceFailure, Q.EmailInvoiceRequest, Q.EmailInvoiceSuccess, Q.EmailInvoiceFailure, Q.MarkInvoicesSentRequest, Q.MarkInvoicesSentSuccess, Q.MarkInvoicesSentFailure, Q.BulkEmailInvoicesRequest, Q.BulkEmailInvoicesSuccess, Q.BulkEmailInvoicesFailure, Q.MarkInvoicesPaidRequest, Q.MarkInvoicesPaidSuccess, Q.ReverseInvoicesRequest, Q.ReverseInvoicesSuccess, Q.ReverseInvoicesFailure, Q.CancelInvoicesRequest, Q.CancelInvoicesSuccess, Q.CancelInvoicesFailure, Q.ArchiveInvoicesRequest, Q.ArchiveInvoicesSuccess, Q.ArchiveInvoicesFailure, Q.DeleteInvoicesRequest, Q.DeleteInvoicesSuccess, Q.DeleteInvoicesFailure, Q.DownloadInvoicesRequest, Q.DownloadInvoicesSuccess, Q.DownloadInvoicesFailure, Q.RestoreInvoicesRequest, Q.RestoreInvoicesSuccess, Q.RestoreInvoicesFailure, Q.FilterInvoices, Q.SortInvoices, Q.FilterInvoicesByState, Q.FilterInvoicesByStatus, Q.FilterInvoicesByCustom1, Q.FilterInvoicesByCustom2, Q.FilterInvoicesByCustom3, Q.FilterInvoicesByCustom4, Q.StartInvoiceMultiselect, Q.AddToInvoiceMultiselect, Q.RemoveFromInvoiceMultiselect, Q.ClearInvoiceMultiselect, Q.SaveInvoiceDocumentRequest, Q.SaveInvoiceDocumentFailure, Q.UpdateInvoiceTab, B.InvoiceState, B._InvoiceUIState_Object_EntityUIState, B._$InvoiceStateSerializer, B._$InvoiceUIStateSerializer, B.InvoiceStateBuilder, B.InvoiceUIStateBuilder, Q.ViewPaymentList, Q.ViewPayment, Q.EditPayment, Q.ViewRefundPayment, Q.UpdatePayment, Q.LoadPayment, Q.LoadPayments, Q.LoadPaymentRequest, Q.LoadPaymentFailure, Q.LoadPaymentSuccess, Q.LoadPaymentsRequest, Q.LoadPaymentsFailure, Q.LoadPaymentsSuccess, Q.SavePaymentRequest, Q.SavePaymentSuccess, Q.AddPaymentSuccess, Q.SavePaymentFailure, Q.RefundPaymentRequest, Q.RefundPaymentSuccess, Q.RefundPaymentFailure, Q.ArchivePaymentsRequest, Q.ArchivePaymentsSuccess, Q.ArchivePaymentsFailure, Q.DeletePaymentsRequest, Q.DeletePaymentsSuccess, Q.DeletePaymentsFailure, Q.RestorePaymentsRequest, Q.RestorePaymentsSuccess, Q.RestorePaymentsFailure, Q.EmailPaymentRequest, Q.EmailPaymentSuccess, Q.FilterPayments, Q.SortPayments, Q.FilterPaymentsByState, Q.FilterPaymentsByCustom1, Q.FilterPaymentsByCustom2, Q.FilterPaymentsByCustom3, Q.FilterPaymentsByCustom4, Q.StartPaymentMultiselect, Q.AddToPaymentMultiselect, Q.RemoveFromPaymentMultiselect, Q.ClearPaymentMultiselect, L.PaymentState, L._PaymentUIState_Object_EntityUIState, L._$PaymentStateSerializer, L._$PaymentUIStateSerializer, L.PaymentStateBuilder, L.PaymentUIStateBuilder, D.ViewPaymentTermList, D.ViewPaymentTerm, D.EditPaymentTerm, D.UpdatePaymentTerm, D.LoadPaymentTermRequest, D.LoadPaymentTermFailure, D.LoadPaymentTermSuccess, D.LoadPaymentTermsRequest, D.LoadPaymentTermsFailure, D.LoadPaymentTermsSuccess, D.SavePaymentTermRequest, D.SavePaymentTermSuccess, D.AddPaymentTermSuccess, D.SavePaymentTermFailure, D.ArchivePaymentTermsRequest, D.ArchivePaymentTermsSuccess, D.ArchivePaymentTermsFailure, D.DeletePaymentTermsRequest, D.DeletePaymentTermsSuccess, D.DeletePaymentTermsFailure, D.RestorePaymentTermsRequest, D.RestorePaymentTermsSuccess, D.RestorePaymentTermsFailure, D.FilterPaymentTerms, D.SortPaymentTerms, D.FilterPaymentTermsByState, D.FilterPaymentTermsByCustom1, D.FilterPaymentTermsByCustom2, D.FilterPaymentTermsByCustom3, D.FilterPaymentTermsByCustom4, D.StartPaymentTermMultiselect, D.AddToPaymentTermMultiselect, D.RemoveFromPaymentTermMultiselect, D.ClearPaymentTermMultiselect, N.PaymentTermState, N._PaymentTermUIState_Object_EntityUIState, N._$PaymentTermStateSerializer, N._$PaymentTermUIStateSerializer, N.PaymentTermStateBuilder, N.PaymentTermUIStateBuilder, Z.ViewProductList, Z.ViewProduct, Z.EditProduct, Z.UpdateProduct, Z.LoadProductRequest, Z.LoadProduct, Z.LoadProductSuccess, Z.LoadProductFailure, Z.LoadProducts, Z.LoadProductsRequest, Z.LoadProductsFailure, Z.LoadProductsSuccess, Z.SaveProductRequest, Z.SaveProductSuccess, Z.AddProductSuccess, Z.SaveProductFailure, Z.ArchiveProductsRequest, Z.ArchiveProductsSuccess, Z.ArchiveProductsFailure, Z.DeleteProductsRequest, Z.DeleteProductsSuccess, Z.DeleteProductsFailure, Z.RestoreProductsRequest, Z.RestoreProductsSuccess, Z.RestoreProductsFailure, Z.FilterProducts, Z.SortProducts, Z.FilterProductsByState, Z.FilterProductsByCustom1, Z.FilterProductsByCustom2, Z.FilterProductsByCustom3, Z.FilterProductsByCustom4, Z.StartProductMultiselect, Z.AddToProductMultiselect, Z.RemoveFromProductMultiselect, Z.ClearProductMultiselect, Z.SaveProductDocumentRequest, Z.SaveProductDocumentFailure, Z.UpdateProductTab, Y.ProductState, Y._ProductUIState_Object_EntityUIState, Y._$ProductStateSerializer, Y._$ProductUIStateSerializer, Y.ProductStateBuilder, Y.ProductUIStateBuilder, M.ViewProjectList, M.ViewProject, M.EditProject, M.UpdateProject, M.LoadProject, M.LoadProjects, M.LoadProjectRequest, M.LoadProjectFailure, M.LoadProjectSuccess, M.LoadProjectsRequest, M.LoadProjectsFailure, M.LoadProjectsSuccess, M.SaveProjectRequest, M.SaveProjectSuccess, M.AddProjectSuccess, M.SaveProjectFailure, M.ArchiveProjectRequest, M.ArchiveProjectSuccess, M.ArchiveProjectFailure, M.DeleteProjectRequest, M.DeleteProjectSuccess, M.DeleteProjectFailure, M.RestoreProjectRequest, M.RestoreProjectSuccess, M.RestoreProjectFailure, M.FilterProjects, M.SortProjects, M.FilterProjectsByState, M.FilterProjectsByCustom1, M.FilterProjectsByCustom2, M.FilterProjectsByCustom3, M.FilterProjectsByCustom4, M.StartProjectMultiselect, M.AddToProjectMultiselect, M.RemoveFromProjectMultiselect, M.ClearProjectMultiselect, M.SaveProjectDocumentRequest, M.SaveProjectDocumentFailure, M.UpdateProjectTab, D.ProjectState, D._ProjectUIState_Object_EntityUIState, D._$ProjectStateSerializer, D._$ProjectUIStateSerializer, D.ProjectStateBuilder, D.ProjectUIStateBuilder, E.ViewQuoteList, E.ViewQuote, E.EditQuote, E.ShowEmailQuote, E.ShowPdfQuote, E.EditQuoteItem, E.UpdateQuote, E.UpdateQuoteClient, E.LoadQuote, E.LoadQuotes, E.LoadQuoteRequest, E.LoadQuoteFailure, E.LoadQuoteSuccess, E.LoadQuotesRequest, E.LoadQuotesFailure, E.LoadQuotesSuccess, E.AddQuoteContact, E.RemoveQuoteContact, E.AddQuoteItem, E.MoveQuoteItem, E.AddQuoteItems, E.UpdateQuoteItem, E.DeleteQuoteItem, E.SaveQuoteRequest, E.SaveQuoteSuccess, E.AddQuoteSuccess, E.SaveQuoteFailure, E.EmailQuoteRequest, E.EmailQuoteSuccess, E.EmailQuoteFailure, E.MarkSentQuotesRequest, E.MarkSentQuoteSuccess, E.MarkSentQuoteFailure, E.BulkEmailQuotesRequest, E.BulkEmailQuotesSuccess, E.BulkEmailQuotesFailure, E.ArchiveQuotesRequest, E.ArchiveQuotesSuccess, E.ArchiveQuotesFailure, E.DeleteQuotesRequest, E.DeleteQuotesSuccess, E.DeleteQuotesFailure, E.DownloadQuotesRequest, E.DownloadQuotesSuccess, E.DownloadQuotesFailure, E.RestoreQuotesRequest, E.RestoreQuotesSuccess, E.RestoreQuotesFailure, E.FilterQuotes, E.SortQuotes, E.FilterQuotesByState, E.FilterQuotesByStatus, E.FilterQuotesByCustom1, E.FilterQuotesByCustom2, E.FilterQuotesByCustom3, E.FilterQuotesByCustom4, E.ConvertQuotes, E.ConvertQuoteSuccess, E.ConvertQuoteFailure, E.SaveQuoteDocumentRequest, E.SaveQuoteDocumentFailure, E.StartQuoteMultiselect, E.AddToQuoteMultiselect, E.RemoveFromQuoteMultiselect, E.ClearQuoteMultiselect, E.UpdateQuoteTab, G.QuoteState, G._QuoteUIState_Object_EntityUIState, G._$QuoteStateSerializer, G._$QuoteUIStateSerializer, G.QuoteStateBuilder, G.QuoteUIStateBuilder, U.ViewRecurringExpenseList, U.ViewRecurringExpense, U.EditRecurringExpense, U.UpdateRecurringExpense, U.LoadRecurringExpense, U.LoadRecurringExpenses, U.LoadRecurringExpenseRequest, U.LoadRecurringExpenseFailure, U.LoadRecurringExpenseSuccess, U.LoadRecurringExpensesRequest, U.LoadRecurringExpensesFailure, U.LoadRecurringExpensesSuccess, U.SaveRecurringExpenseRequest, U.SaveRecurringExpenseSuccess, U.AddRecurringExpenseSuccess, U.SaveRecurringExpenseFailure, U.ArchiveRecurringExpensesRequest, U.ArchiveRecurringExpensesSuccess, U.ArchiveRecurringExpensesFailure, U.DeleteRecurringExpensesRequest, U.DeleteRecurringExpensesSuccess, U.DeleteRecurringExpensesFailure, U.RestoreRecurringExpensesRequest, U.RestoreRecurringExpensesSuccess, U.RestoreRecurringExpensesFailure, U.FilterRecurringExpenses, U.SortRecurringExpenses, U.FilterRecurringExpensesByState, U.FilterRecurringExpensesByCustom1, U.FilterRecurringExpensesByCustom2, U.FilterRecurringExpensesByCustom3, U.FilterRecurringExpensesByCustom4, U.StartRecurringExpenseMultiselect, U.AddToRecurringExpenseMultiselect, U.RemoveFromRecurringExpenseMultiselect, U.ClearRecurringExpenseMultiselect, U.StartRecurringExpensesRequest, U.StartRecurringExpensesSuccess, U.StartRecurringExpensesFailure, U.StopRecurringExpensesRequest, U.StopRecurringExpensesSuccess, U.StopRecurringExpensesFailure, U.SaveRecurringExpenseDocumentRequest, U.SaveRecurringExpenseDocumentFailure, K.RecurringExpenseState, K._RecurringExpenseUIState_Object_EntityUIState, K._$RecurringExpenseStateSerializer, K._$RecurringExpenseUIStateSerializer, K.RecurringExpenseStateBuilder, K.RecurringExpenseUIStateBuilder, N.ViewRecurringInvoiceList, N.ViewRecurringInvoice, N.EditRecurringInvoice, N.ShowPdfRecurringInvoice, N.EditRecurringInvoiceItem, N.UpdateRecurringInvoice, N.UpdateRecurringInvoiceClient, N.LoadRecurringInvoice, N.LoadRecurringInvoices, N.LoadRecurringInvoiceRequest, N.LoadRecurringInvoiceFailure, N.LoadRecurringInvoiceSuccess, N.LoadRecurringInvoicesRequest, N.LoadRecurringInvoicesFailure, N.LoadRecurringInvoicesSuccess, N.AddRecurringInvoiceContact, N.RemoveRecurringInvoiceContact, N.SaveRecurringInvoiceRequest, N.SaveRecurringInvoiceSuccess, N.AddRecurringInvoiceSuccess, N.AddRecurringInvoiceItem, N.MoveRecurringInvoiceItem, N.AddRecurringInvoiceItems, N.UpdateRecurringInvoiceItem, N.DeleteRecurringInvoiceItem, N.SaveRecurringInvoiceFailure, N.ArchiveRecurringInvoicesRequest, N.ArchiveRecurringInvoicesSuccess, N.ArchiveRecurringInvoicesFailure, N.DeleteRecurringInvoicesRequest, N.DeleteRecurringInvoicesSuccess, N.DeleteRecurringInvoicesFailure, N.RestoreRecurringInvoicesRequest, N.RestoreRecurringInvoicesSuccess, N.RestoreRecurringInvoicesFailure, N.FilterRecurringInvoices, N.SortRecurringInvoices, N.FilterRecurringInvoicesByState, N.FilterRecurringInvoicesByStatus, N.FilterRecurringInvoicesByCustom1, N.FilterRecurringInvoicesByCustom2, N.FilterRecurringInvoicesByCustom3, N.FilterRecurringInvoicesByCustom4, N.SaveRecurringInvoiceDocumentRequest, N.SaveRecurringInvoiceDocumentFailure, N.StartRecurringInvoicesRequest, N.StartRecurringInvoicesSuccess, N.StartRecurringInvoicesFailure, N.StopRecurringInvoicesRequest, N.StopRecurringInvoicesSuccess, N.StopRecurringInvoicesFailure, N.StartRecurringInvoiceMultiselect, N.AddToRecurringInvoiceMultiselect, N.RemoveFromRecurringInvoiceMultiselect, N.ClearRecurringInvoiceMultiselect, N.UpdateRecurringInvoiceTab, Q.RecurringInvoiceState, Q._RecurringInvoiceUIState_Object_EntityUIState, Q._$RecurringInvoiceStateSerializer, Q._$RecurringInvoiceUIStateSerializer, Q.RecurringInvoiceStateBuilder, Q.RecurringInvoiceUIStateBuilder, K.ViewReports, K.UpdateReportSettings, G.ReportsUIState, G._$ReportsUIStateSerializer, G.ReportsUIStateBuilder, L.ViewSettings, L.ClearSettingsFilter, L.ResetSettings, L.UpdateSettings, L.UpdateSettingsTab, L.UpdatedSetting, L.UpdateSettingsTemplate, L.UpdateUserSettings, L.UploadLogoRequest, L.UploadLogoFailure, L.SaveUserSettingsRequest, L.SaveUserSettingsSuccess, L.SaveUserSettingsFailure, L.SaveAuthUserRequest, L.SaveAuthUserSuccess, L.SaveAuthUserFailure, L.ConnecOAuthUserRequest, L.ConnecOAuthUserSuccess, L.ConnecOAuthUserFailure, L.DisableTwoFactorRequest, L.DisableTwoFactorSuccess, L.DisableTwoFactorFailure, L.ConnecGmailUserSuccess, L.ConnecGmailUserFailure, L.FilterSettings, B.StaticState, B._$StaticStateSerializer, B.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, M.SubscriptionState, M._SubscriptionUIState_Object_EntityUIState, M._$SubscriptionStateSerializer, M._$SubscriptionUIStateSerializer, M.SubscriptionStateBuilder, M.SubscriptionUIStateBuilder, U.ViewTaskList, U.ViewTask, U.EditTask, U.UpdateTask, U.LoadTask, U.LoadTasks, U.LoadTaskRequest, U.LoadTaskFailure, U.LoadTaskSuccess, U.EditTaskTime, U.AddTaskTime, U.UpdateTaskTime, U.DeleteTaskTime, U.LoadTasksRequest, U.LoadTasksFailure, U.LoadTasksSuccess, U.SaveTaskRequest, U.SaveTaskSuccess, U.AddTaskSuccess, U.SaveTaskFailure, U.ArchiveTaskRequest, U.ArchiveTaskSuccess, U.ArchiveTaskFailure, U.DeleteTaskRequest, U.DeleteTaskSuccess, U.DeleteTaskFailure, U.RestoreTaskRequest, U.RestoreTaskSuccess, U.RestoreTaskFailure, U.SortTasksRequest, U.SortTasksSuccess, U.SortTasksFailure, U.FilterTasks, U.SortTasks, U.FilterTasksByState, U.FilterTasksByStatus, U.FilterTasksByCustom1, U.FilterTasksByCustom2, U.FilterTasksByCustom3, U.FilterTasksByCustom4, U.StartTaskMultiselect, U.AddToTaskMultiselect, U.RemoveFromTaskMultiselect, U.ClearTaskMultiselect, U.SaveTaskDocumentRequest, U.SaveTaskDocumentFailure, U.UpdateTaskTab, M.TaskState, M._TaskUIState_Object_EntityUIState, M._$TaskStateSerializer, M._$TaskUIStateSerializer, M.TaskStateBuilder, M.TaskUIStateBuilder, V.ViewTaskStatusList, V.ViewTaskStatus, V.EditTaskStatus, V.UpdateTaskStatus, V.LoadTaskStatusRequest, V.LoadTaskStatusFailure, V.LoadTaskStatusSuccess, V.LoadTaskStatusesRequest, V.LoadTaskStatusesFailure, V.LoadTaskStatusesSuccess, V.SaveTaskStatusRequest, V.SaveTaskStatusSuccess, V.AddTaskStatusSuccess, V.SaveTaskStatusFailure, V.ArchiveTaskStatusesRequest, V.ArchiveTaskStatusesSuccess, V.ArchiveTaskStatusesFailure, V.DeleteTaskStatusesRequest, V.DeleteTaskStatusesSuccess, V.DeleteTaskStatusesFailure, V.RestoreTaskStatusesRequest, V.RestoreTaskStatusesSuccess, V.RestoreTaskStatusesFailure, V.FilterTaskStatuses, V.SortTaskStatuses, V.FilterTaskStatusesByState, V.FilterTaskStatusesByCustom1, V.FilterTaskStatusesByCustom2, V.FilterTaskStatusesByCustom3, V.FilterTaskStatusesByCustom4, V.StartTaskStatusMultiselect, V.AddToTaskStatusMultiselect, V.RemoveFromTaskStatusMultiselect, V.ClearTaskStatusMultiselect, L.TaskStatusState, L._TaskStatusUIState_Object_EntityUIState, L._$TaskStatusStateSerializer, L._$TaskStatusUIStateSerializer, L.TaskStatusStateBuilder, L.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, Q.TaxRateState, Q._TaxRateUIState_Object_EntityUIState, Q._$TaxRateStateSerializer, Q._$TaxRateUIStateSerializer, Q.TaxRateStateBuilder, Q.TaxRateUIStateBuilder, Q.ViewTokenList, Q.ViewToken, Q.EditToken, Q.UpdateToken, Q.LoadTokenRequest, Q.LoadTokenFailure, Q.LoadTokenSuccess, Q.LoadTokensRequest, Q.LoadTokensFailure, Q.LoadTokensSuccess, Q.SaveTokenRequest, Q.SaveTokenSuccess, Q.AddTokenSuccess, Q.SaveTokenFailure, Q.ArchiveTokensRequest, Q.ArchiveTokensSuccess, Q.ArchiveTokensFailure, Q.DeleteTokensRequest, Q.DeleteTokensSuccess, Q.DeleteTokensFailure, Q.RestoreTokensRequest, Q.RestoreTokensSuccess, Q.RestoreTokensFailure, Q.FilterTokens, Q.SortTokens, Q.FilterTokensByState, Q.FilterTokensByCustom1, Q.FilterTokensByCustom2, Q.FilterTokensByCustom3, Q.FilterTokensByCustom4, Q.StartTokenMultiselect, Q.AddToTokenMultiselect, Q.RemoveFromTokenMultiselect, Q.ClearTokenMultiselect, N.TokenState, N._TokenUIState_Object_EntityUIState, N._$TokenStateSerializer, N._$TokenUIStateSerializer, N.TokenStateBuilder, N.TokenUIStateBuilder, U.EntityUIState, Q.ListUIState, Q._$ListUIStateSerializer, Q.ListUIStateBuilder, X.PrefState, X.PrefStateSortField, X.CompanyPrefState, X.HistoryRecord, X._$PrefStateSerializer, X._$PrefStateSortFieldSerializer, X._$CompanyPrefStateSerializer, X._$AppLayoutSerializer, X._$ModuleLayoutSerializer, X._$AppSidebarModeSerializer, X._$HistoryRecordSerializer, X.PrefStateBuilder, X.PrefStateSortFieldBuilder, X.CompanyPrefStateBuilder, X.HistoryRecordBuilder, Q.UpdateCurrentRoute, U.UIState, U._$UIStateSerializer, U.UIStateBuilder, X.ViewUserList, X.ViewUser, X.EditUser, X.UpdateUser, X.LoadUserRequest, X.LoadUserFailure, X.LoadUserSuccess, X.LoadUsersRequest, X.LoadUsersFailure, X.LoadUsersSuccess, X.SaveUserRequest, X.SaveUserSuccess, X.AddUserSuccess, X.SaveUserFailure, X.ArchiveUserRequest, X.ArchiveUserSuccess, X.ArchiveUserFailure, X.DeleteUserRequest, X.DeleteUserSuccess, X.DeleteUserFailure, X.RestoreUserRequest, X.RestoreUserSuccess, X.RestoreUserFailure, X.RemoveUserRequest, X.RemoveUserSuccess, X.RemoveUserFailure, X.ResendInviteRequest, X.ResendInviteSuccess, X.ResendInviteFailure, X.FilterUsers, X.SortUsers, X.FilterUsersByState, X.FilterUsersByCustom1, X.FilterUsersByCustom2, X.FilterUsersByCustom3, X.FilterUsersByCustom4, X.StartUserMultiselect, X.AddToUserMultiselect, X.RemoveFromUserMultiselect, X.ClearUserMultiselect, Q.UserState, Q._UserUIState_Object_EntityUIState, Q._$UserStateSerializer, Q._$UserUIStateSerializer, Q.UserStateBuilder, Q.UserUIStateBuilder, L.ViewVendorList, L.ViewVendor, L.EditVendor, L.UpdateVendor, L.LoadVendor, L.LoadVendors, L.LoadVendorRequest, L.LoadVendorFailure, L.LoadVendorSuccess, L.LoadVendorsRequest, L.LoadVendorsFailure, L.LoadVendorsSuccess, L.SaveVendorRequest, L.SaveVendorSuccess, L.AddVendorSuccess, L.SaveVendorFailure, L.ArchiveVendorRequest, L.ArchiveVendorSuccess, L.ArchiveVendorFailure, L.DeleteVendorRequest, L.DeleteVendorSuccess, L.DeleteVendorFailure, L.RestoreVendorRequest, L.RestoreVendorSuccess, L.RestoreVendorFailure, L.EditVendorContact, L.AddVendorContact, L.UpdateVendorContact, L.DeleteVendorContact, L.FilterVendors, L.SortVendors, L.FilterVendorsByState, L.FilterVendorsByCustom1, L.FilterVendorsByCustom2, L.FilterVendorsByCustom3, L.FilterVendorsByCustom4, L.StartVendorMultiselect, L.AddToVendorMultiselect, L.RemoveFromVendorMultiselect, L.ClearVendorMultiselect, L.SaveVendorDocumentRequest, L.SaveVendorDocumentFailure, L.UpdateVendorTab, Y.VendorState, Y._VendorUIState_Object_EntityUIState, Y._$VendorStateSerializer, Y._$VendorUIStateSerializer, Y.VendorStateBuilder, Y.VendorUIStateBuilder, S.ViewWebhookList, S.ViewWebhook, S.EditWebhook, S.UpdateWebhook, S.LoadWebhookRequest, S.LoadWebhookFailure, S.LoadWebhookSuccess, S.LoadWebhooksRequest, S.LoadWebhooksFailure, S.LoadWebhooksSuccess, S.SaveWebhookRequest, S.SaveWebhookSuccess, S.AddWebhookSuccess, S.SaveWebhookFailure, S.ArchiveWebhooksRequest, S.ArchiveWebhooksSuccess, S.ArchiveWebhooksFailure, S.DeleteWebhooksRequest, S.DeleteWebhooksSuccess, S.DeleteWebhooksFailure, S.RestoreWebhooksRequest, S.RestoreWebhooksSuccess, S.RestoreWebhooksFailure, S.FilterWebhooks, S.SortWebhooks, S.FilterWebhooksByState, S.FilterWebhooksByCustom1, S.FilterWebhooksByCustom2, S.FilterWebhooksByCustom3, S.FilterWebhooksByCustom4, S.StartWebhookMultiselect, S.AddToWebhookMultiselect, S.RemoveFromWebhookMultiselect, S.ClearWebhookMultiselect, V.WebhookState, V._WebhookUIState_Object_EntityUIState, V._$WebhookStateSerializer, V._$WebhookUIStateSerializer, V.WebhookStateBuilder, V.WebhookUIStateBuilder, B.ConfirmEmailVM, A.AppDrawerVM, A.MenuDrawerVM, Q.EntityPresenter, L.DataColumn0, L.DataRow0, L.DataCell0, G.LoginVM, Y.ClientListVM, D.ClientScreenVM, F.ClientEditContactsVM, M.ClientEditVM, X.ClientViewVM, S.CompanyGatewayListVM, Y.CompanyGatewayScreenVM, L.CompanyGatewayEditVM, A.CompanyGatewayViewVM, M.EmailEntityVM, T.EntityListVM, O.EntityPdfVM, R.CreditScreenVM, L.EntityEditDetailsVM, O.EntityEditItemsVM, E.EntityEditNotesVM, M.AbstractInvoiceEditVM, F.AbstractInvoiceViewVM, Q.DashboardVM, F.DesignListVM, G.DesignScreenVM, G.DesignEditVM, B.DesignViewVM, A.DocumentListVM, U.DocumentScreenVM, E.DocumentEditVM, A.DocumentViewVM, O.AbstractExpenseEditVM, F.ExpenseListVM, U.ExpenseScreenVM, U.AbstractExpenseViewVM, F.ExpenseCategoryEditVM, A.ExpenseCategoryListVM, O.ExpenseCategoryScreenVM, L.ExpenseCategoryViewVM, A.GroupEditVM, Y.GroupListVM, S.GroupScreenVM, A.GroupViewVM, X.EntityEditContactsVM, B.EntityEditPDFVM, E.InvoiceScreenVM, B.PaymentEditVM, R.PaymentListVM, G.PaymentScreenVM, Y.PaymentRefundVM, F.PaymentViewVM, Y.PaymentTermEditVM, U.PaymentTermListVM, Z.PaymentTermScreenVM, U.PaymentTermViewVM, S.ProductEditVM, Q.ProductListVM, E.ProductScreenVM, F.ProductViewVM, G.ProjectEditVM, X.ProjectListVM, S.ProjectScreenVM, D.ProjectViewVM, B.QuoteScreenVM, U.RecurringExpenseListVM, B.RecurringExpenseScreenVM, Y.RecurringInvoiceListVM, A.RecurringInvoiceScreenVM, A.ClientReportFields, L.CreditReportFields, R.DocumentReportFields, M.ExpenseReportFields, D.InvoiceItemReportFields, X.InvoiceReportFields, O.TaxRateReportFields, K.PaymentReportFields, X.TaxRateReportFields0, N.ProductReportFields, K.ProfitAndLossReportFields, T.QuoteItemReportFields, Y.QuoteReportFields, A.ReportColumnType, A.ReportResult, A.ReportElement, L.ReportsScreenVM, L.GroupTotals, E.TaskReportFields, A.AccountManagementVM, B.BuyNowButtonsVM, A.ClientPortalVM, A.CompanyDetailsVM, F.CreditCardsAndBanksVM, M.CustomFieldsVM, M.DataVisualizationsVM, L.DeviceSettingsVM, D.EmailSettingsVM, N.ExpenseSettingsVM, F.GeneratedNumbersVM, N.ImportExportVM, B.InvoiceDesignVM, B.LocalizationSettingsVM, B.OnlinePaymentsVM, G.ProductSettingsVM, D.SettingsListVM, L.SettingsScreenVM, F.TaskSettingsVM, A.TaxSettingsVM, F.TemplatesAndRemindersVM, M.UserDetailsVM, Y.WorkflowSettingsVM, R.SubscriptionEditVM, S.SubscriptionListVM, L.SubscriptionScreenVM, E.SubscriptionViewVM, B.UpdateState, A.TaskEditDetailsVM, M.TaskEditTimesVM, B.TaskEditVM, T.KanbanVM, K.TaskListVM, Y.TaskScreenVM, L.TaskViewVM, Q.TaskStatusEditVM, U.TaskStatusListVM, U.TaskStatusScreenVM, T.TaskStatusViewVM, S.TaxRateEditVM, X.TaxRateListVM, O.TaxRateScreenVM, R.TaxRateViewVM, R.TokenEditVM, M.TokenListVM, K.TokenScreenVM, U.TokenViewVM, Y.UserEditVM, M.UserListVM, A.UserScreenVM, X.UserViewVM, T.VendorEditContactsVM, A.VendorEditVM, E.VendorListVM, B.VendorScreenVM, F.VendorViewVM, F.WebhookEditVM, Y.WebhookViewVM, X.WebhookListVM, T.WebhookScreenVM, O.Debouncer, Y.FormatNumberType, B.LocaleCodeAware, B.LocalizationsProvider, V.AndroidAuthMessages, V.IOSAuthMessages, L.LocalAuthentication, Y.Level, L.LogRecord, F.Logger, S.PdfDocument, S.PdfPageNotFoundException, V.PdfPage, V.PdfPageAlreadyClosedException, V.PdfPageImage, V.PdfNotSupportException, S.Document, V.Page, V.Data, M.NativePdfRendererPlugin, T.Repository, T.RepositoryItemNotFoundException, X.PdfController, X._PdfViewLoadingState, F.AnimationDirection, Y._PlaceholderType, Y.ImageHandler, K.OverflowViewLayoutBehavior, M.Context, O.Style, X.ParsedPath, X.PathException, Q.MissingPlatformDirectoryException, M.PermissionStatus0, M.Permission, M.PhotoViewGalleryPageOptions, E.PhotoViewControllerValue, E.PhotoViewController, E.PhotoViewControllerDelegate, M.PhotoViewScaleStateController, G.HitCornersDetector, G.HitCorners, M.PhotoViewComputedScale, G.PhotoViewScaleState, F.PhotoViewHeroAttributes, M.ScaleBoundaries, M.CornersRange, T.Platform, Q._QrBitBuffer_Object_ListMixin, V.QrByte, V.InputTooLongException, D.QrPolynomial, D.QrCode, Y.QrRsBlock, F.PaintCache, R._PaintMetrics, G.QrCodeElement, G.FinderPatternPosition, G.QrEyeShape, G.QrDataModuleShape, G.QrEyeStyle, G.QrDataModuleStyle, S.QrValidationResult, S.QrValidationStatus, X.MiddlewareClass, X.Store, B.TypedReducer, B.TypedMiddleware, N.LoadingState, N.RoundedLoadingButtonController, U._Wrapper, F._StreamSinkWrapper, G._StartWithStreamSink, O._StartWithErrorStreamSink, G.ErrorAndStackTrace, Q.ValueWrapper, O.HubAdapter, U.NoOpHub, B.Breadcrumb, K.SentryLevel, Z.SentryFlutterWeb, V.SharedPreferences, E.SharedPreferencesStorePlatform, Y.SourceFile, D.SourceLocationMixin, Y.SourceSpanMixin, U.Highlighter, U._Highlight, U._Line, V.SourceLocation, G.SourceSpanException, X.StringScanner, S.BasicLock, X.EnMessages, X.EnShortMessages, O.EsMessages, O.EsShortMessages, K.Uuid, E.Matrix3, E.Matrix4, E.Quaternion, E.Vector3, E.Vector4, Q.Version]); + _inheritMany(H.Closure, [H.initializeEngine_closure, H.initializeEngine_closure0, H.initializeEngine__closure, H._addUrlStrategyListener_closure, H._addUrlStrategyListener_closure0, H.AssetManager__baseUrl_closure, H.AssetManager__baseUrl_closure0, H.ClipboardMessageHandler_setDataMethodCall_closure, H.ClipboardMessageHandler_setDataMethodCall_closure0, H.ClipboardMessageHandler_getDataMethodCall_closure, H.ClipboardMessageHandler_getDataMethodCall_closure0, H.DomRenderer_reset_closure, H.DomRenderer_setPreferredOrientation_closure, H.DomRenderer_setPreferredOrientation_closure0, H.PersistedPicture__applyBitmapPaint_closure, H.SurfaceSceneBuilder_build_closure, H.SurfaceSceneBuilder_build_closure0, H.commitScene_closure, H.PersistedContainerSurface__matchChildren_closure, H.HtmlCodec_getNextFrame_closure, H.HtmlCodec_getNextFrame_closure0, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_set, H.HtmlCodec__decodeUsingOnLoad__errorSubscription_get, H.HtmlCodec__decodeUsingOnLoad_closure, H.HtmlCodec__decodeUsingOnLoad_closure0, H.Keyboard$__closure, H.Keyboard$__closure0, H.Keyboard$__closure1, H.Keyboard__handleHtmlEvent_closure, H.Keyboard__handleHtmlEvent_closure0, H._kLogicalKeyToModifierGetter_closure, H._kLogicalKeyToModifierGetter_closure0, H._kLogicalKeyToModifierGetter_closure1, H._kLogicalKeyToModifierGetter_closure2, H._kLogicalKeyToModifierGetter_closure3, H._kLogicalKeyToModifierGetter_closure4, H._kLogicalKeyToModifierGetter_closure5, H._kLogicalKeyToModifierGetter_closure6, H.KeyboardBinding__addEventListener_closure, H.KeyboardBinding__onKeyData_closure, H.KeyboardBinding__setup_closure, H.KeyboardBinding__setup_closure0, H.KeyboardConverter__scheduleAsyncEvent_closure, H.KeyboardConverter__scheduleAsyncEvent_closure0, H.KeyboardConverter__startGuardingKey_closure, H.KeyboardConverter__startGuardingKey_closure0, H.KeyboardConverter_handleEvent_closure, H.KeyboardConverter_handleEvent_closure0, H.KeyboardConverter_handleEvent_closure1, H.KeyboardConverter_handleEvent_closure2, H.KeyboardConverter_handleEvent__closure, H.MultiEntriesBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure, H.SingleEntryBrowserHistory_onPopState_closure0, H.HashUrlStrategy_addPopStateListener_closure, H.HashUrlStrategy__waitForPopState__unsubscribe_set, H.HashUrlStrategy__waitForPopState__unsubscribe_get, H.HashUrlStrategy__waitForPopState_closure, H.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure, H.EnginePlatformDispatcher__sendPlatformMessage_closure0, H.EnginePlatformDispatcher__sendPlatformMessage_closure1, H.EnginePlatformDispatcher__sendPlatformMessage_closure2, H.EnginePlatformDispatcher__sendPlatformMessage_closure3, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, H.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure0, H.EnginePlatformDispatcher__replyToPlatformMessage_closure, H.invoke3_closure, H._BaseAdapter_addEventListener_closure, H._WheelEventListenerMixin__addWheelEventListener_closure, H._PointerAdapter__ensureSanitizer_closure, H._PointerAdapter__addPointerEventListener_closure, H._PointerAdapter_setup_closure, H._PointerAdapter_setup_closure0, H._PointerAdapter_setup_closure1, H._PointerAdapter_setup_closure2, H._PointerAdapter_setup_closure3, H._TouchAdapter__addTouchEventListener_closure, H._TouchAdapter_setup_closure, H._TouchAdapter_setup_closure0, H._TouchAdapter_setup_closure1, H._TouchAdapter_setup_closure2, H._MouseAdapter__addMouseEventListener_closure, H._MouseAdapter_setup_closure, H._MouseAdapter_setup_closure0, H._MouseAdapter_setup_closure1, H._MouseAdapter_setup_closure2, H.PointerDataConverter__ensureStateForPointer_closure, H.AccessibilityAnnouncements$__closure, H.AccessibilityAnnouncements_handleMessage_closure, H.Incrementable_closure, H.Incrementable_closure0, H.Scrollable_update_closure, H.Scrollable_update_closure0, H.Scrollable_update_closure1, H._roleFactories_closure, H._roleFactories_closure0, H._roleFactories_closure1, H._roleFactories_closure2, H._roleFactories_closure3, H._roleFactories_closure4, H._roleFactories_closure5, H._roleFactories_closure6, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_set, H.SemanticsObject_recomputePositionAndSize__effectiveTransform_get, H.EngineSemanticsOwner$__closure, H.EngineSemanticsOwner__now_closure, H.EngineSemanticsOwner__getGestureModeClock_closure, H.DesktopSemanticsEnabler_tryEnableSemantics_closure, H.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.MobileSemanticsEnabler_tryEnableSemantics_closure, H.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, H.Tappable_update_closure, H.TextField__initializeForBlink_closure, H.TextField__initializeForWebkit_closure, H.TextField__initializeForWebkit_closure0, H.TextField_update_closure, H.StandardMessageCodec_writeValue_closure0, H.CanvasParagraph__createDomElement__element_set, H.CanvasParagraph__createDomElement__element_get, H.FontManager__loadFontFace_closure, H.FontManager__loadFontFace_closure0, H._PolyfillFontManager_registerAsset___fontLoadStart_set, H._PolyfillFontManager_registerAsset___fontLoadStart_get, H._PolyfillFontManager_registerAsset__watchWidth, H._PolyfillFontManager_registerAsset_closure, H.RulerManager__scheduleRulerCacheCleanup_closure, H.RulerManager__evictAllRulers_closure, H.RulerManager_cleanUpRulerCache_closure, H.DomParagraphBuilder__buildRichText_currentElement, H.EngineAutofillForm_fromFrameworkMessage_closure, H.EngineAutofillForm_addInputEventListeners_closure, H.EngineAutofillForm_addInputEventListeners__closure, H.DefaultTextEditingStrategy_addEventHandlers_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, H.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, H.IOSTextEditingStrategy_addEventHandlers_closure, H.IOSTextEditingStrategy_addEventHandlers_closure0, H.IOSTextEditingStrategy__addTapListener_closure, H.IOSTextEditingStrategy__schedulePlacement_closure, H.AndroidTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure, H.FirefoxTextEditingStrategy_addEventHandlers_closure0, H.FirefoxTextEditingStrategy__postponeFocus_closure, H.saveForms_closure, H.TextEditingChannel_handleTextInput__command_set, H.TextEditingChannel_handleTextInput__command_get, H.TextEditingChannel_handleTextInput_closure, H.HybridTextEditing__startEditing_closure0, H.HybridTextEditing__startEditing_closure, H.WebExperiments$__closure, H.EngineFlutterWindow_closure, H._HeaderValue_toString_closure, H._HeaderValue__parse_done, H._HeaderValue__parse_skipWS, H._HeaderValue__parse_parseValue, H._HeaderValue__parse_expect, H._HeaderValue__parse_maybeExpect, H._HeaderValue__parse_parseParameters, H._HeaderValue__parse_parseParameters_parseParameterName, H._HeaderValue__parse_parseParameters_parseParameterValue, H._CastListBase_sort_closure, H._CastListBase_removeWhere_closure, H._CastListBase_retainWhere_closure, H.CastMap_putIfAbsent_closure, H.CastMap_forEach_closure, H.CastMap_entries_closure, H.nullFuture_closure, H.ConstantMap_map_closure, H.ConstantStringMap_values_closure, H.Instantiation, H.Primitives_initTicker_closure, H.Primitives_functionNoSuchMethod_closure, H.TearOffClosure, H.JsLinkedHashMap_values_closure, H.JsLinkedHashMap_containsValue_closure, H.JsLinkedHashMap_addAll_closure, H.initHooks_closure, H.initHooks_closure0, H.initHooks_closure1, P._AsyncRun__initializeScheduleImmediate_internalCallback, P._AsyncRun__initializeScheduleImmediate_closure, P._AsyncRun__scheduleImmediateJsOverride_internalCallback, P._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, P._TimerImpl_internalCallback, P._TimerImpl$periodic_closure, P._awaitOnObject_closure, P._awaitOnObject_closure0, P._wrapJsFunctionForAsync_closure, P._asyncStarHelper_closure, P._asyncStarHelper_closure0, P._AsyncStarStreamController__resumeBody, P._AsyncStarStreamController__resumeBody_closure, P._AsyncStarStreamController_closure0, P._AsyncStarStreamController_closure1, P._AsyncStarStreamController_closure, P._AsyncStarStreamController__closure, P._SyncBroadcastStreamController__sendData_closure, P._SyncBroadcastStreamController__sendError_closure, P._SyncBroadcastStreamController__sendDone_closure, P.Future_Future_closure, P.Future_Future$microtask_closure, P.Future_Future$delayed_closure, P.Future_wait__error_set, P.Future_wait__stackTrace_set, P.Future_wait__error_get, P.Future_wait__stackTrace_get, P.Future_wait_handleError, P.Future_wait_closure, P._Future__addListener_closure, P._Future__prependListeners_closure, P._Future__chainForeignFuture_closure, P._Future__chainForeignFuture_closure0, P._Future__chainForeignFuture_closure1, P._Future__asyncCompleteWithValue_closure, P._Future__chainFuture_closure, P._Future__asyncCompleteError_closure, P._Future__propagateToListeners_handleWhenCompleteCallback, P._Future__propagateToListeners_handleWhenCompleteCallback_closure, P._Future__propagateToListeners_handleValueCallback, P._Future__propagateToListeners_handleError, P._Future_timeout_closure, P._Future_timeout_closure0, P._Future_timeout_closure1, P.Stream_Stream$fromFuture_closure, P.Stream_Stream$fromFuture_closure0, P.Stream_Stream$fromIterable_closure, P.Stream_pipe_closure, P.Stream_fold_closure, P.Stream_fold_closure0, P.Stream_fold__closure, P.Stream_fold__closure0, P.Stream_forEach_closure, P.Stream_forEach_closure0, P.Stream_forEach__closure, P.Stream_forEach__closure0, P.Stream_length_closure, P.Stream_length_closure0, P.Stream_isEmpty_closure, P.Stream_isEmpty_closure0, P.Stream_first_closure, P.Stream_first_closure0, P._StreamController__subscribe_closure, P._StreamController__recordCancel_complete, P._AddStreamState_makeErrorHandler_closure, P._AddStreamState_cancel_closure, P._BufferingStreamSubscription__sendError_sendError, P._BufferingStreamSubscription__sendDone_sendDone, P._PendingEvents_schedule_closure, P._cancelAndError_closure, P._cancelAndErrorClosure_closure, P._cancelAndValue_closure, P._StreamHandlerTransformer_closure, P._CustomZone_bindCallback_closure, P._CustomZone_bindUnaryCallback_closure, P._CustomZone_bindCallbackGuarded_closure, P._CustomZone_bindUnaryCallbackGuarded_closure, P._rootHandleUncaughtError_closure, P._RootZone_bindCallback_closure, P._RootZone_bindCallbackGuarded_closure, P._RootZone_bindUnaryCallbackGuarded_closure, P._HashMap_values_closure, P._HashMap_addAll_closure, P._CustomHashMap_closure, P._LinkedCustomHashMap_closure, P.HashMap_HashMap$from_closure, P.LinkedHashMap_LinkedHashMap$from_closure, P.MapBase_mapToString_closure, P.MapMixin_entries_closure, P.SplayTreeMap_closure, P.SplayTreeMap_addAll_closure, P.SplayTreeSet_closure, P.SplayTreeSet__copyNode_copyChildren, P._JsonMap_values_closure, P._JsonMap_addAll_closure, P.Utf8Decoder__decoder_closure, P.Utf8Decoder__decoderNonfatal_closure, P._JsonStringifier_writeMap_closure, P._JsonPrettyPrintMixin_writeMap_closure, P._symbolMapToStringMap_closure, P.NoSuchMethodError_toString_closure, P._BigIntImpl_hashCode_combine, P._BigIntImpl_hashCode_finish, P._BigIntImpl_toDouble_readBits, P._BigIntImpl_toDouble_roundUp, P.DateTime_parse_parseIntOrZero, P.DateTime_parse_parseMilliAndMicroseconds, P.Duration_toString_sixDigits, P.Duration_toString_twoDigits, P.Uri__parseIPv4Address_error, P.Uri_parseIPv6Address_error, P.Uri_parseIPv6Address_parseHex, P._Uri__makePath_closure, P._Uri__makeQuery_writeParameter, P._Uri__makeQuery_closure, P._createTables_build, P._createTables_setChars, P._createTables_setRange, W.CanvasElement_toBlob_closure, W._ChildrenElementList__filter_closure, W.Element_Element$html_closure, W.Entry_remove_closure, W.Entry_remove_closure0, W.HttpRequest_request_closure, W.MidiInputMap_keys_closure, W.MidiInputMap_values_closure, W.MidiOutputMap_keys_closure, W.MidiOutputMap_values_closure, W.RtcStatsReport_keys_closure, W.RtcStatsReport_values_closure, W.Storage_addAll_closure, W.Storage_keys_closure, W.Storage_values_closure, W._BeforeUnloadEventStreamProvider_forTarget_closure, W._AttributeMap_addAll_closure, W._DataAttributeMap_addAll_closure, W._DataAttributeMap_forEach_closure, W._DataAttributeMap_keys_closure, W._DataAttributeMap_values_closure, W._EventStreamSubscription_closure, W._EventStreamSubscription_onData_closure, W.NodeValidatorBuilder_allowsElement_closure, W.NodeValidatorBuilder_allowsAttribute_closure, W._SimpleNodeValidator_closure, W._SimpleNodeValidator_closure0, W._TemplatingNodeValidator_closure, W._ValidatingTreeSanitizer_sanitizeTree_walk, P._StructuredClone_walk_closure, P._StructuredClone_walk_closure0, P._AcceptStructuredClone_walk_closure, P._convertDartToNative_Value_closure, P.convertDartToNative_Dictionary_closure, P.FilteredElementList__iterable_closure, P.FilteredElementList__iterable_closure0, P.FilteredElementList_removeRange_closure, P._completeRequest_closure, P._FileStream_listen_closure, P._FileStream__closeFile_done, P._FileStream__readBlock_closure, P._FileStream__readBlock_closure0, P._FileStream__start_onReady, P._FileStream__start_onOpenFile, P._FileStream__start_onOpenFile_closure, P._FileStream__start_openFailed, P._File_open_closure, P._File_length_closure, P._convertToJS_closure, P._convertToJS_closure0, P._wrapToDart_closure, P._wrapToDart_closure0, P._wrapToDart_closure1, P.promiseToFuture_closure, P.promiseToFuture_closure0, P.ChannelBuffers_push_closure, P.webOnlyInitializePlatform_closure, P.webOnlyInstantiateImageCodecFromUrl_closure, P._futurize_closure, P.AudioParamMap_keys_closure, P.AudioParamMap_values_closure, D.BoardItemState_onDropItem_closure, D.BoardItemState__startDrag_closure, D.BoardItemState__startDrag_closure0, D.BoardItemState_build_closure, D.BoardItemState_build_closure3, D.BoardItemState_build_closure2, D.BoardItemState_build_closure1, D.BoardItemState_build_closure0, O.BoardListState_onDropList_closure, O.BoardListState__startDrag_closure, O.BoardListState_build_closure0, O.BoardListState_build_closure2, O.BoardListState_build_closure1, O.BoardListState_build_closure, O.BoardListState_build_closure3, N.BoardViewState_moveDown_closure, N.BoardViewState_moveUp_closure, N.BoardViewState_moveListRight_closure, N.BoardViewState_moveListRight__closure, N.BoardViewState_moveListRight_closure0, N.BoardViewState_moveRight_closure, N.BoardViewState_moveRight_closure0, N.BoardViewState_moveRight_closure1, N.BoardViewState_moveRight__closure, N.BoardViewState_moveRight_closure2, N.BoardViewState_moveListLeft_closure, N.BoardViewState_moveListLeft__closure, N.BoardViewState_moveListLeft_closure0, N.BoardViewState_moveLeft_closure, N.BoardViewState_moveLeft_closure0, N.BoardViewState_moveLeft_closure1, N.BoardViewState_moveLeft__closure, N.BoardViewState_moveLeft_closure2, N.BoardViewState_build_closure, N.BoardViewState_build__closure5, N.BoardViewState_build_closure0, N.BoardViewState_build_closure1, N.BoardViewState_build__closure4, N.BoardViewState_build_closure2, N.BoardViewState_build__closure3, N.BoardViewState_build_closure3, N.BoardViewState_build__closure2, N.BoardViewState_build_closure5, N.BoardViewState_build__closure0, N.BoardViewState_build_closure4, N.BoardViewState_build__closure1, N.BoardViewState_build_closure6, N.BoardViewState_build__closure, N.BoardViewState_run_closure, A.hashObjects_closure, R.BuiltListMultimap_BuiltListMultimap_closure, R.BuiltListMultimap_hashCode_closure, R.BuiltListMultimap_forEach_closure, R.BuiltListMultimap_forEach__closure, R.ListMultimapBuilder_replace_closure, A.BuiltMap_BuiltMap_closure, A.BuiltMap_BuiltMap$from_closure, A.BuiltMap_hashCode_closure, A.MapBuilder_replace_closure, A.MapBuilder_replace_closure0, X.BuiltSet_hashCode_closure, M.BuiltSetMultimap_hashCode_closure, M.BuiltSetMultimap_forEach_closure, M.BuiltSetMultimap_forEach__closure, M.SetMultimapBuilder_replace_closure, Y.newBuiltValueToStringHelper_closure, U.Serializers_Serializers_closure, U.Serializers_Serializers_closure0, U.Serializers_Serializers_closure1, U.Serializers_Serializers_closure2, U.Serializers_Serializers_closure3, R.BuiltListMultimapSerializer_serialize_closure, R.BuiltListMultimapSerializer_deserialize_closure, K.BuiltListSerializer_serialize_closure, K.BuiltListSerializer_deserialize_closure, R.BuiltSetMultimapSerializer_serialize_closure, R.BuiltSetMultimapSerializer_deserialize_closure, O.BuiltSetSerializer_serialize_closure, O.BuiltSetSerializer_deserialize_closure, T.StandardJsonPlugin__toList_closure, T.StandardJsonPlugin__toList_closure0, T.StandardJsonPlugin__toListUsingDiscriminator_closure, T.StandardJsonPlugin__toListUsingDiscriminator_closure0, X.CachedNetworkImageProvider__loadAsyncHttpGet_closure, G.loadAsyncHtmlImage_closure, B.MultiImageStreamCompleter_closure, B.MultiImageStreamCompleter_closure0, B.MultiImageStreamCompleter_closure1, T.BaseBarRenderer_preprocessSeries_closure, T.BaseBarRenderer_preprocessSeries__closure0, T.BaseBarRenderer_preprocessSeries__closure1, T.BaseBarRenderer_preprocessSeries__closure2, T.BaseBarRenderer_preprocessSeries_closure0, T.BaseBarRenderer_preprocessSeries__closure, T.BaseBarRenderer_update_closure, T.BaseBarRenderer_update__closure, T.BaseBarRenderer_update__closure0, T.BaseBarRenderer_update__closure1, T.BaseBarRenderer_update_closure0, T.BaseBarRenderer_paint_closure, T.BaseBarRenderer_paint__closure0, T.BaseBarRenderer_paint_closure0, T.BaseBarRenderer_paint_closure1, T.BaseBarRenderer_paint__closure, T.BaseBarRenderer_getNearestDatumDetailPerSeries_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure, T.BaseBarRenderer__getSegmentsForDomainValue_closure0, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure, T.BaseBarRenderer__getVerticalDetailsForDomainValue_closure0, T._ReversedSeriesIterator_closure, T._ReversedSeriesIterator_closure0, M.Axis__updateAxisTicks_closure, M.Axis__updateAxisTicks_closure0, M.Axis_paint_closure, R.BaseTickDrawStrategy_collides_closure, R.BaseTickDrawStrategy_measureVerticallyDrawnTicks_closure, R.BaseTickDrawStrategy_measureHorizontallyDrawnTicks_closure, R.BaseTickDrawStrategy_splitLabel_closure, R.BaseTickDrawStrategy_getLabelWidth_closure, Y.NoneDrawStrategy_decorateTicks_closure, B.SimpleTickFormatterBase_format_closure, B.NumericTickFormatter__getFormatter_closure, L.TimeRangeTickProviderImpl_getTicks__currentTicks_set, L.TimeRangeTickProviderImpl_getTicks__currentTicks_get, L.CartesianChart_init_closure, L.CartesianChart_makeSeries_closure, L.CartesianChart_preprocessSeries_closure, L.CartesianChart_preprocessSeries_closure0, L.CartesianChart_preprocessSeries_closure1, L.CartesianChart_preprocessSeries_closure2, L.CartesianChart_onSkipLayout_closure, F.BaseCartesianRenderer_configureDomainAxes_closure, F.BaseCartesianRenderer_configureMeasureAxes_closure, X.BaseChart_init_closure, X.BaseChart_getSelectionModel_closure, X.BaseChart_pointWithinRenderer_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure, X.BaseChart_getNearestDatumDetailPerSeries_closure0, X.BaseChart_draw_closure, X.BaseChart_drawInternal_closure, X.BaseChart_configureSeries_closure, X.BaseChart_configureSeries__closure, X.BaseChart_configureSeries_closure0, X.BaseChart_preprocessSeries_closure, X.BaseChart_preprocessSeries__closure, X.BaseChart_preprocessSeries_closure0, X.BaseChart_preprocessSeries_closure1, X.BaseChart_onPostLayout_closure, X.BaseChart_paint_closure, X.BaseChart_fireOnDraw_closure, X.BaseChart_fireOnPreprocess_closure, X.BaseChart_fireOnPostprocess_closure, X.BaseChart_fireOnAxisConfigured_closure, X.BaseChart_fireOnPostrender_closure, X.BaseChart_fireOnAnimationComplete_closure, O.DomainHighlighter__updateColorFunctions_closure, O.DomainHighlighter__updateColorFunctions__closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure, V.PerSeriesLegendEntryGenerator_getLegendEntries_closure0, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure, V.PerSeriesLegendEntryGenerator__updateFromSelection_closure0, V.PerSeriesLegendEntryGenerator__updateFromSeriesList_getMeasureTotal, Z.SeriesLegend_onData_closure0, Z.SeriesLegend_onData_closure, Z.SeriesLegend_preProcessSeriesList_closure, Z.SeriesLegend_showSeries_closure, E.LinePointHighlighter__updateViewData_closure, E._LinePointLayoutView_paint_closure, E._LinePointLayoutView_paint_closure0, Z.SelectNearest__onSelect_closure, Z.SelectNearest__onSelect_closure0, Z.SelectNearest__extractSeriesFromNearestSelection_closure, N.MutableSeries_closure, D.MutableSelectionModel_updateSelection_closure, D.MutableSelectionModel_updateSelection_closure0, B.BaseSeriesRenderer_assignMissingColors_closure, B.BaseSeriesRenderer_assignMissingColors__closure3, B.BaseSeriesRenderer_assignMissingColors_closure0, B.BaseSeriesRenderer_assignMissingColors__closure2, B.BaseSeriesRenderer_assignMissingColors_closure1, B.BaseSeriesRenderer_assignMissingColors_closure2, B.BaseSeriesRenderer_assignMissingColors__closure0, B.BaseSeriesRenderer_assignMissingColors__closure1, B.BaseSeriesRenderer_assignMissingColors_closure3, B.BaseSeriesRenderer_assignMissingColors__closure, B.BaseSeriesRenderer_assignMissingColors_closure4, D.LayoutManagerImpl_paintOrderedViews_closure, D.LayoutManagerImpl_positionOrderedViews_closure, D.LayoutManagerImpl_drawableLayoutAreaBounds_closure, D.LayoutManagerImpl_layout_closure, D.LayoutManagerImpl__viewsForPositions_closure, B.VerticalMarginStrategy_measure_closure, B.LeftMarginLayoutStrategy_layout_closure, B.RightMarginLayoutStrategy_layout_closure, B.HorizontalMarginStrategy_measure_closure, B.TopMarginLayoutStrategy_layout_closure, B.BottomMarginLayoutStrategy_layout_closure, T.LineRenderer_configureSeries_closure, T.LineRenderer_configureSeries__closure, T.LineRenderer_preprocessSeries_closure, T.LineRenderer_preprocessSeries_closure0, T.LineRenderer_preprocessSeries__closure, T.LineRenderer__mergeIntoSeriesMap_closure, T.LineRenderer__mergeIntoSeriesMap__closure, T.LineRenderer_update_closure, T.LineRenderer_update__closure, T.LineRenderer_update___closure, T.LineRenderer_update_closure0, T.LineRenderer__createBoundsSegment_closure, T.LineRenderer__createBoundsSegment_closure0, T.LineRenderer_paint_closure, T.LineRenderer_paint__closure7, T.LineRenderer_paint_closure0, T.LineRenderer_paint__closure, T.LineRenderer_paint__closure0, T.LineRenderer_paint__closure1, T.LineRenderer_paint__closure2, T.LineRenderer_paint__closure3, T.LineRenderer_paint__closure4, T.LineRenderer_paint__closure5, T.LineRenderer_paint__closure6, T._LineRendererElement_updateAnimationPercent__lastPoint_set, T._LineRendererElement_updateAnimationPercent__lastPoint_get, T._AreaRendererElement_updateAnimationPercent__lastPoint_set, T._AreaRendererElement_updateAnimationPercent__lastPoint_get, U.PointRenderer_paint_closure, U.PointRenderer_paint__closure1, U.PointRenderer_paint_closure0, U.PointRenderer_paint__closure, U.PointRenderer_paint__closure0, U.PointRenderer_paint___closure, U.PointRenderer_paint___closure0, U.PointRenderer_paint___closure1, U.PointRenderer_paint___closure2, N.GestureListener_defaultTapCancel_closure, N.GestureListener_defaultTapTest_closure, M.MaterialPalette__orderedPalettes_closure, M.MaterialPalette__orderedPalettes_closure0, M.MaterialPalette__orderedPalettes_closure1, M.MaterialPalette__orderedPalettes_closure2, M.MaterialPalette__orderedPalettes_closure3, M.MaterialPalette__orderedPalettes_closure4, M.MaterialPalette__orderedPalettes_closure5, M.MaterialPalette__orderedPalettes_closure6, M.MaterialPalette__orderedPalettes_closure7, M.MaterialPalette__orderedPalettes_closure8, M.MaterialPalette__orderedPalettes_closure9, M.MaterialPalette__orderedPalettes_closure10, V.Performance_time_closure, V.Performance_timeEnd_closure, G.ProxyGestureListener_onLongPress_closure, G.ProxyGestureListener_onTap_closure, G.ProxyGestureListener_onDragStart_closure, G.ProxyGestureListener_onDragUpdate_closure, G.ProxyGestureListener_onDragEnd_closure, G.ProxyGestureListener__cancel_closure, G.ProxyGestureListener__populateActiveListeners_closure, F.Series_Series_closure, F.Series_Series_closure0, F.Series_Series_closure1, X.BaseChart__updateBehaviors_closure, X.BaseChart__updateBehaviors_closure0, X.BaseChart__notACustomBehavior_closure, X.BaseChart__updateSelectionModel_closure, X.BaseChart__updateSelectionModel_closure0, X.BaseChart_getDesiredGestures_closure, X.BaseChart_getDesiredGestures_closure0, U.BaseChartState_requestRebuild_closure, U.BaseChartState_build_closure, U.BaseChartState_dispose_closure, U.BaseChartState__animationTick_closure, Y.BaseLegendContentBuilder_build_closure, M.SimpleLegendEntryLayout_makeTapUpCallback_closure, L.TabularLegendLayout_build_closure, L.TabularLegendLayout__buildTableFromRows_closure, L.TabularLegendLayout__buildTableFromRows_closure0, L.TabularLegendLayout__buildTableFromRows_closure1, Z._FlutterSeriesLegend_build_closure, V.LinePainter__drawDashedLine_closure, X.ChartContainerRenderObject_requestAnimation_startAnimationController, X.ChartContainerRenderObject_requestRebuild_doRebuild, K.ChartGestureDetector_makeWidget_closure, K.ChartGestureDetector_onTapDown_closure, M.getChartContainerRenderObject_closure, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_set, E.WidgetLayoutDelegate__getBehaviorOffset__behaviorOffset_get, M.CanonicalizedMap_addAll_closure, M.CanonicalizedMap_entries_closure, M.CanonicalizedMap_forEach_closure, M.CanonicalizedMap_keys_closure, M.CanonicalizedMap_map_closure, M.CanonicalizedMap_putIfAbsent_closure, M.CanonicalizedMap_values_closure, M.DraggableScrollbar__thumbSemicircleBuilder_closure, M._DraggableScrollbarState_build_closure, M._DraggableScrollbarState_build__closure, M._DraggableScrollbarState_changePosition_closure, M._DraggableScrollbarState_changePosition__closure, M._DraggableScrollbarState__onVerticalDragStart_closure, M._DraggableScrollbarState__onVerticalDragUpdate_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure, M._DraggableScrollbarState__onVerticalDragEnd_closure0, M.SlideFadeTransition_build_closure, Q.MemoryDirectory_createSync_closure, Q.MemoryDirectory_createTempSync_closure, Q.MemoryDirectory_createTempSync_closure0, Q.MemoryDirectory_createTempSync_name, T.MemoryFile__resolvedBackingOrCreate_closure, T.MemoryFile__resolvedBackingOrCreate_closure0, T.MemoryFile__doCreate_closure, T._FileSink__FileSink$fromFile__node_set, T._FileSink__FileSink$fromFile__node_get, T._FileSink__FileSink$fromFile_closure, T._FileSink_addStream_finish, T._FileSink_addStream_closure, T._FileSink_addStream_closure0, T._FileSink_close_closure, T._FileSink_close_closure0, T._FileSink__addData_closure, X._MemoryFileSystem_findNode_subpath, X._MemoryFileSystem_findNode_closure, U.MemoryFileSystemEntity_backing_closure, U.MemoryFileSystemEntity_resolvedBacking_closure, U.MemoryFileSystemEntity_resolvedBacking_closure0, U.MemoryFileSystemEntity_defaultCheckType_closure, U.MemoryFileSystemEntity_internalCreateSync_closure, B.resolveLinks_closure, S.ErrorCodes_EINVAL_closure, S.ErrorCodes_EISDIR_closure, S.ErrorCodes_ELOOP_closure, S.ErrorCodes_ENOENT_closure, S.ErrorCodes_ENOTDIR_closure, S.ErrorCodes_ENOTEMPTY_closure, G.FilePickerWeb_pickFiles_changeEventListener, G.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, G.FilePickerWeb_pickFiles_changeEventListener_closure, G.FilePickerWeb_pickFiles_changeEventListener__closure, G.FilePickerWeb_pickFiles_changeEventListener__closure0, G.FilePickerWeb_pickFiles_cancelledEventListener, G.FilePickerWeb_pickFiles_cancelledEventListener_closure, G.FilePickerWeb__fileType_closure, E.CupertinoDynamicColor_toString_toString, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure, D.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_set, D._CupertinoBackGestureController_dragEnd__animationStatusCallback_get, D._CupertinoBackGestureController_dragEnd_closure, D._CupertinoEdgeShadowDecoration_lerp_closure, D._CupertinoEdgeShadowDecoration_lerp_closure0, E._CupertinoScrollbarState_initState_closure, E._CupertinoScrollbarState_handleThumbPress_closure, N._CupertinoSwitchState__handleDragEnd_closure, N._RenderCupertinoSwitch_paint_closure, K.CupertinoThemeData_resolveFrom_convertColor, K.NoDefaultCupertinoThemeData_resolveFrom_convertColor, K._CupertinoThemeDefaults_resolveFrom_convertColor, U._testPlatform_closure, U._browserPlatform_closure, U.FlutterErrorDetails_summary_formatException, U.FlutterErrorDetails_summary_closure, U.FlutterErrorDetails_summary_closure0, U.FlutterErrorDetails_debugFillProperties_closure, U.FlutterError_FlutterError_closure, U.FlutterError_defaultStackFilter_closure, U.FlutterError_defaultStackFilter_closure0, U.FlutterError_toString_closure, U.debugPrintStack_closure, N.BindingBase_lockEvents_closure, N.BindingBase_registerBoolServiceExtension_closure, N.BindingBase_registerNumericServiceExtension_closure, N.BindingBase_registerServiceExtension_closure, N.BindingBase_registerServiceExtension_closure__result_set, N.BindingBase_registerServiceExtension__closure, N.BindingBase_registerServiceExtension_closure__result_get, B.ChangeNotifier_notifyListeners_closure, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_set, Y._PrefixedStringBuilder__wordWrapLine__lastWordStart_get, Y._PrefixedStringBuilder__wordWrapLine_noWrap, Y.TextTreeRenderer__debugRender_visitor, Y.TextTreeRenderer__debugRender_closure, F.LicenseEntryWithLineBreaks_paragraphs_addLine, F.LicenseEntryWithLineBreaks_paragraphs_getParagraph, R.StackFrame_fromStackString_closure, O.SynchronousFuture_whenComplete_closure, D._GestureArena_toString_closure, D.GestureArenaManager_add_closure, D.GestureArenaManager__tryToResolveArena_closure, N.GestureBinding_dispatchEvent_closure, N.GestureBinding_dispatchEvent_closure0, K.ForcePressGestureRecognizer_handleEvent_closure, K.ForcePressGestureRecognizer_acceptGesture_closure, K.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, T.LongPressGestureRecognizer__checkLongPressStart_closure, T.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, T.LongPressGestureRecognizer__checkLongPressEnd_closure, O.DragGestureRecognizer__checkDown_closure, O.DragGestureRecognizer__checkStart_closure, O.DragGestureRecognizer__checkUpdate_closure, O.DragGestureRecognizer__checkEnd_closure, O.DragGestureRecognizer__checkEnd_closure0, O.DragGestureRecognizer__checkEnd_closure1, V.MultiDragGestureRecognizer_acceptGesture_closure, V.MultiDragGestureRecognizer__startDrag_closure, O.PointerRouter_addRoute_closure, O.PointerRouter__dispatchEventToRoutes_closure, S.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, B.ScaleGestureRecognizer__reconfigure_closure, B.ScaleGestureRecognizer__reconfigure_closure0, B.ScaleGestureRecognizer__advanceStateMachine_closure, B.ScaleGestureRecognizer__dispatchOnStartCallbackIfNeeded_closure, N.TapGestureRecognizer_handleTapDown_closure, N.TapGestureRecognizer_handleTapDown_closure0, N.TapGestureRecognizer_handleTapUp_closure, N.TapGestureRecognizer_handleTapUp_closure0, V.GestureArenaTeam_add_closure, A.showLicensePage_closure, A._PackagesViewState_licenses_closure, A._PackagesViewState_licenses_closure0, A._PackagesViewState_build_closure, A._PackagesViewState_build__closure, A._PackagesViewState_build___closure, A._PackagesViewState__initDefaultDetailPage_closure, A._PackagesViewState__packagesList_closure, A._PackagesViewState__packagesList__closure, A._PackagesViewState__packagesList___closure, A._LicenseData_sortPackages_closure, A._PackageLicensePageState__initLicenses_closure, A._PackageLicensePageState__initLicenses_closure0, A._PackageLicensePageState_build_closure, A._MasterDetailFlowState_build_closure, A._MasterDetailFlowState__nestedUI_closure1, A._MasterDetailFlowState__nestedUI_closure, A._MasterDetailFlowState__nestedUI_closure0, A._MasterDetailFlowState__masterPageRoute_closure, A._MasterDetailFlowState__masterPageRoute__closure, A._MasterDetailFlowState__detailPageRoute_closure, A._MasterDetailFlowState__detailPageRoute__closure, A._MasterDetailFlowState__lateralUI_closure1, A._MasterDetailFlowState__lateralUI_closure0, A._MasterDetailFlowState__lateralUI_closure, A._MasterDetailScaffoldState_openDetailPage_closure, A._MasterDetailScaffoldState_setInitialDetailPage_closure, A._MasterDetailScaffoldState_build_closure, A._MasterDetailScaffoldState_build__closure, A._DetailView_build_closure, S.MaterialApp_createMaterialHeroController_closure, S._MaterialAppState__buildWidgetApp_closure, D.MaterialPointArcTween__initialize_sweepAngle, D._maxBy__maxValue_set, D._maxBy__maxValue_get, D.MaterialRectArcTween__initialize_closure, R.BackButton_build_closure, Z._RawMaterialButtonState__handleHighlightChanged_closure, Z._RawMaterialButtonState__handleHoveredChanged_closure, Z._RawMaterialButtonState__handleFocusedChanged_closure, Z._RenderInputPadding_hitTest_closure, K._ButtonStyleState__handleHighlightChanged_closure, K._ButtonStyleState__handleHoveredChanged_closure, K._ButtonStyleState__handleFocusedChanged_closure, K._ButtonStyleState_build_effectiveValue, K._ButtonStyleState_build_resolve, K._ButtonStyleState_build_resolve_closure, K._ButtonStyleState_build_closure, K._ButtonStyleState_build_closure0, K._ButtonStyleState_build_closure1, K._ButtonStyleState_build_closure2, K._ButtonStyleState_build_closure3, K._ButtonStyleState_build_closure4, K._ButtonStyleState_build_closure5, K._ButtonStyleState_build_closure6, K._ButtonStyleState_build_closure7, K._ButtonStyleState_build_closure8, K._ButtonStyleState_build_closure16, K._ButtonStyleState_build__closure0, K._ButtonStyleState_build_closure17, K._ButtonStyleState_build__closure, K._ButtonStyleState_build_closure9, K._ButtonStyleState_build_closure10, K._ButtonStyleState_build_closure11, K._ButtonStyleState_build_closure12, K._ButtonStyleState_build_closure13, K._ButtonStyleState_build_closure14, K._ButtonStyleState_build_closure15, K._ButtonStyleState_build__closure1, K._RenderInputPadding_hitTest_closure0, Q._CalendarDatePickerState__handleModeChanged_closure, Q._CalendarDatePickerState__handleMonthChanged_closure, Q._CalendarDatePickerState__handleYearChanged_closure, Q._CalendarDatePickerState__handleDayChanged_closure, Q._CalendarDatePickerState_build_closure, Q._MonthPickerState_didUpdateWidget_closure, Q._MonthPickerState__handleMonthPageChanged_closure, Q._MonthPickerState__handleGridFocusChange_closure, Q._MonthPickerState__handleDirectionFocus_closure, Q._DayPickerState_build_closure, Q._YearPickerState__buildYearItem_closure, K._CheckboxState__widgetFillColor_closure, K._CheckboxState__defaultFillColor_closure, K._CheckboxState_build_closure, S.DataTable_build_closure3, S.DataTable_build_closure, S.DataTable_build_closure0, S.DataTable_build_closure1, S.DataTable_build_closure2, S.DataTable_build_closure4, S.DataTable_build_closure5, S.DataTable_build_closure6, S.DataTable_build_closure7, S.TableRowInkWell_getRectCallback_closure, S._SortArrowState__rebuild_closure, K.showDatePicker_closure, K._DatePickerDialogState__handleOk_closure, K._DatePickerDialogState__handleEntryModeToggle_closure, K._DatePickerDialogState__handleDateChanged_closure, K._DatePickerDialogState_build_calendarDatePicker, K._DatePickerDialogState_build_inputDatePicker, K._DatePickerDialogState_build_closure, K.__DatePickerDialogState_State_RestorationMixin_dispose_closure, E.DialogRoute_closure, Z.DrawerControllerState__animationChanged_closure, K._DropdownMenuState_build_closure, K._DropdownRoute_buildPage_closure, K._DropdownRoute_getItemOffset_closure, K._DropdownRoute_getMenuLimits_closure, K._DropdownRoutePage_build_closure, K._DropdownButtonState_initState_closure, K._DropdownButtonState_initState_closure0, K._DropdownButtonState__handleFocusChanged_closure, K._DropdownButtonState__handleFocusHighlightModeChange_closure, K._DropdownButtonState__updateSelectedIndex_closure, K._DropdownButtonState__handleTap_closure, K._DropdownButtonState__handleTap_closure0, K._DropdownButtonState_build_closure, K.DropdownButtonFormField_closure, K.DropdownButtonFormField__closure, D._ExpansionPanelListState_build_closure, M.Feedback_wrapForTap_closure, O._getClipCallback_closure, U._getClipCallback_closure0, R._InkResponseState_highlightsExist_closure, R._InkResponseState_updateHighlight_handleInkRemoval, R._InkResponseState__createInkFeature_onRemoved, R._InkResponseState__handleFocusHighlightModeChange_closure, U._InputDatePickerFormFieldState_didUpdateWidget_closure, U._InputDatePickerFormFieldState_didUpdateWidget__closure, L._HelperErrorState__handleChange_closure, L._RenderDecoration_debugDescribeChildren_add, L._RenderDecoration_performLayout_centerLayout, L._RenderDecoration_performLayout_baselineLayout, L._RenderDecoration_paint_doPaint, L._RenderDecoration_hitTestChildren_closure, L._InputDecoratorState__handleChange_closure, Q.ListTileTheme_merge_closure, Q._RenderListTile_debugDescribeChildren_add, Q._RenderListTile_paint_doPaint, Q._RenderListTile_hitTestChildren_closure, M._MaterialState_build_closure, M._MaterialInteriorState_forEachTween_closure, M._MaterialInteriorState_forEachTween_closure0, M._MaterialInteriorState_forEachTween_closure1, B._MergeableMaterialState__handleTick_closure, B._MergeableMaterialState_didUpdateWidget_closure, B._MergeableMaterialState_didUpdateWidget_closure0, K._ZoomPageTransition_build_closure, K._ZoomPageTransition_build_closure0, K._ZoomPageTransition_build_closure1, K._ZoomPageTransition_build_closure2, K._ZoomEnterTransition_build_closure, K.PageTransitionsTheme__all_closure, R.PaginatedDataTableState__handleDataSourceChanged_closure, R.PaginatedDataTableState_pageTo_closure, R.PaginatedDataTableState__getBlankRowFor_closure, R.PaginatedDataTableState__getProgressIndicatorRowFor_closure, R.PaginatedDataTableState__getRows_closure, R.PaginatedDataTableState_build_closure, Z._PopupMenu_build_closure, Z._PopupMenu_build_closure0, Z._PopupMenuRoute_buildPage_closure, Z.PopupMenuButtonState_showButtonMenu_closure, U._LinearProgressIndicatorPainter_paint_drawBar, U._LinearProgressIndicatorState_build_closure, U._CircularProgressIndicatorState__buildAnimation_closure, Y._RadioState__widgetFillColor_closure, Y._RadioState__defaultFillColor_closure, Y._RadioState_build_closure, G.RadioListTile_build_closure, N.RefreshIndicatorState__handleScrollNotification_closure, N.RefreshIndicatorState__dismiss_closure, N.RefreshIndicatorState__dismiss_closure0, N.RefreshIndicatorState__show_closure, N.RefreshIndicatorState__show__closure, N.RefreshIndicatorState__show__closure0, N.RefreshIndicatorState_build_closure, Z.ReorderableListView_closure, Z._ReorderableListViewState__wrapWithSemantics_reorder, Z._ReorderableListViewState__wrapWithSemantics_moveToStart, Z._ReorderableListViewState__wrapWithSemantics_moveToEnd, Z._ReorderableListViewState__wrapWithSemantics_moveBefore, Z._ReorderableListViewState__wrapWithSemantics_moveAfter, Z._ReorderableListViewState__proxyDecorator_closure, Z._ReorderableListViewState_build__listPadding_set, Z._ReorderableListViewState_build__outerPadding_set, Z._ReorderableListViewState_build__outerPadding_get, Z._ReorderableListViewState_build__listPadding_get, M.ScaffoldMessengerState_hideCurrentSnackBar_closure, M._ScaffoldLayout_performLayout__floatingActionButtonRect_set, M._ScaffoldLayout_performLayout__floatingActionButtonRect_get, M._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, M.ScaffoldState__drawerOpenedCallback_closure, M.ScaffoldState__endDrawerOpenedCallback_closure, M.ScaffoldState_hideCurrentSnackBar_closure, M.ScaffoldState__updateSnackBar_closure, M.ScaffoldState__buildBottomSheet__bottomSheet_set, M.ScaffoldState__buildBottomSheet__bottomSheet_get, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet, M.ScaffoldState__buildBottomSheet__removeCurrentBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure, M.ScaffoldState__buildBottomSheet_closure0, M.ScaffoldState__buildBottomSheet_closure1, M.ScaffoldState__buildBottomSheet__closure, M.ScaffoldState_showBottomSheet_closure, M.ScaffoldState__moveFloatingActionButton_closure, M.ScaffoldState_showBodyScrim_closure, M.ScaffoldState_build_closure, M._StandardBottomSheetState_build_closure, M._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._MaterialScrollbarState__thumbColor__dragColor_set, E._MaterialScrollbarState__thumbColor__hoverColor_set, E._MaterialScrollbarState__thumbColor__idleColor_set, E._MaterialScrollbarState__thumbColor__dragColor_get, E._MaterialScrollbarState__thumbColor__hoverColor_get, E._MaterialScrollbarState__thumbColor__idleColor_get, E._MaterialScrollbarState__thumbColor_closure, E._MaterialScrollbarState__trackColor_closure, E._MaterialScrollbarState__trackBorderColor_closure, E._MaterialScrollbarState__thickness_closure, E._MaterialScrollbarState_initState_closure, E._MaterialScrollbarState_handleThumbPressStart_closure, E._MaterialScrollbarState_handleThumbPressEnd_closure, E._MaterialScrollbarState_handleHover_closure, E._MaterialScrollbarState_handleHover_closure0, E._MaterialScrollbarState_handleHoverExit_closure, O._SelectableTextState__onControllerChanged_closure, O._SelectableTextState__handleSelectionChanged_closure, O._SelectableTextState_build_closure, N._MaterialSwitchState__widgetThumbColor_closure, N._MaterialSwitchState__defaultThumbColor_closure, N._MaterialSwitchState__widgetTrackColor_closure, N._MaterialSwitchState__defaultTrackColor_closure, N._MaterialSwitchState__handleDragEnd_closure, N._MaterialSwitchState_build_closure, O.SwitchListTile_build_closure, U.TabController__changeIndex_closure, E._TabBarState_initState_closure, E._TabBarState__handleTabControllerTick_closure, E._TabBarState_build_closure, E._TabBarViewState__warpToCurrentIndex_closure, E._TabBarViewState__warpToCurrentIndex_closure0, Z._TextFieldState__handleSelectionChanged_closure, Z._TextFieldState__handleHover_closure, Z._TextFieldState_build_closure, Z._TextFieldState_build_closure0, Z._TextFieldState_build_closure1, Z._TextFieldState_build_closure2, Z._TextFieldState_build_closure3, Z._TextFieldState_build__closure, Z.__TextFieldState_State_RestorationMixin_dispose_closure, E.TextFormField_closure, E.TextFormField_closure_onChangedHandler, K._AnimatedThemeState_forEachTween_closure, X.ThemeData_localize_closure, Z.TimeOfDay_toString__addLeadingZeroIfNeeded, M._HourMinuteControl_build_closure, M._HourMinuteControl_build_closure0, M._HourControl_build_hoursFromSelected, M._HourControl_build_closure1, M._HourControl_build_closure0, M._HourControl_build_closure, M._MinuteControl_build_closure1, M._MinuteControl_build_closure0, M._MinuteControl_build_closure, M._DayPeriodControl_build_closure, M._DayPeriodControl_build_closure0, M._DayPeriodControl_build_closure1, M._DayPeriodControl_build_closure2, M._RenderInputPadding_hitTest_closure1, M._DialPainter_paint_getOffsetForTheta, M._DialPainter_paint_paintLabels, M._DialState_initState_closure, M._DialState_initState__closure, M._DialState__updateThetaForPan_closure, M._DialState__build24HourRing_closure, M._DialState__build12HourRing_closure, M._DialState__buildMinutes_closure, M._TimePickerInputState__validateHour_closure, M._TimePickerInputState__validateMinute_closure, M._HourMinuteTextFieldState_initState_closure, M._HourMinuteTextFieldState_initState__closure, M._HourMinuteTextFieldState_build_closure, M._TimePickerDialogState__vibrate_closure, M._TimePickerDialogState__handleModeChanged_closure, M._TimePickerDialogState__handleEntryModeToggle_closure, M._TimePickerDialogState__handleTimeChanged_closure, M._TimePickerDialogState__handleHourSelected_closure, M._TimePickerDialogState__handleOk_closure, M.showTimePicker_closure, E.ToggleButtons_build_closure, E.ToggleButtons_build__closure, F.ToggleableStateMixin__handleTapDown_closure, F.ToggleableStateMixin__handleTapEnd_closure, F.ToggleableStateMixin__handleFocusHighlightChanged_closure, F.ToggleableStateMixin__handleHoverChanged_closure, S._TooltipState__handleMouseTrackerChange_closure, S._TooltipState__createNewEntry_closure, S._TooltipState_build_closure, S._TooltipState_build_closure0, D.NetworkImage__loadAsync_closure, Y._CompoundBorder_dimensions_closure, Y._CompoundBorder_scale_closure, Y._CompoundBorder_toString_closure, Z.ClipContext_clipPathAndPaint_closure, Z.ClipContext_clipRRectAndPaint_closure, Z.ClipContext_clipRectAndPaint_closure, X.paintImage_closure, E.ImageCache__trackLiveImage_closure, E.ImageCache__trackLiveImage__closure, E.ImageCache_putIfAbsent_listener, E._CachedImageBase_dispose_closure, E._LiveImage_closure, M.ImageProvider_resolve_closure, M.ImageProvider_resolve_closure0, M.ImageProvider__createErrorHandlerAndKey_handleError, M.ImageProvider__createErrorHandlerAndKey_closure, M.ImageProvider__createErrorHandlerAndKey_closure0, M.ImageProvider__createErrorHandlerAndKey__closure, M.ImageProvider_resolveStreamForKey_closure, M.ImageProvider_resolveStreamForKey_closure0, L.AssetImage_obtainKey_closure, L.AssetImage_obtainKey_closure0, L.ImageStreamCompleter_reportError_closure, L.ImageStreamCompleter_reportImageChunkEvent_closure, L.MultiFrameImageStreamCompleter_closure, L.MultiFrameImageStreamCompleter_closure0, L.MultiFrameImageStreamCompleter__handleAppFrame_closure, G.InlineSpan_getSpanForPosition_closure, G.InlineSpan_codeUnitAt_closure, V._ShapeDecorationPainter__precache_closure, V._ShapeDecorationPainter__precache_closure0, Q.TextSpan_debugDescribeChildren_closure, A.TextStyle_fontFamilyFallback_closure, F.RenderAnimatedSize_closure, N.RendererBinding__scheduleMouseTrackerUpdate_closure, S.BoxConstraints_toString_describe, S.RenderBox__computeIntrinsicDimension_closure, S.RenderBox_getDryLayout_closure, S.RenderBox_getDistanceToActualBaseline_closure, S.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, V.RenderCustomPaint__updateSemanticsChildren__oldKeyedChildren_set, D.RenderEditable_nextCharacter_closure, D.RenderEditable_extendSelectionDown__nextSelection_set, D.RenderEditable_extendSelectionDown__nextSelection_get, D.RenderEditable_extendSelectionLeftByLine__nextSelection_set, D.RenderEditable_extendSelectionLeftByLine__nextSelection_get, D.RenderEditable_extendSelectionRightByLine__nextSelection_set, D.RenderEditable_extendSelectionRightByLine__nextSelection_get, D.RenderEditable_extendSelectionUp__nextSelection_set, D.RenderEditable_extendSelectionUp__nextSelection_get, D.RenderEditable_expandSelectionLeftByLine__nextSelection_set, D.RenderEditable_expandSelectionLeftByLine__nextSelection_get, D.RenderEditable_expandSelectionRightByLine__nextSelection_set, D.RenderEditable_expandSelectionRightByLine__nextSelection_get, D.RenderEditable_moveSelectionDown__nextSelection_set, D.RenderEditable_moveSelectionDown__nextSelection_get, D.RenderEditable_moveSelectionUp__nextSelection_set, D.RenderEditable_moveSelectionUp__nextSelection_get, D.RenderEditable_describeSemanticsConfiguration_closure, D.RenderEditable_getRectForComposingRange_closure, D.RenderEditable_selectWordEdge__newSelection_set, D.RenderEditable_selectWordEdge__newSelection_get, F.RenderFlex__getIntrinsicSize__crossSize_set, F.RenderFlex__getIntrinsicSize__mainSize_set, F.RenderFlex__getIntrinsicSize__mainSize_get, F.RenderFlex__getIntrinsicSize__crossSize_get, F.RenderFlex_computeMinIntrinsicWidth_closure, F.RenderFlex_computeMaxIntrinsicWidth_closure, F.RenderFlex_computeMinIntrinsicHeight_closure, F.RenderFlex_computeMaxIntrinsicHeight_closure, F.RenderFlex__computeSizes__minChildExtent_set, F.RenderFlex__computeSizes__minChildExtent_get, F.RenderFlex_performLayout__betweenSpace_set, F.RenderFlex_performLayout__leadingSpace_set, F.RenderFlex_performLayout__leadingSpace_get, F.RenderFlex_performLayout__betweenSpace_get, R.RenderListBody_computeMinIntrinsicWidth_closure, R.RenderListBody_computeMinIntrinsicWidth_closure0, R.RenderListBody_computeMaxIntrinsicWidth_closure, R.RenderListBody_computeMaxIntrinsicWidth_closure0, R.RenderListBody_computeMinIntrinsicHeight_closure, R.RenderListBody_computeMinIntrinsicHeight_closure0, R.RenderListBody_computeMaxIntrinsicHeight_closure, R.RenderListBody_computeMaxIntrinsicHeight_closure0, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, K.PaintingContext_pushClipRect_closure, K.PaintingContext_pushClipRRect_closure, K.PaintingContext_pushClipPath_closure, K.PipelineOwner_flushLayout_closure, K.PipelineOwner_flushCompositingBits_closure, K.PipelineOwner_flushPaint_closure, K.PipelineOwner_flushSemantics_closure, K.RenderObject__debugReportException_closure, K.RenderObject_invokeLayoutCallback_closure, K.RenderObject__updateCompositingBits_closure, K.RenderObject_clearSemantics_closure, K.RenderObject__getSemanticsForParent_closure, Q.RenderParagraph__extractPlaceholderSpans_closure, Q.RenderParagraph_hitTestChildren__hitText_set, Q.RenderParagraph_hitTestChildren__hitText_get, Q.RenderParagraph_hitTestChildren_closure, Q.RenderParagraph_paint_closure, Q.RenderParagraph_describeSemanticsConfiguration_closure, G._factoriesTypeSet_closure, G._PlatformViewGestureRecognizer_closure, E.RenderTransform_hitTestChildren_closure, E.RenderFittedBox_hitTestChildren_closure, E.RenderFractionalTranslation_hitTestChildren_closure, E.RenderFollowerLayer_hitTestChildren_closure, T.RenderShiftedBox_hitTestChildren_closure, G.RenderSliverHelpers_hitTestBoxChild_closure, U.RenderSliverList_performLayout_advance, F.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage_closure, F.RenderSliverMultiBoxAdaptor_collectGarbage__closure, U.RenderSliverPersistentHeader_layoutChild_closure, K.RenderStack_computeMinIntrinsicWidth_closure, K.RenderStack_computeMaxIntrinsicWidth_closure, K.RenderStack_computeMinIntrinsicHeight_closure, K.RenderStack_computeMaxIntrinsicHeight_closure, K.RenderStack_layoutPositionedChild__x_set, K.RenderStack_layoutPositionedChild__y_set, K.RenderStack_layoutPositionedChild__x_get, K.RenderStack_layoutPositionedChild__y_get, K.RenderIndexedStack_hitTestChildren_closure, S.RenderTable_computeDryLayout_closure, S.RenderTable_hitTestChildren_closure, Q.RenderViewportBase_visitChildrenForSemantics_closure, Q.RenderViewportBase_hitTestChildren_closure, N._TaskEntry_run_closure, N.SchedulerBinding_endOfFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure, N.SchedulerBinding_scheduleWarmUpFrame_closure0, N.SchedulerBinding_scheduleWarmUpFrame_closure1, N.SchedulerBinding__handleDrawFrame_closure, N.SchedulerBinding_handleBeginFrame_closure, M.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A.SemanticsNode_debugDescribeChildren_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, 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, Q.CachingAssetBundle_loadStructuredData_closure, F._AutofillScopeTextInputConfiguration_toJson_closure, F.AutofillScopeMixin_attach_closure, N.ServicesBinding__addLicenses_closure, N.ServicesBinding__addLicenses_closure0, N._DefaultBinaryMessenger__sendPlatformMessage_closure, N._DefaultBinaryMessenger_setMessageHandler_closure, U.StandardMessageCodec_writeValue_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__controller_set, A.EventChannel_receiveBroadcastStream__controller_get, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream__closure, A.EventChannel_receiveBroadcastStream_closure0, K.RestorationManager_handleRestorationUpdateFromEngine_closure, K.RestorationManager_scheduleSerializationFor_closure, K.RestorationBucket__rawChildren_closure, K.RestorationBucket__rawValues_closure, K.RestorationBucket__addChildData_closure, K.RestorationBucket__visitChildren_closure, X.SystemChrome_setSystemUIOverlayStyle_closure, B.FilteringTextInputFormatter_formatEditUpdate_closure, B.FilteringTextInputFormatter_formatEditUpdate__closure, B.FilteringTextInputFormatter_formatEditUpdate__closure0, N.TextInput__scheduleHide_closure, U._getParent__parent_set, U._getParent__parent_get, U._getParent_closure, U.Actions__findDispatcher_closure, U.Actions_maybeFind_closure, U._ActionsState__handleActionChanged_closure, U._FocusableActionDetectorState_initState_closure, U._FocusableActionDetectorState__updateHighlightMode_closure, U._FocusableActionDetectorState__handleMouseEnter_closure, U._FocusableActionDetectorState__handleMouseExit_closure, U._FocusableActionDetectorState__handleFocusChange_closure, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, U._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, U._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, U._FocusableActionDetectorState_didUpdateWidget_closure, U._AnimatedCrossFadeState_initState_closure, U._AnimatedCrossFadeState_initState__closure, G._AnimatedSwitcherState__newEntry_closure, G._AnimatedSwitcherState__newEntry__closure, G._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, S._WidgetsAppState__onGenerateRoute_closure, S._WidgetsAppState_didChangeLocales_closure, S._WidgetsAppState_build_closure, S._MediaQueryFromWindowsState_didChangeMetrics_closure, S._MediaQueryFromWindowsState_didChangePlatformBrightness_closure, B._StreamBuilderBaseState__subscribe_closure, B._StreamBuilderBaseState__subscribe__closure1, B._StreamBuilderBaseState__subscribe_closure1, B._StreamBuilderBaseState__subscribe__closure, B._StreamBuilderBaseState__subscribe_closure0, B._StreamBuilderBaseState__subscribe__closure0, B._FutureBuilderState__subscribe_closure, B._FutureBuilderState__subscribe__closure0, B._FutureBuilderState__subscribe_closure0, B._FutureBuilderState__subscribe__closure, S._RawAutocompleteState__updateOverlay_closure, S._RawAutocompleteState_initState_closure, S._RawAutocompleteState_didUpdateWidget_closure, F.AutofillGroupState_autofillClients_closure, F.AutofillGroupState_register_closure, L._AutomaticKeepAliveState__addClient_closure, L._AutomaticKeepAliveState__getChildElement_closure, L._AutomaticKeepAliveState__createCallback_closure, L._AutomaticKeepAliveState__createCallback__closure, L._AutomaticKeepAliveState__createCallback__closure0, L._AutomaticKeepAliveState__createCallback___closure, T.RichText__extractChildren_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_dispatchEvent_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure0, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure1, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure2, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure_markElementsDirty, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure3, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_initServiceExtensions_closure4, N._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, N.WidgetsBinding_scheduleAttachRootWidget_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure, N.RenderObjectToWidgetAdapter_attachToRenderTree_closure0, S._DraggableScrollableSheetState__setExtent_closure, S._DraggableScrollableSheetState_build_closure, S._DraggableScrollableSheetScrollPosition_goBallistic__tick, D.EditableTextState_initState_closure, D.EditableTextState_didChangeDependencies_closure, D.EditableTextState__scheduleShowCaretOnScreen_closure, D.EditableTextState__formatAndSetValue_closure, D.EditableTextState__cursorTick_closure, D.EditableTextState__didChangeTextEditingValue_closure, D.EditableTextState__updateSizeAndTransform_closure, D.EditableTextState__updateComposingRectIfNeeded_closure, D.EditableTextState__updateCaretRectIfNeeded_closure, D.EditableTextState_showAutocorrectionPromptRect_closure, D.EditableTextState__semanticsOnCopy_closure, D.EditableTextState__semanticsOnCut_closure, D.EditableTextState__semanticsOnPaste_closure, D.EditableTextState_build_closure, O.FocusNode_traversalDescendants_closure, O.FocusNode_debugDescribeChildren_closure, L._FocusState__handleFocusChanged_closure, L._FocusState__handleFocusChanged_closure0, L._FocusState__handleFocusChanged_closure1, U._getAncestor_closure, U.FocusTraversalPolicy__sortAllDescendants_visitGroups, U.FocusTraversalPolicy__sortAllDescendants_closure, U._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, U.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, U.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure3, U.DirectionalFocusTraversalPolicyMixin_inDirection_closure4, U._ReadingOrderSortData_commonDirectionalityOf_closure, U._ReadingOrderSortData_sortWithDirectionality_closure, U._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, U._ReadingOrderDirectionalGroupData_rect_closure, U._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, U.ReadingOrderTraversalPolicy__pickNext_closure, U.ReadingOrderTraversalPolicy__pickNext_inBand, U.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A.FormState__fieldDidChange_closure, A.FormState__forceRebuild_closure, A.FormFieldState_validate_closure, A.FormFieldState_didChange_closure, N._InactiveElements__unmount_closure, N.BuildOwner_buildScope_closure, N.BuildOwner_finalizeTree_closure, N.Element_renderObject_visit, N.Element_updateSlotForChild_visit, N.Element__updateDepth_closure, N.Element_detachRenderObject_closure, N.Element_attachRenderObject_closure, N.Element_debugDescribeChildren_closure, N.ComponentElement_performRebuild_closure, N.ComponentElement_performRebuild_closure0, N.ParentDataElement__applyParentData_applyParentDataToChild, N.RenderObjectElement_updateChildren_replaceWithNullIfForgotten, N.RenderObjectElement_updateChildren_slotFor, N.MultiChildRenderObjectElement_children_closure, D.GestureDetector_build_closure, D.GestureDetector_build_closure0, D.GestureDetector_build_closure1, D.GestureDetector_build_closure2, D.GestureDetector_build_closure3, D.GestureDetector_build_closure4, D.GestureDetector_build_closure5, D.GestureDetector_build_closure6, D.GestureDetector_build_closure7, D.GestureDetector_build_closure8, D.GestureDetector_build_closure9, D.GestureDetector_build_closure10, D.GestureDetector_build_closure11, D.GestureDetector_build_closure12, D._DefaultSemanticsGestureDelegate__getTapHandler_closure, D._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, D._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, T.Hero__allHeroesFor_inviteHero, T.Hero__allHeroesFor_visitor, T._HeroState_startFlight_closure, T._HeroState_endFlight_closure, T._HeroFlight__buildOverlay_closure, T._HeroFlight__handleAnimationUpdate_delayedPerformAnimtationUpdate, T.HeroController_didStopUserGesture_isInvalidFlight, T.HeroController__maybeStartHeroTransition_closure, Y.IconTheme_merge_closure, U._ImageState__getListener_closure, U._ImageState__getListener__closure, U._ImageState__handleImageFrame_closure, U._ImageState__handleImageChunk_closure, U._ImageState__updateSourceStream_closure, U._ImageState__updateSourceStream_closure0, G.ImplicitlyAnimatedWidgetState_initState_closure, G.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, G.ImplicitlyAnimatedWidgetState__constructTweens_closure, G.AnimatedWidgetBaseState__handleAnimationChanged_closure, G._AnimatedContainerState_forEachTween_closure, G._AnimatedContainerState_forEachTween_closure0, G._AnimatedContainerState_forEachTween_closure1, G._AnimatedContainerState_forEachTween_closure2, G._AnimatedContainerState_forEachTween_closure3, G._AnimatedContainerState_forEachTween_closure4, G._AnimatedContainerState_forEachTween_closure5, G._AnimatedContainerState_forEachTween_closure6, G._AnimatedPaddingState_forEachTween_closure, G._AnimatedOpacityState_forEachTween_closure, G._AnimatedDefaultTextStyleState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure, G._AnimatedPhysicalModelState_forEachTween_closure0, G._AnimatedPhysicalModelState_forEachTween_closure1, G._AnimatedPhysicalModelState_forEachTween_closure2, M.InheritedTheme_capture__debugDidFindAncestor_set, M.InheritedTheme_capture_closure, A._LayoutBuilderElement__layout_closure, A._LayoutBuilderElement__layout__closure, A._LayoutBuilderElement__layout__closure0, L._loadAll_closure, L._loadAll_closure0, L._loadAll_closure1, L._LocalizationsState_load_closure, L._LocalizationsState_load_closure0, L._LocalizationsState_load__closure, X.ModalBarrier_build_handleDismiss, X.ModalBarrier_build_closure, K.Route_didPush_closure, K.Route_didAdd_closure, K.Route_isCurrent_closure, K.Route_isCurrent_closure0, K.Route_isFirst_closure, K.Route_isFirst_closure0, K.Route_isActive_closure, K.Route_isActive_closure0, K.Navigator_defaultGenerateInitialRoutes_closure, K._RouteEntry_handlePush_closure, K._RouteEntry_dispose_closure, K._RouteEntry_dispose__listener_set, K._RouteEntry_dispose__listener_get, K._RouteEntry_dispose_closure0, K._RouteEntry_isRoutePredicate_closure, K.NavigatorState_restoreState_closure, K.NavigatorState__flushHistoryUpdates_closure, K.NavigatorState__flushHistoryUpdates_closure0, K.NavigatorState__afterNavigation_closure, K.NavigatorState_maybePop_closure, K.NavigatorState_maybePop_closure0, K.NavigatorState_maybePop_closure1, K.NavigatorState_maybePop_closure2, K.NavigatorState_removeRoute_closure, K.NavigatorState_removeRoute_closure0, K.NavigatorState__cancelActivePointers_closure, K._HistoryProperty_fromPrimitives_closure, K._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, E._RenderOverflowBar_performLayout_nextChild, E._RenderOverflowBar_performLayout_nextChild0, X.OverlayEntry_remove_closure, X._OverlayEntryWidgetState__markNeedsBuild_closure, X.OverlayState_insert_closure, X.OverlayState_insertAll_closure, X.OverlayState_rearrange_closure, X.OverlayState__markDirty_closure, X.OverlayState__didChangeEntryOpacity_closure, X._RenderTheatre_computeMinIntrinsicWidth_closure, X._RenderTheatre_computeMaxIntrinsicWidth_closure, X._RenderTheatre_computeMinIntrinsicHeight_closure, X._RenderTheatre_computeMaxIntrinsicHeight_closure, X._RenderTheatre_hitTestChildren_closure, L._GlowController_pull_closure, S.PageStorageBucket__allKeys_closure, D._PageViewState_build_closure0, D._PageViewState_build_closure, G.HtmlElementView_build_closure, G.HtmlElementView__createHtmlElementView_closure, G._PlatformViewLinkState__onPlatformViewCreated_closure, Z.SliverReorderableListState_startItemDragReorder_closure, Z.SliverReorderableListState__dragUpdate_closure, Z.SliverReorderableListState__dragEnd_closure, Z.SliverReorderableListState__dragReset_closure, Z._ReorderableItemState_dragging_closure, Z._ReorderableItemState_updateForGap_closure, Z._ReorderableItemState_rebuild_closure, Z.ReorderableDragStartListener_build_closure, Z._DragInfo_startDrag_closure, Z._DragItemProxy_build_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary_closure, K._RootRestorationScopeState__loadRootBucketIfNecessary__closure, K.RestorationMixin_registerForRestoration_listener, K.__RestorationScopeState_State_RestorationMixin_dispose_closure, T.TransitionRoute__updateSecondaryAnimation__jumpOnAnimationEnd, T.TransitionRoute__updateSecondaryAnimation_closure, T.TransitionRoute__updateSecondaryAnimation_closure0, T.TransitionRoute__setSecondaryAnimation_closure, T.LocalHistoryRoute_removeLocalHistoryEntry_closure, T._ModalScopeState__forceRebuildPage_closure, T._ModalScopeState_build_closure, T._ModalScopeState_build_closure0, T._ModalScopeState_build__closure0, T._ModalScopeState_build___closure, T._ModalScopeState_build__closure, T.ModalRoute_offstage_closure, T.ModalRoute_changedInternalState_closure, Y.ScrollAwareImageProvider_resolveStreamForKey_closure, Y.ScrollAwareImageProvider_resolveStreamForKey__closure, K.ScrollBehavior_velocityTrackerBuilder_closure, K.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollPosition_forcePixels_closure, B.ScrollView_build_closure, B.ScrollView_build_closure0, B.ListView$separated_closure, B.ListView$separated_closure0, F._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, F.ScrollableState_setCanDrag_closure, F.ScrollableState_setCanDrag_closure0, F.ScrollableState_setCanDrag_closure1, F.ScrollableState_setCanDrag_closure2, E.RawScrollbarState__maybeTriggerScrollbar_closure, E.RawScrollbarState__maybeStartFadeoutTimer_closure, E.RawScrollbarState__gestures_closure, E.RawScrollbarState__gestures_closure0, E.RawScrollbarState__gestures__closure, E.RawScrollbarState__gestures__closure0, E.RawScrollbarState__gestures__closure1, E.RawScrollbarState__gestures_closure1, E.RawScrollbarState__gestures_closure2, E.RawScrollbarState_build_closure0, E.RawScrollbarState_build_closure, E.SingleChildScrollView_build_closure, E._RenderSingleChildViewport_paint_paintContents, E._RenderSingleChildViewport_hitTestChildren_closure, G.SliverMultiBoxAdaptorElement_performRebuild_processElement, G.SliverMultiBoxAdaptorElement_performRebuild_closure, G.SliverMultiBoxAdaptorElement_performRebuild_closure0, G.SliverMultiBoxAdaptorElement_createChild_closure, G.SliverMultiBoxAdaptorElement_removeChild_closure, U._SliverPersistentHeaderElement__build_closure, S.Table_closure, S.Table_closure0, S._TableElement_mount_closure, S._TableElement_mount__closure, S._TableElement_update_closure, S._TableElement_update_closure0, S._TableElement__updateRenderObjectChildren_closure, S._TableElement__updateRenderObjectChildren__closure, S._TableElement_visitChildren_closure, F.TextSelectionOverlay_showHandles_closure, F.TextSelectionOverlay_showHandles_closure0, F.TextSelectionOverlay__buildHandle_closure, F._TextSelectionGestureDetectorState_build_closure, F._TextSelectionGestureDetectorState_build_closure0, F._TextSelectionGestureDetectorState_build_closure1, F._TextSelectionGestureDetectorState_build_closure2, F._TextSelectionGestureDetectorState_build_closure3, F._TextSelectionGestureDetectorState_build_closure4, F._TextSelectionGestureDetectorState_build_closure5, F._TextSelectionGestureDetectorState_build_closure6, K._AnimatedState__handleChange_closure, N._ValueListenableBuilderState__valueChanged_closure, N._describeRelevantUserCode_isOverflowError, N._describeRelevantUserCode_processElement, D.CacheStore_closure, D.CacheStore_retrieveCacheData_closure, D.CacheStore__scheduleCleanup_closure, Q.WebHelper__manageResponse_closure, Q.WebHelper__saveFileAndPostUpdates_closure, B.BlockPicker_defaultLayoutBuilder_closure, B._BlockPickerState_changeColor_closure, B._BlockPickerState_build_closure, B._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, Y._GlobalCupertinoLocalizationsDelegate_load_closure, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_set, Y._GlobalCupertinoLocalizationsDelegate_load_closure__fullYearFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__dayFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__mediumDateFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitHourFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__doubleDigitMinuteFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__singleDigitSecondFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure__decimalFormat_get, Y._GlobalCupertinoLocalizationsDelegate_load_closure_loadFormats, U._MaterialLocalizationsDelegate_load_closure, L.loadDateIntlDataIfNotLoaded_closure, O._StoreStreamListenerState_build_closure, A.SlidableState_dismiss_closure, A.SlidableState__handleDragUpdate_closure, A.SlidableState__handleShowAllActionsStatusChanged_closure, A.SlidableState__handleOverallPositionChanged_closure, A.SlidableState__startResizeAnimation_closure, A.SlidableState__startResizeAnimation_closure0, V.SlidableDrawerActionPane_build_closure, V.SlidableDrawerActionPane_build_closure0, R.ClosableSlideAction_build_closure, M.showToastWidget_closure, M._StyledToastState_build_closure, M.StyledToastWidgetState_initState_closure, M.StyledToastWidgetState_dismissToast_closure, M.StyledToastWidgetState_didChangeMetrics_closure, Q.ToastFuture$create_closure, Q.ToastManager_dismissAll_closure, L.TypeAheadFormField_closure, L.TypeAheadFormField__closure, L._TypeAheadFieldState_initState_closure, L._TypeAheadFieldState_initState_closure0, L._TypeAheadFieldState_initState_closure1, L._TypeAheadFieldState__scrollResizeListener_closure, L._TypeAheadFieldState__initOverlayEntry_closure, L._TypeAheadFieldState__initOverlayEntry__closure, L._SuggestionsListState_initState_closure, L._SuggestionsListState_initState__closure, L._SuggestionsListState__getSuggestions_closure, L._SuggestionsListState__getSuggestions_closure0, L._SuggestionsListState_createSuggestionsWidget_closure, L._SuggestionsListState_createSuggestionsWidget__closure, L._SuggestionsBox__findRootMediaQuery_closure, D.Registrar_send_closure, K.GoogleSignIn__ensureInitialized_closure, K.GoogleSignIn__waitFor_closure, K.GoogleSignIn__addMethodCall_closure, K.GoogleSignIn_signIn_isCanceled, K.GoogleSignIn_signIn_closure, O.MethodChannelGoogleSignIn_getTokens_closure, M.GoogleSignInPlugin_closure, M.GoogleSignInPlugin_init_closure, M.GoogleSignInPlugin_init_closure0, L.inject_closure, L.init_closure, B.injectJSLibraries_closure, G.BaseRequest_closure, G.BaseRequest_closure0, O.BrowserClient_send_closure, O.BrowserClient_send_closure0, Z.ByteStream_toBytes_closure, B.mapToQuery_closure, B.mapToQuery_closure0, B.onDone_closure, Z.CaseInsensitiveMap$from_closure, R.MediaType_MediaType$parse_closure, R.MediaType_toString_closure, R.MediaType_toString__closure, N.expectQuotedString_closure, V.ImagePickerPlugin__getSelectedXFiles_closure, V.ImagePickerPlugin__getSelectedXFiles__closure, V.ImagePickerPlugin__getSelectedXFiles_closure0, B.DateSymbols_DateSymbols$deserializeFromMap__getStringList, T.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A._DateFormatPatternField_parseEnumeratedString_closure, A._DateFormatPatternField_parseEnumeratedString_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, S.NumberFormat_NumberFormat_closure, S.NumberFormat_NumberFormat$decimalPattern_closure, T.ClientEntity_ClientEntity_closure, T.ClientEntity_getActivities_closure, T.ClientEntity_primaryContact_closure, T.ClientEntity_primaryContact_closure0, T.ClientEntity_hasEmailAddress_closure, O.CompanyGatewayEntity_addCard_closure, O.CompanyGatewayEntity_removeCard_closure, O.CompanyGatewayEntity_updateConfig_closure, A.CompanyEntity_getCustomFieldValues_closure, A.CompanyEntity_coreCompany_closure, A.GatewayEntity_supportsTokenBilling_closure, A.GatewayEntity_supportsRefunds_closure, A.GatewayEntity_supportedEvents_closure, A.UserCompanyEntity_UserCompanyEntity_closure, A.UserCompanyEntity__initializeBuilder_closure, D.DesignEntity_clone_closure, T.ActivityEntity_getDescription_closure, T.ActivityEntity_getDescription_closure0, M.ExpenseEntity_clone_closure, Q.InvoiceEntity_InvoiceEntity_closure, Q.InvoiceEntity_InvoiceEntity_closure0, Q.InvoiceEntity_moveLineItem_closure, Q.InvoiceEntity_moveLineItem_closure0, Q.InvoiceEntity_clone_closure, Q.InvoiceEntity_clone__closure, Q.InvoiceEntity_clone__closure0, Q.InvoiceEntity_hasTasks_closure, Q.InvoiceEntity_hasExpenses_closure, Q.InvoiceEntity_applyTax_closure, Q.InvoiceEntity_applyTax_closure0, Q.InvoiceEntity_applyTax_closure1, Q.InvoiceEntity_isViewed_closure, Q.InvoiceEntity_getInvitationForContact_closure, Q.InvoiceEntity_getInvitationForContact_closure0, Q.InvoiceEntity_getTaxes_calculateAmount, Q.InvoiceEntity__calculateTax_closure, Q.InvoiceItemEntity_taxAmount_calculateTaxAmount, Q.InvoiceItemEntity_applyTax_closure, Q.InvoiceItemEntity_applyTax_closure0, Q.InvoiceItemEntity_applyTax_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure, X.CalculateInvoiceTotal_calculateTaxes__closure, X.CalculateInvoiceTotal_calculateTaxes__closure0, X.CalculateInvoiceTotal_calculateTaxes__closure1, X.CalculateInvoiceTotal_calculateTaxes__closure2, X.CalculateInvoiceTotal_calculateTaxes__closure3, X.CalculateInvoiceTotal_calculateTaxes__closure4, X.CalculateInvoiceTotal_calculateTaxes_closure0, X.CalculateInvoiceTotal_calculateTaxes_closure1, X.CalculateInvoiceTotal_calculateTaxes_closure2, X.CalculateInvoiceTotal_calculateTaxes_closure3, X.CalculateInvoiceTotal_calculateTaxes_closure4, X.CalculateInvoiceTotal_calculateTaxes_closure5, X.CalculateInvoiceTotal_getTaxable_closure, X.CalculateInvoiceTotal_calculateTotal_closure, X.CalculateInvoiceTotal_calculateSubtotal_closure, F.PaymentEntity_invoicePaymentables_closure, F.PaymentEntity_creditPaymentables_closure, F.PaymentEntity_invoiceId_closure, A.ProductEntity_clone_closure, A.ProjectEntity_clone_closure, K._$serializers_closure, K._$serializers_closure0, K._$serializers_closure1, K._$serializers_closure2, K._$serializers_closure3, K._$serializers_closure4, K._$serializers_closure5, K._$serializers_closure6, K._$serializers_closure7, K._$serializers_closure8, K._$serializers_closure9, K._$serializers_closure10, K._$serializers_closure11, K._$serializers_closure12, K._$serializers_closure13, K._$serializers_closure14, K._$serializers_closure15, K._$serializers_closure16, K._$serializers_closure17, K._$serializers_closure18, K._$serializers_closure19, K._$serializers_closure20, K._$serializers_closure21, K._$serializers_closure22, K._$serializers_closure23, K._$serializers_closure24, K._$serializers_closure25, K._$serializers_closure26, K._$serializers_closure27, K._$serializers_closure28, K._$serializers_closure29, K._$serializers_closure30, K._$serializers_closure31, K._$serializers_closure32, K._$serializers_closure33, K._$serializers_closure34, K._$serializers_closure35, K._$serializers_closure36, K._$serializers_closure37, K._$serializers_closure38, K._$serializers_closure39, K._$serializers_closure40, K._$serializers_closure41, K._$serializers_closure42, K._$serializers_closure43, K._$serializers_closure44, K._$serializers_closure45, K._$serializers_closure46, K._$serializers_closure47, K._$serializers_closure48, K._$serializers_closure49, K._$serializers_closure50, K._$serializers_closure51, K._$serializers_closure52, K._$serializers_closure53, K._$serializers_closure54, K._$serializers_closure55, K._$serializers_closure56, K._$serializers_closure57, K._$serializers_closure58, K._$serializers_closure59, K._$serializers_closure60, K._$serializers_closure61, K._$serializers_closure62, K._$serializers_closure63, K._$serializers_closure64, K._$serializers_closure65, K._$serializers_closure66, K._$serializers_closure67, K._$serializers_closure68, K._$serializers_closure69, K._$serializers_closure70, K._$serializers_closure71, K._$serializers_closure72, K._$serializers_closure73, K._$serializers_closure74, K._$serializers_closure75, K._$serializers_closure76, K._$serializers_closure77, K._$serializers_closure78, K._$serializers_closure79, K._$serializers_closure80, K._$serializers_closure81, K._$serializers_closure82, K._$serializers_closure83, K._$serializers_closure84, K._$serializers_closure85, K._$serializers_closure86, K._$serializers_closure87, K._$serializers_closure88, K._$serializers_closure89, K._$serializers_closure90, K._$serializers_closure91, K._$serializers_closure92, K._$serializers_closure93, K._$serializers_closure94, K._$serializers_closure95, K._$serializers_closure96, K._$serializers_closure97, K._$serializers_closure98, K._$serializers_closure99, K._$serializers_closure100, K._$serializers_closure101, K._$serializers_closure102, K._$serializers_closure103, K._$serializers_closure104, K._$serializers_closure105, K._$serializers_closure106, K._$serializers_closure107, K._$serializers_closure108, K._$serializers_closure109, K._$serializers_closure110, K._$serializers_closure111, K._$serializers_closure112, K._$serializers_closure113, K._$serializers_closure114, K._$serializers_closure115, K._$serializers_closure116, K._$serializers_closure117, K._$serializers_closure118, K._$serializers_closure119, K._$serializers_closure120, K._$serializers_closure121, K._$serializers_closure122, K._$serializers_closure123, K._$serializers_closure124, K._$serializers_closure125, K._$serializers_closure126, K._$serializers_closure127, K._$serializers_closure128, K._$serializers_closure129, K._$serializers_closure130, K._$serializers_closure131, K._$serializers_closure132, K._$serializers_closure133, K._$serializers_closure134, K._$serializers_closure135, K._$serializers_closure136, K._$serializers_closure137, K._$serializers_closure138, K._$serializers_closure139, K._$serializers_closure140, K._$serializers_closure141, K._$serializers_closure142, K._$serializers_closure143, K._$serializers_closure144, K._$serializers_closure145, K._$serializers_closure146, K._$serializers_closure147, K._$serializers_closure148, K._$serializers_closure149, K._$serializers_closure150, K._$serializers_closure151, K._$serializers_closure152, K._$serializers_closure153, K._$serializers_closure154, K._$serializers_closure155, K._$serializers_closure156, K._$serializers_closure157, K._$serializers_closure158, K._$serializers_closure159, K._$serializers_closure160, K._$serializers_closure161, K._$serializers_closure162, K._$serializers_closure163, K._$serializers_closure164, K._$serializers_closure165, K._$serializers_closure166, K._$serializers_closure167, K._$serializers_closure168, K._$serializers_closure169, K._$serializers_closure170, K._$serializers_closure171, K._$serializers_closure172, K._$serializers_closure173, K._$serializers_closure174, K._$serializers_closure175, K._$serializers_closure176, K._$serializers_closure177, K._$serializers_closure178, K._$serializers_closure179, K._$serializers_closure180, K._$serializers_closure181, K._$serializers_closure182, K._$serializers_closure183, K._$serializers_closure184, G.SettingsEntity_setFieldsForSection_closure, G.SettingsEntity_setFieldsForSection_closure0, D.TaskTime_stop_closure, D.TaskEntity_clone_closure, D.TaskEntity_areTimesValid_closure, D.TaskEntity_isRunning_closure, D.TaskEntity_getTaskTimes_closure, D.TaskEntity_getTaskTimes_closure0, D.TaskEntity_addTaskTime_closure, D.TaskEntity_updateTaskTime_closure, D.TaskEntity_deleteTaskTime_closure, D.TaskEntity_calculateDuration_closure, B.VendorEntity_VendorEntity_closure, G.ClientRepository_saveData_closure, T.CreditRepository_saveData_closure, T.InvoiceRepository_saveData_closure, U.ProductRepository_saveData_closure, U.QuoteRepository_saveData_closure, F._parseError_closure, F._parseError__closure, F._initialState_closure, K.InvoiceNinjaAppState__authenticate_closure, K.InvoiceNinjaAppState_initState_closure, K.InvoiceNinjaAppState_generateRoute_closure, K.InvoiceNinjaAppState_generateRoute_closure0, K.InvoiceNinjaAppState_build_closure, K.InvoiceNinjaAppState_build__closure, K.InvoiceNinjaAppState_build__closure0, K.InvoiceNinjaAppState_build__closure1, K.InvoiceNinjaAppState_build__closure2, K.InvoiceNinjaAppState_build__closure3, K.InvoiceNinjaAppState_build__closure4, K.InvoiceNinjaAppState_build__closure5, K.InvoiceNinjaAppState_build__closure6, K.InvoiceNinjaAppState_build__closure7, K.InvoiceNinjaAppState_build__closure8, K.InvoiceNinjaAppState_build__closure9, K.InvoiceNinjaAppState_build__closure10, K.InvoiceNinjaAppState_build__closure11, K.InvoiceNinjaAppState_build__closure12, K.InvoiceNinjaAppState_build__closure13, K.InvoiceNinjaAppState_build__closure14, K.InvoiceNinjaAppState_build__closure15, K.InvoiceNinjaAppState_build__closure16, K.InvoiceNinjaAppState_build__closure17, K.InvoiceNinjaAppState_build__closure18, K.InvoiceNinjaAppState_build__closure19, K.InvoiceNinjaAppState_build__closure20, K.InvoiceNinjaAppState_build__closure21, K.InvoiceNinjaAppState_build__closure22, K.InvoiceNinjaAppState_build__closure23, K.InvoiceNinjaAppState_build__closure24, K.InvoiceNinjaAppState_build__closure25, K.InvoiceNinjaAppState_build__closure26, K.InvoiceNinjaAppState_build__closure27, K.InvoiceNinjaAppState_build__closure28, K.InvoiceNinjaAppState_build__closure29, K.InvoiceNinjaAppState_build__closure30, K.InvoiceNinjaAppState_build__closure31, K.InvoiceNinjaAppState_build__closure32, K.InvoiceNinjaAppState_build__closure33, K.InvoiceNinjaAppState_build__closure34, K.InvoiceNinjaAppState_build__closure35, K.InvoiceNinjaAppState_build__closure36, K.InvoiceNinjaAppState_build__closure37, K.InvoiceNinjaAppState_build__closure38, K.InvoiceNinjaAppState_build__closure39, K.InvoiceNinjaAppState_build__closure40, K.InvoiceNinjaAppState_build__closure41, K.InvoiceNinjaAppState_build__closure42, K.InvoiceNinjaAppState_build__closure43, K.InvoiceNinjaAppState_build__closure44, K.InvoiceNinjaAppState_build__closure45, K.InvoiceNinjaAppState_build__closure46, K.InvoiceNinjaAppState_build__closure47, K.InvoiceNinjaAppState_build__closure48, K.InvoiceNinjaAppState_build__closure49, K.InvoiceNinjaAppState_build__closure50, K.InvoiceNinjaAppState_build__closure51, K.InvoiceNinjaAppState_build__closure52, K.InvoiceNinjaAppState_build__closure53, K.InvoiceNinjaAppState_build__closure54, K.InvoiceNinjaAppState_build__closure55, K.InvoiceNinjaAppState_build__closure56, K.InvoiceNinjaAppState_build__closure57, K.InvoiceNinjaAppState_build__closure58, K.InvoiceNinjaAppState_build__closure59, K.InvoiceNinjaAppState_build__closure60, K.InvoiceNinjaAppState_build__closure61, K.InvoiceNinjaAppState_build__closure62, K.InvoiceNinjaAppState_build__closure63, K.InvoiceNinjaAppState_build__closure64, K.InvoiceNinjaAppState_build__closure65, K.InvoiceNinjaAppState_build__closure66, K.InvoiceNinjaAppState_build__closure67, K.InvoiceNinjaAppState_build__closure68, K.InvoiceNinjaAppState_build__closure69, K.InvoiceNinjaAppState_build__closure70, K.InvoiceNinjaAppState_build__closure71, K.InvoiceNinjaAppState_build__closure72, K.InvoiceNinjaAppState_build__closure73, K.InvoiceNinjaAppState_build__closure74, K.InvoiceNinjaAppState_build__closure75, K.InvoiceNinjaAppState_build__closure76, K.InvoiceNinjaAppState_build__closure77, K.InvoiceNinjaAppState_build__closure78, K.InvoiceNinjaAppState_build__closure79, K.InvoiceNinjaAppState_build__closure80, K.InvoiceNinjaAppState_build__closure81, K.InvoiceNinjaAppState_build__closure82, K.InvoiceNinjaAppState_build__closure83, K.InvoiceNinjaAppState_build__closure84, K.InvoiceNinjaAppState_build__closure85, K.InvoiceNinjaAppState_build__closure86, K.InvoiceNinjaAppState_build__closure87, K.InvoiceNinjaAppState_build__closure88, K.InvoiceNinjaAppState_build__closure89, K.InvoiceNinjaAppState_build__closure90, K.InvoiceNinjaAppState_build__closure91, K.InvoiceNinjaAppState_build__closure92, K.InvoiceNinjaAppState_build__closure93, K.InvoiceNinjaAppState_build__closure94, K.InvoiceNinjaAppState_build__closure95, K.InvoiceNinjaAppState_build__closure96, K.InvoiceNinjaAppState_build__closure97, K.InvoiceNinjaAppState_build__closure98, K.InvoiceNinjaAppState_build__closure99, K.InvoiceNinjaAppState_build__closure100, K.InvoiceNinjaAppState_build__closure101, K.InvoiceNinjaAppState_build__closure102, K.InvoiceNinjaAppState_build__closure103, K.InvoiceNinjaAppState_build__closure104, K.InvoiceNinjaAppState_build__closure105, M.viewEntitiesByType_closure, M.viewEntityById_closure, M.createEntityByType_closure, M.createEntity_closure, M.editEntity_closure, M.editEntity__closure, M.checkForChanges_closure, M.checkForChanges__closure, K._createLoadState_closure, K._createLoadState__closure, K._createLoadState__closure0, K._createLoadState__closure1, K._createLoadState__closure2, K._createLoadState__closure3, K._createLoadState__closure4, K._createLoadState__closure5, K._createLoadState___closure, K._createLoadState__closure6, K._getRoutes_closure, K._getRoutes_closure0, K._createUserLoggedIn_closure, K._createPersistData_closure, K._createPersistUI_closure, K._createPersistPrefs_closure, K._createPersistPrefs__closure, K._createAccountLoaded_closure, K._createDataRefreshed_closure, K._createPersistStatic_closure, K._createDeleteState_closure, K._createDeleteState__closure, K._createViewMainScreen_closure, K._createViewMainScreen__closure, G.appReducer_closure, G.appReducer__closure, G.appReducer_closure0, G.appReducer_closure1, G.appReducer_closure2, G.lastErrorReducer_closure, G.lastErrorReducer_closure0, G.lastErrorReducer_closure1, G.lastErrorReducer_closure2, G.lastErrorReducer_closure3, G.lastErrorReducer_closure4, G.lastErrorReducer_closure5, G.lastErrorReducer_closure6, G.lastErrorReducer_closure7, G.lastErrorReducer_closure8, G.lastErrorReducer_closure9, G.lastErrorReducer_closure10, G.lastErrorReducer_closure11, G.lastErrorReducer_closure12, G.lastErrorReducer_closure13, G.lastErrorReducer_closure14, G.lastErrorReducer_closure15, G.lastErrorReducer_closure16, G.lastErrorReducer_closure17, G.lastErrorReducer_closure18, T.AppState_AppState_closure, T.AppState_companies_closure, T.AppState_historyList_closure, V._createUserLogout_closure, V._createUserLogout__closure, V._createUserLogoutAll_closure, V._createUserLogoutAll__closure, V._createUserLogoutAll__closure0, V._createLoginRequest_closure, V._createLoginRequest__closure, V._createLoginRequest__closure0, V._createSignUpRequest_closure, V._createSignUpRequest__closure, V._createSignUpRequest__closure0, V._createOAuthLoginRequest_closure, V._createOAuthLoginRequest__closure, V._createOAuthLoginRequest__closure0, V._createOAuthSignUpRequest_closure, V._createOAuthSignUpRequest__closure, V._createOAuthSignUpRequest__closure0, V._createRefreshRequest_closure, V._createRefreshRequest__closure, V._createRefreshRequest___closure, V._createRefreshRequest____closure, V._createRefreshRequest__closure0, V._createRecoverRequest_closure, V._createRecoverRequest__closure, V._createRecoverRequest__closure0, V._createCompany_closure, V._createCompany__closure, V._createCompany___closure, V._deleteCompany_closure, V._deleteCompany__closure, V._deleteCompany__closure0, V._purgeData_closure, V._purgeData__closure, V._purgeData___closure, V._purgeData__closure0, V._resendConfirmation_closure, V._resendConfirmation__closure, V._resendConfirmation__closure0, S.userLoadUrlReducer_closure, S.userSignUpRequestReducer_closure, S.userLoginRequestReducer_closure, S.oauthLoginRequestReducer_closure, S.oauthSignUpRequestReducer_closure, S.userLoginSuccessReducer_closure, S.userVerifiedPasswordReducer_closure, S.userUnverifiedPasswordReducer_closure, E.handleClientAction_closure, E.handleClientAction_closure0, E.handleClientAction_closure1, E.handleClientAction_closure2, Q._editClient_closure, Q._viewClient_closure, Q._viewClientList_closure1, Q._viewClientList__closure, Q._archiveClient_closure, Q._archiveClient__closure, Q._archiveClient__closure0, Q._archiveClient__closure1, Q._deleteClient_closure, Q._deleteClient__closure, Q._deleteClient__closure0, Q._deleteClient__closure1, Q._restoreClient_closure, Q._restoreClient__closure, Q._restoreClient__closure0, Q._restoreClient__closure1, Q._saveClient_closure, Q._saveClient__closure, Q._saveClient__closure0, Q._loadClient_closure, Q._loadClient__closure, Q._loadClient__closure0, Q._loadClients_closure, Q._loadClients__closure, Q._loadClients__closure0, Q._saveDocument_closure10, Q._saveDocument__closure21, Q._saveDocument__closure22, S.clientUIReducer_closure, S.forceSelectedReducer_closure167, S.forceSelectedReducer_closure168, S.forceSelectedReducer_closure169, S.forceSelectedReducer_closure170, S.forceSelectedReducer_closure171, S.forceSelectedReducer_closure172, S.forceSelectedReducer_closure173, S.forceSelectedReducer_closure174, S.tabIndexReducer_closure21, S.tabIndexReducer_closure22, S.saveCompleterReducer_closure1, S.cancelCompleterReducer_closure1, S.editingContactReducer_closure, S.editingContactReducer_closure0, S.selectedIdReducer_closure335, S.selectedIdReducer_closure336, S.selectedIdReducer_closure337, S.selectedIdReducer_closure338, S.selectedIdReducer_closure339, S.selectedIdReducer_closure340, S.selectedIdReducer_closure341, S.selectedIdReducer_closure342, S.selectedIdReducer_closure343, S.selectedIdReducer_closure344, S.selectedIdReducer_closure345, S.selectedIdReducer_closure346, S.selectedIdReducer_closure347, S.selectedIdReducer_closure348, S.selectedIdReducer_closure349, S.selectedIdReducer_closure350, S.editingReducer_closure112, S.editingReducer_closure113, S.editingReducer_closure114, S.editingReducer_closure115, S.editingReducer_closure116, S.editingReducer_closure117, S.editingReducer_closure118, S.editingReducer__closure48, S.editingReducer_closure119, S.editingReducer__closure47, S.editingReducer_closure120, S.editingReducer__closure46, S.editingReducer_closure121, S.editingReducer__closure45, S.editingReducer_closure122, S.editingReducer_closure123, S.editingReducer_closure124, S.editingReducer_closure125, S._viewClientList_closure, S._filterClientsByCustom1_closure, S._filterClientsByCustom1_closure0, S._filterClientsByCustom2_closure, S._filterClientsByCustom2_closure0, S._filterClientsByCustom3_closure, S._filterClientsByCustom3_closure0, S._filterClientsByCustom4_closure, S._filterClientsByCustom4_closure0, S._filterClientsByState_closure, S._filterClientsByState_closure0, S._filterClients_closure, S._sortClients_closure, S._startListMultiselect_closure21, S._addToListMultiselect_closure21, S._removeFromListMultiselect_closure21, S._clearListMultiselect_closure21, S._archiveClientSuccess_closure, S._deleteClientSuccess_closure, S._restoreClientSuccess_closure, S._addClient_closure, S._updateClient_closure, S._updateClient__closure, S._setLoadedClient_closure, S._setLoadedClient__closure, G.memoizedDropdownClientList_closure, G.dropdownClientsSelector_closure, G.dropdownClientsSelector_closure0, G.memoizedClientStatsForUser_closure, G.clientStatsForUser_closure, G.memoizedFilteredClientList_closure, G.filteredClientsSelector_closure, G.filteredClientsSelector__closure, G.filteredClientsSelector_closure0, F.ClientState_loadClients_closure0, F.ClientState_loadClients_closure1, F.ClientState_loadClients_closure, T.companyReducer_closure, T.userCompanyEntityReducer_closure, T.userCompanyEntityReducer__closure5, T.userCompanyEntityReducer___closure, T.userCompanyEntityReducer__closure6, T.userCompanyEntityReducer_closure0, T.userCompanyEntityReducer__closure4, T.userCompanyEntityReducer_closure1, T.userCompanyEntityReducer__closure3, T.userCompanyEntityReducer_closure2, T.userCompanyEntityReducer__closure2, T.userCompanyEntityReducer_closure3, T.userCompanyEntityReducer__closure1, T.userCompanyEntityReducer_closure4, T.userCompanyEntityReducer__closure0, T.userCompanyEntityReducer_closure5, T.userCompanyEntityReducer__closure, T.loadCompanySuccessReducer_closure, T.loadCompanySuccessReducer_closure0, T.loadCompanySuccessReducer_closure1, T.saveCompanySuccessReducer_closure, T.saveCompanySuccessReducer_closure0, T.lastUpdatedReducer_closure, T.lastUpdatedReducer_closure0, U.memoizedDropdownExpenseCategoriesList_closure, U.dropdownExpenseCategoriesSelector_closure, U.dropdownExpenseCategoriesSelector_closure0, U.memoizedHasMultipleCurrencies_closure, U.memoizedGetCurrencyIds_closure, U.getCurrencyIds_closure, U.memoizedFilteredSelector_closure, U.filteredSelector_closure, U.filteredSelector_closure0, U.filteredSelector_closure1, U.filteredSelector_closure2, U.filteredSelector_closure3, U.filteredSelector_closure4, U.filteredSelector_closure5, U.filteredSelector_closure6, U.filteredSelector_closure7, U.filteredSelector_closure8, U.filteredSelector_closure9, U.filteredSelector_closure10, U.filteredSelector_closure11, U.filteredSelector_closure12, U.filteredSelector_closure13, Q.handleCompanyGatewayAction_closure, L._editCompanyGateway_closure, L._viewCompanyGateway_closure, L._viewCompanyGatewayList_closure, L._viewCompanyGatewayList__closure, L._archiveCompanyGateway_closure, L._archiveCompanyGateway__closure, L._archiveCompanyGateway__closure0, L._archiveCompanyGateway__closure1, L._deleteCompanyGateway_closure, L._deleteCompanyGateway__closure, L._deleteCompanyGateway__closure0, L._deleteCompanyGateway__closure1, L._restoreCompanyGateway_closure, L._restoreCompanyGateway__closure, L._restoreCompanyGateway__closure0, L._restoreCompanyGateway__closure1, L._saveCompanyGateway_closure, L._saveCompanyGateway__closure, L._saveCompanyGateway__closure0, L._loadCompanyGateway_closure, L._loadCompanyGateway__closure, L._loadCompanyGateway__closure0, L._loadCompanyGateways_closure, L._loadCompanyGateways__closure, L._loadCompanyGateways__closure0, N.companyGatewayUIReducer_closure, N.forceSelectedReducer_closure59, N.forceSelectedReducer_closure60, N.forceSelectedReducer_closure61, N.forceSelectedReducer_closure62, N.forceSelectedReducer_closure63, N.forceSelectedReducer_closure64, N.forceSelectedReducer_closure65, N.forceSelectedReducer_closure66, N.selectedIdReducer_closure119, N.selectedIdReducer_closure120, N.selectedIdReducer_closure121, N.selectedIdReducer_closure122, N.selectedIdReducer_closure123, N.selectedIdReducer_closure124, N.selectedIdReducer_closure125, N.selectedIdReducer_closure126, N.selectedIdReducer_closure127, N.selectedIdReducer_closure128, N.selectedIdReducer_closure129, N.selectedIdReducer_closure130, N.selectedIdReducer_closure131, N.selectedIdReducer_closure132, N.selectedIdReducer_closure133, N.editingReducer_closure35, N.editingReducer_closure36, N.editingReducer_closure37, N.editingReducer_closure38, N.editingReducer__closure13, N._filterCompanyGatewaysByCustom1_closure, N._filterCompanyGatewaysByCustom1_closure0, N._filterCompanyGatewaysByCustom2_closure, N._filterCompanyGatewaysByCustom2_closure0, N._filterCompanyGatewaysByState_closure, N._filterCompanyGatewaysByState_closure0, N._filterCompanyGateways_closure, N._sortCompanyGateways_closure, N._startListMultiselect_closure7, N._addToListMultiselect_closure7, N._removeFromListMultiselect_closure7, N._clearListMultiselect_closure7, N._archiveCompanyGatewaySuccess_closure, N._deleteCompanyGatewaySuccess_closure, N._restoreCompanyGatewaySuccess_closure, N._addCompanyGateway_closure, N._updateCompanyGateway_closure, N._updateCompanyGateway__closure, N._setLoadedCompanyGateway_closure, N._setLoadedCompanyGateway__closure, N._setLoadedCompany_closure1, N._setLoadedCompany__closure1, N._setLoadedCompany__closure2, N._setLoadedCompany_closure2, N._setLoadedCompanyGateways_closure, N._setLoadedCompanyGateways__closure, N._setLoadedCompanyGateways__closure0, N._setLoadedCompanyGateways_closure0, T.memoizedFilteredCompanyGatewayList_closure, T.filteredCompanyGatewaysSelector_closure, T.filteredCompanyGatewaysSelector_closure0, T.filteredCompanyGatewaysSelector_closure1, T.memoizedCalculateCompanyGatewayProcessed_closure, T.calculateCompanyGatewayProcessed_closure, T.memoizedClientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway_closure, T.clientStatsForCompanyGateway__closure, T.memoizedPaymentStatsForCompanyGateway_closure, T.paymentStatsForCompanyGateway_closure, E.handleCreditAction_closure, E.handleCreditAction_closure0, E.handleCreditAction_closure1, E.handleCreditAction_closure2, E.handleCreditAction_closure3, E.handleCreditAction_closure4, E.handleCreditAction_closure5, E.handleCreditAction__closure, X._viewCredit_closure, X._viewCreditList_closure0, X._viewCreditList__closure, X._editCredit_closure, X._showEmailCredit_closure, X._showPdfCredit_closure, X._archiveCredit_closure, X._archiveCredit__closure, X._archiveCredit__closure0, X._archiveCredit__closure1, X._deleteCredit_closure, X._deleteCredit__closure, X._deleteCredit__closure0, X._deleteCredit__closure1, X._restoreCredit_closure, X._restoreCredit__closure, X._restoreCredit__closure0, X._restoreCredit__closure1, X._markSentCredit_closure, X._markSentCredit__closure, X._markSentCredit__closure0, X._emailCredit_closure, X._emailCredit__closure, X._emailCredit__closure0, X._saveCredit_closure, X._saveCredit__closure, X._saveCredit___closure, X._saveCredit__closure0, X._saveCredit__closure1, X._loadCredit_closure, X._loadCredit__closure, X._loadCredit__closure0, X._loadCredits_closure, X._loadCredits__closure, X._loadCredits__closure0, X._downloadCredits_closure, X._downloadCredits__closure, X._downloadCredits__closure0, X._bulkEmailCredits_closure, X._bulkEmailCredits__closure, X._bulkEmailCredits__closure0, X._saveDocument_closure0, X._saveDocument__closure1, X._saveDocument__closure2, Q.creditUIReducer_closure, Q.forceSelectedReducer_closure79, Q.forceSelectedReducer_closure80, Q.forceSelectedReducer_closure81, Q.forceSelectedReducer_closure82, Q.forceSelectedReducer_closure83, Q.forceSelectedReducer_closure84, Q.forceSelectedReducer_closure85, Q.forceSelectedReducer_closure86, Q.tabIndexReducer_closure11, Q.tabIndexReducer_closure12, Q.historyActivityIdReducer_closure0, Q.editingItemReducer_closure1, Q.editingItemReducer_closure2, Q.selectedIdReducer_closure160, Q.selectedIdReducer_closure161, Q.selectedIdReducer_closure162, Q.selectedIdReducer_closure163, Q.selectedIdReducer_closure164, Q.selectedIdReducer_closure165, Q.selectedIdReducer_closure166, Q.selectedIdReducer_closure167, Q.selectedIdReducer_closure168, Q.selectedIdReducer_closure169, Q.selectedIdReducer_closure170, Q.selectedIdReducer_closure171, Q.selectedIdReducer_closure172, Q.selectedIdReducer_closure173, Q.selectedIdReducer_closure174, Q.selectedIdReducer_closure175, Q.selectedIdReducer_closure176, Q.selectedIdReducer_closure177, Q.selectedIdReducer_closure178, Q.editingReducer_closure47, Q.editingReducer__closure22, Q.editingReducer_closure48, Q.editingReducer__closure21, Q.editingReducer_closure49, Q.editingReducer_closure50, Q.editingReducer__closure20, Q.editingReducer_closure51, Q.editingReducer__closure19, Q.editingReducer_closure52, Q.editingReducer__closure18, Q.editingReducer___closure1, Q.editingReducer___closure2, Q.editingReducer_closure53, Q.editingReducer_closure54, Q.editingReducer_closure55, Q.editingReducer_closure56, Q.editingReducer__closure17, Q.editingReducer_closure57, Q.editingReducer__closure16, Q._addCreditItem_closure, Q._addCreditItems_closure, Q._removeCreditItem_closure, Q._updateCreditItem_closure, Q._viewCreditList_closure, Q._filterCreditsByCustom1_closure, Q._filterCreditsByCustom1_closure0, Q._filterCreditsByCustom2_closure, Q._filterCreditsByCustom2_closure0, Q._filterCreditsByCustom3_closure, Q._filterCreditsByCustom3_closure0, Q._filterCreditsByCustom4_closure, Q._filterCreditsByCustom4_closure0, Q._filterCreditsByState_closure, Q._filterCreditsByState_closure0, Q._filterCreditsByStatus_closure, Q._filterCreditsByStatus_closure0, Q._filterCredits_closure, Q._sortCredits_closure, Q._startListMultiselect_closure10, Q._addToListMultiselect_closure10, Q._removeFromListMultiselect_closure10, Q._clearListMultiselect_closure10, Q._markSentCreditSuccess_closure0, Q._markSentCreditSuccess_closure1, Q._markSentCreditSuccess_closure, Q._archiveCreditSuccess_closure, Q._deleteCreditSuccess_closure, Q._restoreCreditSuccess_closure, Q._addCredit_closure, Q._updateCredit_closure, Q._updateCredit__closure, B.memoizedDropdownCreditList_closure, B.dropdownCreditSelector_closure, B.dropdownCreditSelector_closure0, B.memoizedFilteredCreditList_closure, B.filteredCreditsSelector_closure, B.filteredCreditsSelector_closure0, B.memoizedCreditStatsForDesign_closure, B.creditStatsForDesign_closure, B.memoizedCreditStatsForClient_closure, B.creditStatsForClient_closure, B.memoizedCreditStatsForUser_closure, B.creditStatsForUser_closure, G.CreditState_loadCredits_closure0, G.CreditState_loadCredits_closure1, G.CreditState_loadCredits_closure, R._createViewDashboard_closure, R._createViewDashboard__closure, R._createViewDashboard___closure, D.dashboardUIReducer_closure, D.selectedEntitiesReducer_closure, D.selectedEntitiesReducer__closure0, D.selectedEntitiesReducer_closure0, D.selectedEntitiesReducer__closure, D.selectedEntityTypeReducer_closure, D.showSidebarReducer_closure, D.dashboardSettingsReducer_closure, D.dashboardSettingsReducer_closure0, D.dashboardSettingsReducer_closure1, D.dashboardSettingsReducer_closure2, O.memoizedChartInvoices_closure, O.memoizedPreviousChartInvoices_closure, O._chartInvoices_closure, O.memoizedChartQuotes_closure, O.memoizedPreviousChartQuotes_closure, O.chartQuotes_closure, O.memoizedChartPayments_closure, O.memoizedPreviousChartPayments_closure, O.chartPayments_closure, O.memoizedChartTasks_closure, O.memoizedPreviousChartTasks_closure, O.chartTasks_closure, O.chartTasks__closure, O.chartTasks___closure, O.chartExpenses_closure, O.memoizedChartExpenses_closure, O.memoizedPreviousChartExpenses_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, N.handleDesignAction_closure, N.handleDesignAction_closure0, N.handleDesignAction_closure1, N.handleDesignAction_closure2, N.handleDesignAction_closure3, V._editDesign_closure, V._viewDesign_closure, V._viewDesignList_closure0, V._viewDesignList__closure, V._archiveDesign_closure, V._archiveDesign__closure, V._archiveDesign__closure0, V._archiveDesign__closure1, V._deleteDesign_closure, V._deleteDesign__closure, V._deleteDesign__closure0, V._deleteDesign__closure1, V._restoreDesign_closure, V._restoreDesign__closure, V._restoreDesign__closure0, V._restoreDesign__closure1, V._saveDesign_closure, V._saveDesign__closure, V._saveDesign__closure0, V._loadDesign_closure, V._loadDesign__closure, V._loadDesign__closure0, V._loadDesigns_closure, V._loadDesigns__closure, V._loadDesigns__closure0, U.designUIReducer_closure, U.forceSelectedReducer_closure87, U.forceSelectedReducer_closure88, U.forceSelectedReducer_closure89, U.forceSelectedReducer_closure90, U.forceSelectedReducer_closure91, U.forceSelectedReducer_closure92, U.forceSelectedReducer_closure93, U.forceSelectedReducer_closure94, U.selectedIdReducer_closure179, U.selectedIdReducer_closure180, U.selectedIdReducer_closure181, U.selectedIdReducer_closure182, U.selectedIdReducer_closure183, U.selectedIdReducer_closure184, U.selectedIdReducer_closure185, U.selectedIdReducer_closure186, U.selectedIdReducer_closure187, U.selectedIdReducer_closure188, U.selectedIdReducer_closure189, U.selectedIdReducer_closure190, U.selectedIdReducer_closure191, U.selectedIdReducer_closure192, U.editingReducer_closure58, U.editingReducer_closure59, U.editingReducer_closure60, U.editingReducer_closure61, U.editingReducer__closure23, U._viewDesignList_closure, U._filterDesignsByCustom1_closure, U._filterDesignsByCustom1_closure0, U._filterDesignsByCustom2_closure, U._filterDesignsByCustom2_closure0, U._filterDesignsByState_closure, U._filterDesignsByState_closure0, U._filterDesigns_closure, U._sortDesigns_closure, U._startListMultiselect_closure11, U._addToListMultiselect_closure11, U._removeFromListMultiselect_closure11, U._clearListMultiselect_closure11, U._archiveDesignSuccess_closure, U._deleteDesignSuccess_closure, U._restoreDesignSuccess_closure, U._addDesign_closure, U._updateDesign_closure, U._setLoadedDesign_closure, A.memoizedFilteredDesignList_closure, A.filteredDesignsSelector_closure, A.filteredDesignsSelector_closure0, Y.DesignState_cleanDesign_closure, Y.DesignState_cleanDesign_closure0, Y.DesignState_customDesigns_closure, Y.DesignState_customDesigns_closure0, Y.DesignState_loadDesigns_closure0, Y.DesignState_loadDesigns_closure1, Y.DesignState_loadDesigns_closure, X.handleDocumentAction_closure, Y._editDocument_closure, Y._viewDocument_closure, Y._viewDocumentList_closure0, Y._viewDocumentList__closure, Y._archiveDocument_closure, Y._archiveDocument__closure, Y._archiveDocument__closure0, Y._archiveDocument__closure1, Y._deleteDocument_closure, Y._deleteDocument__closure, Y._deleteDocument__closure0, Y._restoreDocument_closure, Y._restoreDocument__closure, Y._restoreDocument__closure0, Y._restoreDocument__closure1, Y._loadDocument_closure, Y._loadDocument__closure, Y._loadDocument__closure0, Y._loadDocuments_closure, Y._loadDocuments__closure, Y._loadDocuments__closure0, M.documentUIReducer_closure, M.forceSelectedReducer_closure47, M.forceSelectedReducer_closure48, M.forceSelectedReducer_closure49, M.forceSelectedReducer_closure50, M.forceSelectedReducer_closure51, M.forceSelectedReducer_closure52, M.forceSelectedReducer_closure53, M.forceSelectedReducer_closure54, M.selectedIdReducer_closure94, M.selectedIdReducer_closure95, M.selectedIdReducer_closure96, M.selectedIdReducer_closure97, M.selectedIdReducer_closure98, M.selectedIdReducer_closure99, M.selectedIdReducer_closure100, M.selectedIdReducer_closure101, M.selectedIdReducer_closure102, M.selectedIdReducer_closure103, M.selectedIdReducer_closure104, M.selectedIdReducer_closure105, M.selectedIdReducer_closure106, M.editingReducer_closure30, M.editingReducer__closure11, M._viewDocumentList_closure, M._filterDocumentsByCustom1_closure, M._filterDocumentsByCustom1_closure0, M._filterDocumentsByCustom2_closure, M._filterDocumentsByCustom2_closure0, M._filterDocumentsByState_closure, M._filterDocumentsByState_closure0, M._filterDocuments_closure, M._sortDocuments_closure, M._startListMultiselect_closure5, M._addToListMultiselect_closure5, M._removeFromListMultiselect_closure5, M._clearListMultiselect_closure5, M._archiveDocumentSuccess_closure, M._deleteDocumentSuccess_closure, M._restoreDocumentSuccess_closure, M._updateDocument_closure, M._setLoadedDocument_closure, M._setLoadedDocuments_closure, M._setLoadedDocuments__closure, M._setLoadedDocuments__closure0, M._setLoadedDocuments_closure0, A.memoizedFilteredDocumentList_closure, A.filteredDocumentsSelector_closure, A.filteredDocumentsSelector_closure0, T.handleExpenseAction_closure, T.handleExpenseAction_closure0, T.handleExpenseAction_closure1, T.handleExpenseAction_closure2, T.handleExpenseAction_closure3, T.handleExpenseAction_closure4, R._editExpense_closure, R._viewExpense_closure, R._viewExpenseList_closure0, R._viewExpenseList__closure, R._archiveExpense_closure, R._archiveExpense__closure, R._archiveExpense__closure0, R._archiveExpense__closure1, R._deleteExpense_closure, R._deleteExpense__closure, R._deleteExpense__closure0, R._deleteExpense__closure1, R._restoreExpense_closure, R._restoreExpense__closure, R._restoreExpense__closure0, R._restoreExpense__closure1, R._saveExpense_closure, R._saveExpense__closure, R._saveExpense__closure0, R._loadExpense_closure, R._loadExpense__closure, R._loadExpense__closure0, R._loadExpenses_closure, R._loadExpenses__closure, R._loadExpenses__closure0, R._saveDocument_closure8, R._saveDocument__closure17, R._saveDocument__closure18, K.expenseUIReducer_closure, K.forceSelectedReducer_closure39, K.forceSelectedReducer_closure40, K.forceSelectedReducer_closure41, K.forceSelectedReducer_closure42, K.forceSelectedReducer_closure43, K.forceSelectedReducer_closure44, K.forceSelectedReducer_closure45, K.forceSelectedReducer_closure46, K.tabIndexReducer_closure9, K.tabIndexReducer_closure10, K.selectedIdReducer_closure79, K.selectedIdReducer_closure80, K.selectedIdReducer_closure81, K.selectedIdReducer_closure82, K.selectedIdReducer_closure83, K.selectedIdReducer_closure84, K.selectedIdReducer_closure85, K.selectedIdReducer_closure86, K.selectedIdReducer_closure87, K.selectedIdReducer_closure88, K.selectedIdReducer_closure89, K.selectedIdReducer_closure90, K.selectedIdReducer_closure91, K.selectedIdReducer_closure92, K.selectedIdReducer_closure93, K.editingReducer_closure26, K.editingReducer_closure27, K.editingReducer_closure28, K.editingReducer_closure29, K.editingReducer__closure10, K._viewExpenseList_closure, K._filterExpensesByCustom1_closure, K._filterExpensesByCustom1_closure0, K._filterExpensesByCustom2_closure, K._filterExpensesByCustom2_closure0, K._filterExpensesByCustom3_closure, K._filterExpensesByCustom3_closure0, K._filterExpensesByCustom4_closure, K._filterExpensesByCustom4_closure0, K._filterExpensesByState_closure, K._filterExpensesByState_closure0, K._filterExpensesByStatus_closure, K._filterExpensesByStatus_closure0, K._filterExpenses_closure, K._sortExpenses_closure, K._startListMultiselect_closure4, K._addToListMultiselect_closure4, K._removeFromListMultiselect_closure4, K._clearListMultiselect_closure4, K._archiveExpenseSuccess_closure, K._deleteExpenseSuccess_closure, K._restoreExpenseSuccess_closure, K._addExpense_closure, K._updateExpense_closure, K._setLoadedExpense_closure, L.convertExpenseToInvoiceItem_closure, L.memoizedFilteredExpenseList_closure, L.filteredExpensesSelector_closure, L.filteredExpensesSelector_closure0, L.memoizedExpenseStatsForVendor_closure, L.expenseStatsForVendor_closure, L.memoizedExpenseStatsForClient_closure, L.expenseStatsForClient_closure, L.memoizedClientExpenseList_closure, L.clientExpenseList_closure, L.clientExpenseList_closure0, L.memoizedExpenseStatsForProject_closure, L.expenseStatsForProject_closure, L.memoizedExpenseStatsForUser_closure, L.expenseStatsForUser_closure, R.ExpenseState_loadExpenses_closure0, R.ExpenseState_loadExpenses_closure1, R.ExpenseState_loadExpenses_closure, X.handleExpenseCategoryAction_closure, X.handleExpenseCategoryAction_closure0, M._editExpenseCategory_closure, M._viewExpenseCategory_closure, M._viewExpenseCategoryList_closure, M._viewExpenseCategoryList__closure, M._archiveExpenseCategory_closure, M._archiveExpenseCategory__closure, M._archiveExpenseCategory__closure0, M._archiveExpenseCategory__closure1, M._deleteExpenseCategory_closure, M._deleteExpenseCategory__closure, M._deleteExpenseCategory__closure0, M._deleteExpenseCategory__closure1, M._restoreExpenseCategory_closure, M._restoreExpenseCategory__closure, M._restoreExpenseCategory__closure0, M._restoreExpenseCategory__closure1, M._saveExpenseCategory_closure, M._saveExpenseCategory__closure, M._saveExpenseCategory__closure0, M._loadExpenseCategory_closure, M._loadExpenseCategory__closure, M._loadExpenseCategory__closure0, M._loadExpenseCategories_closure, M._loadExpenseCategories__closure, M._loadExpenseCategories__closure0, F.expenseCategoryUIReducer_closure, F.forceSelectedReducer_closure127, F.forceSelectedReducer_closure128, F.forceSelectedReducer_closure129, F.forceSelectedReducer_closure130, F.forceSelectedReducer_closure131, F.forceSelectedReducer_closure132, F.forceSelectedReducer_closure133, F.forceSelectedReducer_closure134, F.selectedIdReducer_closure256, F.selectedIdReducer_closure257, F.selectedIdReducer_closure258, F.selectedIdReducer_closure259, F.selectedIdReducer_closure260, F.selectedIdReducer_closure261, F.selectedIdReducer_closure262, F.selectedIdReducer_closure263, F.selectedIdReducer_closure264, F.selectedIdReducer_closure265, F.selectedIdReducer_closure266, F.selectedIdReducer_closure267, F.selectedIdReducer_closure268, F.selectedIdReducer_closure269, F.selectedIdReducer_closure270, F.editingReducer_closure85, F.editingReducer_closure86, F.editingReducer_closure87, F.editingReducer_closure88, F.editingReducer__closure34, F._filterExpenseCategoriesByCustom1_closure, F._filterExpenseCategoriesByCustom1_closure0, F._filterExpenseCategoriesByCustom2_closure, F._filterExpenseCategoriesByCustom2_closure0, F._filterExpenseCategoriesByState_closure, F._filterExpenseCategoriesByState_closure0, F._filterExpenseCategories_closure, F._sortExpenseCategories_closure, F._startListMultiselect_closure16, F._addToListMultiselect_closure16, F._removeFromListMultiselect_closure16, F._clearListMultiselect_closure16, F._archiveExpenseCategorySuccess_closure, F._deleteExpenseCategorySuccess_closure, F._restoreExpenseCategorySuccess_closure, F._addExpenseCategory_closure, F._updateExpenseCategory_closure, F._setLoadedExpenseCategory_closure, O.memoizedFilteredExpenseCategoryList_closure, O.filteredExpenseCategoriesSelector_closure, O.filteredExpenseCategoriesSelector_closure0, O.memoizedCalculateExpenseCategoryAmount_closure, O.calculateExpenseCategoryAmount_closure, O.memoizedExpenseStatsForExpenseCategory_closure, O.expenseStatsForExpenseCategory_closure, Q.ExpenseCategoryState_loadExpenseCategories_closure0, Q.ExpenseCategoryState_loadExpenseCategories_closure1, Q.ExpenseCategoryState_loadExpenseCategories_closure, Q.handleGroupAction_closure, Q.handleGroupAction_closure0, X._editGroup_closure, X._viewGroup_closure, X._viewGroupList_closure0, X._viewGroupList__closure, X._archiveGroup_closure, X._archiveGroup__closure, X._archiveGroup__closure0, X._archiveGroup__closure1, X._deleteGroup_closure, X._deleteGroup__closure, X._deleteGroup__closure0, X._deleteGroup__closure1, X._restoreGroup_closure, X._restoreGroup__closure, X._restoreGroup__closure0, X._restoreGroup__closure1, X._saveGroup_closure, X._saveGroup__closure, X._saveGroup__closure0, X._loadGroup_closure, X._loadGroup__closure, X._loadGroup__closure0, X._loadGroups_closure, X._loadGroups__closure, X._loadGroups__closure0, X._saveDocument_closure, X._saveDocument__closure, X._saveDocument__closure0, K.groupUIReducer_closure, K.forceSelectedReducer_closure55, K.forceSelectedReducer_closure56, K.forceSelectedReducer_closure57, K.forceSelectedReducer_closure58, K.selectedIdReducer_closure107, K.selectedIdReducer_closure108, K.selectedIdReducer_closure109, K.selectedIdReducer_closure110, K.selectedIdReducer_closure111, K.selectedIdReducer_closure112, K.selectedIdReducer_closure113, K.selectedIdReducer_closure114, K.selectedIdReducer_closure115, K.selectedIdReducer_closure116, K.selectedIdReducer_closure117, K.selectedIdReducer_closure118, K.editingReducer_closure31, K.editingReducer_closure32, K.editingReducer_closure33, K.editingReducer_closure34, K.editingReducer__closure12, K._viewGroupList_closure, K._filterGroupsByState_closure, K._filterGroupsByState_closure0, K._filterGroups_closure, K._sortGroups_closure, K._startListMultiselect_closure6, K._addToListMultiselect_closure6, K._removeFromListMultiselect_closure6, K._clearListMultiselect_closure6, K._archiveGroupSuccess_closure, K._deleteGroupSuccess_closure, K._restoreGroupSuccess_closure, K._addGroup_closure, K._updateGroup_closure, K._setLoadedGroup_closure, K._setLoadedGroups_closure, K._setLoadedGroups__closure, K._setLoadedGroups__closure0, K._setLoadedGroups_closure0, K._setLoadedCompany_closure, K._setLoadedCompany__closure, K._setLoadedCompany__closure0, K._setLoadedCompany_closure0, S.memoizedFilteredGroupList_closure, S.filteredGroupsSelector_closure, S.filteredGroupsSelector_closure0, S.memoizedClientStatsForGroup_closure, S.clientStatsForGroup_closure, Q.handleInvoiceAction_closure, Q.handleInvoiceAction_closure0, Q.handleInvoiceAction_closure1, Q.handleInvoiceAction_closure2, Q.handleInvoiceAction_closure3, Q.handleInvoiceAction_closure4, Q.handleInvoiceAction_closure5, Q.handleInvoiceAction__closure, Q.handleInvoiceAction__closure0, G._viewInvoiceList_closure0, G._viewInvoiceList__closure, G._viewInvoice_closure, G._editInvoice_closure, G._showEmailInvoice_closure, G._showPdfInvoice_closure, G._cancelInvoices_closure, G._cancelInvoices__closure, G._cancelInvoices__closure0, G._reverseInvoices_closure, G._reverseInvoices__closure, G._reverseInvoices__closure0, G._archiveInvoice_closure, G._archiveInvoice__closure, G._archiveInvoice__closure0, G._archiveInvoice__closure1, G._deleteInvoice_closure, G._deleteInvoice__closure, G._deleteInvoice__closure0, G._deleteInvoice__closure1, G._restoreInvoice_closure, G._restoreInvoice__closure, G._restoreInvoice__closure0, G._restoreInvoice__closure1, G._markInvoiceSent_closure, G._markInvoiceSent__closure, G._markInvoiceSent__closure0, G._markInvoicePaid_closure, G._markInvoicePaid__closure, G._markInvoicePaid__closure0, G._downloadInvoices_closure, G._downloadInvoices__closure, G._downloadInvoices__closure0, G._emailInvoice_closure, G._emailInvoice__closure, G._emailInvoice__closure0, G._bulkEmailInvoices_closure, G._bulkEmailInvoices__closure, G._bulkEmailInvoices__closure0, G._saveInvoice_closure, G._saveInvoice__closure, G._saveInvoice___closure, G._saveInvoice__closure0, G._saveInvoice__closure1, G._loadInvoice_closure, G._loadInvoice__closure, G._loadInvoice__closure0, G._loadInvoices_closure, G._loadInvoices__closure, G._loadInvoices__closure0, G._saveDocument_closure9, G._saveDocument__closure19, G._saveDocument__closure20, D.invoiceUIReducer_closure, D.forceSelectedReducer_closure159, D.forceSelectedReducer_closure160, D.forceSelectedReducer_closure161, D.forceSelectedReducer_closure162, D.forceSelectedReducer_closure163, D.forceSelectedReducer_closure164, D.forceSelectedReducer_closure165, D.forceSelectedReducer_closure166, D.tabIndexReducer_closure19, D.tabIndexReducer_closure20, D.historyActivityIdReducer_closure2, D.editingItemIndexReducer_closure1, D.editingItemIndexReducer_closure2, D.selectedIdReducer_closure316, D.selectedIdReducer_closure317, D.selectedIdReducer_closure318, D.selectedIdReducer_closure319, D.selectedIdReducer_closure320, D.selectedIdReducer_closure321, D.selectedIdReducer_closure322, D.selectedIdReducer_closure323, D.selectedIdReducer_closure324, D.selectedIdReducer_closure325, D.selectedIdReducer_closure326, D.selectedIdReducer_closure327, D.selectedIdReducer_closure328, D.selectedIdReducer_closure329, D.selectedIdReducer_closure330, D.selectedIdReducer_closure331, D.selectedIdReducer_closure332, D.selectedIdReducer_closure333, D.selectedIdReducer_closure334, D.editingReducer_closure101, D.editingReducer__closure44, D.editingReducer_closure102, D.editingReducer__closure43, D.editingReducer_closure103, D.editingReducer_closure104, D.editingReducer__closure42, D.editingReducer_closure105, D.editingReducer__closure41, D.editingReducer_closure106, D.editingReducer__closure40, D.editingReducer___closure5, D.editingReducer___closure6, D.editingReducer_closure107, D.editingReducer_closure108, D.editingReducer_closure109, D.editingReducer_closure110, D.editingReducer__closure39, D.editingReducer_closure111, D.editingReducer__closure38, D._addInvoiceItem_closure, D._addInvoiceItems_closure, D._removeInvoiceItem_closure, D._updateInvoiceItem_closure, D._viewInvoiceList_closure, D._filterInvoicesByCustom1_closure, D._filterInvoicesByCustom1_closure0, D._filterInvoicesByCustom2_closure, D._filterInvoicesByCustom2_closure0, D._filterInvoicesByCustom3_closure, D._filterInvoicesByCustom3_closure0, D._filterInvoicesByCustom4_closure, D._filterInvoicesByCustom4_closure0, D._filterInvoicesByState_closure, D._filterInvoicesByState_closure0, D._filterInvoicesByStatus_closure, D._filterInvoicesByStatus_closure0, D._filterInvoices_closure, D._sortInvoices_closure, D._startListMultiselect_closure20, D._addToListMultiselect_closure20, D._removeFromListMultiselect_closure20, D._clearListMultiselect_closure20, D._markInvoicesSentSuccess_closure, D._markInvoicesPaidSuccess_closure, D._reverseInvoicesSuccess_closure, D._cancelInvoicesSuccess_closure, D._archiveInvoiceSuccess_closure, D._deleteInvoiceSuccess_closure, D._emailInvoiceSuccess_closure, D._restoreInvoiceSuccess_closure, D._addInvoice_closure, D._updateInvoice_closure, D._updateInvoice__closure, Z.memoizedDropdownInvoiceList_closure, Z.dropdownInvoiceSelector_closure, Z.dropdownInvoiceSelector_closure0, Z.memoizedFilteredInvoiceList_closure, Z.filteredInvoicesSelector_closure, Z.filteredInvoicesSelector__closure0, Z.filteredInvoicesSelector_closure0, Z.filteredInvoicesSelector__closure, Z.filteredInvoicesSelector_closure1, Z.memoizedInvoiceStatsForClient_closure, Z.invoiceStatsForClient_closure, Z.memoizedInvoiceStatsForDesign_closure, Z.invoiceStatsForDesign_closure, Z.memoizedInvoiceStatsForSubscription_closure, Z.invoiceStatsForSubscription_closure, Z.memoizedInvoiceStatsForUser_closure, Z.invoiceStatsForUser_closure, B.InvoiceState_loadInvoices_closure0, B.InvoiceState_loadInvoices_closure1, B.InvoiceState_loadInvoices_closure, Q.handlePaymentAction_closure, Q.handlePaymentAction_closure0, Q.handlePaymentAction__closure1, Q.handlePaymentAction_closure1, Q.handlePaymentAction__closure, Q.handlePaymentAction__closure0, D._editPayment_closure, D._editPayment__closure, D._viewRefundPayment_closure, D._viewRefundPayment__closure, D._viewPayment_closure, D._viewPaymentList_closure0, D._viewPaymentList__closure, D._archivePayment_closure, D._archivePayment__closure, D._archivePayment__closure0, D._archivePayment__closure1, D._deletePayment_closure, D._deletePayment__closure, D._deletePayment__closure0, D._deletePayment__closure1, D._restorePayment_closure, D._restorePayment__closure, D._restorePayment__closure0, D._restorePayment__closure1, D._savePayment_closure, D._savePayment__closure, D._savePayment__closure0, D._refundPayment_closure, D._refundPayment__closure, D._refundPayment__closure0, D._emailPayment_closure, D._emailPayment__closure, D._emailPayment__closure0, D._loadPayment_closure, D._loadPayment__closure, D._loadPayment__closure0, D._loadPayments_closure, D._loadPayments__closure, D._loadPayments__closure0, R.paymentUIReducer_closure, R.forceSelectedReducer_closure7, R.forceSelectedReducer_closure8, R.forceSelectedReducer_closure9, R.forceSelectedReducer_closure10, R.forceSelectedReducer_closure11, R.forceSelectedReducer_closure12, R.forceSelectedReducer_closure13, R.forceSelectedReducer_closure14, R.tabIndexReducer_closure1, R.tabIndexReducer_closure2, R.selectedIdReducer_closure18, R.selectedIdReducer_closure19, R.selectedIdReducer_closure20, R.selectedIdReducer_closure21, R.selectedIdReducer_closure22, R.selectedIdReducer_closure23, R.selectedIdReducer_closure24, R.selectedIdReducer_closure25, R.selectedIdReducer_closure26, R.selectedIdReducer_closure27, R.selectedIdReducer_closure28, R.selectedIdReducer_closure29, R.selectedIdReducer_closure30, R.selectedIdReducer_closure31, R.selectedIdReducer_closure32, R.selectedIdReducer_closure33, R.editingReducer_closure10, R.editingReducer_closure11, R.editingReducer_closure12, R.editingReducer_closure13, R.editingReducer__closure6, R._viewPaymentList_closure, R._filterPaymentsByCustom1_closure, R._filterPaymentsByCustom1_closure0, R._filterPaymentsByCustom2_closure, R._filterPaymentsByCustom2_closure0, R._filterPaymentsByCustom3_closure, R._filterPaymentsByCustom3_closure0, R._filterPaymentsByCustom4_closure, R._filterPaymentsByCustom4_closure0, R._filterPaymentsByState_closure, R._filterPaymentsByState_closure0, R._filterPayments_closure, R._sortPayments_closure, R._startListMultiselect_closure0, R._addToListMultiselect_closure0, R._removeFromListMultiselect_closure0, R._clearListMultiselect_closure0, R._archivePaymentSuccess_closure, R._deletePaymentSuccess_closure, R._restorePaymentSuccess_closure, R._addPayment_closure, R._updatePayment_closure, R._setLoadedPayment_closure, Q.memoizedPaymentsByInvoice_closure, Q.paymentsByInvoiceSelector_closure, Q.paymentsByInvoiceSelector_closure0, Q.paymentsByInvoiceSelector__closure, Q.memoizedPaymentsByCredit_closure, Q.paymentsByCreditSelector_closure, Q.paymentsByCreditSelector_closure0, Q.paymentsByCreditSelector__closure, Q.memoizedFilteredPaymentList_closure, Q.filteredPaymentsSelector_closure, Q.filteredPaymentsSelector__closure, Q.filteredPaymentsSelector_closure0, Q.memoizedPaymentStatsForClient_closure, Q.paymentStatsForClient_closure, L.PaymentState_loadPayments_closure0, L.PaymentState_loadPayments_closure1, L.PaymentState_loadPayments_closure, D.handlePaymentTermAction_closure, E._editPaymentTerm_closure, E._viewPaymentTerm_closure, E._viewPaymentTermList_closure0, E._viewPaymentTermList__closure, E._archivePaymentTerm_closure, E._archivePaymentTerm__closure, E._archivePaymentTerm__closure0, E._archivePaymentTerm__closure1, E._deletePaymentTerm_closure, E._deletePaymentTerm__closure, E._deletePaymentTerm__closure0, E._deletePaymentTerm__closure1, E._restorePaymentTerm_closure, E._restorePaymentTerm__closure, E._restorePaymentTerm__closure0, E._restorePaymentTerm__closure1, E._savePaymentTerm_closure, E._savePaymentTerm__closure, E._savePaymentTerm__closure0, E._loadPaymentTerm_closure, E._loadPaymentTerm__closure, E._loadPaymentTerm__closure0, E._loadPaymentTerms_closure, E._loadPaymentTerms__closure, E._loadPaymentTerms__closure0, L.paymentTermUIReducer_closure, L.forceSelectedReducer_closure95, L.forceSelectedReducer_closure96, L.forceSelectedReducer_closure97, L.forceSelectedReducer_closure98, L.forceSelectedReducer_closure99, L.forceSelectedReducer_closure100, L.forceSelectedReducer_closure101, L.forceSelectedReducer_closure102, L.selectedIdReducer_closure193, L.selectedIdReducer_closure194, L.selectedIdReducer_closure195, L.selectedIdReducer_closure196, L.selectedIdReducer_closure197, L.selectedIdReducer_closure198, L.selectedIdReducer_closure199, L.selectedIdReducer_closure200, L.selectedIdReducer_closure201, L.selectedIdReducer_closure202, L.selectedIdReducer_closure203, L.selectedIdReducer_closure204, L.selectedIdReducer_closure205, L.selectedIdReducer_closure206, L.editingReducer_closure62, L.editingReducer_closure63, L.editingReducer_closure64, L.editingReducer_closure65, L.editingReducer__closure24, L._viewPaymentTermList_closure, L._filterPaymentTermsByCustom1_closure, L._filterPaymentTermsByCustom1_closure0, L._filterPaymentTermsByCustom2_closure, L._filterPaymentTermsByCustom2_closure0, L._filterPaymentTermsByState_closure, L._filterPaymentTermsByState_closure0, L._filterPaymentTerms_closure, L._sortPaymentTerms_closure, L._startListMultiselect_closure12, L._addToListMultiselect_closure12, L._removeFromListMultiselect_closure12, L._clearListMultiselect_closure12, L._archivePaymentTermSuccess_closure, L._deletePaymentTermSuccess_closure, L._restorePaymentTermSuccess_closure, L._addPaymentTerm_closure, L._updatePaymentTerm_closure, L._setLoadedPaymentTerm_closure, L._setLoadedCompany_closure7, L._setLoadedCompany__closure7, L._setLoadedCompany__closure8, L._setLoadedCompany_closure8, V.memoizedDropdownPaymentTermList_closure, V.dropdownPaymentTermsSelector_closure, V.dropdownPaymentTermsSelector_closure0, V.memoizedFilteredPaymentTermList_closure, V.filteredPaymentTermsSelector_closure, V.filteredPaymentTermsSelector_closure0, N.PaymentTermState_loadPaymentTerms_closure0, N.PaymentTermState_loadPaymentTerms_closure1, N.PaymentTermState_loadPaymentTerms_closure, Z.handleProductAction_closure, Z.handleProductAction_closure0, Z.handleProductAction__closure, E._editProduct_closure, E._viewProduct_closure, E._viewProductList_closure, E._viewProductList__closure, E._archiveProduct_closure, E._archiveProduct__closure, E._archiveProduct__closure0, E._archiveProduct__closure1, E._deleteProduct_closure, E._deleteProduct__closure, E._deleteProduct__closure0, E._deleteProduct__closure1, E._restoreProduct_closure, E._restoreProduct__closure, E._restoreProduct__closure0, E._restoreProduct__closure1, E._saveProduct_closure, E._saveProduct__closure, E._saveProduct__closure0, E._loadProduct_closure, E._loadProduct__closure, E._loadProduct__closure0, E._loadProducts_closure, E._loadProducts__closure, E._loadProducts__closure0, E._saveDocument_closure11, E._saveDocument__closure23, E._saveDocument__closure24, B.productUIReducer_closure, B.forceSelectedReducer_closure175, B.forceSelectedReducer_closure176, B.forceSelectedReducer_closure177, B.forceSelectedReducer_closure178, B.forceSelectedReducer_closure179, B.forceSelectedReducer_closure180, B.forceSelectedReducer_closure181, B.forceSelectedReducer_closure182, B.tabIndexReducer_closure23, B.tabIndexReducer_closure24, B.editingReducer_closure126, B.editingReducer__closure49, B.editingReducer_closure127, B.editingReducer_closure128, B.editingReducer_closure129, B.selectedIdReducer_closure351, B.selectedIdReducer_closure352, B.selectedIdReducer_closure353, B.selectedIdReducer_closure354, B.selectedIdReducer_closure355, B.selectedIdReducer_closure356, B.selectedIdReducer_closure357, B.selectedIdReducer_closure358, B.selectedIdReducer_closure359, B.selectedIdReducer_closure360, B.selectedIdReducer_closure361, B.selectedIdReducer_closure362, B.selectedIdReducer_closure363, B.selectedIdReducer_closure364, B._viewClientList_closure0, B._filterProductsByState_closure, B._filterProductsByState_closure0, B._filterProductsByCustom1_closure, B._filterProductsByCustom1_closure0, B._filterProductsByCustom2_closure, B._filterProductsByCustom2_closure0, B._filterProductsByCustom3_closure, B._filterProductsByCustom3_closure0, B._filterProductsByCustom4_closure, B._filterProductsByCustom4_closure0, B._filterProducts_closure, B._sortProducts_closure, B._startListMultiselect_closure22, B._addToListMultiselect_closure22, B._removeFromListMultiselect_closure22, B._clearListMultiselect_closure22, B._archiveProductSuccess_closure, B._deleteProductSuccess_closure, B._restoreProductSuccess_closure, B._addProduct_closure, B._updateProduct_closure, B._setLoadedProduct_closure, O.convertProductToInvoiceItem_closure, O.memoizedDropdownProductList_closure, O.dropdownProductsSelector_closure, O.dropdownProductsSelector_closure0, O.memoizedProductList_closure, O.productList_closure, O.productList_closure0, O.memoizedFilteredProductList_closure, O.filteredProductsSelector_closure, O.filteredProductsSelector_closure0, Y.ProductState_loadProducts_closure0, Y.ProductState_loadProducts_closure1, Y.ProductState_loadProducts_closure, M.handleProjectAction_closure, M.handleProjectAction_closure0, M.handleProjectAction_closure1, M.handleProjectAction_closure2, Q._editProject_closure, Q._viewProject_closure, Q._viewProjectList_closure0, Q._viewProjectList__closure, Q._archiveProject_closure, Q._archiveProject__closure, Q._archiveProject__closure0, Q._archiveProject__closure1, Q._deleteProject_closure, Q._deleteProject__closure, Q._deleteProject__closure0, Q._deleteProject__closure1, Q._restoreProject_closure, Q._restoreProject__closure, Q._restoreProject__closure0, Q._restoreProject__closure1, Q._saveProject_closure, Q._saveProject__closure, Q._saveProject__closure0, Q._loadProject_closure, Q._loadProject__closure, Q._loadProject__closure0, Q._loadProjects_closure, Q._loadProjects__closure, Q._loadProjects__closure0, Q._saveDocument_closure5, Q._saveDocument__closure11, Q._saveDocument__closure12, G.projectUIReducer_closure, G.forceSelectedReducer_closure15, G.forceSelectedReducer_closure16, G.forceSelectedReducer_closure17, G.forceSelectedReducer_closure18, G.forceSelectedReducer_closure19, G.forceSelectedReducer_closure20, G.forceSelectedReducer_closure21, G.forceSelectedReducer_closure22, G.tabIndexReducer_closure3, G.tabIndexReducer_closure4, G.saveCompleterReducer_closure, G.cancelCompleterReducer_closure, G.selectedIdReducer_closure34, G.selectedIdReducer_closure35, G.selectedIdReducer_closure36, G.selectedIdReducer_closure37, G.selectedIdReducer_closure38, G.selectedIdReducer_closure39, G.selectedIdReducer_closure40, G.selectedIdReducer_closure41, G.selectedIdReducer_closure42, G.selectedIdReducer_closure43, G.selectedIdReducer_closure44, G.selectedIdReducer_closure45, G.selectedIdReducer_closure46, G.selectedIdReducer_closure47, G.selectedIdReducer_closure48, G.editingReducer_closure14, G.editingReducer_closure15, G.editingReducer_closure16, G.editingReducer_closure17, G.editingReducer__closure7, G._viewProjectList_closure, G._filterProjectsByCustom1_closure, G._filterProjectsByCustom1_closure0, G._filterProjectsByCustom2_closure, G._filterProjectsByCustom2_closure0, G._filterProjectsByCustom3_closure, G._filterProjectsByCustom3_closure0, G._filterProjectsByCustom4_closure, G._filterProjectsByCustom4_closure0, G._filterProjectsByState_closure, G._filterProjectsByState_closure0, G._filterProjects_closure, G._sortProjects_closure, G._startListMultiselect_closure1, G._addToListMultiselect_closure1, G._removeFromListMultiselect_closure1, G._clearListMultiselect_closure1, G._archiveProjectSuccess_closure, G._deleteProjectSuccess_closure, G._restoreProjectSuccess_closure, G._addProject_closure, G._updateProject_closure, G._setLoadedProject_closure, Q.convertProjectToInvoiceItem_closure, Q.convertProjectToInvoiceItem_closure0, Q.convertProjectToInvoiceItem_closure1, Q.memoizedDropdownProjectList_closure, Q.dropdownProjectsSelector_closure, Q.dropdownProjectsSelector_closure0, Q.memoizedFilteredProjectList_closure, Q.filteredProjectsSelector_closure, Q.filteredProjectsSelector_closure0, Q.taskDurationForProject_closure, Q.memoizedProjectStatsForClient_closure, Q.projectStatsForClient_closure, Q.memoizedProjectStatsForUser_closure, D.ProjectState_loadProjects_closure0, D.ProjectState_loadProjects_closure1, D.ProjectState_loadProjects_closure, E.handleQuoteAction_closure, E.handleQuoteAction_closure0, E.handleQuoteAction_closure1, E.handleQuoteAction_closure2, E.handleQuoteAction_closure3, E.handleQuoteAction_closure4, S._viewQuote_closure, S._viewQuoteList_closure0, S._viewQuoteList__closure, S._editQuote_closure, S._showEmailQuote_closure, S._showPdfQuote_closure, S._archiveQuote_closure, S._archiveQuote__closure, S._archiveQuote__closure0, S._archiveQuote__closure1, S._deleteQuote_closure, S._deleteQuote__closure, S._deleteQuote__closure0, S._deleteQuote__closure1, S._restoreQuote_closure, S._restoreQuote__closure, S._restoreQuote__closure0, S._restoreQuote__closure1, S._convertQuote_closure, S._convertQuote__closure, S._convertQuote__closure0, S._markSentQuote_closure, S._markSentQuote__closure, S._markSentQuote__closure0, S._emailQuote_closure, S._emailQuote__closure, S._emailQuote__closure0, S._saveQuote_closure, S._saveQuote__closure, S._saveQuote___closure, S._saveQuote__closure0, S._saveQuote__closure1, S._loadQuote_closure, S._loadQuote__closure, S._loadQuote__closure0, S._downloadQuotes_closure, S._downloadQuotes__closure, S._downloadQuotes__closure0, S._bulkEmailQuotes_closure, S._bulkEmailQuotes__closure, S._bulkEmailQuotes__closure0, S._loadQuotes_closure, S._loadQuotes__closure, S._loadQuotes__closure0, S._saveDocument_closure4, S._saveDocument__closure9, S._saveDocument__closure10, L.quoteUIReducer_closure, L.forceSelectedReducer_closure, L.forceSelectedReducer_closure0, L.forceSelectedReducer_closure1, L.forceSelectedReducer_closure2, L.forceSelectedReducer_closure3, L.forceSelectedReducer_closure4, L.forceSelectedReducer_closure5, L.forceSelectedReducer_closure6, L.tabIndexReducer_closure, L.tabIndexReducer_closure0, L.historyActivityIdReducer_closure, L.editingItemReducer_closure, L.editingItemReducer_closure0, L.selectedIdReducer_closure, L.selectedIdReducer_closure0, L.selectedIdReducer_closure1, L.selectedIdReducer_closure2, L.selectedIdReducer_closure3, L.selectedIdReducer_closure4, L.selectedIdReducer_closure5, L.selectedIdReducer_closure6, L.selectedIdReducer_closure7, L.selectedIdReducer_closure8, L.selectedIdReducer_closure9, L.selectedIdReducer_closure10, L.selectedIdReducer_closure11, L.selectedIdReducer_closure12, L.selectedIdReducer_closure13, L.selectedIdReducer_closure14, L.selectedIdReducer_closure15, L.selectedIdReducer_closure16, L.selectedIdReducer_closure17, L.editingReducer_closure, L.editingReducer__closure5, L.editingReducer_closure0, L.editingReducer__closure4, L.editingReducer_closure1, L.editingReducer_closure2, L.editingReducer__closure3, L.editingReducer_closure3, L.editingReducer__closure2, L.editingReducer_closure4, L.editingReducer__closure1, L.editingReducer___closure, L.editingReducer___closure0, L.editingReducer_closure5, L.editingReducer_closure6, L.editingReducer_closure7, L.editingReducer_closure8, L.editingReducer__closure0, L.editingReducer_closure9, L.editingReducer__closure, L._addQuoteItem_closure, L._addQuoteItems_closure, L._removeQuoteItem_closure, L._updateQuoteItem_closure, L._viewQuoteList_closure, L._filterQuotesByCustom1_closure, L._filterQuotesByCustom1_closure0, L._filterQuotesByCustom2_closure, L._filterQuotesByCustom2_closure0, L._filterQuotesByCustom3_closure, L._filterQuotesByCustom3_closure0, L._filterQuotesByCustom4_closure, L._filterQuotesByCustom4_closure0, L._filterQuotesByState_closure, L._filterQuotesByState_closure0, L._filterQuotesByStatus_closure, L._filterQuotesByStatus_closure0, L._filterQuotes_closure, L._sortQuotes_closure, L._startListMultiselect_closure, L._addToListMultiselect_closure, L._removeFromListMultiselect_closure, L._clearListMultiselect_closure, L._markSentQuoteSuccess_closure0, L._markSentQuoteSuccess_closure1, L._markSentQuoteSuccess_closure, L._archiveQuoteSuccess_closure, L._deleteQuoteSuccess_closure, L._restoreQuoteSuccess_closure, L._convertQuoteSuccess_closure0, L._convertQuoteSuccess_closure1, L._convertQuoteSuccess_closure, L._addQuote_closure, L._updateQuote_closure, L._updateQuote__closure, Y.memoizedFilteredQuoteList_closure, Y.filteredQuotesSelector_closure, Y.filteredQuotesSelector_closure0, Y.memoizedQuoteStatsForClient_closure, Y.quoteStatsForClient_closure, Y.memoizedQuoteStatsForDesign_closure, Y.quoteStatsForDesign_closure, Y.memoizedQuoteStatsForUser_closure, Y.quoteStatsForUser_closure, G.QuoteState_loadQuotes_closure0, G.QuoteState_loadQuotes_closure1, G.QuoteState_loadQuotes_closure, U.handleRecurringExpenseAction_closure, U.handleRecurringExpenseAction_closure0, U.handleRecurringExpenseAction_closure1, R._editRecurringExpense_closure, R._viewRecurringExpense_closure, R._viewRecurringExpenseList_closure0, R._viewRecurringExpenseList__closure, R._archiveRecurringExpense_closure, R._archiveRecurringExpense__closure, R._archiveRecurringExpense__closure0, R._archiveRecurringExpense__closure1, R._deleteRecurringExpense_closure, R._deleteRecurringExpense__closure, R._deleteRecurringExpense__closure0, R._deleteRecurringExpense__closure1, R._restoreRecurringExpense_closure, R._restoreRecurringExpense__closure, R._restoreRecurringExpense__closure0, R._restoreRecurringExpense__closure1, R._saveRecurringExpense_closure, R._saveRecurringExpense__closure, R._saveRecurringExpense__closure0, R._loadRecurringExpense_closure, R._loadRecurringExpense__closure, R._loadRecurringExpense__closure0, R._loadRecurringExpenses_closure, R._loadRecurringExpenses__closure, R._loadRecurringExpenses__closure0, R._startRecurringExpense_closure, R._startRecurringExpense__closure, R._startRecurringExpense__closure0, R._stopRecurringExpense_closure, R._stopRecurringExpense__closure, R._stopRecurringExpense__closure0, R._saveDocument_closure2, R._saveDocument__closure5, R._saveDocument__closure6, E.recurringExpenseUIReducer_closure, E.forceSelectedReducer_closure151, E.forceSelectedReducer_closure152, E.forceSelectedReducer_closure153, E.forceSelectedReducer_closure154, E.forceSelectedReducer_closure155, E.forceSelectedReducer_closure156, E.forceSelectedReducer_closure157, E.forceSelectedReducer_closure158, E.tabIndexReducer_closure17, E.tabIndexReducer_closure18, E.selectedIdReducer_closure301, E.selectedIdReducer_closure302, E.selectedIdReducer_closure303, E.selectedIdReducer_closure304, E.selectedIdReducer_closure305, E.selectedIdReducer_closure306, E.selectedIdReducer_closure307, E.selectedIdReducer_closure308, E.selectedIdReducer_closure309, E.selectedIdReducer_closure310, E.selectedIdReducer_closure311, E.selectedIdReducer_closure312, E.selectedIdReducer_closure313, E.selectedIdReducer_closure314, E.selectedIdReducer_closure315, E.editingReducer_closure97, E.editingReducer_closure98, E.editingReducer_closure99, E.editingReducer_closure100, E.editingReducer__closure37, E._viewRecurringExpenseList_closure, E._filterRecurringExpensesByCustom1_closure, E._filterRecurringExpensesByCustom1_closure0, E._filterRecurringExpensesByCustom2_closure, E._filterRecurringExpensesByCustom2_closure0, E._filterRecurringExpensesByState_closure, E._filterRecurringExpensesByState_closure0, E._filterRecurringExpenses_closure, E._sortRecurringExpenses_closure, E._startListMultiselect_closure19, E._addToListMultiselect_closure19, E._removeFromListMultiselect_closure19, E._clearListMultiselect_closure19, E._archiveRecurringExpenseSuccess_closure, E._deleteRecurringExpenseSuccess_closure, E._restoreRecurringExpenseSuccess_closure, E._addRecurringExpense_closure, E._updateRecurringExpense_closure, E._setLoadedRecurringExpense_closure, A.memoizedFilteredRecurringExpenseList_closure, A.filteredRecurringExpensesSelector_closure, 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, K.RecurringExpenseState_loadRecurringExpenses_closure0, K.RecurringExpenseState_loadRecurringExpenses_closure1, K.RecurringExpenseState_loadRecurringExpenses_closure, N.handleRecurringInvoiceAction_closure, N.handleRecurringInvoiceAction_closure0, N.handleRecurringInvoiceAction_closure1, N.handleRecurringInvoiceAction_closure2, Q._editRecurringInvoice_closure, Q._viewRecurringInvoice_closure, Q._viewRecurringInvoiceList_closure, Q._viewRecurringInvoiceList__closure, Q._showPdfRecurringInvoice_closure, Q._startRecurringInvoice_closure, Q._startRecurringInvoice__closure, Q._startRecurringInvoice__closure0, Q._stopRecurringInvoice_closure, Q._stopRecurringInvoice__closure, Q._stopRecurringInvoice__closure0, Q._archiveRecurringInvoice_closure, Q._archiveRecurringInvoice__closure, Q._archiveRecurringInvoice__closure0, Q._archiveRecurringInvoice__closure1, Q._deleteRecurringInvoice_closure, Q._deleteRecurringInvoice__closure, Q._deleteRecurringInvoice__closure0, Q._deleteRecurringInvoice__closure1, Q._restoreRecurringInvoice_closure, Q._restoreRecurringInvoice__closure, Q._restoreRecurringInvoice__closure0, Q._restoreRecurringInvoice__closure1, Q._saveRecurringInvoice_closure, Q._saveRecurringInvoice__closure, Q._saveRecurringInvoice__closure0, Q._loadRecurringInvoice_closure, Q._loadRecurringInvoice__closure, Q._loadRecurringInvoice__closure0, Q._loadRecurringInvoices_closure, Q._loadRecurringInvoices__closure, Q._loadRecurringInvoices__closure0, Q._saveDocument_closure1, Q._saveDocument__closure3, Q._saveDocument__closure4, A.recurringInvoiceUIReducer_closure, A.forceSelectedReducer_closure119, A.forceSelectedReducer_closure120, A.forceSelectedReducer_closure121, A.forceSelectedReducer_closure122, A.forceSelectedReducer_closure123, A.forceSelectedReducer_closure124, A.forceSelectedReducer_closure125, A.forceSelectedReducer_closure126, A.tabIndexReducer_closure13, A.tabIndexReducer_closure14, A.historyActivityIdReducer_closure1, A.editingItemIndexReducer_closure, A.editingItemIndexReducer_closure0, A.selectedIdReducer_closure237, A.selectedIdReducer_closure238, A.selectedIdReducer_closure239, A.selectedIdReducer_closure240, A.selectedIdReducer_closure241, A.selectedIdReducer_closure242, A.selectedIdReducer_closure243, A.selectedIdReducer_closure244, A.selectedIdReducer_closure245, A.selectedIdReducer_closure246, A.selectedIdReducer_closure247, A.selectedIdReducer_closure248, A.selectedIdReducer_closure249, A.selectedIdReducer_closure250, A.selectedIdReducer_closure251, A.selectedIdReducer_closure252, A.selectedIdReducer_closure253, A.selectedIdReducer_closure254, A.selectedIdReducer_closure255, A.editingReducer_closure74, A.editingReducer__closure33, A.editingReducer_closure75, A.editingReducer__closure32, A.editingReducer_closure76, A.editingReducer_closure77, A.editingReducer__closure31, A.editingReducer_closure78, A.editingReducer__closure30, A.editingReducer_closure79, A.editingReducer__closure29, A.editingReducer___closure3, A.editingReducer___closure4, A.editingReducer_closure80, A.editingReducer_closure81, A.editingReducer_closure82, A.editingReducer_closure83, A.editingReducer__closure28, A.editingReducer_closure84, A.editingReducer__closure27, A._addRecurringInvoiceItem_closure, A._addRecurringInvoiceItems_closure, A._removeRecurringInvoiceItem_closure, A._updateRecurringInvoiceItem_closure, A._filterRecurringInvoicesByCustom1_closure, A._filterRecurringInvoicesByCustom1_closure0, A._filterRecurringInvoicesByCustom2_closure, A._filterRecurringInvoicesByCustom2_closure0, A._filterRecurringInvoicesByCustom3_closure, A._filterRecurringInvoicesByCustom3_closure0, A._filterRecurringInvoicesByCustom4_closure, A._filterRecurringInvoicesByCustom4_closure0, A._filterRecurringInvoicesByState_closure, A._filterRecurringInvoicesByState_closure0, A._filterRecurringInvoicesByStatus_closure, A._filterRecurringInvoicesByStatus_closure0, A._filterRecurringInvoices_closure, A._sortRecurringInvoices_closure, A._startListMultiselect_closure15, A._addToListMultiselect_closure15, A._removeFromListMultiselect_closure15, A._clearListMultiselect_closure15, A._archiveRecurringInvoiceSuccess_closure, A._deleteRecurringInvoiceSuccess_closure, A._emailRecurringInvoiceSuccess_closure, A._restoreRecurringInvoiceSuccess_closure, A._startRecurringInvoicesSuccess_closure, A._stopRecurringInvoicesSuccess_closure, A._addRecurringInvoice_closure, A._updateRecurringInvoice_closure, A._updateRecurringInvoice__closure, L.memoizedFilteredRecurringInvoiceList_closure, L.filteredRecurringInvoicesSelector_closure, L.filteredRecurringInvoicesSelector_closure0, L.memoizedRecurringInvoiceStatsForClient_closure, L.recurringInvoiceStatsForClient_closure, L.memoizedRecurringInvoiceStatsForUser_closure, L.recurringInvoiceStatsForUser_closure, L.memoizedRecurringInvoiceStatsForInvoice_closure, L.recurringInvoiceStatsForInvoice_closure, L.memoizedRecurringInvoiceStatsForDesign_closure, L.recurringInvoiceStatsForDesign_closure, L.memoizedRecurringInvoiceStatsForSubscription_closure, L.recurringInvoiceStatsForSubscription_closure, Q.RecurringInvoiceState_loadRecurringInvoices_closure0, Q.RecurringInvoiceState_loadRecurringInvoices_closure1, Q.RecurringInvoiceState_loadRecurringInvoices_closure, R._viewReports_closure, R._viewReports__closure, R._viewReports___closure, X.reportsUIReducer_closure, X.reportsUIReducer_closure0, X.reportsUIReducer_closure1, D._viewSettings_closure, D._viewSettings__closure, D._viewSettings___closure, D._saveCompany_closure, D._saveCompany__closure, D._saveCompany__closure0, D._saveAuthUser_closure, D._saveAuthUser__closure, D._saveAuthUser__closure0, D._connectOAuthUser_closure0, D._connectOAuthUser__closure, D._connectOAuthUser__closure0, D._connectGmailUser_closure0, D._connectGmailUser__closure, D._connectGmailUser__closure0, D._disableTwoFactor_closure, D._disableTwoFactor__closure, D._disableTwoFactor__closure0, D._saveSettings_closure, D._saveSettings__closure, D._saveSettings__closure0, D._uploadLogo_closure, D._uploadLogo__closure, D._uploadLogo__closure0, D._saveDocument_closure3, D._saveDocument__closure7, D._saveDocument__closure8, Q.settingsUIReducer_closure, Q.settingsUIReducer__closure14, Q.settingsUIReducer_closure0, Q.settingsUIReducer__closure13, Q.settingsUIReducer_closure1, Q.settingsUIReducer__closure10, Q.settingsUIReducer__closure11, Q.settingsUIReducer__closure12, Q.settingsUIReducer_closure2, Q.settingsUIReducer__closure9, Q.settingsUIReducer_closure3, Q.settingsUIReducer__closure8, Q.settingsUIReducer_closure4, Q.settingsUIReducer__closure7, Q.settingsUIReducer_closure5, Q.settingsUIReducer__closure6, Q.settingsUIReducer_closure6, Q.settingsUIReducer__closure5, Q.settingsUIReducer_closure7, Q.settingsUIReducer__closure4, Q.settingsUIReducer_closure8, Q.settingsUIReducer__closure3, Q.settingsUIReducer_closure9, Q.settingsUIReducer__closure2, Q.settingsUIReducer_closure10, Q.settingsUIReducer__closure1, Q.settingsUIReducer_closure11, Q.settingsUIReducer__closure0, Q.settingsUIReducer_closure12, Q.settingsUIReducer__closure, Q.staticLoadedReducer_closure, Q.staticLoadedReducer__closure, Q.staticLoadedReducer__closure0, Q.staticLoadedReducer__closure1, Q.staticLoadedReducer__closure2, Q.staticLoadedReducer__closure3, Q.staticLoadedReducer__closure4, Q.staticLoadedReducer__closure5, Q.staticLoadedReducer__closure6, Q.staticLoadedReducer__closure7, Q.staticLoadedReducer__closure8, Q.staticLoadedReducer__closure9, Q.staticLoadedReducer__closure10, Q.staticLoadedReducer__closure11, Q.staticLoadedReducer__closure12, Q.staticLoadedReducer__closure13, Q.staticLoadedReducer__closure14, Q.staticLoadedReducer__closure15, Q.staticLoadedReducer__closure16, V.memoizedCountryList_closure, V.countryList_closure, V.memoizedGroupList_closure, V.groupList_closure, V.memoizedLanguageList_closure, V.languageList_closure, V.memoizedCurrencyList_closure, V.currencyList_closure, V.memoizedTimezoneList_closure, V.timezoneList_closure, V.memoizedDateFormatList_closure, V.dateFormatList_closure, V.memoizedIndustryList_closure, V.industryList_closure, V.memoizedSizeList_closure, V.sizeList_closure, V.memoizedGatewayList_closure, V.gatewayList_closure, V.gatewayList_closure0, V.memoizedPaymentTypeList_closure, V.paymentTypeList_closure, V.memoizedFontMap_closure, V.fontMap_closure, V.fontMap_closure0, A.handleSubscriptionAction_closure, T._editSubscription_closure, T._viewSubscription_closure, T._viewSubscriptionList_closure, T._viewSubscriptionList__closure, T._archiveSubscription_closure, T._archiveSubscription__closure, T._archiveSubscription__closure0, T._archiveSubscription__closure1, T._deleteSubscription_closure, T._deleteSubscription__closure, T._deleteSubscription__closure0, T._deleteSubscription__closure1, T._restoreSubscription_closure, T._restoreSubscription__closure, T._restoreSubscription__closure0, T._restoreSubscription__closure1, T._saveSubscription_closure, T._saveSubscription__closure, T._saveSubscription__closure0, T._loadSubscription_closure, T._loadSubscription__closure, T._loadSubscription__closure0, T._loadSubscriptions_closure, T._loadSubscriptions__closure, T._loadSubscriptions__closure0, X.subscriptionUIReducer_closure, X.forceSelectedReducer_closure143, X.forceSelectedReducer_closure144, X.forceSelectedReducer_closure145, X.forceSelectedReducer_closure146, X.forceSelectedReducer_closure147, X.forceSelectedReducer_closure148, X.forceSelectedReducer_closure149, X.forceSelectedReducer_closure150, X.tabIndexReducer_closure15, X.tabIndexReducer_closure16, X.selectedIdReducer_closure286, X.selectedIdReducer_closure287, X.selectedIdReducer_closure288, X.selectedIdReducer_closure289, X.selectedIdReducer_closure290, X.selectedIdReducer_closure291, X.selectedIdReducer_closure292, X.selectedIdReducer_closure293, X.selectedIdReducer_closure294, X.selectedIdReducer_closure295, X.selectedIdReducer_closure296, X.selectedIdReducer_closure297, X.selectedIdReducer_closure298, X.selectedIdReducer_closure299, X.selectedIdReducer_closure300, X.editingReducer_closure93, X.editingReducer_closure94, X.editingReducer_closure95, X.editingReducer_closure96, X.editingReducer__closure36, X._filterSubscriptionsByCustom1_closure, X._filterSubscriptionsByCustom1_closure0, X._filterSubscriptionsByCustom2_closure, X._filterSubscriptionsByCustom2_closure0, X._filterSubscriptionsByState_closure, X._filterSubscriptionsByState_closure0, X._filterSubscriptions_closure, X._sortSubscriptions_closure, X._startListMultiselect_closure18, X._addToListMultiselect_closure18, X._removeFromListMultiselect_closure18, X._clearListMultiselect_closure18, X._archiveSubscriptionSuccess_closure, X._deleteSubscriptionSuccess_closure, X._restoreSubscriptionSuccess_closure, X._addSubscription_closure, X._updateSubscription_closure, X._setLoadedSubscription_closure, F.memoizedFilteredSubscriptionList_closure, F.filteredSubscriptionsSelector_closure, F.filteredSubscriptionsSelector_closure0, M.SubscriptionState_loadSubscriptions_closure0, M.SubscriptionState_loadSubscriptions_closure1, M.SubscriptionState_loadSubscriptions_closure, U.handleTaskAction_closure, U.handleTaskAction_closure0, U.handleTaskAction_closure1, U.handleTaskAction__closure, U.handleTaskAction_closure2, U.handleTaskAction_closure3, U.handleTaskAction_closure4, U.handleTaskAction_closure5, U._editTask_closure, U._viewTask_closure, U._viewTaskList_closure0, U._viewTaskList__closure, U._archiveTask_closure, U._archiveTask__closure, U._archiveTask__closure0, U._archiveTask__closure1, U._deleteTask_closure, U._deleteTask__closure, U._deleteTask__closure0, U._deleteTask__closure1, U._restoreTask_closure, U._restoreTask__closure, U._restoreTask__closure0, U._restoreTask__closure1, U._saveTask_closure, U._saveTask__closure, U._saveTask__closure0, U._loadTask_closure, U._loadTask__closure, U._loadTask__closure0, U._loadTasks_closure, U._loadTasks__closure, U._loadTasks__closure0, U._saveDocument_closure6, U._saveDocument__closure13, U._saveDocument__closure14, U._sortTasks_closure0, U._sortTasks__closure, U._sortTasks__closure0, N.taskUIReducer_closure, N.forceSelectedReducer_closure23, N.forceSelectedReducer_closure24, N.forceSelectedReducer_closure25, N.forceSelectedReducer_closure26, N.forceSelectedReducer_closure27, N.forceSelectedReducer_closure28, N.forceSelectedReducer_closure29, N.forceSelectedReducer_closure30, N.tabIndexReducer_closure5, N.tabIndexReducer_closure6, N.editingTimeReducer_closure, N.editingTimeReducer_closure0, N.selectedIdReducer_closure49, N.selectedIdReducer_closure50, N.selectedIdReducer_closure51, N.selectedIdReducer_closure52, N.selectedIdReducer_closure53, N.selectedIdReducer_closure54, N.selectedIdReducer_closure55, N.selectedIdReducer_closure56, N.selectedIdReducer_closure57, N.selectedIdReducer_closure58, N.selectedIdReducer_closure59, N.selectedIdReducer_closure60, N.selectedIdReducer_closure61, N.selectedIdReducer_closure62, N.selectedIdReducer_closure63, N.editingReducer_closure18, N.editingReducer_closure19, N.editingReducer_closure20, N.editingReducer_closure21, N.editingReducer__closure8, N._viewTaskList_closure, N._filterTasksByCustom1_closure, N._filterTasksByCustom1_closure0, N._filterTasksByCustom2_closure, N._filterTasksByCustom2_closure0, N._filterTasksByState_closure, N._filterTasksByState_closure0, N._filterTasksByStatus_closure, N._filterTasksByStatus_closure0, N._filterTasks_closure, N._sortTasks_closure, N._addTaskTime_closure, N._startListMultiselect_closure2, N._addToListMultiselect_closure2, N._removeFromListMultiselect_closure2, N._clearListMultiselect_closure2, N._sortTasksSuccess_closure, N._sortTasksSuccess__closure, N._archiveTaskSuccess_closure, N._deleteTaskSuccess_closure, N._restoreTaskSuccess_closure, N._addTask_closure, N._updateTask_closure, N._setLoadedTask_closure, U.convertTaskToInvoiceItem_closure, U.convertTaskToInvoiceItem_closure0, U.convertTaskToInvoiceItem_closure1, U.memoizedTaskList_closure, U.taskList_closure, U.taskList_closure0, U.memoizedKanbanTaskList_closure, U.kanbanTasksSelector_closure, U.kanbanTasksSelector_closure0, U.memoizedFilteredTaskList_closure, U.filteredTasksSelector_closure, U.filteredTasksSelector_closure0, U.memoizedTaskStatsForClient_closure, U.taskStatsForClient_closure, U.memoizedTaskStatsForProject_closure, U.taskStatsForProject_closure, U.memoizedTaskStatsForUser_closure, M.TaskState_loadTasks_closure0, M.TaskState_loadTasks_closure1, M.TaskState_loadTasks_closure, V.handleTaskStatusAction_closure, V.handleTaskStatusAction_closure0, B._editTaskStatus_closure, B._viewTaskStatus_closure, B._viewTaskStatusList_closure0, B._viewTaskStatusList__closure, B._archiveTaskStatus_closure, B._archiveTaskStatus__closure, B._archiveTaskStatus__closure0, B._archiveTaskStatus__closure1, B._deleteTaskStatus_closure, B._deleteTaskStatus__closure, B._deleteTaskStatus__closure0, B._deleteTaskStatus__closure1, B._restoreTaskStatus_closure, B._restoreTaskStatus__closure, B._restoreTaskStatus__closure0, B._restoreTaskStatus__closure1, B._saveTaskStatus_closure, B._saveTaskStatus__closure, B._saveTaskStatus__closure0, B._loadTaskStatus_closure, B._loadTaskStatus__closure, B._loadTaskStatus__closure0, B._loadTaskStatuses_closure, B._loadTaskStatuses__closure, B._loadTaskStatuses__closure0, A.taskStatusUIReducer_closure, A.forceSelectedReducer_closure135, A.forceSelectedReducer_closure136, A.forceSelectedReducer_closure137, A.forceSelectedReducer_closure138, A.forceSelectedReducer_closure139, A.forceSelectedReducer_closure140, A.forceSelectedReducer_closure141, A.forceSelectedReducer_closure142, A.selectedIdReducer_closure271, A.selectedIdReducer_closure272, A.selectedIdReducer_closure273, A.selectedIdReducer_closure274, A.selectedIdReducer_closure275, A.selectedIdReducer_closure276, A.selectedIdReducer_closure277, A.selectedIdReducer_closure278, A.selectedIdReducer_closure279, A.selectedIdReducer_closure280, A.selectedIdReducer_closure281, A.selectedIdReducer_closure282, A.selectedIdReducer_closure283, A.selectedIdReducer_closure284, A.selectedIdReducer_closure285, A.editingReducer_closure89, A.editingReducer_closure90, A.editingReducer_closure91, A.editingReducer_closure92, A.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, U.memoizedDropdownTaskStatusList_closure, U.dropdownTaskStatusesSelector_closure, U.dropdownTaskStatusesSelector_closure0, U.memoizedFilteredTaskStatusList_closure, U.filteredTaskStatusesSelector_closure, U.filteredTaskStatusesSelector_closure0, U.memoizedCalculateTaskStatusAmount_closure, U.calculateTaskStatusAmount_closure, U.memoizedTaskStatsForTaskStatus_closure, U.taskStatsForTaskStatus_closure, U.defaultTaskStatusId_closure, U.defaultTaskStatusId_closure0, L.TaskStatusState_loadTaskStatuses_closure0, L.TaskStatusState_loadTaskStatuses_closure1, L.TaskStatusState_loadTaskStatuses_closure, A.handleTaxRateAction_closure, T._editTaxRate_closure, T._viewTaxRate_closure, T._viewTaxRateList_closure0, T._viewTaxRateList__closure, T._archiveTaxRate_closure, T._archiveTaxRate__closure, T._archiveTaxRate__closure0, T._archiveTaxRate__closure1, T._deleteTaxRate_closure, T._deleteTaxRate__closure, T._deleteTaxRate__closure0, T._deleteTaxRate__closure1, T._restoreTaxRate_closure, T._restoreTaxRate__closure, T._restoreTaxRate__closure0, T._restoreTaxRate__closure1, T._saveTaxRate_closure, T._saveTaxRate__closure, T._saveTaxRate__closure0, T._loadTaxRate_closure, T._loadTaxRate__closure, T._loadTaxRate__closure0, T._loadTaxRates_closure, T._loadTaxRates__closure, T._loadTaxRates__closure0, Z.taxRateUIReducer_closure, Z.forceSelectedReducer_closure67, Z.forceSelectedReducer_closure68, Z.forceSelectedReducer_closure69, Z.forceSelectedReducer_closure70, Z.selectedIdReducer_closure134, Z.selectedIdReducer_closure135, Z.selectedIdReducer_closure136, Z.selectedIdReducer_closure137, Z.selectedIdReducer_closure138, Z.selectedIdReducer_closure139, Z.selectedIdReducer_closure140, Z.selectedIdReducer_closure141, Z.selectedIdReducer_closure142, Z.selectedIdReducer_closure143, Z.editingReducer_closure39, Z.editingReducer_closure40, Z.editingReducer_closure41, Z.editingReducer_closure42, Z.editingReducer__closure14, Z._viewTaxRateList_closure, Z._filterTaxRatesByState_closure, Z._filterTaxRatesByState_closure0, Z._filterTaxRates_closure, Z._sortTaxRates_closure, Z._startListMultiselect_closure8, Z._addToListMultiselect_closure8, Z._removeFromListMultiselect_closure8, Z._clearListMultiselect_closure8, Z._archiveTaxRateSuccess_closure, Z._deleteTaxRateSuccess_closure, Z._restoreTaxRateSuccess_closure, Z._addTaxRate_closure, Z._updateTaxRate_closure, Z._setLoadedTaxRate_closure, Z._setLoadedTaxRates_closure, Z._setLoadedTaxRates__closure, Z._setLoadedTaxRates__closure0, Z._setLoadedTaxRates_closure0, Z._setLoadedCompany_closure3, Z._setLoadedCompany__closure3, Z._setLoadedCompany__closure4, Z._setLoadedCompany_closure4, G.memoizedFilteredTaxRateList_closure, G.filteredTaxRatesSelector_closure, G.filteredTaxRatesSelector_closure0, Q.handleTokenAction_closure, D._editToken_closure, D._viewToken_closure, D._viewTokenList_closure0, D._viewTokenList__closure, D._archiveToken_closure, D._archiveToken__closure, D._archiveToken__closure0, D._archiveToken__closure1, D._deleteToken_closure, D._deleteToken__closure, D._deleteToken__closure0, D._deleteToken__closure1, D._restoreToken_closure, D._restoreToken__closure, D._restoreToken__closure0, D._restoreToken__closure1, D._saveToken_closure, D._saveToken__closure, D._saveToken__closure0, D._loadToken_closure, D._loadToken__closure, D._loadToken__closure0, D._loadTokens_closure, D._loadTokens__closure, D._loadTokens__closure0, S.tokenUIReducer_closure, S.forceSelectedReducer_closure103, S.forceSelectedReducer_closure104, S.forceSelectedReducer_closure105, S.forceSelectedReducer_closure106, S.forceSelectedReducer_closure107, S.forceSelectedReducer_closure108, S.forceSelectedReducer_closure109, S.forceSelectedReducer_closure110, S.selectedIdReducer_closure207, S.selectedIdReducer_closure208, S.selectedIdReducer_closure209, S.selectedIdReducer_closure210, S.selectedIdReducer_closure211, S.selectedIdReducer_closure212, S.selectedIdReducer_closure213, S.selectedIdReducer_closure214, S.selectedIdReducer_closure215, S.selectedIdReducer_closure216, S.selectedIdReducer_closure217, S.selectedIdReducer_closure218, S.selectedIdReducer_closure219, S.selectedIdReducer_closure220, S.selectedIdReducer_closure221, S.editingReducer_closure66, S.editingReducer_closure67, S.editingReducer_closure68, S.editingReducer_closure69, S.editingReducer__closure25, S._viewTokenList_closure, S._filterTokensByCustom1_closure, S._filterTokensByCustom1_closure0, S._filterTokensByCustom2_closure, S._filterTokensByCustom2_closure0, S._filterTokensByState_closure, S._filterTokensByState_closure0, S._filterTokens_closure, S._sortTokens_closure, S._startListMultiselect_closure13, S._addToListMultiselect_closure13, S._removeFromListMultiselect_closure13, S._clearListMultiselect_closure13, S._archiveTokenSuccess_closure, S._deleteTokenSuccess_closure, S._restoreTokenSuccess_closure, S._addToken_closure, S._updateToken_closure, S._setLoadedToken_closure, O.memoizedFilteredTokenList_closure, O.filteredTokensSelector_closure, O.filteredTokensSelector_closure0, N.TokenState_loadTokens_closure0, N.TokenState_loadTokens_closure1, N.TokenState_loadTokens_closure, Y.prefReducer_closure, Y._resortFields_closure, Y._resortFields_closure0, Y.sortFieldsReducer_closure, Y.sortFieldsReducer_closure0, Y.sortFieldsReducer_closure1, Y.sortFieldsReducer_closure2, Y.sortFieldsReducer_closure3, Y.sortFieldsReducer_closure4, Y.sortFieldsReducer_closure5, Y.sortFieldsReducer_closure6, Y.sortFieldsReducer_closure7, Y.sortFieldsReducer_closure8, Y.sortFieldsReducer_closure9, Y.sortFieldsReducer_closure10, Y.sortFieldsReducer_closure11, Y.sortFieldsReducer_closure12, Y.sortFieldsReducer_closure13, Y.sortFieldsReducer_closure14, Y.sortFieldsReducer_closure15, Y.sortFieldsReducer_closure16, Y.sortFieldsReducer_closure17, Y.sortFieldsReducer_closure18, Y.sortFieldsReducer_closure19, Y.sortFieldsReducer_closure20, Y.sidebarEditorReducer_closure, Y.sidebarEditorReducer__closure, Y.sidebarEditorReducer__closure0, Y.menuVisibleReducer_closure, Y.menuVisibleReducer_closure0, Y.historyVisibleReducer_closure, Y.historyVisibleReducer_closure0, Y.layoutReducer_closure, Y.moduleLayoutReducer_closure, Y.moduleLayoutReducer_closure0, Y.rowsPerPageReducer_closure, Y.manuSidebarReducer_closure, Y.historySidebarReducer_closure, Y.darkModeReducer_closure, Y.persistDataReducer_closure, Y.showKanbanReducer_closure, Y.showFilterSidebarReducer_closure, Y.longPressReducer_closure, Y.isPreviewVisibleReducer_closure, Y.isPreviewEnabledReducer_closure, Y.requireAuthenticationReducer_closure, Y.colorThemeReducer_closure, Y.customColorsReducer_closure, Y.companyPrefReducer_closure, Y.historyReducer_closure, Y.historyReducer__closure, Y.historyReducer_closure0, Y.historyReducer_closure1, Y.historyReducer_closure2, Y.historyReducer_closure3, Y.historyReducer_closure4, Y.historyReducer_closure5, Y.historyReducer_closure6, Y.historyReducer_closure7, Y.historyReducer_closure8, Y.historyReducer_closure9, Y.historyReducer_closure10, Y.historyReducer_closure11, Y.historyReducer_closure12, Y.historyReducer_closure13, Y.historyReducer_closure14, Y.historyReducer_closure15, Y.historyReducer_closure16, Y.historyReducer_closure17, Y.historyReducer_closure18, Y.historyReducer_closure19, Y.historyReducer_closure20, Y.historyReducer_closure21, Y.historyReducer_closure22, Y.historyReducer_closure23, Y.historyReducer_closure24, Y.historyReducer_closure25, Y.historyReducer_closure26, Y.historyReducer_closure27, Y.historyReducer_closure28, Y.historyReducer_closure29, Y.historyReducer_closure30, Y.historyReducer_closure31, Y.historyReducer_closure32, Y.historyReducer_closure33, Y.historyReducer_closure34, Y.historyReducer_closure35, Y.historyReducer_closure36, Y.historyReducer_closure37, Y.historyReducer_closure38, Y.historyReducer_closure39, Y.historyReducer_closure40, Y.historyReducer_closure41, Y.historyReducer_closure42, Y.historyReducer_closure43, Y.historyReducer_closure44, Y.historyReducer_closure45, Y._addToHistory_closure, Y._addToHistory_closure0, Y._addToHistory_closure1, Y._addToHistory_closure2, D.uiReducer_closure, D.uiReducer_closure0, D.uiReducer_closure1, D.lastActivityReducer_closure, D.filterReducer_closure, D.filterReducer_closure0, D.filterClearedAtReducer_closure, D.filterClearedAtReducer_closure0, D.currentRouteReducer_closure, D.selectedCompanyIndexReducer_closure, D.previewStackReducer_closure, D.previewStackReducer__closure, D.previewStackReducer_closure0, D.previewStackReducer_closure1, U.UIState_mainRoute_closure, U.UIState_subRoute_closure, U.UIState_previousMainRoute_closure, X.handleUserAction_closure, X.handleUserAction_closure0, X.handleUserAction_closure1, X.handleUserAction_closure2, X.handleUserAction_closure3, X.handleUserAction_closure4, X.handleUserAction_closure5, X.handleUserAction_closure6, X.handleUserAction_closure7, X.handleUserAction_closure8, X.handleUserAction_closure10, X.handleUserAction_closure9, X.handleUserAction_closure12, X.handleUserAction_closure11, X.handleUserAction_closure14, X.handleUserAction_closure13, X.handleUserAction_closure16, X.handleUserAction_closure15, X.handleUserAction__closure, X.handleUserAction_closure17, M._editUser_closure, M._viewUser_closure, M._viewUserList_closure0, M._viewUserList__closure, M._archiveUser_closure, M._archiveUser__closure, M._archiveUser__closure0, M._archiveUser__closure1, M._deleteUser_closure, M._deleteUser__closure, M._deleteUser__closure0, M._deleteUser__closure1, M._restoreUser_closure, M._restoreUser__closure, M._restoreUser__closure0, M._restoreUser__closure1, M._removeUser_closure, M._removeUser__closure, M._removeUser__closure0, M._resendInvite_closure, M._resendInvite__closure, M._resendInvite__closure0, M._saveUser_closure, M._saveUser__closure, M._saveUser__closure0, M._loadUser_closure, M._loadUser__closure, M._loadUser__closure0, M._loadUsers_closure, M._loadUsers__closure, M._loadUsers__closure0, E.userUIReducer_closure, E.forceSelectedReducer_closure71, E.forceSelectedReducer_closure72, E.forceSelectedReducer_closure73, E.forceSelectedReducer_closure74, E.forceSelectedReducer_closure75, E.forceSelectedReducer_closure76, E.forceSelectedReducer_closure77, E.forceSelectedReducer_closure78, E.selectedIdReducer_closure144, E.selectedIdReducer_closure145, E.selectedIdReducer_closure146, E.selectedIdReducer_closure147, E.selectedIdReducer_closure148, E.selectedIdReducer_closure149, E.selectedIdReducer_closure150, E.selectedIdReducer_closure151, E.selectedIdReducer_closure152, E.selectedIdReducer_closure153, E.selectedIdReducer_closure154, E.selectedIdReducer_closure155, E.selectedIdReducer_closure156, E.selectedIdReducer_closure157, E.selectedIdReducer_closure158, E.selectedIdReducer_closure159, E.editingReducer_closure43, E.editingReducer_closure44, E.editingReducer_closure45, E.editingReducer_closure46, E.editingReducer__closure15, E._viewUserList_closure, E._filterUsersByCustom1_closure, E._filterUsersByCustom1_closure0, E._filterUsersByCustom2_closure, E._filterUsersByCustom2_closure0, E._filterUsersByCustom3_closure, E._filterUsersByCustom3_closure0, E._filterUsersByCustom4_closure, E._filterUsersByCustom4_closure0, E._filterUsersByState_closure, E._filterUsersByState_closure0, E._filterUsers_closure, E._sortUsers_closure, E._startListMultiselect_closure9, E._addToListMultiselect_closure9, E._removeFromListMultiselect_closure9, E._clearListMultiselect_closure9, E._archiveUserSuccess_closure, E._deleteUserSuccess_closure, E._restoreUserSuccess_closure, E._removeUserSuccess_closure, E._addUser_closure, E._updateUser_closure, E._updateAuthUser_closure, E._connectOAuthUser_closure, E._connectGmailUser_closure, E._setLoadedUser_closure, E._setLoadedUsers_closure, E._setLoadedUsers__closure, E._setLoadedUsers__closure0, E._setLoadedUsers_closure0, E._setLoadedCompany_closure5, E._setLoadedCompany__closure5, E._setLoadedCompany__closure6, E._setLoadedCompany_closure6, L.memoizedFilteredUserList_closure, L.filteredUsersSelector_closure, L.filteredUsersSelector_closure0, L.memoizedUserList_closure, L.userList_closure, L.userList_closure0, L.memoizedGmailUserList_closure, L.gmailUserList_closure, L.handleVendorAction_closure, F._editVendor_closure, F._viewVendor_closure, F._viewVendorList_closure0, F._viewVendorList__closure, F._archiveVendor_closure, F._archiveVendor__closure, F._archiveVendor__closure0, F._archiveVendor__closure1, F._deleteVendor_closure, F._deleteVendor__closure, F._deleteVendor__closure0, F._deleteVendor__closure1, F._restoreVendor_closure, F._restoreVendor__closure, F._restoreVendor__closure0, F._restoreVendor__closure1, F._saveVendor_closure, F._saveVendor__closure, F._saveVendor__closure0, F._loadVendor_closure, F._loadVendor__closure, F._loadVendor__closure0, F._loadVendors_closure, F._loadVendors__closure, F._loadVendors__closure0, F._saveDocument_closure7, F._saveDocument__closure15, F._saveDocument__closure16, K.vendorUIReducer_closure, K.forceSelectedReducer_closure31, K.forceSelectedReducer_closure32, K.forceSelectedReducer_closure33, K.forceSelectedReducer_closure34, K.forceSelectedReducer_closure35, K.forceSelectedReducer_closure36, K.forceSelectedReducer_closure37, K.forceSelectedReducer_closure38, K.tabIndexReducer_closure7, K.tabIndexReducer_closure8, K.saveCompleterReducer_closure0, K.cancelCompleterReducer_closure0, K.selectedIdReducer_closure64, K.selectedIdReducer_closure65, K.selectedIdReducer_closure66, K.selectedIdReducer_closure67, K.selectedIdReducer_closure68, K.selectedIdReducer_closure69, K.selectedIdReducer_closure70, K.selectedIdReducer_closure71, K.selectedIdReducer_closure72, K.selectedIdReducer_closure73, K.selectedIdReducer_closure74, K.selectedIdReducer_closure75, K.selectedIdReducer_closure76, K.selectedIdReducer_closure77, K.selectedIdReducer_closure78, K.editingReducer_closure22, K.editingReducer_closure23, K.editingReducer_closure24, K.editingReducer_closure25, K.editingReducer__closure9, K._addContact_closure, K._removeContact_closure, K._updateContact_closure, K._viewVendorList_closure, K._filterVendorsByCustom1_closure, K._filterVendorsByCustom1_closure0, K._filterVendorsByCustom2_closure, K._filterVendorsByCustom2_closure0, K._filterVendorsByCustom3_closure, K._filterVendorsByCustom3_closure0, K._filterVendorsByCustom4_closure, K._filterVendorsByCustom4_closure0, K._filterVendorsByState_closure, K._filterVendorsByState_closure0, K._filterVendors_closure, K._sortVendors_closure, K._startListMultiselect_closure3, K._addToListMultiselect_closure3, K._removeFromListMultiselect_closure3, K._clearListMultiselect_closure3, K._archiveVendorSuccess_closure, K._deleteVendorSuccess_closure, K._restoreVendorSuccess_closure, K._addVendor_closure, K._updateVendor_closure, K._setLoadedVendor_closure, G.memoizedDropdownVendorList_closure, G.dropdownVendorsSelector_closure, G.dropdownVendorsSelector_closure0, G.memoizedFilteredVendorList_closure, G.filteredVendorsSelector_closure, G.filteredVendorsSelector_closure0, G.memoizedVendorStatsForUser_closure, G.vendorStatsForUser_closure, G.memoizedCalculateVendorBalance_closure, G.calculateVendorBalance_closure, Y.VendorState_loadVendors_closure0, Y.VendorState_loadVendors_closure1, Y.VendorState_loadVendors_closure, S.handleWebhookAction_closure, T._editWebhook_closure, T._viewWebhook_closure, T._viewWebhookList_closure0, T._viewWebhookList__closure, T._archiveWebhook_closure, T._archiveWebhook__closure, T._archiveWebhook__closure0, T._archiveWebhook__closure1, T._deleteWebhook_closure, T._deleteWebhook__closure, T._deleteWebhook__closure0, T._deleteWebhook__closure1, T._restoreWebhook_closure, T._restoreWebhook__closure, T._restoreWebhook__closure0, T._restoreWebhook__closure1, T._saveWebhook_closure, T._saveWebhook__closure, T._saveWebhook__closure0, T._loadWebhook_closure, T._loadWebhook__closure, T._loadWebhook__closure0, T._loadWebhooks_closure, T._loadWebhooks__closure, T._loadWebhooks__closure0, L.webhookUIReducer_closure, L.forceSelectedReducer_closure111, L.forceSelectedReducer_closure112, L.forceSelectedReducer_closure113, L.forceSelectedReducer_closure114, L.forceSelectedReducer_closure115, L.forceSelectedReducer_closure116, L.forceSelectedReducer_closure117, L.forceSelectedReducer_closure118, L.selectedIdReducer_closure222, L.selectedIdReducer_closure223, L.selectedIdReducer_closure224, L.selectedIdReducer_closure225, L.selectedIdReducer_closure226, L.selectedIdReducer_closure227, L.selectedIdReducer_closure228, L.selectedIdReducer_closure229, L.selectedIdReducer_closure230, L.selectedIdReducer_closure231, L.selectedIdReducer_closure232, L.selectedIdReducer_closure233, L.selectedIdReducer_closure234, L.selectedIdReducer_closure235, L.selectedIdReducer_closure236, L.editingReducer_closure70, L.editingReducer_closure71, L.editingReducer_closure72, L.editingReducer_closure73, L.editingReducer__closure26, L._viewWebhookList_closure, L._filterWebhooksByCustom1_closure, L._filterWebhooksByCustom1_closure0, L._filterWebhooksByCustom2_closure, L._filterWebhooksByCustom2_closure0, L._filterWebhooksByState_closure, L._filterWebhooksByState_closure0, L._filterWebhooks_closure, L._sortWebhooks_closure, L._startListMultiselect_closure14, L._addToListMultiselect_closure14, L._removeFromListMultiselect_closure14, L._clearListMultiselect_closure14, L._archiveWebhookSuccess_closure, L._deleteWebhookSuccess_closure, L._restoreWebhookSuccess_closure, L._addWebhook_closure, L._updateWebhook_closure, L._setLoadedWebhook_closure, E.memoizedFilteredWebhookList_closure, E.filteredWebhooksSelector_closure, E.filteredWebhooksSelector_closure0, V.WebhookState_loadWebhooks_closure0, V.WebhookState_loadWebhooks_closure1, V.WebhookState_loadWebhooks_closure, T.FieldGrid_build_closure, T.FieldGrid_build__closure, T.FieldGrid_build_closure0, D.ActionMenuButton_build_closure, D.ActionMenuButton_build_closure0, D.ActionMenuButton_build_closure1, Z._AppBottomBarState_build_closure1, Z._AppBottomBarState_build__closure13, Z._AppBottomBarState_build___closure6, Z._AppBottomBarState_build___closure5, Z._AppBottomBarState_build____closure0, Z._AppBottomBarState_build_____closure0, Z._AppBottomBarState_build__closure14, Z._AppBottomBarState_build_closure2, Z._AppBottomBarState_build__closure11, Z._AppBottomBarState_build___closure4, Z._AppBottomBarState_build___closure3, Z._AppBottomBarState_build____closure, Z._AppBottomBarState_build_____closure, Z._AppBottomBarState_build__closure12, Z._AppBottomBarState_build_closure0, Z._AppBottomBarState_build__closure15, Z._AppBottomBarState_build___closure8, Z._AppBottomBarState_build___closure7, Z._AppBottomBarState_build____closure1, Z._AppBottomBarState_build_____closure2, Z._AppBottomBarState_build_____closure1, Z._AppBottomBarState_build__closure16, Z._AppBottomBarState_build_closure3, Z._AppBottomBarState_build__closure9, Z._AppBottomBarState_build___closure2, Z._AppBottomBarState_build__closure10, Z._AppBottomBarState_build_closure4, Z._AppBottomBarState_build__closure7, Z._AppBottomBarState_build___closure1, Z._AppBottomBarState_build__closure8, Z._AppBottomBarState_build_closure5, Z._AppBottomBarState_build__closure5, Z._AppBottomBarState_build___closure0, Z._AppBottomBarState_build__closure6, Z._AppBottomBarState_build_closure6, Z._AppBottomBarState_build__closure3, Z._AppBottomBarState_build___closure, Z._AppBottomBarState_build__closure4, Z._AppBottomBarState_build_closure, Z._AppBottomBarState_build_closure__onColumnsPressed, Z._AppBottomBarState_build___onColumnsPressed_closure, Z._AppBottomBarState_build___onColumnsPressed__closure, Z._AppBottomBarState_build___onColumnsPressed__closure0, Z._AppBottomBarState_build___onColumnsPressed__closure1, Z._AppBottomBarState_build__closure, Z._AppBottomBarState_build__closure0, Z._AppBottomBarState_build__closure1, Z._AppBottomBarState_build__closure2, Z.CustomFieldSelector_build_closure0, Z.CustomFieldSelector_build_closure, Z.CustomFieldSelector_build__closure, Z.CustomFieldSelector_build___closure, G.AppBuilderState_rebuild_closure, R.AppHeader_build__value1, R.AppHeader_build__value2, O._AppScrollbarState_build_closure, O._AppScrollbarState_build__closure0, O._AppScrollbarState_build_closure0, O._AppScrollbarState_build__closure, Z.BottomButtons_build_closure, Z.BottomButtons_build_closure0, O._ChangeLayoutBannerState_build_closure, O._ChangeLayoutBannerState_build__closure0, O._ChangeLayoutBannerState_build_closure0, O._ChangeLayoutBannerState_build__closure, T.ConfirmEmail_build_closure, T.ConfirmEmail_build__closure, T.ConfirmEmail_build___closure, B.ConfirmEmailBuilder_build_closure, B.ConfirmEmailVM_fromStore_closure0, B.ConfirmEmailVM_fromStore_closure, B.ConfirmEmailVM_fromStore_closure1, B.ConfirmEmailVM_fromStore__closure, K._DesktopSessionTimeoutState_initState_closure, K._DesktopSessionTimeoutState_initState__closure, K._DesktopSessionTimeoutState_build_closure, K._DesktopSessionTimeoutState_build__closure, K._DesktopSessionTimeoutState_build___closure, E.MessageDialog_build_closure, E.MessageDialog_build_closure0, E.MessageDialog_build_closure1, M.ErrorDialog_build_closure, M.ErrorDialog_build__closure, M.ErrorDialog_build_closure0, M.ErrorDialog_build_closure1, E._HealthCheckDialogState_runCheck_closure, E._HealthCheckDialogState_runCheck_closure0, E._HealthCheckDialogState_runCheck__closure, E._HealthCheckDialogState_runCheck_closure1, E._HealthCheckDialogState_clearCache_closure, E._HealthCheckDialogState_clearCache_closure0, E._HealthCheckDialogState_clearCache__closure, E._HealthCheckDialogState_clearCache_closure1, E._HealthCheckDialogState_build_closure, E._HealthCheckDialogState_build_closure0, E._HealthCheckDialogState_build_closure1, E.multiselectDialog_closure, E.multiselectDialog__closure, E.MultiSelectListState_build_closure, E.MultiSelectListState_build_closure0, E.MultiSelectListState_build_closure1, E.MultiSelectListState_build_closure2, E.MultiSelectListState_build_closure3, E.MultiSelectListState_build__closure3, E.MultiSelectListState_build_closure4, E.MultiSelectListState_build__closure2, E.MultiSelectListState_build___closure, E.MultiSelectListState_build_closure5, E.MultiSelectListState_build__closure1, E.MultiSelectListState_build_closure6, E.MultiSelectListState_build__closure0, E.MultiSelectListState_build_closure7, E.MultiSelectListState_build__closure, E.MultiSelectListState_build_closure8, E.MultiSelectListState_build_closure9, L.DismissibleEntity_build_closure, L.DismissibleEntity_build_closure0, L.DismissibleEntity_build_closure1, L.DismissibleEntity_build_closure2, L.DismissibleEntity_build_closure3, L.DismissibleEntity_build_closure4, V.DocumentGrid_build_closure, V.DocumentGrid_build_closure0, V.DocumentGrid_build_closure1, V.DocumentGrid_build__closure, V.DocumentTile_showDocumentModal_closure, V.DocumentTile_showDocumentModal__closure, V.DocumentTile_showDocumentModal___closure, V.DocumentTile_showDocumentModal____closure, V.DocumentTile_showDocumentModal__closure0, V.DocumentTile_showDocumentModal__closure1, V.DocumentTile_build_closure, V.DocumentPreview_build_closure0, V.DocumentPreview_build_closure, K.EditScaffold_build_closure4, K.EditScaffold_build_closure, K.EditScaffold_build_closure1, K.EditScaffold_build_closure0, K.EditScaffold_build_closure2, K.EditScaffold_build__closure, K.EditScaffold_build_closure3, L.showEntityActionsDialog_closure, L.showEntityActionsDialog_closure0, L.EntityActionListTile_build_closure, O._EntityListTileState_build_closure, O._EntityListTileState_build_closure0, O._EntityListTileState_build_closure1, O._EntityListTileState_build__closure0, O._EntityListTileState_build_closure2, O._EntityListTileState_build__closure, O._EntityListTileState_build_closure4, O._EntityListTileState_build_closure3, O._EntitiesListTileState_build_closure1, O._EntitiesListTileState_build__closure0, O._EntitiesListTileState_build_closure2, O._EntitiesListTileState_build__closure, O._EntitiesListTileState_build_closure, O._EntitiesListTileState_build_closure0, O._EntitiesListTileState_build_closure3, F._EntityDropdownState__showOptions_closure, F._EntityDropdownState__showOptions__closure0, F._EntityDropdownState__showOptions__closure, F._EntityDropdownState_build_closure, F._EntityDropdownState_build_closure0, F._EntityDropdownState_build__closure4, F._EntityDropdownState_build_closure5, F._EntityDropdownState_build__closure, F._EntityDropdownState_build__closure0, F._EntityDropdownState_build_closure3, F._EntityDropdownState_build_closure4, F._EntityDropdownState_build_closure1, F._EntityDropdownState_build__closure3, F._EntityDropdownState_build__closure2, F._EntityDropdownState_build_closure2, F._EntityDropdownState_build__closure1, F._EntityDropdownState_build___closure, F._EntityDropdownState_build_closure6, F._EntityDropdownState_build_closure7, F._EntityDropdownDialogState_build__selectEntity, F._EntityDropdownDialogState_build__headerRow, F._EntityDropdownDialogState_build__headerRow_closure, F._EntityDropdownDialogState_build__headerRow__closure0, F._EntityDropdownDialogState_build__headerRow_closure0, F._EntityDropdownDialogState_build__headerRow_closure1, F._EntityDropdownDialogState_build__headerRow__closure, F._EntityDropdownDialogState_build__createList, F._EntityDropdownDialogState_build__createList_closure, F._EntityDropdownDialogState_build__createList_closure0, F._EntityDropdownDialogState_build__createList__closure, F._EntityListTile_build_closure, D.EntityHeader_build__value1, D.EntityHeader_build__value2, E.EntityTopFilter_build_closure, E.EntityTopFilter_build_closure0, E.EntityTopFilter_build_closure1, E.EntityTopFilter_build_closure2, E.EntityTopFilter_build_closure3, E.EntityTopFilter_build_closure4, E.EntityTopFilter_build__closure0, E.EntityTopFilter_build__closure, E.EntityTopFilter_build___closure, E.EntityTopFilter_build___closure0, E.EntityTopFilter_build_closure5, Q.AppDropdownButton_build_closure, Z.AppToggleButtons_build_closure, K.BoolDropdownButton_build_closure, K.BoolDropdownButton_build_closure0, K.BoolDropdownButton_build_closure2, K.BoolDropdownButton_build_closure1, K.BoolDropdownButton_build_closure4, K.BoolDropdownButton_build_closure3, R.ClientPicker_build_closure, A._FormColorPickerState_didChangeDependencies_closure, A._FormColorPickerState_didChangeDependencies_closure0, A._FormColorPickerState__onChanged_closure, A._FormColorPickerState__selectColor_closure, A._FormColorPickerState__showPicker_closure, A._FormColorPickerState__showPicker__closure, A._FormColorPickerState__showPicker__closure0, A._FormColorPickerState__showPicker__closure1, A._FormColorPickerState_build_closure, B._CustomFieldState_build_closure, B._CustomFieldState_build_closure0, B._CustomFieldState_build_closure1, B._CustomFieldState_build_closure2, B._CustomFieldState_build__closure, K._DatePickerState__onFoucsChanged_closure, K._DatePickerState_build_closure, K._DatePickerState_build_closure0, K._DatePickerState_build__closure, S._DecoratedFormFieldState_build_closure, S._DecoratedFormFieldState_build__closure, S._DecoratedFormFieldState_build_closure0, S._DecoratedFormFieldState_build_closure1, A.DesignPicker_build_closure1, A.DesignPicker_build_closure, A.DesignPicker_build_closure0, U._DurationPickerState__onFoucsChanged_closure, U._DurationPickerState_build_closure1, U._DurationPickerState_build__closure, U._DurationPickerState_build_closure, U._DurationPickerState_build__closure0, U._DurationPickerState_build_closure0, Y.DynamicSelector_build_closure, Y.DynamicSelector_build_closure0, Y.DynamicSelector_build_closure1, A._GrowableFormFieldState__onFoucsChanged_closure, B.LearnMoreUrl_build_closure, B.NotificationSettings_build_closure, B.NotificationSettings_build_closure0, B.NotificationSettings_build_closure1, B.NotificationSettings_build__closure, B._NotificationSelector_build_closure, S._PasswordFormFieldState_build_closure, S._PasswordFormFieldState_build__closure, S._PasswordFormFieldState_build_closure0, V.SaveCancelButtons_build_closure, V.SaveCancelButtons_build__closure0, V.SaveCancelButtons_build_closure0, V.SaveCancelButtons_build__closure, M._TimePickerState__onFoucsChanged_closure, M._TimePickerState__showTimePicker_closure, M._TimePickerState_build_closure, M._TimePickerState_build_closure0, M._TimePickerState_build__closure, M._TimePickerState_build__closure0, M._TimePickerState_build__closure1, V.HistoryDrawer_build_closure, V.HistoryDrawer_build__closure, V.HistoryDrawer_build_closure0, V._HistoryListTileState_build_closure1, V._HistoryListTileState_build_closure0, V._HistoryListTileState_build_closure, V._HistoryListTileState_build__closure, A.HistoryDrawerBuilder_build_closure, E._InvoiceEmailViewState_dispose_closure, E._InvoiceEmailViewState__onChanged_closure, E._InvoiceEmailViewState__loadTemplate_closure, E._InvoiceEmailViewState__loadTemplate_closure0, E._InvoiceEmailViewState__loadTemplate__closure, E._InvoiceEmailViewState__buildTemplateDropdown_closure, E._InvoiceEmailViewState__buildTemplateDropdown__closure0, E._InvoiceEmailViewState__buildTemplateDropdown__closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure0, E._InvoiceEmailViewState__buildTemplateDropdown_closure1, E._InvoiceEmailViewState__buildTemplateDropdown_closure2, E._InvoiceEmailViewState__buildTemplateDropdown__closure, E._InvoiceEmailViewState__buildEdit_closure, E._InvoiceEmailViewState__buildEdit_closure0, E._InvoiceEmailViewState__buildHistory_closure, E._InvoiceEmailViewState_build_closure, E._InvoiceEmailViewState_build_closure0, E._InvoiceEmailViewState_build_closure1, E._InvoiceEmailViewState_build_closure2, D._TaxRateDropdownState_didChangeDependencies_closure, D._TaxRateDropdownState_didChangeDependencies_closure0, D._TaxRateDropdownState_didChangeDependencies_closure1, D._TaxRateDropdownState_build_closure, D._TaxRateDropdownState_build_closure0, D._TaxRateDropdownState_build_closure1, D._TaxRateDropdownState_build_closure2, D._TaxRateDropdownState_build_closure3, R.TaxRateField_build_closure, R.TaxRateField_build_closure0, Z.LinkTextSpan_closure, N._ListFilterState_onFocusChanged_closure, N._ListFilterState_build_closure, N._ListFilterState_build_closure0, N._ListFilterState_build__closure, Y.ListScaffold_build_closure, Y.ListScaffold_build_closure0, Y.ListScaffold_build_closure1, Y.ListScaffold_build__closure0, Y.ListScaffold_build_closure2, Y.ListScaffold_build_closure3, Y.ListScaffold_build_closure6, Y.ListScaffold_build_closure4, Y.ListScaffold_build_closure5, Y.ListScaffold_build__closure, N.ActivityListTile_build_closure, G.AppListTile_build_closure0, G.AppListTile_build_closure, N.FilterListTile_build_closure, N.FilterListTile_build__closure, E._LiveTextState_initState_closure, E._LiveTextState_initState__closure, X.MainScreen_build_closure, X.MainScreen_build__closure, V.MenuDrawer_build__companyLogo, V.MenuDrawer_build__companyListItem, V.MenuDrawer_build__companyListItem_closure, V.MenuDrawer_build_closure, V.MenuDrawer_build__closure0, V.MenuDrawer_build_closure0, V.MenuDrawer_build__closure, V.MenuDrawer_build_closure1, V.MenuDrawer_build_closure2, V.MenuDrawer_build_closure3, V.MenuDrawer_build_closure4, V.MenuDrawer_build_closure6, V.MenuDrawer_build_closure5, V.MenuDrawer_build_closure7, V.MenuDrawer_build_closure8, V._DrawerTileState_build_closure, V._DrawerTileState_build_closure0, V._DrawerTileState_build_closure2, V._DrawerTileState_build_closure1, V.SidebarFooter_build_closure, V.SidebarFooter_build__closure0, V.SidebarFooter_build__closure1, V.SidebarFooter_build_closure0, V.SidebarFooter_build_closure1, V.SidebarFooter_build_closure2, V.SidebarFooter_build_closure3, V.SidebarFooter_build_closure4, V.SidebarFooter_build_closure5, V.SidebarFooter_build_closure6, V.SidebarFooter_build_closure7, V.SidebarFooter_build__closure, V.SidebarFooter_build_closure8, V.SidebarFooterCollapsed_build_closure0, V.SidebarFooterCollapsed_build_closure, V.SidebarFooterCollapsed_build_closure1, V._showContactUs_closure, V._showUpdate_closure, V._showAbout_closure, V._showAbout__closure, V._showAbout__closure0, V._showAbout__closure2, V._showAbout__closure1, V._showAbout__closure3, V._showAbout___closure0, V._showAbout____closure, V._showAbout_____closure, V._showAbout______closure, V._showAbout______closure0, V._showAbout______closure1, V._showAbout______closure2, V._showAbout____closure0, V._showAbout____closure1, V._showAbout____closure2, V._showAbout____closure3, V._showAbout____closure4, V._showAbout____closure5, V._showAbout____closure6, V._showAbout__closure4, V._showAbout___closure, V._showAbout__closure5, V._showAbout__closure6, V._ContactUsDialogState__sendMessage_closure, V._ContactUsDialogState__sendMessage_closure0, V._ContactUsDialogState__sendMessage__closure0, V._ContactUsDialogState__sendMessage__closure1, V._ContactUsDialogState__sendMessage_closure1, V._ContactUsDialogState__sendMessage__closure, V._ContactUsDialogState_build_closure, V._ContactUsDialogState_build_closure0, V._ContactUsDialogState_build_closure1, V._ContactUsDialogState_build_closure2, V._ContactUsDialogState_build__closure, A.MenuDrawerBuilder_build_closure, A.MenuDrawerVM_fromStore_closure1, A.MenuDrawerVM_fromStore__closure, A.MenuDrawerVM_fromStore_closure, A.MenuDrawerVM_fromStore__closure1, A.MenuDrawerVM_fromStore_closure0, A.MenuDrawerVM_fromStore__closure0, A.MenuDrawerVM_fromStore___closure, A.MenuDrawerVM_fromStore___closure0, V._SystemLogViewerState_build_closure1, V._SystemLogViewerState_build__closure, V._SystemLogViewerState_build_closure, V._SystemLogViewerState_build_closure0, V._SystemLogViewerState_build__closure0, V._SystemLogViewerState_build___closure, V._SystemLogViewerState_build____closure, L.AppDataTable__buildHeadingCell_arrowWithPadding, L.AppDataTable_build_closure, L.AppDataTable_build_closure0, L.AppDataTable_build_closure1, L.AppDataTable_build_closure2, L.AppDataTable_build_closure3, L.TableRowInkWell_getRectCallback_closure0, L._SortArrowState__rebuild_closure0, N.AppPaginatedDataTableState__handleDataSourceChanged_closure, N.AppPaginatedDataTableState_pageTo_closure, N.AppPaginatedDataTableState__getBlankRowFor_closure, N.AppPaginatedDataTableState__getProgressIndicatorRowFor_closure, N.AppPaginatedDataTableState__getRows_closure, N.AppPaginatedDataTableState_build_closure, D.EntityDataTableSource_getRow_closure, D.EntityDataTableSource_getRow_closure0, D.EntityDataTableSource_getRow_closure1, D.EntityDataTableSource_getRow_closure2, D.EntityDataTableSource_getRow_closure3, D.EntityDataTableSource_getRow__closure, S._EntityListState_initState_closure, S._EntityListState_build_closure, S._EntityListState_build_closure7, S._EntityListState_build__closure, S._EntityListState_build__closure0, S._EntityListState_build__closure2, S._EntityListState_build__closure1, S._EntityListState_build__closure3, S._EntityListState_build__closure4, S._EntityListState_build__closure6, S._EntityListState_build___closure, S._EntityListState_build___closure0, S._EntityListState_build___closure1, S._EntityListState_build__closure5, S._EntityListState_build___closure2, S._EntityListState_build_closure0, S._EntityListState_build_closure1, S._EntityListState_build_closure8, S._EntityListState_build_closure2, S._EntityListState_build__closure11, S._EntityListState_build__closure12, S._EntityListState_build_closure4, S._EntityListState_build__closure8, S._EntityListState_build_closure3, S._EntityListState_build__closure10, S._EntityListState_build__closure9, S._EntityListState_build___closure3, S._EntityListState_build_closure6, S._EntityListState_build__closure7, S._EntityListState_build_closure5, K._VariablesHelpState_build_closure, K._VariablesHelpState_build_closure0, K._VariablesHelpState_build_closure1, K._VariablesHelpState_build_closure2, K._VariableGrid_build_closure, K._VariableGrid_build_closure0, K._VariableGrid_build__closure, K._VariableGrid_build___closure, G.ViewScaffold_build_closure, G.ViewScaffold_build_closure0, G.ViewScaffold_build_closure1, G.ViewScaffold_build_closure5, G.ViewScaffold_build_closure2, G.ViewScaffold_build_closure3, G.ViewScaffold_build__closure, G.ViewScaffold_build_closure4, A._WebSessionTimeoutState_initState_closure, B.InitScreen_build_closure0, B.InitScreen_build_closure, Y._LoginState__submitSignUpForm_closure, Y._LoginState__submitSignUpForm_closure0, Y._LoginState__submitSignUpForm__closure1, Y._LoginState__submitSignUpForm_closure1, Y._LoginState__submitSignUpForm__closure0, Y._LoginState__submitSignUpForm_closure2, Y._LoginState__submitSignUpForm__closure, Y._LoginState__submitLoginForm_closure, Y._LoginState__submitLoginForm_closure0, Y._LoginState__submitLoginForm__closure0, Y._LoginState__submitLoginForm___closure, Y._LoginState__submitLoginForm_closure1, Y._LoginState__submitLoginForm__closure, Y._LoginState_build_closure, Y._LoginState_build_closure0, Y._LoginState_build__closure6, Y._LoginState_build_closure1, Y._LoginState_build_closure2, Y._LoginState_build__closure5, Y._LoginState_build_closure3, Y._LoginState_build__closure4, Y._LoginState_build_closure4, Y._LoginState_build__closure3, Y._LoginState_build_closure5, Y._LoginState_build__closure2, Y._LoginState_build_closure7, Y._LoginState_build_closure6, Y._LoginState_build_closure8, Y._LoginState_build_closure9, Y._LoginState_build_closure10, Y._LoginState_build_closure11, Y._LoginState_build__closure1, Y._LoginState_build_closure12, Y._LoginState_build__closure0, Y._LoginState_build_closure13, Y._LoginState_build_closure14, Y._LoginState_build_closure15, Y._LoginState_build__closure, Y._LoginState_build_closure16, G.LoginScreen_build_closure, G.LoginVM_fromStore__handleLogin, G.LoginVM_fromStore__handleLogin_closure, G.LoginVM_fromStore__formatApiUrl, G.LoginVM_fromStore_closure3, G.LoginVM_fromStore__closure0, G.LoginVM_fromStore___closure0, G.LoginVM_fromStore_closure4, G.LoginVM_fromStore__closure, G.LoginVM_fromStore___closure, G.LoginVM_fromStore_closure1, G.LoginVM_fromStore__closure1, G.LoginVM_fromStore_closure0, G.LoginVM_fromStore_closure, G.LoginVM_fromStore__closure2, G.LoginVM_fromStore_closure2, V.ClientListItem_build_closure, V.ClientListItem_build__closure2, V.ClientListItem_build__closure1, V.ClientListItem_build__closure, V.ClientListItem_build__closure0, V.ClientListItem_build__closure5, V.ClientListItem_build__closure4, V.ClientListItem_build__closure3, Y.ClientListBuilder_build_closure, Y.ClientListBuilder_build__closure, Y.ClientListVM_fromStore__handleRefresh, Y.ClientListVM_fromStore_closure, Y.ClientListVM_fromStore_closure0, Y.ClientListVM_fromStore_closure1, B.ClientScreen_build_closure9, B.ClientScreen_build_closure7, B.ClientScreen_build_closure8, B.ClientScreen_build_closure4, B.ClientScreen_build_closure5, B.ClientScreen_build_closure, B.ClientScreen_build_closure0, B.ClientScreen_build_closure1, B.ClientScreen_build_closure2, B.ClientScreen_build_closure3, B.ClientScreen_build_closure6, D.ClientScreenBuilder_build_closure, M._ClientEditState_build_closure, M._ClientEditState_build_closure0, M._ClientEditState_build__closure, R.ClientEditBillingAddressState_didChangeDependencies_closure, R.ClientEditBillingAddressState_didChangeDependencies_closure0, R.ClientEditBillingAddressState_dispose_closure, R.ClientEditBillingAddressState__onChanged_closure, R.ClientEditBillingAddressState__onChanged_closure0, R.ClientEditBillingAddressState_build_closure, R.ClientEditBillingAddressState_build__closure0, R.ClientEditBillingAddressState_build_closure0, R.ClientEditBillingAddressState_build__closure, R._ClientEditContactsState__showContactEditor_closure, R._ClientEditContactsState__showContactEditor__closure, R._ClientEditContactsState_build_closure, R._ClientEditContactsState_build__closure, R._ClientEditContactsState_build_closure0, R._ClientEditContactsState_build_closure1, R.ContactEditDetailsState_didChangeDependencies_closure, R.ContactEditDetailsState_didChangeDependencies_closure0, R.ContactEditDetailsState_dispose_closure, R.ContactEditDetailsState__onChanged_closure, R.ContactEditDetailsState__onChanged_closure0, R.ContactEditDetailsState_build_closure0, R.ContactEditDetailsState_build_closure, R.ContactEditDetailsState_build_closure2, R.ContactEditDetailsState_build_closure1, R.ContactEditDetailsState_build_closure4, R.ContactEditDetailsState_build_closure3, R.ContactEditDetailsState_build_closure6, R.ContactEditDetailsState_build_closure5, R.ContactEditDetailsState_build_closure7, R.ContactEditDetailsState_build_closure8, R.ContactEditDetailsState_build_closure9, R.ContactEditDetailsState_build_closure10, R.ContactEditDetailsState_build_closure11, R.ContactEditDetailsState_build_closure12, R.ContactEditDetailsState_build__closure, R.ContactEditDetailsState_build_closure13, F.ClientEditContactsScreen_build_closure0, F.ClientEditContactsScreen_build_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure0, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure1, F.ClientEditContactsVM_ClientEditContactsVM$fromStore_closure2, Q.ClientEditDetailsState_didChangeDependencies_closure, Q.ClientEditDetailsState_didChangeDependencies_closure0, Q.ClientEditDetailsState_dispose_closure, Q.ClientEditDetailsState__onChanged_closure, Q.ClientEditDetailsState__onChanged_closure0, Q.ClientEditDetailsState_build_closure, Q.ClientEditDetailsState_build_closure0, Q.ClientEditDetailsState_build__closure0, Q.ClientEditDetailsState_build_closure1, Q.ClientEditDetailsState_build__closure, U.ClientEditFooter_build_closure, L.ClientEditNotesState_didChangeDependencies_closure, L.ClientEditNotesState_didChangeDependencies_closure0, L.ClientEditNotesState_dispose_closure, L.ClientEditNotesState__onChanged_closure, L.ClientEditNotesState__onChanged_closure0, L.ClientEditNotesState_build_closure, L.ClientEditNotesState_build_closure0, L.ClientEditNotesState_build__closure0, L.ClientEditNotesState_build_closure1, L.ClientEditNotesState_build__closure, M.ClientEditSettingsState_didChangeDependencies_closure, M.ClientEditSettingsState_didChangeDependencies_closure0, M.ClientEditSettingsState_dispose_closure, M.ClientEditSettingsState__onChanged_closure, M.ClientEditSettingsState__onChanged_closure0, M.ClientEditSettingsState_build_closure, M.ClientEditSettingsState_build__closure3, M.ClientEditSettingsState_build_closure0, M.ClientEditSettingsState_build__closure2, M.ClientEditSettingsState_build_closure1, M.ClientEditSettingsState_build_closure2, M.ClientEditSettingsState_build__closure1, M.ClientEditSettingsState_build_closure3, M.ClientEditSettingsState_build_closure4, M.ClientEditSettingsState_build__closure0, M.ClientEditSettingsState_build_closure5, M.ClientEditSettingsState_build__closure, R.ClientEditShippingAddressState_didChangeDependencies_closure, R.ClientEditShippingAddressState_didChangeDependencies_closure0, R.ClientEditShippingAddressState_dispose_closure, R.ClientEditShippingAddressState__onChanged_closure, R.ClientEditShippingAddressState__onChanged_closure0, R.ClientEditShippingAddressState_build_closure, R.ClientEditShippingAddressState_build__closure0, R.ClientEditShippingAddressState_build_closure0, R.ClientEditShippingAddressState_build__closure, M.ClientEditScreen_build_closure0, M.ClientEditScreen_build_closure, M.ClientEditVM_ClientEditVM$fromStore_closure, M.ClientEditVM_ClientEditVM$fromStore_closure3, M.ClientEditVM_ClientEditVM$fromStore__closure, M.ClientEditVM_ClientEditVM$fromStore_closure2, M.ClientEditVM_ClientEditVM$fromStore__closure0, M.ClientEditVM_ClientEditVM$fromStore_closure1, M.ClientEditVM_ClientEditVM$fromStore_closure0, M.ClientEditVM_ClientEditVM$fromStore__closure1, M.ClientEditVM_ClientEditVM$fromStore___closure, M.ClientEditVM_ClientEditVM$fromStore___closure0, M.ClientEditVM_ClientEditVM$fromStore___closure1, M.ClientEditVM_ClientEditVM$fromStore____closure, G._ClientViewState_build_closure, G._ClientViewState_build__closure0, G._ClientViewState_build__closure1, G._ClientViewState_build__closure2, G._ClientViewState_build__closure3, G._ClientViewState_build__closure4, G._ClientViewState_build__closure5, G._ClientViewState_build_closure0, G._ClientViewState_build__closure, G._ClientViewState_build___closure, G._ClientViewState_build___closure0, G._ClientViewState_build___closure1, G._ClientViewState_build___closure2, G._ClientViewState_build___closure3, G._ClientViewState_build___closure4, R._ClientViewActivityState_build_closure0, R._ClientViewActivityState_build_closure, Q._ClientViewDetailsState_build__buildDetailsList, Q._ClientViewDetailsState_build__buildDetailsList_closure, Q._ClientViewDetailsState_build__buildDetailsList__closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure2, Q._ClientViewDetailsState_build__buildDetailsList__closure3, Q._ClientViewDetailsState_build__buildDetailsList___closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure4, Q._ClientViewDetailsState_build__buildDetailsList___closure, Q._ClientViewDetailsState_build__buildDetailsList_closure0, Q._ClientViewDetailsState_build__buildDetailsList__closure0, Q._ClientViewDetailsState_build__buildDetailsList_closure1, Q._ClientViewDetailsState_build__buildDetailsList__closure, Q._ClientViewDetailsState_build__buildDetailsList_closure2, Q._ClientViewDetailsState_build__buildDetailsList_closure3, T.ClientViewDocuments_build_closure, T.ClientViewDocuments_build_closure0, U._ClientViewLedgerState_build_closure, U._ClientViewLedgerState_build_closure1, U._ClientViewLedgerState_build_closure0, U._ClientViewLedgerState_build__closure0, U._ClientViewLedgerState_build__closure, Z.ClientOverview_build_closure, Z.ClientOverview_build_closure0, Z.ClientOverview_build_closure1, Z.ClientOverview_build_closure2, Z.ClientOverview_build_closure3, X.ClientViewScreen_build_closure0, X.ClientViewScreen_build_closure, X.ClientViewVM_ClientViewVM$fromStore__handleRefresh, X.ClientViewVM_ClientViewVM$fromStore_closure, X.ClientViewVM_ClientViewVM$fromStore_closure0, X.ClientViewVM_ClientViewVM$fromStore__closure0, X.ClientViewVM_ClientViewVM$fromStore__closure1, X.ClientViewVM_ClientViewVM$fromStore___closure, X.ClientViewVM_ClientViewVM$fromStore_closure1, X.ClientViewVM_ClientViewVM$fromStore__closure, G._CompanyGatewayListState_build_closure1, G._CompanyGatewayListState_build_closure0, G._CompanyGatewayListState_build_closure, G._CompanyGatewayListState_build__closure, Z.CompanyGatewayListItem_build_closure0, Z.CompanyGatewayListItem_build_closure, S.CompanyGatewayListBuilder_build_closure, S.CompanyGatewayListVM_fromStore__handleRefresh, S.CompanyGatewayListVM_fromStore_closure, S.CompanyGatewayListVM_fromStore_closure1, S.CompanyGatewayListVM_fromStore__closure, S.CompanyGatewayListVM_fromStore_closure0, S.CompanyGatewayListVM_fromStore__closure0, D.CompanyGatewayScreen_build_closure11, D.CompanyGatewayScreen_build_closure10, D.CompanyGatewayScreen_build_closure, D.CompanyGatewayScreen_build__closure0, D.CompanyGatewayScreen_build__closure1, D.CompanyGatewayScreen_build_closure0, D.CompanyGatewayScreen_build_closure1, D.CompanyGatewayScreen_build__closure, D.CompanyGatewayScreen_build_closure2, D.CompanyGatewayScreen_build_closure4, D.CompanyGatewayScreen_build_closure5, D.CompanyGatewayScreen_build_closure6, D.CompanyGatewayScreen_build_closure7, D.CompanyGatewayScreen_build_closure8, D.CompanyGatewayScreen_build_closure3, D.CompanyGatewayScreen_build_closure9, Y.CompanyGatewayScreenBuilder_build_closure, Y.CompanyGatewayScreenVM_fromStore_closure, Y.CompanyGatewayScreenVM_fromStore__closure, V._CompanyGatewayEditState_didChangeDependencies_closure, V._CompanyGatewayEditState_build_closure, V._CompanyGatewayEditState_build_closure0, V._CompanyGatewayEditState_build__closure12, V._CompanyGatewayEditState_build_closure1, V._CompanyGatewayEditState_build_closure2, V._CompanyGatewayEditState_build_closure3, V._CompanyGatewayEditState_build__closure11, V._CompanyGatewayEditState_build_closure4, V._CompanyGatewayEditState_build__closure10, V._CompanyGatewayEditState_build_closure5, V._CompanyGatewayEditState_build_closure6, V._CompanyGatewayEditState_build__closure9, V._CompanyGatewayEditState_build___closure, V._CompanyGatewayEditState_build_closure7, V._CompanyGatewayEditState_build__closure8, V._CompanyGatewayEditState_build_closure8, V._CompanyGatewayEditState_build__closure7, V._CompanyGatewayEditState_build_closure9, V._CompanyGatewayEditState_build__closure6, V._CompanyGatewayEditState_build_closure10, V._CompanyGatewayEditState_build__closure5, V._CompanyGatewayEditState_build_closure11, V._CompanyGatewayEditState_build__closure4, V._CompanyGatewayEditState_build_closure12, V._CompanyGatewayEditState_build__closure3, V._CompanyGatewayEditState_build_closure13, V._CompanyGatewayEditState_build__closure2, V._CompanyGatewayEditState_build_closure14, V._CompanyGatewayEditState_build__closure1, V._CompanyGatewayEditState_build_closure15, V._CompanyGatewayEditState_build__closure0, V._CompanyGatewayEditState_build_closure17, V._CompanyGatewayEditState_build_closure16, V._CompanyGatewayEditState_build__closure, V.CardListTile_build_closure, V.GatewayConfigSettings_build_closure, V.GatewayConfigSettings_build__closure, V._GatewayConfigFieldState__onChanged_closure, V._GatewayConfigFieldState__obscureText_closure, V._GatewayConfigFieldState_build_closure, V._GatewayConfigFieldState_build_closure0, V._GatewayConfigFieldState_build_closure1, V._GatewayConfigFieldState_build_closure2, V._GatewayConfigFieldState_build_closure3, V._LimitEditorState__onChanged_closure, V._LimitEditorState__onChanged_closure0, V._LimitEditorState__onTextChange_closure, V._LimitEditorState_build_closure, V._LimitEditorState_build__closure0, V._LimitEditorState_build_closure0, V._LimitEditorState_build__closure, V._FeesEditorState_dispose_closure, V._FeesEditorState_didChangeDependencies_closure, V._FeesEditorState_didChangeDependencies_closure0, V._FeesEditorState__onChanged_closure, V._FeesEditorState__onChanged_closure0, V._FeesEditorState__onChanged__closure, V._FeesEditorState_build_closure, V._FeesEditorState_build__closure2, V._FeesEditorState_build___closure2, V._FeesEditorState_build_closure0, V._FeesEditorState_build__closure1, V._FeesEditorState_build___closure1, V._FeesEditorState_build_closure1, V._FeesEditorState_build__closure0, V._FeesEditorState_build___closure0, V._FeesEditorState_build_closure2, V._FeesEditorState_build__closure, V._FeesEditorState_build___closure, L.CompanyGatewayEditScreen_build_closure0, L.CompanyGatewayEditScreen_build_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure1, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore___closure0, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore____closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore_closure2, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure, L.CompanyGatewayEditVM_CompanyGatewayEditVM$fromStore__closure0, G._CompanyGatewayViewState_build_closure1, G._CompanyGatewayViewState_build_closure, G._CompanyGatewayViewState_build_closure0, G._CompanyGatewayOverview_build_closure, G._CompanyGatewayOverview_build_closure0, G._CompanyGatewayOverview_build_closure2, G._CompanyGatewayOverview_build_closure1, A.CompanyGatewayViewScreen_build_closure0, A.CompanyGatewayViewScreen_build_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__handleRefresh, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure2, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_____closure, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore_closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore__closure0, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure1, A.CompanyGatewayViewVM_CompanyGatewayViewVM$fromStore___closure2, S.CreditEmailScreen_build_closure1, S.CreditEmailScreen_build_closure0, S.CreditEmailScreen_build_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure, S.EmailCreditVM_EmailCreditVM$fromStore_closure0, S.EmailCreditVM_EmailCreditVM$fromStore__closure, K.CreditListItem_build_closure, K.CreditListItem_build__closure2, K.CreditListItem_build__closure1, K.CreditListItem_build__closure, K.CreditListItem_build__closure0, K.CreditListItem_build__closure5, K.CreditListItem_build__closure4, K.CreditListItem_build__closure3, U.CreditListBuilder_build_closure, U.CreditListBuilder_build__closure, U.CreditListVM_fromStore__handleRefresh, U.CreditListVM_fromStore_closure, U.CreditListVM_fromStore_closure0, U.CreditListVM_fromStore_closure1, U.CreditPdfScreen_build_closure0, U.CreditPdfScreen_build_closure, A.CreditScreen_build_closure9, A.CreditScreen_build_closure7, A.CreditScreen_build_closure8, A.CreditScreen_build_closure4, A.CreditScreen_build_closure5, A.CreditScreen_build_closure, A.CreditScreen_build_closure0, A.CreditScreen_build_closure1, A.CreditScreen_build_closure2, A.CreditScreen_build_closure3, A.CreditScreen_build_closure6, R.CreditScreenBuilder_build_closure, M._CreditEditState_build_closure1, M._CreditEditState_build_closure2, M._CreditEditState_build_closure0, M._CreditEditState_build_closure, M._CreditEditState_build__closure, M._CreditEditState_build___closure, M._CreditEditState_build___closure1, M._CreditEditState_build___closure0, T.CreditEditDetailsScreen_build_closure0, T.CreditEditDetailsScreen_build_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure0, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore_closure1, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure, T.CreditEditDetailsVM_CreditEditDetailsVM$fromStore__closure0, R.CreditEditItemsScreen_build_closure0, R.CreditEditItemsScreen_build_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure0, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure1, R.CreditEditItemsVM_CreditEditItemsVM$fromStore__closure, R.CreditEditItemsVM_CreditEditItemsVM$fromStore_closure2, G.CreditEditNotesScreen_build_closure0, G.CreditEditNotesScreen_build_closure, G.CreditEditNotesVM_CreditEditNotesVM$fromStore_closure, X.CreditEditScreen_build_closure0, X.CreditEditScreen_build_closure, X.CreditEditVM_CreditEditVM$fromStore_closure, X.CreditEditVM_CreditEditVM$fromStore__closure, X.CreditEditVM_CreditEditVM$fromStore___closure, X.CreditEditVM_CreditEditVM$fromStore___closure0, X.CreditEditVM_CreditEditVM$fromStore___closure1, X.CreditEditVM_CreditEditVM$fromStore____closure, X.CreditEditVM_CreditEditVM$fromStore_closure0, X.CreditEditVM_CreditEditVM$fromStore_closure1, M.CreditViewScreen_build_closure0, M.CreditViewScreen_build_closure, M.CreditViewVM_CreditViewVM$fromStore__handleRefresh, M.CreditViewVM_CreditViewVM$fromStore_closure, M.CreditViewVM_CreditViewVM$fromStore_closure0, M.CreditViewVM_CreditViewVM$fromStore_closure1, M.CreditViewVM_CreditViewVM$fromStore__closure0, M.CreditViewVM_CreditViewVM$fromStore__closure1, M.CreditViewVM_CreditViewVM$fromStore___closure, M.CreditViewVM_CreditViewVM$fromStore_closure2, M.CreditViewVM_CreditViewVM$fromStore__closure, M.CreditViewVM_CreditViewVM$fromStore_closure3, A.DashboardActivity_build_closure, U._DashboardChartState__onSelectionChanged_closure, U._DashboardChartState__onSelectionChanged_closure0, U._DashboardChartState__onSelectionChanged_closure1, U._DashboardChartState_build_closure, U._DashboardChartState_build__closure, U._DashboardChartState_build___closure, E._DashboardDateRangePickerState_build_closure, E._DashboardDateRangePickerState_build_closure0, E._DashboardDateRangePickerState_build__closure2, E._DashboardDateRangePickerState_build_closure1, E._DashboardDateRangePickerState_build__closure1, E._DashboardDateRangePickerState_build_closure2, E._DashboardDateRangePickerState_build_closure3, E._DashboardDateRangePickerState_build_closure4, E._DashboardDateRangePickerState_build_closure5, E._DashboardDateRangePickerState_build__closure0, E._DashboardDateRangePickerState_build_closure6, E._DashboardDateRangePickerState_build_closure7, E._DashboardDateRangePickerState_build_closure8, E._DashboardDateRangePickerState_build__closure, Y.DashboardPanels__showDateOptions_closure, Y.DashboardPanels__header_closure, Y.DashboardPanels__header__closure, Y.DashboardPanels__header__closure0, Y.DashboardPanels__header__closure1, Y.DashboardPanels__header__closure2, Y.DashboardPanels__header__closure3, Y.DashboardPanels__header__closure4, Y.DashboardPanels__header___closure1, Y.DashboardPanels__header__closure5, Y.DashboardPanels__header___closure0, Y.DashboardPanels__header__closure6, Y.DashboardPanels__header___closure, Y.DashboardPanels__header____closure, Y.DashboardPanels__header__closure7, Y.DashboardPanels__paymentChart_closure, Y.DashboardPanels__paymentChart_closure0, Y.DashboardPanels__quoteChart_closure, Y.DashboardPanels__quoteChart_closure0, Y.DashboardPanels__taskChart_closure, Y.DashboardPanels__taskChart_closure0, Y.DashboardPanels__expenseChart_closure, Y.DashboardPanels__expenseChart_closure0, Y.DashboardPanels_build_closure, Y.DashboardPanels_build_closure0, Y.DashboardPanels_build_closure1, Y.DashboardPanels_build_closure2, Y.DashboardPanels_build_closure3, Y.__DashboardPanelState_build_closure, Y.__DashboardPanelState_build__closure0, Y.__DashboardPanelState_build__closure1, Y.__DashboardPanelState_build__closure, Y.__DashboardPanelState_build__closure3, Y.__DashboardPanelState_build__closure4, Y.__DashboardPanelState_build__closure2, Y._InvoiceChart_build_closure, Y._InvoiceChart_build_closure0, F._DashboardScreenState_initState_closure, F._DashboardScreenState_initState_closure0, F._DashboardScreenState_initState__closure, F._DashboardScreenState_build_closure, F._DashboardScreenState_build__closure0, F._DashboardScreenState_build_closure1, F._DashboardScreenState_build_closure0, F._DashboardScreenState_build__closure, F._DashboardScreenState_build_closure2, F._CustomTabBarView_build_closure, F._CustomTabBarView_build__closure, F._CustomTabBarView_build_closure0, F._CustomTabBarView_build_closure1, F._CustomTabBarView_build_closure2, Q.DashboardScreenBuilder_build_closure, Q.DashboardVM_fromStore__handleRefresh, Q.DashboardVM_fromStore_closure, Q.DashboardVM_fromStore_closure2, Q.DashboardVM_fromStore_closure0, Q.DashboardVM_fromStore_closure5, Q.DashboardVM_fromStore_closure1, Q.DashboardVM_fromStore_closure3, Q.DashboardVM_fromStore_closure4, Q.DashboardVM_fromStore_closure6, S.SidebarScaffold_build_closure, S.InvoiceSidebar_build_closure, S.InvoiceSidebar_build_closure0, S.InvoiceSidebar_build_closure1, S.InvoiceSidebar_build_closure2, S.InvoiceSidebar_build_closure3, S.InvoiceSidebar_build_closure4, S.PaymentSidebar_build_closure, S.PaymentSidebar_build_closure0, S.PaymentSidebar_build_closure1, S.PaymentSidebar_build_closure2, S.QuoteSidebar_build_closure, S.QuoteSidebar_build_closure0, S.QuoteSidebar_build_closure1, S.QuoteSidebar_build_closure2, S.QuoteSidebar_build_closure3, S.QuoteSidebar_build_closure4, S.TaskSidebar_build_closure, S.TaskSidebar_build_closure0, S.TaskSidebar_build_closure1, S.TaskSidebar_build_closure2, S.TaskSidebar_build_closure3, S.TaskSidebar_build_closure4, S.ExpenseSidbar_build_closure, S.ExpenseSidbar_build_closure0, S.ExpenseSidbar_build_closure1, S.ExpenseSidbar_build_closure2, S._DashboardSidebar_build_closure, G.DesignListItem_build_closure1, G.DesignListItem_build_closure0, G.DesignListItem_build_closure, F.DesignListBuilder_build_closure, F.DesignListBuilder_build__closure, F.DesignListVM_fromStore__handleRefresh, F.DesignListVM_fromStore_closure, F.DesignListVM_fromStore_closure0, F.DesignListVM_fromStore_closure1, L.DesignScreen_build_closure9, L.DesignScreen_build_closure7, L.DesignScreen_build_closure8, L.DesignScreen_build_closure4, L.DesignScreen_build_closure5, L.DesignScreen_build_closure, L.DesignScreen_build_closure0, L.DesignScreen_build_closure1, L.DesignScreen_build_closure2, L.DesignScreen_build_closure3, L.DesignScreen_build_closure6, G.DesignScreenBuilder_build_closure, N._DesignEditState_didChangeDependencies_closure, N._DesignEditState_didChangeDependencies_closure0, N._DesignEditState_dispose_closure, N._DesignEditState__onChanged_closure, N._DesignEditState__onChanged_closure0, N._DesignEditState__onChanged__closure, N._DesignEditState__onHtmlChanged_closure, N._DesignEditState__onHtmlChanged__closure, N._DesignEditState__loadDesign_closure, N._DesignEditState__loadDesign_closure0, N._DesignEditState__loadPreview_closure, N._DesignEditState__loadPreview_closure0, N._DesignEditState__loadPreview__closure, N._DesignEditState__setDraftMode_closure, N._DesignEditState_build_closure2, N._DesignEditState_build_closure, N._DesignEditState_build_closure0, N._DesignEditState_build_closure1, N._DesignSettingsState_build_closure, N._DesignSettingsState_build_closure0, G.DesignEditScreen_build_closure0, G.DesignEditScreen_build_closure, G.DesignEditVM_DesignEditVM$fromStore_closure, G.DesignEditVM_DesignEditVM$fromStore_closure1, G.DesignEditVM_DesignEditVM$fromStore_closure0, G.DesignEditVM_DesignEditVM$fromStore__closure, K._DesignViewState_build_closure, K._DesignViewState_build_closure0, K._DesignViewState_build_closure1, K._DesignViewState_build_closure2, K._DesignViewState_build_closure3, K._DesignViewState_build_closure4, K._DesignViewState_build_closure5, K._DesignViewState_build_closure6, K._DesignViewState_build_closure7, B.DesignViewScreen_build_closure0, B.DesignViewScreen_build_closure, B.DesignViewVM_DesignViewVM$fromStore_closure, S.DocumentListItem_build_closure1, S.DocumentListItem_build_closure0, S.DocumentListItem_build_closure, A.DocumentListBuilder_build_closure, A.DocumentListBuilder_build__closure, A.DocumentListVM_fromStore__handleRefresh, A.DocumentListVM_fromStore_closure, A.DocumentListVM_fromStore_closure0, A.DocumentListVM_fromStore_closure1, G.DocumentScreen_build_closure9, G.DocumentScreen_build_closure7, G.DocumentScreen_build_closure8, G.DocumentScreen_build_closure4, G.DocumentScreen_build_closure0, G.DocumentScreen_build_closure1, G.DocumentScreen_build_closure2, G.DocumentScreen_build_closure3, G.DocumentScreen_build_closure5, G.DocumentScreen_build_closure, G.DocumentScreen_build_closure6, U.DocumentScreenBuilder_build_closure, Z._DocumentEditState_didChangeDependencies_closure, Z._DocumentEditState_didChangeDependencies_closure0, Z._DocumentEditState_dispose_closure, Z._DocumentEditState__onChanged_closure, Z._DocumentEditState__onChanged_closure0, Z._DocumentEditState_build_closure0, Z._DocumentEditState_build_closure, E.DocumentEditScreen_build_closure0, E.DocumentEditScreen_build_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure, E.DocumentEditVM_DocumentEditVM$fromStore_closure0, A.DocumentViewScreen_build_closure0, A.DocumentViewScreen_build_closure, D._ExpenseEditState_build_closure0, D._ExpenseEditState_build_closure1, D._ExpenseEditState_build_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure, M.ExpenseEditDetailsState_didChangeDependencies_closure0, M.ExpenseEditDetailsState_dispose_closure, M.ExpenseEditDetailsState__onChanged_closure, M.ExpenseEditDetailsState__onChanged_closure0, M.ExpenseEditDetailsState_build_closure0, M.ExpenseEditDetailsState_build__closure17, M.ExpenseEditDetailsState_build_closure, M.ExpenseEditDetailsState_build_closure2, M.ExpenseEditDetailsState_build__closure16, M.ExpenseEditDetailsState_build_closure1, M.ExpenseEditDetailsState_build_closure3, M.ExpenseEditDetailsState_build__closure15, M.ExpenseEditDetailsState_build_closure4, M.ExpenseEditDetailsState_build__closure14, M.ExpenseEditDetailsState_build_closure5, M.ExpenseEditDetailsState_build__closure13, M.ExpenseEditDetailsState_build_closure6, M.ExpenseEditDetailsState_build__closure12, M.ExpenseEditDetailsState_build_closure7, M.ExpenseEditDetailsState_build__closure11, M.ExpenseEditDetailsState_build_closure8, M.ExpenseEditDetailsState_build__closure10, M.ExpenseEditDetailsState_build_closure9, M.ExpenseEditDetailsState_build__closure9, M.ExpenseEditDetailsState_build_closure10, M.ExpenseEditDetailsState_build__closure8, M.ExpenseEditDetailsState_build_closure11, M.ExpenseEditDetailsState_build__closure7, M.ExpenseEditDetailsState_build_closure12, M.ExpenseEditDetailsState_build__closure6, M.ExpenseEditDetailsState_build_closure13, M.ExpenseEditDetailsState_build__closure5, M.ExpenseEditDetailsState_build_closure14, M.ExpenseEditDetailsState_build__closure4, M.ExpenseEditDetailsState_build_closure15, M.ExpenseEditDetailsState_build__closure3, M.ExpenseEditDetailsState_build_closure16, M.ExpenseEditDetailsState_build__closure2, M.ExpenseEditDetailsState_build_closure20, M.ExpenseEditDetailsState_build__closure0, M.ExpenseEditDetailsState_build_closure17, M.ExpenseEditDetailsState_build_closure18, M.ExpenseEditDetailsState_build__closure1, M.ExpenseEditDetailsState_build_closure21, M.ExpenseEditDetailsState_build__closure, M.ExpenseEditDetailsState_build_closure19, E.ExpenseEditNotesState_didChangeDependencies_closure, E.ExpenseEditNotesState_didChangeDependencies_closure0, E.ExpenseEditNotesState_dispose_closure, E.ExpenseEditNotesState__onChanged_closure, E.ExpenseEditNotesState__onChanged_closure0, T.ExpenseEditSettingsState_didChangeDependencies_closure, T.ExpenseEditSettingsState_didChangeDependencies_closure0, T.ExpenseEditSettingsState_dispose_closure, T.ExpenseEditSettingsState__onChanged_closure, T.ExpenseEditSettingsState__onChanged_closure0, T.ExpenseEditSettingsState__setCurrency_closure, T.ExpenseEditSettingsState__setCurrency_closure0, T.ExpenseEditSettingsState_build_closure, T.ExpenseEditSettingsState_build__closure12, T.ExpenseEditSettingsState_build_closure0, T.ExpenseEditSettingsState_build__closure8, T.ExpenseEditSettingsState_build__closure9, T.ExpenseEditSettingsState_build__closure10, T.ExpenseEditSettingsState_build__closure11, T.ExpenseEditSettingsState_build_closure1, T.ExpenseEditSettingsState_build__closure7, T.ExpenseEditSettingsState_build_closure2, T.ExpenseEditSettingsState_build__closure6, T.ExpenseEditSettingsState_build_closure3, T.ExpenseEditSettingsState_build__closure3, T.ExpenseEditSettingsState_build__closure4, T.ExpenseEditSettingsState_build__closure5, T.ExpenseEditSettingsState_build_closure4, T.ExpenseEditSettingsState_build_closure6, T.ExpenseEditSettingsState_build__closure2, T.ExpenseEditSettingsState_build_closure5, T.ExpenseEditSettingsState_build_closure7, T.ExpenseEditSettingsState_build__closure1, T.ExpenseEditSettingsState_build_closure8, T.ExpenseEditSettingsState_build_closure9, T.ExpenseEditSettingsState_build__closure0, T.ExpenseEditSettingsState_build_closure10, T.ExpenseEditSettingsState_build__closure, O.ExpenseEditScreen_build_closure0, O.ExpenseEditScreen_build_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure1, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure2, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore_closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore__closure3, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure, O.ExpenseEditVM_ExpenseEditVM$fromStore___closure0, O.ExpenseEditVM_ExpenseEditVM$fromStore____closure, V.ExpenseListItem_build_closure, V.ExpenseListItem_build__closure2, V.ExpenseListItem_build__closure1, V.ExpenseListItem_build__closure, V.ExpenseListItem_build__closure0, V.ExpenseListItem_build__closure5, V.ExpenseListItem_build__closure4, V.ExpenseListItem_build__closure3, F.ExpenseListBuilder_build_closure, F.ExpenseListBuilder_build__closure, F.ExpenseListVM_fromStore__handleRefresh, F.ExpenseListVM_fromStore_closure, F.ExpenseListVM_fromStore_closure0, F.ExpenseListVM_fromStore_closure1, X.ExpenseScreen_build_closure13, X.ExpenseScreen_build_closure11, X.ExpenseScreen_build_closure12, X.ExpenseScreen_build_closure4, X.ExpenseScreen_build_closure0, X.ExpenseScreen_build_closure1, X.ExpenseScreen_build_closure2, X.ExpenseScreen_build_closure3, X.ExpenseScreen_build_closure5, X.ExpenseScreen_build_closure7, X.ExpenseScreen_build_closure8, X.ExpenseScreen_build_closure9, X.ExpenseScreen_build_closure6, X.ExpenseScreen_build_closure, X.ExpenseScreen_build_closure10, U.ExpenseScreenBuilder_build_closure, U._ExpenseViewState_build_closure0, U._ExpenseViewState_build__closure, U._ExpenseViewState_build__closure0, U._ExpenseViewState_build_closure, U._ExpenseViewState_build__closure1, Y.ExpenseViewDocuments_build_closure, Y.ExpenseViewDocuments_build_closure0, F.ExpenseOverview_build__buildDetailsList, U.ExpenseViewScreen_build_closure0, U.ExpenseViewScreen_build_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore__handleRefresh, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure0, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore___closure, U.ExpenseViewVM_ExpenseViewVM$fromStore_closure1, U.ExpenseViewVM_ExpenseViewVM$fromStore__closure, A._ExpenseCategoryEditState_didChangeDependencies_closure, A._ExpenseCategoryEditState_didChangeDependencies_closure0, A._ExpenseCategoryEditState_dispose_closure, A._ExpenseCategoryEditState__onChanged_closure, A._ExpenseCategoryEditState__onChanged_closure0, A._ExpenseCategoryEditState_build_closure0, A._ExpenseCategoryEditState_build_closure1, A._ExpenseCategoryEditState_build__closure, A._ExpenseCategoryEditState_build_closure, A._ExpenseCategoryEditState_build__closure0, A._ExpenseCategoryEditState_build___closure, F.ExpenseCategoryEditScreen_build_closure0, F.ExpenseCategoryEditScreen_build_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure1, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore_closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore__closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore___closure0, F.ExpenseCategoryEditVM_ExpenseCategoryEditVM$fromStore____closure, F.ExpenseCategoryListItem_build_closure1, F.ExpenseCategoryListItem_build_closure0, F.ExpenseCategoryListItem_build_closure, A.ExpenseCategoryListBuilder_build_closure, A.ExpenseCategoryListBuilder_build__closure, A.ExpenseCategoryListVM_fromStore__handleRefresh, A.ExpenseCategoryListVM_fromStore_closure, A.ExpenseCategoryListVM_fromStore_closure0, A.ExpenseCategoryListVM_fromStore_closure1, Y.ExpenseCategoryScreen_build_closure9, Y.ExpenseCategoryScreen_build_closure8, Y.ExpenseCategoryScreen_build_closure7, Y.ExpenseCategoryScreen_build_closure4, Y.ExpenseCategoryScreen_build_closure5, Y.ExpenseCategoryScreen_build_closure, Y.ExpenseCategoryScreen_build_closure0, Y.ExpenseCategoryScreen_build_closure1, Y.ExpenseCategoryScreen_build_closure2, Y.ExpenseCategoryScreen_build_closure3, Y.ExpenseCategoryScreen_build_closure6, O.ExpenseCategoryScreenBuilder_build_closure, D._ExpenseCategoryViewState_build_closure, L.ExpenseCategoryViewScreen_build_closure0, L.ExpenseCategoryViewScreen_build_closure, L.ExpenseCategoryViewVM_ExpenseCategoryViewVM$fromStore_closure, Q._GroupEditState_didChangeDependencies_closure, Q._GroupEditState_didChangeDependencies_closure0, Q._GroupEditState_dispose_closure, Q._GroupEditState__onChanged_closure, Q._GroupEditState__onChanged_closure0, Q._GroupEditState_build_closure0, Q._GroupEditState_build_closure1, Q._GroupEditState_build__closure, Q._GroupEditState_build_closure, Q._GroupEditState_build__closure0, A.GroupEditScreen_build_closure0, A.GroupEditScreen_build_closure, A.GroupEditVM_GroupEditVM$fromStore_closure, A.GroupEditVM_GroupEditVM$fromStore_closure1, A.GroupEditVM_GroupEditVM$fromStore_closure0, A.GroupEditVM_GroupEditVM$fromStore__closure, A.GroupEditVM_GroupEditVM$fromStore___closure, A.GroupEditVM_GroupEditVM$fromStore___closure0, A.GroupEditVM_GroupEditVM$fromStore____closure, T.GroupListItem_build_closure1, T.GroupListItem_build_closure0, T.GroupListItem_build_closure, Y.GroupListBuilder_build_closure, Y.GroupListBuilder_build__closure, Y.GroupListVM_fromStore__handleRefresh, Y.GroupListVM_fromStore_closure, Y.GroupListVM_fromStore_closure0, Y.GroupListVM_fromStore_closure1, K.GroupSettingsScreen_build_closure5, K.GroupSettingsScreen_build_closure3, K.GroupSettingsScreen_build_closure4, K.GroupSettingsScreen_build_closure0, K.GroupSettingsScreen_build_closure1, K.GroupSettingsScreen_build_closure, K.GroupSettingsScreen_build_closure2, S.GroupScreenBuilder_build_closure, E._GroupViewState_build_closure2, E._GroupViewState_build_closure, E._GroupViewState_build_closure0, E._GroupViewState_build_closure1, A.GroupViewScreen_build_closure0, A.GroupViewScreen_build_closure, A.GroupViewVM_GroupViewVM$fromStore_closure, A.GroupViewVM_GroupViewVM$fromStore_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, F._InvoiceEditState_build_closure1, F._InvoiceEditState_build_closure2, F._InvoiceEditState_build_closure0, F._InvoiceEditState_build_closure, F._InvoiceEditState_build__closure, F._InvoiceEditState_build___closure, F._InvoiceEditState_build___closure1, F._InvoiceEditState_build___closure0, L.InvoiceEditContacts_build_closure, L.InvoiceEditContacts_build_closure0, L.InvoiceEditContacts_build__closure, L._ContactListTile_build_closure, X.InvoiceEditContactsScreen_build_closure0, X.InvoiceEditContactsScreen_build_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure, X.InvoiceEditContactsVM_InvoiceEditContactsVM$fromStore_closure0, S.InvoiceEditDesktopState_didChangeDependencies_closure, S.InvoiceEditDesktopState_didChangeDependencies_closure0, S.InvoiceEditDesktopState_dispose_closure, S.InvoiceEditDesktopState__onChanged_closure, S.InvoiceEditDesktopState__onChanged_closure0, S.InvoiceEditDesktopState_build_closure, S.InvoiceEditDesktopState_build_closure0, S.InvoiceEditDesktopState_build_closure2, S.InvoiceEditDesktopState_build_closure1, S.InvoiceEditDesktopState_build_closure7, S.InvoiceEditDesktopState_build__closure12, S.InvoiceEditDesktopState_build_closure3, S.InvoiceEditDesktopState_build_closure4, S.InvoiceEditDesktopState_build__closure13, S.InvoiceEditDesktopState_build_closure8, S.InvoiceEditDesktopState_build__closure11, S.InvoiceEditDesktopState_build_closure5, S.InvoiceEditDesktopState_build_closure9, S.InvoiceEditDesktopState_build__closure10, S.InvoiceEditDesktopState_build_closure6, S.InvoiceEditDesktopState_build_closure11, S.InvoiceEditDesktopState_build_closure10, S.InvoiceEditDesktopState_build__closure9, S.InvoiceEditDesktopState_build_closure12, S.InvoiceEditDesktopState_build__closure8, S.InvoiceEditDesktopState_build_closure13, S.InvoiceEditDesktopState_build_closure14, S.InvoiceEditDesktopState_build__closure7, S.InvoiceEditDesktopState_build_closure15, S.InvoiceEditDesktopState_build_closure16, S.InvoiceEditDesktopState_build__closure6, S.InvoiceEditDesktopState_build_closure17, S.InvoiceEditDesktopState_build__closure5, S.InvoiceEditDesktopState_build_closure18, S.InvoiceEditDesktopState_build_closure19, S.InvoiceEditDesktopState_build_closure20, S.InvoiceEditDesktopState_build__closure4, S.InvoiceEditDesktopState_build_closure21, S.InvoiceEditDesktopState_build__closure3, S.InvoiceEditDesktopState_build_closure22, S.InvoiceEditDesktopState_build__closure2, S.InvoiceEditDesktopState_build_closure23, S.InvoiceEditDesktopState_build__closure1, S.InvoiceEditDesktopState_build_closure24, S.InvoiceEditDesktopState_build__closure0, S.InvoiceEditDesktopState_build_closure25, S.InvoiceEditDesktopState_build__closure, S.InvoiceEditDesktopState_build_closure26, S.InvoiceEditDesktopState_build_closure27, S.InvoiceEditDesktopState_build_closure28, S.__PdfPreviewState_loadPdf_closure, S.__PdfPreviewState__loadPdf_closure, S.__PdfPreviewState__loadPdf_closure0, S.__PdfPreviewState__loadPdf__closure0, S.__PdfPreviewState__loadPdf_closure1, S.__PdfPreviewState__loadPdf__closure, S.__PdfPreviewState_build_closure, S.__PdfPreviewState_build_closure0, S.__PdfPreviewState_build_closure1, S.__PdfPreviewState_build__closure0, S.__PdfPreviewState_build_closure2, S.__PdfPreviewState_build__closure, N.InvoiceEditDetailsState_didChangeDependencies_closure, N.InvoiceEditDetailsState_didChangeDependencies_closure0, N.InvoiceEditDetailsState_dispose_closure, N.InvoiceEditDetailsState__onChanged_closure, N.InvoiceEditDetailsState__onChanged_closure0, N.InvoiceEditDetailsState_build_closure0, N.InvoiceEditDetailsState_build_closure, N.InvoiceEditDetailsState_build_closure1, N.InvoiceEditDetailsState_build_closure2, N.InvoiceEditDetailsState_build__closure12, N.InvoiceEditDetailsState_build_closure7, N.InvoiceEditDetailsState_build__closure10, N.InvoiceEditDetailsState_build_closure3, N.InvoiceEditDetailsState_build_closure4, N.InvoiceEditDetailsState_build__closure11, N.InvoiceEditDetailsState_build_closure8, N.InvoiceEditDetailsState_build__closure9, N.InvoiceEditDetailsState_build_closure5, N.InvoiceEditDetailsState_build_closure9, N.InvoiceEditDetailsState_build__closure8, N.InvoiceEditDetailsState_build_closure6, N.InvoiceEditDetailsState_build_closure11, N.InvoiceEditDetailsState_build_closure10, N.InvoiceEditDetailsState_build__closure7, N.InvoiceEditDetailsState_build_closure12, N.InvoiceEditDetailsState_build__closure6, N.InvoiceEditDetailsState_build_closure13, N.InvoiceEditDetailsState_build_closure14, N.InvoiceEditDetailsState_build__closure5, N.InvoiceEditDetailsState_build_closure15, N.InvoiceEditDetailsState_build__closure4, N.InvoiceEditDetailsState_build_closure16, N.InvoiceEditDetailsState_build__closure3, N.InvoiceEditDetailsState_build_closure17, N.InvoiceEditDetailsState_build_closure18, N.InvoiceEditDetailsState_build_closure19, N.InvoiceEditDetailsState_build_closure20, N.InvoiceEditDetailsState_build_closure21, N.InvoiceEditDetailsState_build__closure2, N.InvoiceEditDetailsState_build_closure22, N.InvoiceEditDetailsState_build__closure1, N.InvoiceEditDetailsState_build_closure23, N.InvoiceEditDetailsState_build__closure0, N.InvoiceEditDetailsState_build_closure24, N.InvoiceEditDetailsState_build__closure, L.InvoiceEditDetailsScreen_build_closure0, L.InvoiceEditDetailsScreen_build_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure0, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore_closure1, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure, L.InvoiceEditDetailsVM_InvoiceEditDetailsVM$fromStore__closure0, K.InvoiceEditFooter_build_closure, G._InvoiceEditItemsState__showInvoiceItemEditor_closure, G._InvoiceEditItemsState_build_closure, G._InvoiceEditItemsState_build_closure0, G.ItemEditDetailsState_didChangeDependencies_closure, G.ItemEditDetailsState_dispose_closure, G.ItemEditDetailsState__onTextChanged_closure, G.ItemEditDetailsState__onChanged_closure, G.ItemEditDetailsState_build_closure, G.ItemEditDetailsState_build__closure2, G.ItemEditDetailsState_build_closure0, G.ItemEditDetailsState_build_closure1, G.ItemEditDetailsState_build__closure1, G.ItemEditDetailsState_build_closure2, G.ItemEditDetailsState_build__closure0, G.ItemEditDetailsState_build_closure3, G.ItemEditDetailsState_build__closure, E._InvoiceEditItemsDesktopState__updateTable_closure, E._InvoiceEditItemsDesktopState__onChanged_closure, E._InvoiceEditItemsDesktopState__onFocusChange_closure, E._InvoiceEditItemsDesktopState_build_closure, E._InvoiceEditItemsDesktopState_build_closure0, E._InvoiceEditItemsDesktopState_build_closure1, E._InvoiceEditItemsDesktopState_build_closure2, E._InvoiceEditItemsDesktopState_build_closure3, E._InvoiceEditItemsDesktopState_build_closure9, E._InvoiceEditItemsDesktopState_build_closure5, E._InvoiceEditItemsDesktopState_build_closure7, E._InvoiceEditItemsDesktopState_build__closure12, E._InvoiceEditItemsDesktopState_build_closure4, E._InvoiceEditItemsDesktopState_build__closure13, E._InvoiceEditItemsDesktopState_build___closure, E._InvoiceEditItemsDesktopState_build_closure6, E._InvoiceEditItemsDesktopState_build_closure8, E._InvoiceEditItemsDesktopState_build__closure11, E._InvoiceEditItemsDesktopState_build_closure11, E._InvoiceEditItemsDesktopState_build_closure10, E._InvoiceEditItemsDesktopState_build__closure10, E._InvoiceEditItemsDesktopState_build_closure13, E._InvoiceEditItemsDesktopState_build_closure12, E._InvoiceEditItemsDesktopState_build__closure9, E._InvoiceEditItemsDesktopState_build_closure15, E._InvoiceEditItemsDesktopState_build_closure14, E._InvoiceEditItemsDesktopState_build__closure8, E._InvoiceEditItemsDesktopState_build_closure17, E._InvoiceEditItemsDesktopState_build_closure16, E._InvoiceEditItemsDesktopState_build__closure7, E._InvoiceEditItemsDesktopState_build_closure19, E._InvoiceEditItemsDesktopState_build_closure18, E._InvoiceEditItemsDesktopState_build__closure6, E._InvoiceEditItemsDesktopState_build_closure21, E._InvoiceEditItemsDesktopState_build_closure20, E._InvoiceEditItemsDesktopState_build__closure5, E._InvoiceEditItemsDesktopState_build_closure23, E._InvoiceEditItemsDesktopState_build_closure22, E._InvoiceEditItemsDesktopState_build__closure4, E._InvoiceEditItemsDesktopState_build_closure25, E._InvoiceEditItemsDesktopState_build_closure24, E._InvoiceEditItemsDesktopState_build__closure3, E._InvoiceEditItemsDesktopState_build_closure27, E._InvoiceEditItemsDesktopState_build_closure26, E._InvoiceEditItemsDesktopState_build__closure2, E._InvoiceEditItemsDesktopState_build_closure29, E._InvoiceEditItemsDesktopState_build_closure28, E._InvoiceEditItemsDesktopState_build__closure1, E._InvoiceEditItemsDesktopState_build_closure31, E._InvoiceEditItemsDesktopState_build_closure30, E._InvoiceEditItemsDesktopState_build__closure0, E._InvoiceEditItemsDesktopState_build_closure32, E._InvoiceEditItemsDesktopState_build__closure, E._InvoiceEditItemsDesktopState_build_closure33, O.InvoiceEditItemsScreen_build_closure0, O.InvoiceEditItemsScreen_build_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure0, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure1, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore__closure, O.InvoiceEditItemsVM_InvoiceEditItemsVM$fromStore_closure2, Z.InvoiceEditNotesState_didChangeDependencies_closure, Z.InvoiceEditNotesState_didChangeDependencies_closure0, Z.InvoiceEditNotesState_dispose_closure, Z.InvoiceEditNotesState__onChanged_closure, Z.InvoiceEditNotesState__onChanged_closure0, E.InvoiceEditNotesScreen_build_closure0, E.InvoiceEditNotesScreen_build_closure, E.InvoiceEditNotesVM_InvoiceEditNotesVM$fromStore_closure, A.InvoiceEditPDFState_didChangeDependencies_closure, A.InvoiceEditPDFState_didChangeDependencies_closure0, A.InvoiceEditPDFState_didChangeDependencies__closure0, A.InvoiceEditPDFState_didChangeDependencies_closure1, A.InvoiceEditPDFState_didChangeDependencies__closure, B.InvoiceEditPDFScreen_build_closure0, B.InvoiceEditPDFScreen_build_closure, M.InvoiceEditScreen_build_closure0, M.InvoiceEditScreen_build_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore___closure1, M.InvoiceEditVM_InvoiceEditVM$fromStore____closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure0, M.InvoiceEditVM_InvoiceEditVM$fromStore__closure, M.InvoiceEditVM_InvoiceEditVM$fromStore_closure1, D._InvoiceItemSelectorState__onItemsSelected_closure, D._InvoiceItemSelectorState__toggleEntity_closure, D._InvoiceItemSelectorState__updateClientId_closure, D._InvoiceItemSelectorState__updateClientId_closure0, D._InvoiceItemSelectorState_build__headerRow, D._InvoiceItemSelectorState_build__headerRow_closure, D._InvoiceItemSelectorState_build__headerRow__closure0, D._InvoiceItemSelectorState_build__headerRow_closure0, D._InvoiceItemSelectorState_build__headerRow__closure, D._InvoiceItemSelectorState_build__headerRow_closure1, D._InvoiceItemSelectorState_build__headerRow_closure2, D._InvoiceItemSelectorState_build__productList, D._InvoiceItemSelectorState_build__productList_closure, D._InvoiceItemSelectorState_build__productList_closure0, D._InvoiceItemSelectorState_build__productList__closure, D._InvoiceItemSelectorState_build__productList__closure0, D._InvoiceItemSelectorState_build__taskList, D._InvoiceItemSelectorState_build__taskList_closure, D._InvoiceItemSelectorState_build__taskList_closure0, D._InvoiceItemSelectorState_build__taskList__closure, D._InvoiceItemSelectorState_build__taskList__closure0, D._InvoiceItemSelectorState_build__expenseList, D._InvoiceItemSelectorState_build__expenseList_closure, D._InvoiceItemSelectorState_build__expenseList_closure0, D._InvoiceItemSelectorState_build__expenseList__closure, D._InvoiceItemSelectorState_build__expenseList__closure0, M.InvoiceEmailScreen_build_closure1, M.InvoiceEmailScreen_build_closure0, M.InvoiceEmailScreen_build_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure, M.EmailInvoiceVM_EmailInvoiceVM$fromStore_closure0, M.EmailInvoiceVM_EmailInvoiceVM$fromStore__closure, M.InvoiceListItem_build_closure, M.InvoiceListItem_build__closure2, M.InvoiceListItem_build__closure1, M.InvoiceListItem_build__closure, M.InvoiceListItem_build__closure0, M.InvoiceListItem_build__closure5, M.InvoiceListItem_build__closure4, M.InvoiceListItem_build__closure3, T.InvoiceListBuilder_build_closure, T.InvoiceListBuilder_build__closure, T.InvoiceListVM_fromStore__handleRefresh, T.InvoiceListVM_fromStore_closure, T.InvoiceListVM_fromStore_closure0, T.InvoiceListVM_fromStore_closure1, E._InvoicePdfViewState_loadPdf_closure, E._InvoicePdfViewState_loadPdf_closure0, E._InvoicePdfViewState_loadPdf__closure, E._InvoicePdfViewState_loadPdf_closure1, E._InvoicePdfViewState_build_closure, E._InvoicePdfViewState_build_closure0, E._InvoicePdfViewState_build_closure1, E._InvoicePdfViewState_build__closure, E._InvoicePdfViewState_build_closure2, E._InvoicePdfViewState_build_closure3, E._InvoicePdfViewState_build_closure4, O.InvoicePdfScreen_build_closure0, O.InvoicePdfScreen_build_closure, Y.InvoiceScreen_build_closure17, Y.InvoiceScreen_build_closure15, Y.InvoiceScreen_build_closure16, Y.InvoiceScreen_build_closure4, Y.InvoiceScreen_build_closure5, Y.InvoiceScreen_build_closure6, Y.InvoiceScreen_build_closure0, Y.InvoiceScreen_build_closure1, Y.InvoiceScreen_build_closure2, Y.InvoiceScreen_build_closure3, Y.InvoiceScreen_build_closure7, Y.InvoiceScreen_build_closure8, Y.InvoiceScreen_build_closure9, Y.InvoiceScreen_build_closure10, Y.InvoiceScreen_build_closure11, Y.InvoiceScreen_build_closure12, Y.InvoiceScreen_build_closure13, Y.InvoiceScreen_build_closure, Y.InvoiceScreen_build_closure14, E.InvoiceScreenBuilder_build_closure, E._InvoiceViewState_build_closure, E._InvoiceViewState_build__closure5, E._InvoiceViewState_build__closure, E._InvoiceViewState_build__closure0, E._InvoiceViewState_build__closure1, E._InvoiceViewState_build__closure2, E._InvoiceViewState_build__closure3, E._InvoiceViewState_build__closure4, A._InvoiceViewActivityState_build_closure0, A._InvoiceViewActivityState_build_closure, B.InvoiceViewContacts_build_closure, B._InvitationListTile_build_closure, B._InvitationListTile_build_closure0, B._InvitationListTile_build_closure1, B._InvitationListTile_build_closure2, X.InvoiceViewDocuments_build_closure, X.InvoiceViewDocuments_build_closure0, X.InvoiceViewDocuments_build_closure1, S._InvoiceViewHistoryState_build_closure, S._InvoiceViewHistoryState_build_closure0, S._InvoiceViewHistoryState_build__closure, S._InvoiceViewHistoryState_build_closure1, 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.InvoiceOverview_build___closure, A.InvoiceOverview_build_surchargeRow, A.InvoiceOverview_build_closure3, N.InvoiceViewSchedule_build_closure, F.InvoiceViewScreen_build_closure0, F.InvoiceViewScreen_build_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore__handleRefresh, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure0, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure1, F.InvoiceViewVM_InvoiceViewVM$fromStore___closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure2, F.InvoiceViewVM_InvoiceViewVM$fromStore__closure, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure3, F.InvoiceViewVM_InvoiceViewVM$fromStore_closure4, M._PaymentEditState_didChangeDependencies_closure, M._PaymentEditState_didChangeDependencies_closure0, M._PaymentEditState_dispose_closure, M._PaymentEditState__onChanged_closure, M._PaymentEditState__onChanged_closure0, M._PaymentEditState_convertCurrency_closure, M._PaymentEditState_build_closure, M._PaymentEditState_build_closure0, M._PaymentEditState_build_closure1, M._PaymentEditState_build_closure2, M._PaymentEditState_build_closure4, M._PaymentEditState_build_closure3, M._PaymentEditState_build__closure5, M._PaymentEditState_build_closure5, M._PaymentEditState_build_closure7, M._PaymentEditState_build_closure6, M._PaymentEditState_build__closure4, M._PaymentEditState_build_closure8, M._PaymentEditState_build__closure3, M._PaymentEditState_build_closure9, M._PaymentEditState_build__closure2, M._PaymentEditState_build_closure10, M._PaymentEditState_build__closure0, M._PaymentEditState_build__closure1, M._PaymentEditState_build_closure11, M._PaymentEditState_build_closure13, M._PaymentEditState_build__closure, M._PaymentEditState_build_closure12, M._PaymentEditState_build_onSavePressed, M._PaymentEditState_build_onSavePressed_closure, M._PaymentEditState_build_closure14, M._PaymentEditState_build_closure15, M._PaymentEditState_build_closure16, M._PaymentableEditorState_didChangeDependencies_closure, M._PaymentableEditorState_didChangeDependencies_closure0, M._PaymentableEditorState_dispose_closure0, M._PaymentableEditorState__onChanged_closure, M._PaymentableEditorState__onChanged_closure0, M._PaymentableEditorState__onChanged_closure1, M._PaymentableEditorState__onChanged_closure2, M._PaymentableEditorState__onChanged_closure3, M._PaymentableEditorState__onChanged_closure4, M._PaymentableEditorState__onChanged_closure5, M._PaymentableEditorState_build_closure, M._PaymentableEditorState_build_closure0, M._PaymentableEditorState_build_closure2, M._PaymentableEditorState_build_closure1, M._PaymentableEditorState_build_closure3, M._PaymentableEditorState_build_closure4, M._PaymentableEditorState_build__closure, M._PaymentableEditorState_build__closure0, B.PaymentEditScreen_build_closure0, B.PaymentEditScreen_build_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure, B.PaymentEditVM_PaymentEditVM$fromStore_closure1, B.PaymentEditVM_PaymentEditVM$fromStore_closure0, B.PaymentEditVM_PaymentEditVM$fromStore__closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure, B.PaymentEditVM_PaymentEditVM$fromStore___closure0, B.PaymentEditVM_PaymentEditVM$fromStore___closure1, B.PaymentEditVM_PaymentEditVM$fromStore___closure2, B.PaymentEditVM_PaymentEditVM$fromStore___closure3, B.PaymentEditVM_PaymentEditVM$fromStore____closure, O.PaymentListItem_build_closure, O.PaymentListItem_build__closure2, O.PaymentListItem_build__closure1, O.PaymentListItem_build__closure, O.PaymentListItem_build__closure0, O.PaymentListItem_build__closure5, O.PaymentListItem_build__closure4, O.PaymentListItem_build__closure3, R.PaymentListBuilder_build_closure, R.PaymentListBuilder_build__closure, R.PaymentListVM_fromStore__handleRefresh, R.PaymentListVM_fromStore_closure, R.PaymentListVM_fromStore_closure0, R.PaymentListVM_fromStore_closure1, Q.PaymentPresenter_getField_closure, K.PaymentScreen_build_closure9, K.PaymentScreen_build_closure7, K.PaymentScreen_build_closure8, K.PaymentScreen_build_closure4, K.PaymentScreen_build_closure0, K.PaymentScreen_build_closure1, K.PaymentScreen_build_closure2, K.PaymentScreen_build_closure3, K.PaymentScreen_build_closure5, K.PaymentScreen_build_closure, K.PaymentScreen_build_closure6, G.PaymentScreenBuilder_build_closure, Y._PaymentRefundState_didChangeDependencies_closure, Y._PaymentRefundState_didChangeDependencies_closure0, Y._PaymentRefundState_dispose_closure, Y._PaymentRefundState__onChanged_closure, Y._PaymentRefundState__onChanged__closure, Y._PaymentRefundState_build_closure, Y._PaymentRefundState_build_closure1, Y._PaymentRefundState_build_closure0, Y._PaymentRefundState_build__closure1, Y._PaymentRefundState_build_closure2, Y._PaymentRefundState_build__closure0, Y._PaymentRefundState_build_closure3, Y._PaymentRefundState_build__closure, Y._PaymentRefundState_build_onSavePressed, Y._PaymentRefundState_build_onSavePressed_closure, Y._PaymentRefundState_build_onSavePressed_closure0, Y._PaymentRefundState_build_closure4, Y._PaymentRefundState_build_closure5, Y._PaymentRefundState_build_closure6, Y._PaymentRefundState_build_closure7, Y._PaymentableEditorState_didChangeDependencies_closure1, Y._PaymentableEditorState_didChangeDependencies_closure2, Y._PaymentableEditorState_dispose_closure, Y._PaymentableEditorState__onChanged_closure6, Y._PaymentableEditorState__onChanged_closure7, Y._PaymentableEditorState__onChanged_closure8, Y._PaymentableEditorState__onChanged_closure9, Y._PaymentableEditorState_build_closure5, Y._PaymentableEditorState_build_closure7, Y._PaymentableEditorState_build_closure6, Y._PaymentableEditorState_build__closure2, Y._PaymentableEditorState_build_closure8, Y._PaymentableEditorState_build_closure9, Y._PaymentableEditorState_build__closure1, Y.PaymentRefundScreen_build_closure0, Y.PaymentRefundScreen_build_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure1, Y.PaymentRefundVM_PaymentRefundVM$fromStore_closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure, Y.PaymentRefundVM_PaymentRefundVM$fromStore__closure0, Y.PaymentRefundVM_PaymentRefundVM$fromStore___closure, L._PaymentViewState_build_closure, L._PaymentViewState_build__closure2, L._PaymentViewState_build__closure, L._PaymentViewState_build__closure0, L._PaymentViewState_build__closure1, F.PaymentViewScreen_build_closure0, F.PaymentViewScreen_build_closure, F.PaymentViewVM_PaymentViewVM$fromStore__handleRefresh, F.PaymentViewVM_PaymentViewVM$fromStore_closure, U._PaymentTermEditState_didChangeDependencies_closure, U._PaymentTermEditState_didChangeDependencies_closure0, U._PaymentTermEditState_dispose_closure, U._PaymentTermEditState__onChanged_closure, U._PaymentTermEditState__onChanged_closure0, U._PaymentTermEditState_build_closure0, U._PaymentTermEditState_build_closure1, U._PaymentTermEditState_build_closure, U._PaymentTermEditState_build__closure, Y.PaymentTermEditScreen_build_closure0, Y.PaymentTermEditScreen_build_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure1, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore_closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore__closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore___closure0, Y.PaymentTermEditVM_PaymentTermEditVM$fromStore____closure, K.PaymentTermListItem_build_closure1, K.PaymentTermListItem_build_closure0, K.PaymentTermListItem_build_closure, U.PaymentTermListBuilder_build_closure, U.PaymentTermListBuilder_build__closure, U.PaymentTermListVM_fromStore__handleRefresh, U.PaymentTermListVM_fromStore_closure, U.PaymentTermListVM_fromStore_closure0, U.PaymentTermListVM_fromStore_closure1, F.PaymentTermScreen_build_closure9, F.PaymentTermScreen_build_closure7, F.PaymentTermScreen_build_closure8, F.PaymentTermScreen_build_closure4, F.PaymentTermScreen_build_closure5, F.PaymentTermScreen_build_closure, F.PaymentTermScreen_build_closure0, F.PaymentTermScreen_build_closure1, F.PaymentTermScreen_build_closure2, F.PaymentTermScreen_build_closure3, F.PaymentTermScreen_build_closure6, Z.PaymentTermScreenBuilder_build_closure, K._PaymentTermViewState_build_closure, U.PaymentTermViewScreen_build_closure0, U.PaymentTermViewScreen_build_closure, U.PaymentTermViewVM_PaymentTermViewVM$fromStore_closure, F._ProductEditState_didChangeDependencies_closure, F._ProductEditState_didChangeDependencies_closure0, F._ProductEditState_dispose_closure, F._ProductEditState__onChanged_closure, F._ProductEditState__onChanged_closure0, F._ProductEditState_build_closure3, F._ProductEditState_build_closure4, F._ProductEditState_build__closure, F._ProductEditState_build_closure, F._ProductEditState_build_closure0, F._ProductEditState_build__closure2, F._ProductEditState_build_closure1, F._ProductEditState_build__closure1, F._ProductEditState_build_closure2, F._ProductEditState_build__closure0, S.ProductEditScreen_build_closure0, S.ProductEditScreen_build_closure, S.ProductEditVM_ProductEditVM$fromStore_closure, S.ProductEditVM_ProductEditVM$fromStore_closure1, S.ProductEditVM_ProductEditVM$fromStore_closure0, S.ProductEditVM_ProductEditVM$fromStore__closure, S.ProductEditVM_ProductEditVM$fromStore___closure, S.ProductEditVM_ProductEditVM$fromStore___closure0, S.ProductEditVM_ProductEditVM$fromStore____closure, T.ProductListItem_build_closure, T.ProductListItem_build__closure2, T.ProductListItem_build__closure1, T.ProductListItem_build__closure, T.ProductListItem_build__closure0, T.ProductListItem_build__closure5, T.ProductListItem_build__closure4, T.ProductListItem_build__closure3, Q.ProductListBuilder_build_closure, Q.ProductListBuilder_build__closure, Q.ProductListVM_fromStore__handleRefresh, Q.ProductListVM_fromStore_closure, Q.ProductListVM_fromStore_closure0, Q.ProductListVM_fromStore_closure1, K.ProductScreen_build_closure9, K.ProductScreen_build_closure7, K.ProductScreen_build_closure8, K.ProductScreen_build_closure4, K.ProductScreen_build_closure0, K.ProductScreen_build_closure1, K.ProductScreen_build_closure2, K.ProductScreen_build_closure3, K.ProductScreen_build_closure5, K.ProductScreen_build_closure, K.ProductScreen_build_closure6, E.ProductScreenBuilder_build_closure, Z._ProductViewState_build_closure, Z._ProductViewState_build__closure, Z._ProductViewState_build__closure0, F.ProductViewDocuments_build_closure, F.ProductViewDocuments_build_closure0, F.ProductViewScreen_build_closure0, F.ProductViewScreen_build_closure, F.ProductViewVM_ProductViewVM$fromStore__handleRefresh, F.ProductViewVM_ProductViewVM$fromStore_closure, F.ProductViewVM_ProductViewVM$fromStore_closure0, F.ProductViewVM_ProductViewVM$fromStore__closure0, F.ProductViewVM_ProductViewVM$fromStore__closure1, F.ProductViewVM_ProductViewVM$fromStore___closure, F.ProductViewVM_ProductViewVM$fromStore_closure1, F.ProductViewVM_ProductViewVM$fromStore__closure, K._ProjectEditState_didChangeDependencies_closure, K._ProjectEditState_didChangeDependencies_closure0, K._ProjectEditState_dispose_closure, K._ProjectEditState__onChanged_closure, K._ProjectEditState__onChanged_closure0, K._ProjectEditState_build_closure0, K._ProjectEditState_build_closure1, K._ProjectEditState_build__closure, K._ProjectEditState_build_closure, K._ProjectEditState_build__closure0, K._ProjectEditState_build__closure3, K._ProjectEditState_build__closure2, K._ProjectEditState_build___closure1, K._ProjectEditState_build__closure1, K._ProjectEditState_build__closure5, K._ProjectEditState_build___closure, K._ProjectEditState_build__closure4, K._ProjectEditState_build___closure0, G.ProjectEditScreen_build_closure0, G.ProjectEditScreen_build_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure, G.ProjectEditVM_ProjectEditVM$fromStore_closure1, G.ProjectEditVM_ProjectEditVM$fromStore_closure2, G.ProjectEditVM_ProjectEditVM$fromStore__closure, G.ProjectEditVM_ProjectEditVM$fromStore__closure0, G.ProjectEditVM_ProjectEditVM$fromStore_closure0, G.ProjectEditVM_ProjectEditVM$fromStore__closure1, G.ProjectEditVM_ProjectEditVM$fromStore___closure, G.ProjectEditVM_ProjectEditVM$fromStore___closure0, G.ProjectEditVM_ProjectEditVM$fromStore____closure, E.ProjectListItem_build_closure, E.ProjectListItem_build__closure2, E.ProjectListItem_build__closure1, E.ProjectListItem_build__closure, E.ProjectListItem_build__closure0, E.ProjectListItem_build__closure5, E.ProjectListItem_build__closure4, E.ProjectListItem_build__closure3, X.ProjectListBuilder_build_closure, X.ProjectListBuilder_build__closure, X.ProjectListVM_fromStore__handleRefresh, X.ProjectListVM_fromStore_closure, X.ProjectListVM_fromStore_closure0, X.ProjectListVM_fromStore_closure1, Z.ProjectScreen_build_closure9, Z.ProjectScreen_build_closure7, Z.ProjectScreen_build_closure8, Z.ProjectScreen_build_closure4, Z.ProjectScreen_build_closure0, Z.ProjectScreen_build_closure1, Z.ProjectScreen_build_closure2, Z.ProjectScreen_build_closure3, Z.ProjectScreen_build_closure5, Z.ProjectScreen_build_closure, Z.ProjectScreen_build_closure6, S.ProjectScreenBuilder_build_closure, M._ProjectViewState_build_closure, M._ProjectViewState_build__closure, M._ProjectViewState_build__closure0, M._ProjectViewState_build_closure0, D.ProjectViewDocuments_build_closure, D.ProjectViewDocuments_build_closure0, Y._ProjectOverviewState_initState_closure, Y._ProjectOverviewState_initState__closure, Y._ProjectOverviewState_build__buildView, Y._ProjectOverviewState_build_closure, D.ProjectViewScreen_build_closure0, D.ProjectViewScreen_build_closure, D.ProjectViewVM_ProjectViewVM$fromStore__handleRefresh, D.ProjectViewVM_ProjectViewVM$fromStore_closure0, D.ProjectViewVM_ProjectViewVM$fromStore_closure, D.ProjectViewVM_ProjectViewVM$fromStore__closure2, D.ProjectViewVM_ProjectViewVM$fromStore_closure1, D.ProjectViewVM_ProjectViewVM$fromStore__closure0, D.ProjectViewVM_ProjectViewVM$fromStore__closure1, D.ProjectViewVM_ProjectViewVM$fromStore___closure, D.ProjectViewVM_ProjectViewVM$fromStore_closure2, D.ProjectViewVM_ProjectViewVM$fromStore__closure, E.QuoteEditDetailsScreen_build_closure0, E.QuoteEditDetailsScreen_build_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure0, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore_closure1, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure, E.QuoteEditDetailsVM_QuoteEditDetailsVM$fromStore__closure0, T.QuoteEditItemsScreen_build_closure0, T.QuoteEditItemsScreen_build_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure0, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure1, T.QuoteEditItemsVM_QuoteEditItemsVM$fromStore_closure2, V.QuoteEditNotesScreen_build_closure0, V.QuoteEditNotesScreen_build_closure, V.QuoteEditNotesVM_QuoteEditNotesVM$fromStore_closure, B.QuoteEditScreen_build_closure0, B.QuoteEditScreen_build_closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure, B.QuoteEditVM_QuoteEditVM$fromStore__closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure, B.QuoteEditVM_QuoteEditVM$fromStore___closure0, B.QuoteEditVM_QuoteEditVM$fromStore___closure1, B.QuoteEditVM_QuoteEditVM$fromStore____closure, B.QuoteEditVM_QuoteEditVM$fromStore_closure0, B.QuoteEditVM_QuoteEditVM$fromStore_closure1, B._QuoteEditState_build_closure1, B._QuoteEditState_build_closure2, B._QuoteEditState_build_closure0, B._QuoteEditState_build_closure, B._QuoteEditState_build__closure, B._QuoteEditState_build___closure, B._QuoteEditState_build___closure1, B._QuoteEditState_build___closure0, B.QuoteEmailScreen_build_closure1, B.QuoteEmailScreen_build_closure0, B.QuoteEmailScreen_build_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure, B.EmailQuoteVM_EmailQuoteVM$fromStore_closure0, B.EmailQuoteVM_EmailQuoteVM$fromStore__closure, N.QuoteListItem_build_closure, N.QuoteListItem_build__closure2, N.QuoteListItem_build__closure1, N.QuoteListItem_build__closure, N.QuoteListItem_build__closure0, N.QuoteListItem_build__closure5, N.QuoteListItem_build__closure4, N.QuoteListItem_build__closure3, U.QuoteListBuilder_build_closure, U.QuoteListBuilder_build__closure, U.QuoteListVM_fromStore__handleRefresh, U.QuoteListVM_fromStore_closure, U.QuoteListVM_fromStore_closure0, U.QuoteListVM_fromStore_closure1, V.QuotePdfScreen_build_closure0, V.QuotePdfScreen_build_closure, T.QuoteScreen_build_closure15, T.QuoteScreen_build_closure13, T.QuoteScreen_build_closure14, T.QuoteScreen_build_closure4, T.QuoteScreen_build_closure0, T.QuoteScreen_build_closure1, T.QuoteScreen_build_closure2, T.QuoteScreen_build_closure3, T.QuoteScreen_build_closure5, T.QuoteScreen_build_closure6, T.QuoteScreen_build_closure7, T.QuoteScreen_build_closure8, T.QuoteScreen_build_closure9, T.QuoteScreen_build_closure10, T.QuoteScreen_build_closure11, T.QuoteScreen_build_closure, T.QuoteScreen_build_closure12, B.QuoteScreenBuilder_build_closure, O.QuoteViewScreen_build_closure0, O.QuoteViewScreen_build_closure, O.QuoteViewVM_QuoteViewVM$fromStore__handleRefresh, O.QuoteViewVM_QuoteViewVM$fromStore_closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure0, O.QuoteViewVM_QuoteViewVM$fromStore_closure1, O.QuoteViewVM_QuoteViewVM$fromStore__closure0, O.QuoteViewVM_QuoteViewVM$fromStore__closure1, O.QuoteViewVM_QuoteViewVM$fromStore___closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure2, O.QuoteViewVM_QuoteViewVM$fromStore__closure, O.QuoteViewVM_QuoteViewVM$fromStore_closure3, M.RecurringExpenseEditScreen_build_closure0, M.RecurringExpenseEditScreen_build_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure1, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore_closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore__closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore___closure0, M.RecurringExpenseEditVM_RecurringExpenseEditVM$fromStore____closure, S.RecurringExpenseListItem_build_closure, S.RecurringExpenseListItem_build__closure2, S.RecurringExpenseListItem_build__closure1, S.RecurringExpenseListItem_build__closure, S.RecurringExpenseListItem_build__closure0, S.RecurringExpenseListItem_build__closure5, S.RecurringExpenseListItem_build__closure4, S.RecurringExpenseListItem_build__closure3, U.RecurringExpenseListBuilder_build_closure, U.RecurringExpenseListBuilder_build__closure, U.RecurringExpenseListVM_fromStore__handleRefresh, U.RecurringExpenseListVM_fromStore_closure, U.RecurringExpenseListVM_fromStore_closure0, U.RecurringExpenseListVM_fromStore_closure1, O.RecurringExpenseScreen_build_closure9, O.RecurringExpenseScreen_build_closure7, O.RecurringExpenseScreen_build_closure8, O.RecurringExpenseScreen_build_closure4, O.RecurringExpenseScreen_build_closure5, O.RecurringExpenseScreen_build_closure, O.RecurringExpenseScreen_build_closure0, O.RecurringExpenseScreen_build_closure1, O.RecurringExpenseScreen_build_closure2, O.RecurringExpenseScreen_build_closure3, O.RecurringExpenseScreen_build_closure6, B.RecurringExpenseScreenBuilder_build_closure, Z.RecurringExpenseViewScreen_build_closure0, Z.RecurringExpenseViewScreen_build_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__handleRefresh, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure0, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore___closure, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore_closure1, Z.RecurringExpenseViewVM_RecurringExpenseViewVM$fromStore__closure, O._RecurringInvoiceEditState_build_closure1, O._RecurringInvoiceEditState_build_closure2, O._RecurringInvoiceEditState_build_closure0, O._RecurringInvoiceEditState_build_closure, O._RecurringInvoiceEditState_build__closure, O._RecurringInvoiceEditState_build___closure, O._RecurringInvoiceEditState_build___closure0, O._RecurringInvoiceEditState_build___closure1, F.RecurringInvoiceEditDetailsScreen_build_closure0, F.RecurringInvoiceEditDetailsScreen_build_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure0, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore_closure1, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure, F.RecurringInvoiceEditDetailsVM_RecurringInvoiceEditDetailsVM$fromStore__closure0, R.RecurringInvoiceEditItemsScreen_build_closure0, R.RecurringInvoiceEditItemsScreen_build_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure0, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure1, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore__closure, R.RecurringInvoiceEditItemsVM_RecurringInvoiceEditItemsVM$fromStore_closure2, Q.RecurringInvoiceEditNotesScreen_build_closure0, Q.RecurringInvoiceEditNotesScreen_build_closure, Q.RecurringInvoiceEditNotesVM_RecurringInvoiceEditNotesVM$fromStore_closure, Q.RecurringInvoiceEditScreen_build_closure0, Q.RecurringInvoiceEditScreen_build_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore__closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore___closure1, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore____closure, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure0, Q.RecurringInvoiceEditVM_RecurringInvoiceEditVM$fromStore_closure1, U.RecurringInvoiceListItem_build_closure, U.RecurringInvoiceListItem_build__closure2, U.RecurringInvoiceListItem_build__closure1, U.RecurringInvoiceListItem_build__closure, U.RecurringInvoiceListItem_build__closure0, U.RecurringInvoiceListItem_build__closure5, U.RecurringInvoiceListItem_build__closure4, U.RecurringInvoiceListItem_build__closure3, Y.RecurringInvoiceListBuilder_build_closure, Y.RecurringInvoiceListBuilder_build__closure, Y.RecurringInvoiceListVM_fromStore__handleRefresh, Y.RecurringInvoiceListVM_fromStore_closure, Y.RecurringInvoiceListVM_fromStore_closure0, Y.RecurringInvoiceListVM_fromStore_closure1, X.RecurringInvoicePdfScreen_build_closure0, X.RecurringInvoicePdfScreen_build_closure, V.RecurringInvoiceScreen_build_closure15, V.RecurringInvoiceScreen_build_closure13, V.RecurringInvoiceScreen_build_closure14, V.RecurringInvoiceScreen_build_closure9, V.RecurringInvoiceScreen_build_closure11, V.RecurringInvoiceScreen_build_closure10, V.RecurringInvoiceScreen_build_closure4, V.RecurringInvoiceScreen_build_closure, V.RecurringInvoiceScreen_build_closure0, V.RecurringInvoiceScreen_build_closure1, V.RecurringInvoiceScreen_build_closure2, V.RecurringInvoiceScreen_build_closure3, V.RecurringInvoiceScreen_build_closure5, V.RecurringInvoiceScreen_build_closure6, V.RecurringInvoiceScreen_build_closure7, V.RecurringInvoiceScreen_build_closure8, V.RecurringInvoiceScreen_build_closure12, A.RecurringInvoiceScreenBuilder_build_closure, O.RecurringInvoiceViewScreen_build_closure0, O.RecurringInvoiceViewScreen_build_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__handleRefresh, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure0, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure1, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore___closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure2, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore__closure, O.RecurringInvoiceViewVM_RecurringInvoiceViewVM$fromStore_closure3, A.memoizedClientReport_closure, A.clientReport_closure, A.clientReport_closure0, A.clientReport_closure1, A.clientReport_closure2, A.clientReport_closure3, A.clientReport_closure4, L.memoizedCreditReport_closure, L.creditReport_closure, L.creditReport_closure0, L.creditReport_closure1, L.creditReport_closure2, L.creditReport_closure3, L.creditReport_closure4, R.memoizedDocumentReport_closure, R.documentReport_closure, R.documentReport_closure0, R.documentReport__getRow, R.documentReport_closure1, R.documentReport__closure2, R.documentReport_closure2, R.documentReport__closure1, R.documentReport_closure3, R.documentReport__closure0, R.documentReport_closure4, R.documentReport__closure, R.documentReport_closure5, R.documentReport_closure6, R.documentReport_closure7, R.documentReport_closure8, M.memoizedExpenseReport_closure, M.expenseReport_closure, M.expenseReport_closure0, M.expenseReport_closure1, M.expenseReport_closure2, M.expenseReport_closure3, M.expenseReport_closure4, D.memoizedInvoiceItemReport_closure, D.lineItemReport_closure5, D.lineItemReport_closure6, D.lineItemReport_closure7, D.lineItemReport_closure8, D.lineItemReport_closure9, D.lineItemReport_closure10, X.memoizedInvoiceReport_closure, X.invoiceReport_closure, X.invoiceReport_closure0, X.invoiceReport_closure1, X.invoiceReport_closure2, X.invoiceReport_closure3, X.invoiceReport_closure4, O.memoizedInvoiceTaxReport_closure, O.taxReport_closure, O.taxReport_closure0, O.taxReport_closure2, O.taxReport_closure1, O.taxReport_closure3, O.taxReport_closure4, O.taxReport_closure5, K.memoizedPaymentReport_closure, K.paymentReport_closure, K.paymentReport_closure0, K.paymentReport_closure1, K.paymentReport_closure2, K.paymentReport_closure3, K.paymentReport_closure4, X.memoizedPaymentTaxReport_closure, X.paymentTaxReport_closure, X.paymentTaxReport_closure0, X.paymentTaxReport_closure2, X.paymentTaxReport_closure1, X.paymentTaxReport_closure3, X.paymentTaxReport_closure4, X.paymentTaxReport_closure5, N.memoizedProductReport_closure, N.productReport_closure, N.productReport_closure0, N.productReport_closure1, N.productReport_closure2, N.productReport_closure3, N.productReport_closure4, K.memoizedProfitAndLossReport_closure, K.profitAndLossReport_closure, K.profitAndLossReport_closure0, K.profitAndLossReport_closure2, K.profitAndLossReport_closure1, K.profitAndLossReport_closure3, K.profitAndLossReport_closure4, K.profitAndLossReport_closure5, T.memoizedQuoteItemReport_closure, T.lineItemReport_closure, T.lineItemReport_closure0, T.lineItemReport_closure1, T.lineItemReport_closure2, T.lineItemReport_closure3, T.lineItemReport_closure4, Y.memoizedQuoteReport_closure, Y.quoteReport_closure, Y.quoteReport_closure0, Y.quoteReport_closure1, Y.quoteReport_closure2, Y.quoteReport_closure3, Y.quoteReport_closure4, M.ReportCharts_build_closure, M.ReportCharts_build_closure1, M.ReportCharts_build_closure2, M.ReportCharts_build_closure0, M.ReportCharts_build_closure3, M.ReportCharts_build_closure4, M.ReportCharts_build_closure5, M.ReportCharts_build_closure7, M.ReportCharts_build_closure8, M.ReportCharts_build_closure6, A.ReportsScreen_build_closure, A.ReportsScreen_build__closure2, A.ReportsScreen_build_closure0, A.ReportsScreen_build_closure1, A.ReportsScreen_build_closure2, A.ReportsScreen_build_closure3, A.ReportsScreen_build_closure4, A.ReportsScreen_build_closure5, A.ReportsScreen_build_closure6, A.ReportsScreen_build_closure7, A.ReportsScreen_build_closure8, A.ReportsScreen_build_closure9, A.ReportsScreen_build_closure10, A.ReportsScreen_build_closure11, A.ReportsScreen_build_closure12, A.ReportsScreen_build_closure18, A.ReportsScreen_build_closure13, A.ReportsScreen_build__closure1, A.ReportsScreen_build___closure0, A.ReportsScreen_build_closure14, A.ReportsScreen_build_closure15, A.ReportsScreen_build__closure0, A.ReportsScreen_build_closure16, A.ReportsScreen_build__closure, A.ReportsScreen_build___closure, A.ReportsScreen_build_closure17, A._ReportDataTableState_initState_closure, A._ReportDataTableState_initState__closure, A._ReportDataTableState_didChangeDependencies_closure, A._ReportDataTableState__onChanged_closure, A._ReportDataTableState_dispose_closure, A._ReportDataTableState_dispose__closure, A._ReportDataTableState_build_closure, A.TotalsDataTable_build_closure, A.getReportColumnType_convertCustomFieldType, A.ReportDataTableSource_getRow_closure, A.ReportResult_tableFilters_closure, A.ReportResult_tableFilters_closure0, A.ReportResult_tableFilters_closure1, A.ReportResult_tableFilters_closure2, A.ReportResult_tableFilters_closure4, A.ReportResult_tableFilters_closure3, A.ReportResult_tableFilters_closure7, A.ReportResult_tableFilters_closure9, A.ReportResult_tableFilters__closure, A.ReportResult_tableFilters__closure0, A.ReportResult_tableFilters_closure6, A.ReportResult_tableFilters__closure1, A.ReportResult_tableFilters_closure8, A.ReportResult_tableFilters_closure5, A.ReportResult_tableRow_closure, A.ReportResult_tableRow_closure0, A.ReportResult_tableRow__closure, A.ReportResult_totalColumns_closure, A.ReportResult_totalRows_closure, A.ReportResult_totalRows_closure0, A.ReportResult_totalRows__closure0, A.ReportResult_totalRows_closure1, A.ReportResult_totalRows_closure2, A.ReportResult_totalRows_closure3, A.ReportResult_totalRows__closure, L.ReportsScreenBuilder_build_closure, L.ReportsScreenVM_fromStore_closure2, L.ReportsScreenVM_fromStore_closure3, L.ReportsScreenVM_fromStore_closure1, L.ReportsScreenVM_fromStore__closure0, L.ReportsScreenVM_fromStore_closure, L.ReportsScreenVM_fromStore__closure7, L.ReportsScreenVM_fromStore___closure0, L.ReportsScreenVM_fromStore__closure8, L.ReportsScreenVM_fromStore__closure9, L.ReportsScreenVM_fromStore_closure4, L.ReportsScreenVM_fromStore__closure, L.ReportsScreenVM_fromStore_closure0, L.ReportsScreenVM_fromStore__closure1, L.ReportsScreenVM_fromStore__closure2, L.ReportsScreenVM_fromStore__closure3, L.ReportsScreenVM_fromStore__closure4, L.ReportsScreenVM_fromStore__closure5, L.ReportsScreenVM_fromStore__closure6, L.ReportsScreenVM_fromStore___closure, L.memoizeedGroupTotals_closure, L.calculateReportTotals_closure, E.memoizedTaskReport_closure, E.taskReport_closure, E.taskReport_closure0, E.taskReport_closure1, E.taskReport_closure2, E.taskReport_closure3, E.taskReport_closure4, O._AccountManagementState_didChangeDependencies_closure, O._AccountManagementState_didChangeDependencies_closure0, O._AccountManagementState__onChanged_closure, O._AccountManagementState__onChanged_closure0, O._AccountManagementState_dispose_closure, O._AccountManagementState_build_closure, O._AccountManagementState_build__closure2, O._AccountManagementState_build___closure, O._AccountManagementState_build_closure0, O._AccountManagementState_build__closure1, O._AccountManagementState_build_closure1, O._AccountManagementState_build__closure0, O._AccountManagementState_build_closure2, O._AccountManagementState_build__closure, O._AccountOverview_build__getDataStats, O._AccountOverview_build_closure, O._AccountOverview_build_closure0, O._AccountOverview_build__closure4, O._AccountOverview_build_closure1, O._AccountOverview_build__closure3, O._AccountOverview_build_closure2, O._AccountOverview_build__closure2, O._AccountOverview_build_closure3, O._AccountOverview_build_closure4, O._AccountOverview_build__closure1, O._AccountOverview_build___closure1, O._AccountOverview_build___closure2, O._AccountOverview_build___closure3, O._AccountOverview_build_closure5, O._AccountOverview_build_closure6, O._AccountOverview_build_closure7, O._AccountOverview_build_closure8, O._AccountOverview_build_closure9, O._AccountOverview_build__closure0, O._AccountOverview_build___closure0, O._AccountOverview_build_closure10, O._AccountOverview_build__closure, O._AccountOverview_build___closure, A.AccountManagementScreen_build_closure, A.AccountManagementVM_fromStore_closure0, A.AccountManagementVM_fromStore_closure1, 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__closure2, A.AccountManagementVM_fromStore_closure2, A.AccountManagementVM_fromStore_closure3, V._BuyNowButtonsState_dispose_closure, V._BuyNowButtonsState_didChangeDependencies_closure, V._BuyNowButtonsState_didChangeDependencies_closure0, V._BuyNowButtonsState_build_closure0, V._BuyNowButtonsState_build_closure, B.BuyNowButtonsScreen_build_closure, S._ClientPortalState__validateSubdomain_closure, S._ClientPortalState__validateSubdomain_closure0, S._ClientPortalState__validateSubdomain__closure, S._ClientPortalState__validateSubdomain__closure0, S._ClientPortalState__validateSubdomain__closure1, S._ClientPortalState__validateSubdomain___closure0, S._ClientPortalState__validateSubdomain__closure2, S._ClientPortalState__validateSubdomain___closure, S._ClientPortalState_dispose_closure, S._ClientPortalState_didChangeDependencies_closure, S._ClientPortalState_didChangeDependencies_closure0, S._ClientPortalState__onChanged_closure, S._ClientPortalState__onChanged__closure, S._ClientPortalState__onChanged__closure0, S._ClientPortalState__onSavePressed_closure, S._ClientPortalState_build_closure17, S._ClientPortalState_build_closure, S._ClientPortalState_build__closure10, S._ClientPortalState_build_closure1, S._ClientPortalState_build_closure0, S._ClientPortalState_build_closure2, S._ClientPortalState_build_closure3, S._ClientPortalState_build_closure4, S._ClientPortalState_build__closure9, S._ClientPortalState_build_closure5, S._ClientPortalState_build__closure8, S._ClientPortalState_build_closure6, S._ClientPortalState_build__closure7, S._ClientPortalState_build_closure7, S._ClientPortalState_build_closure8, S._ClientPortalState_build__closure6, S._ClientPortalState_build_closure9, S._ClientPortalState_build__closure5, S._ClientPortalState_build_closure10, S._ClientPortalState_build_closure11, S._ClientPortalState_build__closure4, S._ClientPortalState_build_closure12, S._ClientPortalState_build__closure3, S._ClientPortalState_build_closure13, S._ClientPortalState_build__closure2, S._ClientPortalState_build_closure14, S._ClientPortalState_build__closure1, S._ClientPortalState_build_closure15, S._ClientPortalState_build__closure0, S._ClientPortalState_build_closure16, S._ClientPortalState_build__closure, A.ClientPortalScreen_build_closure, A.ClientPortalVM_fromStore_closure1, A.ClientPortalVM_fromStore_closure0, A.ClientPortalVM_fromStore_closure, A.ClientPortalVM_fromStore__closure, A.ClientPortalVM_fromStore___closure, A._CompanyDetailsState_dispose_closure, A._CompanyDetailsState_didChangeDependencies_closure, A._CompanyDetailsState_didChangeDependencies_closure0, A._CompanyDetailsState__onSettingsChanged_closure, A._CompanyDetailsState__onSettingsChanged_closure0, A._CompanyDetailsState_build_closure, A._CompanyDetailsState_build_closure0, A._CompanyDetailsState_build_closure1, A._CompanyDetailsState_build__closure12, A._CompanyDetailsState_build_closure2, A._CompanyDetailsState_build__closure11, A._CompanyDetailsState_build_closure3, A._CompanyDetailsState_build__closure10, A._CompanyDetailsState_build_closure4, A._CompanyDetailsState_build__closure8, A._CompanyDetailsState_build___closure, A._CompanyDetailsState_build__closure9, A._CompanyDetailsState_build_closure6, A._CompanyDetailsState_build__closure7, A._CompanyDetailsState_build_closure5, A._CompanyDetailsState_build_closure7, A._CompanyDetailsState_build__closure6, A._CompanyDetailsState_build_closure8, A._CompanyDetailsState_build_closure9, A._CompanyDetailsState_build__closure5, A._CompanyDetailsState_build_closure10, A._CompanyDetailsState_build_closure11, A._CompanyDetailsState_build__closure4, A._CompanyDetailsState_build_closure12, A._CompanyDetailsState_build_closure13, A._CompanyDetailsState_build__closure3, A._CompanyDetailsState_build_closure14, A._CompanyDetailsState_build__closure2, A._CompanyDetailsState_build_closure15, A._CompanyDetailsState_build__closure1, A._CompanyDetailsState_build_closure16, A._CompanyDetailsState_build__closure0, A._CompanyDetailsState_build_closure17, A._CompanyDetailsState_build__closure, A._CompanyDetailsState_build_closure18, A._CompanyDetailsState_build_closure19, A.CompanyDetailsScreen_build_closure, 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__closure5, A.CompanyDetailsVM_fromStore_closure2, A.CompanyDetailsVM_fromStore_closure4, A.CompanyDetailsVM_fromStore_closure5, A.CompanyDetailsVM_fromStore__closure0, A.CompanyDetailsVM_fromStore__closure1, A.CompanyDetailsVM_fromStore___closure, A.CompanyDetailsVM_fromStore_closure6, A.CompanyDetailsVM_fromStore__closure, X._CreditCardsAndBanksState_dispose_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure, X._CreditCardsAndBanksState_didChangeDependencies_closure0, F.CreditCardsAndBanksScreen_build_closure, S._CustomFieldsState_initState_closure, S.CustomFieldsSettings_build_closure, S.CustomFieldsSettings_build__closure6, S.CustomFieldsSettings_build_closure0, S.CustomFieldsSettings_build__closure5, S.CustomFieldsSettings_build_closure1, S.CustomFieldsSettings_build__closure4, S.CustomFieldsSettings_build_closure2, S.CustomFieldsSettings_build__closure3, S.CustomFieldsSettings_build_closure3, S.CustomFieldsSettings_build__closure2, S.CustomFieldsSettings_build_closure4, S.CustomFieldsSettings_build__closure1, S.CustomFieldsSettings_build_closure5, S.CustomFieldsSettings_build__closure0, S.CustomFieldsSettings_build_closure6, S.CustomFieldsSettings_build__closure, S._CustomFormFieldState_dispose_closure, S._CustomFormFieldState_didChangeDependencies_closure, S._CustomFormFieldState_didChangeDependencies_closure0, S._CustomFormFieldState__onChanged_closure, S._CustomFormFieldState_build_closure, S._CustomFormFieldState_build_closure0, S._CustomFormFieldState_build_closure1, S._CustomFormFieldState_build__closure, M.CustomFieldsScreen_build_closure, M.CustomFieldsVM_fromStore_closure0, M.CustomFieldsVM_fromStore_closure, M.CustomFieldsVM_fromStore__closure, V._DataVisualizationsState_dispose_closure, V._DataVisualizationsState_didChangeDependencies_closure, V._DataVisualizationsState_didChangeDependencies_closure0, M.DataVisualizationsScreen_build_closure, R._DeviceSettingsState_build_closure, R._DeviceSettingsState_build_closure0, R._DeviceSettingsState_build_closure1, R._DeviceSettingsState_build_closure2, R._DeviceSettingsState_build_closure3, R._DeviceSettingsState_build_closure4, R._DeviceSettingsState_build_closure5, R._DeviceSettingsState_build_closure6, R._DeviceSettingsState_build__closure7, R._DeviceSettingsState_build_closure7, R._DeviceSettingsState_build_closure8, R._DeviceSettingsState_build__closure6, R._DeviceSettingsState_build__closure5, R._DeviceSettingsState_build_closure9, R._DeviceSettingsState_build__closure4, R._DeviceSettingsState_build_closure10, R._DeviceSettingsState_build_closure11, R._DeviceSettingsState_build_closure12, R._DeviceSettingsState_build_closure13, R._DeviceSettingsState_build__closure2, R._DeviceSettingsState_build__closure3, R._DeviceSettingsState_build_closure14, R._DeviceSettingsState_build__closure1, R._DeviceSettingsState_build___closure0, R._DeviceSettingsState_build_closure15, R._DeviceSettingsState_build__closure0, R._DeviceSettingsState_build_closure16, R._DeviceSettingsState_build__closure, R._DeviceSettingsState_build___closure, L.DeviceSettingsScreen_build_closure, L.DeviceSettingsVM_fromStore_closure, L.DeviceSettingsVM_fromStore_closure0, L.DeviceSettingsVM_fromStore_closure1, L.DeviceSettingsVM_fromStore_closure8, L.DeviceSettingsVM_fromStore_closure5, L.DeviceSettingsVM_fromStore_closure6, L.DeviceSettingsVM_fromStore_closure7, L.DeviceSettingsVM_fromStore_closure3, L.DeviceSettingsVM_fromStore_closure11, L.DeviceSettingsVM_fromStore_closure4, L.DeviceSettingsVM_fromStore__closure, L.DeviceSettingsVM_fromStore_closure9, L.DeviceSettingsVM_fromStore_closure12, L.DeviceSettingsVM_fromStore_closure2, L.DeviceSettingsVM_fromStore_closure10, N._EmailSettingsState_dispose_closure, N._EmailSettingsState_didChangeDependencies_closure, N._EmailSettingsState_didChangeDependencies_closure0, N._EmailSettingsState__onChanged_closure, N._EmailSettingsState_build_closure, N._EmailSettingsState_build__closure5, N._EmailSettingsState_build_closure0, N._EmailSettingsState_build_closure1, N._EmailSettingsState_build__closure4, N._EmailSettingsState_build_closure2, N._EmailSettingsState_build_closure3, N._EmailSettingsState_build__closure3, N._EmailSettingsState_build_closure4, N._EmailSettingsState_build__closure2, N._EmailSettingsState_build_closure5, N._EmailSettingsState_build_closure6, N._EmailSettingsState_build__closure1, N._EmailSettingsState_build_closure7, N._EmailSettingsState_build__closure0, N._EmailSettingsState_build_closure8, N._EmailSettingsState_build__closure, D.EmailSettingsScreen_build_closure, D.EmailSettingsVM_fromStore_closure0, D.EmailSettingsVM_fromStore_closure, D.EmailSettingsVM_fromStore__closure, F._ExpenseSettingsState_build_closure, F._ExpenseSettingsState_build__closure3, F._ExpenseSettingsState_build_closure0, F._ExpenseSettingsState_build__closure2, F._ExpenseSettingsState_build_closure1, F._ExpenseSettingsState_build__closure1, F._ExpenseSettingsState_build_closure2, F._ExpenseSettingsState_build__closure0, F._ExpenseSettingsState_build_closure3, F._ExpenseSettingsState_build__closure, F._ExpenseSettingsState_build_closure4, N.ExpenseSettingsScreen_build_closure, N.ExpenseSettingsVM_fromStore_closure0, N.ExpenseSettingsVM_fromStore_closure, N.ExpenseSettingsVM_fromStore__closure, N.ExpenseSettingsVM_fromStore_closure1, F._GeneratedNumbersState_initState_closure, F._GeneratedNumbersState_dispose_closure, F._GeneratedNumbersState_didChangeDependencies_closure, F._GeneratedNumbersState_didChangeDependencies_closure0, F._GeneratedNumbersState__onChanged_closure, F._GeneratedNumbersState__onChanged__closure, F._GeneratedNumbersState__onSavePressed_closure, F._GeneratedNumbersState__onSavePressed_closure0, F._GeneratedNumbersState_build_closure0, F._GeneratedNumbersState_build__closure14, F._GeneratedNumbersState_build_closure, F._GeneratedNumbersState_build_closure1, F._GeneratedNumbersState_build__closure13, F._GeneratedNumbersState_build_closure2, F._GeneratedNumbersState_build__closure12, F._GeneratedNumbersState_build_closure3, F._GeneratedNumbersState_build__closure11, F._GeneratedNumbersState_build_closure5, F._GeneratedNumbersState_build__closure10, F._GeneratedNumbersState_build_closure4, F._GeneratedNumbersState_build_closure6, F._GeneratedNumbersState_build__closure9, F._GeneratedNumbersState_build_closure7, F._GeneratedNumbersState_build__closure8, F._GeneratedNumbersState_build_closure8, F._GeneratedNumbersState_build__closure7, F._GeneratedNumbersState_build_closure9, F._GeneratedNumbersState_build__closure6, F._GeneratedNumbersState_build_closure10, F._GeneratedNumbersState_build__closure5, F._GeneratedNumbersState_build_closure11, F._GeneratedNumbersState_build__closure4, F._GeneratedNumbersState_build_closure12, F._GeneratedNumbersState_build__closure3, F._GeneratedNumbersState_build_closure13, F._GeneratedNumbersState_build__closure2, F._GeneratedNumbersState_build_closure14, F._GeneratedNumbersState_build__closure1, F._GeneratedNumbersState_build_closure15, F._GeneratedNumbersState_build__closure0, F._GeneratedNumbersState_build_closure16, F._GeneratedNumbersState_build__closure, F._EntityNumberSettingsState_dispose_closure, F._EntityNumberSettingsState_didChangeDependencies_closure, F._EntityNumberSettingsState_didChangeDependencies_closure0, F._EntityNumberSettingsState__onChanged_closure, F._EntityNumberSettingsState_build_closure, F._EntityNumberSettingsState_build_closure0, F.HelpPanel_build_closure, F.HelpPanel_build_closure0, F.HelpPanel_build_closure1, F.HelpPanel_build_closure2, F.HelpPanel_build__closure, F.GeneratedNumbersScreen_build_closure, F.GeneratedNumbersVM_fromStore_closure0, F.GeneratedNumbersVM_fromStore_closure, F.GeneratedNumbersVM_fromStore__closure, D._ImportExportState_build_closure0, D._ImportExportState_build__closure3, D._ImportExportState_build_closure, D._ImportExportState_build__closure4, D._ImportExportState_build_closure1, D._ImportExportState_build__closure2, D._ImportExportState_build_closure2, D._ImportExportState_build__closure, D._ImportExportState_build__closure0, D._ImportExportState_build___closure0, D._ImportExportState_build__closure1, D._ImportExportState_build___closure, D._FileImportState_uploadJsonFile_closure, D._FileImportState_uploadJsonFile_closure0, D._FileImportState_uploadJsonFile__closure0, D._FileImportState_uploadJsonFile_closure1, D._FileImportState_uploadJsonFile__closure, D._FileImportState_uploadFile_closure, D._FileImportState_uploadFile_closure0, D._FileImportState_uploadFile__closure0, D._FileImportState_uploadFile_closure1, D._FileImportState_uploadFile__closure, D._FileImportState_build_closure0, D._FileImportState_build_closure, D._FileImportState_build_closure1, D._FileImportState_build__closure1, D._FileImportState_build_closure2, D._FileImportState_build__closure0, D._FileImportState_build_closure3, D._FileImportState_build__closure, D._FileImportState_build_closure4, D.__FileMapperState_build_closure, D.__FileMapperState_build__closure3, D.__FileMapperState_build_closure0, D.__FileMapperState_build__closure2, D.__FileMapperState_build_closure1, D.__FileMapperState_build_closure2, D.__FileMapperState_build__closure, D.__FileMapperState_build__closure0, D.__FileMapperState_build___closure0, D.__FileMapperState_build__closure1, D.__FileMapperState_build___closure, D._FieldMapper_build_closure, D._FieldMapper_build_closure1, D._FieldMapper_build__closure0, D._FieldMapper_build_closure2, D._FieldMapper_build__closure, D._FieldMapper_build_closure0, N.ImportExportScreen_build_closure, Z._InvoiceDesignState_build_closure12, Z._InvoiceDesignState_build_closure, Z._InvoiceDesignState_build__closure9, Z._InvoiceDesignState_build_closure0, Z._InvoiceDesignState_build__closure8, Z._InvoiceDesignState_build_closure1, Z._InvoiceDesignState_build__closure7, Z._InvoiceDesignState_build_closure2, Z._InvoiceDesignState_build__closure6, Z._InvoiceDesignState_build_closure3, Z._InvoiceDesignState_build_closure4, Z._InvoiceDesignState_build__closure5, Z._InvoiceDesignState_build_closure5, Z._InvoiceDesignState_build_closure6, Z._InvoiceDesignState_build__closure4, Z._InvoiceDesignState_build_closure7, Z._InvoiceDesignState_build_closure8, Z._InvoiceDesignState_build__closure3, Z._InvoiceDesignState_build_closure9, Z._InvoiceDesignState_build__closure2, Z._InvoiceDesignState_build_closure10, Z._InvoiceDesignState_build__closure1, Z._InvoiceDesignState_build_closure11, Z._InvoiceDesignState_build__closure0, Z._InvoiceDesignState_build_closure13, Z._InvoiceDesignState_build__closure, Z._InvoiceDesignState_build_closure14, Z._InvoiceDesignState_build_closure15, Z._InvoiceDesignState_build_closure16, Z._InvoiceDesignState_build_closure17, Z._InvoiceDesignState_build_closure18, Z._InvoiceDesignState_build_closure19, Z._InvoiceDesignState_build_closure20, Z._InvoiceDesignState_build_closure21, Z._InvoiceDesignState_build_closure22, Z._InvoiceDesignState_build_closure23, Z._InvoiceDesignState_build_closure24, Z._InvoiceDesignState_build_closure25, Z._InvoiceDesignState_build_closure26, Z._InvoiceDesignState_build_closure27, Z._InvoiceDesignState_build_closure28, Z._InvoiceDesignState_build_closure29, Z._InvoiceDesignState_build_closure30, Z._InvoiceDesignState_build_closure31, Z._InvoiceDesignState_build_closure32, Z._InvoiceDesignState_build_closure33, Z._InvoiceDesignState_build_closure34, Z._InvoiceDesignState_build_closure35, Z._InvoiceDesignState_build_closure36, Z._InvoiceDesignState_build_closure37, Z._InvoiceDesignState_build_closure38, Z._InvoiceDesignState_build_closure39, Z._InvoiceDesignState_build_closure40, Z._InvoiceDesignState_build_closure41, Z._InvoiceDesignState_build_closure42, Z._InvoiceDesignState_build_closure43, Z._InvoiceDesignState_build_closure44, Z._InvoiceDesignState_build_closure45, B.InvoiceDesignScreen_build_closure, B.InvoiceDesignVM_fromStore_closure, B.InvoiceDesignVM_fromStore_closure0, B.InvoiceDesignVM_fromStore__closure, G._LocalizationSettingsState_dispose_closure, G._LocalizationSettingsState_didChangeDependencies_closure, G._LocalizationSettingsState_didChangeDependencies_closure0, G._LocalizationSettingsState_build_closure, G._LocalizationSettingsState_build_closure0, G._LocalizationSettingsState_build_closure1, G._LocalizationSettingsState_build__closure11, G._LocalizationSettingsState_build_closure2, G._LocalizationSettingsState_build__closure10, G._LocalizationSettingsState_build_closure3, G._LocalizationSettingsState_build__closure9, G._LocalizationSettingsState_build_closure4, G._LocalizationSettingsState_build__closure8, G._LocalizationSettingsState_build_closure5, G._LocalizationSettingsState_build__closure7, G._LocalizationSettingsState_build_closure6, G._LocalizationSettingsState_build__closure6, G._LocalizationSettingsState_build_closure7, G._LocalizationSettingsState_build__closure5, G._LocalizationSettingsState_build_closure9, G._LocalizationSettingsState_build__closure4, G._LocalizationSettingsState_build_closure8, G._LocalizationSettingsState_build_closure10, G._LocalizationSettingsState_build_closure11, G._LocalizationSettingsState_build__closure3, G._LocalizationSettingsState_build_closure12, G._LocalizationSettingsState_build__closure1, G._LocalizationSettingsState_build___closure, G._LocalizationSettingsState_build__closure2, G._LocalizationSettingsState_build_closure13, G._LocalizationSettingsState_build__closure0, G._LocalizationSettingsState_build_closure14, G._LocalizationSettingsState_build__closure, B.LocalizationScreen_build_closure, B.LocalizationSettingsVM_fromStore_closure0, B.LocalizationSettingsVM_fromStore_closure, B.LocalizationSettingsVM_fromStore_closure1, B.LocalizationSettingsVM_fromStore__closure, B.LocalizationSettingsVM_fromStore___closure, B.LocalizationSettingsVM_fromStore____closure, V._OnlinePaymentsState_didChangeDependencies_closure, V._OnlinePaymentsState_didChangeDependencies_closure0, V._OnlinePaymentsState__onChanged_closure, V._OnlinePaymentsState_build_closure0, V._OnlinePaymentsState_build__closure1, V._OnlinePaymentsState_build_closure1, V._OnlinePaymentsState_build__closure0, V._OnlinePaymentsState_build_closure, V._OnlinePaymentsState_build__closure2, V._OnlinePaymentsState_build_closure2, V._OnlinePaymentsState_build__closure, V._OnlinePaymentsState_build_closure3, B.OnlinePaymentsScreen_build_closure, B.OnlinePaymentsVM_fromStore_closure0, B.OnlinePaymentsVM_fromStore_closure, B.OnlinePaymentsVM_fromStore__closure, B.OnlinePaymentsVM_fromStore_closure1, L._ProductSettingsState_build_closure, L._ProductSettingsState_build__closure5, L._ProductSettingsState_build_closure0, L._ProductSettingsState_build__closure4, L._ProductSettingsState_build_closure1, L._ProductSettingsState_build__closure3, L._ProductSettingsState_build_closure2, L._ProductSettingsState_build__closure2, L._ProductSettingsState_build_closure3, L._ProductSettingsState_build__closure1, L._ProductSettingsState_build_closure4, L._ProductSettingsState_build__closure0, L._ProductSettingsState_build_closure5, L._ProductSettingsState_build__closure, G.ProductSettingsScreen_build_closure, G.ProductSettingsVM_fromStore_closure0, G.ProductSettingsVM_fromStore_closure, G.ProductSettingsVM_fromStore__closure, U.SettingsListTile_build_closure, U.SettingsSearch_build_closure, D.SettingsListBuilder_build_closure, D.SettingsListVM_fromStore_closure, D.SettingsListVM_fromStore_closure2, D.SettingsListVM_fromStore_closure1, D.SettingsListVM_fromStore_closure0, A.SettingsScreen_build_closure, L.SettingsScreenBuilder_build_closure, X._SettingsWizardState_dispose_closure, X._SettingsWizardState__validateSubdomain_closure, X._SettingsWizardState__validateSubdomain__closure, X._SettingsWizardState__validateSubdomain__closure0, X._SettingsWizardState__validateSubdomain__closure1, X._SettingsWizardState__validateSubdomain___closure0, X._SettingsWizardState__validateSubdomain__closure2, X._SettingsWizardState__validateSubdomain___closure, X._SettingsWizardState__onRefreshPressed_closure, X._SettingsWizardState__onRefreshPressed__closure0, X._SettingsWizardState__onRefreshPressed_closure0, X._SettingsWizardState__onRefreshPressed__closure, X._SettingsWizardState__onSavePressed_closure, X._SettingsWizardState__onSavePressed_closure0, X._SettingsWizardState__onSavePressed__closure, X._SettingsWizardState__onSavePressed___closure0, X._SettingsWizardState__onSavePressed___closure1, X._SettingsWizardState__onSavePressed____closure, X._SettingsWizardState__onSavePressed___closure2, X._SettingsWizardState__onSavePressed__closure0, X._SettingsWizardState__onSavePressed___closure, X._SettingsWizardState__onSavePressed__closure1, X._SettingsWizardState__onSavePressed__closure2, X._SettingsWizardState_build_closure, X._SettingsWizardState_build_closure0, X._SettingsWizardState_build_closure1, X._SettingsWizardState_build_closure2, X._SettingsWizardState_build__closure1, X._SettingsWizardState_build_closure3, X._SettingsWizardState_build_closure4, X._SettingsWizardState_build__closure0, X._SettingsWizardState_build_closure5, X._SettingsWizardState_build_closure6, X._SettingsWizardState_build__closure, X._SettingsWizardState_build_closure8, X._SettingsWizardState_build_closure7, X._SettingsWizardState_build_closure9, L._TaskSettingsState_didChangeDependencies_closure, L._TaskSettingsState_didChangeDependencies_closure0, L._TaskSettingsState_dispose_closure, L._TaskSettingsState__onChanged_closure, L._TaskSettingsState_build_closure, L._TaskSettingsState_build__closure5, L._TaskSettingsState_build_closure0, L._TaskSettingsState_build__closure4, L._TaskSettingsState_build_closure1, L._TaskSettingsState_build__closure3, L._TaskSettingsState_build_closure2, L._TaskSettingsState_build__closure2, L._TaskSettingsState_build_closure3, L._TaskSettingsState_build__closure1, L._TaskSettingsState_build_closure4, L._TaskSettingsState_build__closure0, L._TaskSettingsState_build_closure5, L._TaskSettingsState_build__closure, L._TaskSettingsState_build_closure6, L._TaskSettingsState_build_closure7, F.TaskSettingsScreen_build_closure, F.TaskSettingsVM_fromStore_closure0, F.TaskSettingsVM_fromStore_closure1, F.TaskSettingsVM_fromStore_closure, F.TaskSettingsVM_fromStore__closure, F.TaskSettingsVM_fromStore_closure2, N._TaxSettingsState_build_closure, N._TaxSettingsState_build__closure4, N._TaxSettingsState_build_closure0, N._TaxSettingsState_build__closure3, N._TaxSettingsState_build_closure1, N._TaxSettingsState_build__closure2, N._TaxSettingsState_build_closure2, N._TaxSettingsState_build__closure1, N._TaxSettingsState_build_closure3, N._TaxSettingsState_build__closure0, N._TaxSettingsState_build_closure4, N._TaxSettingsState_build__closure, N._TaxSettingsState_build_closure5, N.NumberOfRatesSelector_build_closure, A.TaxSettingsScreen_build_closure, A.TaxSettingsVM_fromStore_closure0, A.TaxSettingsVM_fromStore_closure1, A.TaxSettingsVM_fromStore_closure, A.TaxSettingsVM_fromStore__closure, A.TaxSettingsVM_fromStore_closure2, L._TemplatesAndRemindersState_dispose_closure, L._TemplatesAndRemindersState__loadTemplate_closure, L._TemplatesAndRemindersState__onChanged_closure, L._TemplatesAndRemindersState__onChanged__closure, L._TemplatesAndRemindersState__onChanged__closure0, L._TemplatesAndRemindersState__onChanged__closure1, L._TemplatesAndRemindersState__onChanged__closure2, L._TemplatesAndRemindersState__onChanged__closure3, L._TemplatesAndRemindersState__onChanged__closure4, L._TemplatesAndRemindersState__onChanged__closure5, L._TemplatesAndRemindersState__onChanged__closure6, L._TemplatesAndRemindersState__onChanged__closure7, L._TemplatesAndRemindersState__onChanged__closure8, L._TemplatesAndRemindersState__onChanged__closure9, L._TemplatesAndRemindersState__onChanged__closure10, L._TemplatesAndRemindersState__onChanged__closure11, L._TemplatesAndRemindersState__handleTabSelection_closure, L._TemplatesAndRemindersState__handleTabSelection_closure0, L._TemplatesAndRemindersState__handleTabSelection__closure, L._TemplatesAndRemindersState_build_closure1, L._TemplatesAndRemindersState_build__closure4, L._TemplatesAndRemindersState_build_closure, L._TemplatesAndRemindersState_build_closure0, L._TemplatesAndRemindersState_build_closure2, L._TemplatesAndRemindersState_build__closure3, L._TemplatesAndRemindersState_build_closure3, L._TemplatesAndRemindersState_build__closure2, L._TemplatesAndRemindersState_build_closure4, L._TemplatesAndRemindersState_build__closure1, L._TemplatesAndRemindersState_build_closure5, L._TemplatesAndRemindersState_build__closure0, L._TemplatesAndRemindersState_build_closure7, L._TemplatesAndRemindersState_build__closure, L._TemplatesAndRemindersState_build_closure6, L._ReminderSettingsState_dispose_closure, L._ReminderSettingsState_didChangeDependencies_closure, L._ReminderSettingsState_didChangeDependencies_closure0, L._ReminderSettingsState__onTextChanged_closure, L._ReminderSettingsState_build_closure0, L._ReminderSettingsState_build_closure, F.TemplatesAndRemindersScreen_build_closure, F.TemplatesAndRemindersVM_fromStore_closure0, F.TemplatesAndRemindersVM_fromStore_closure, F.TemplatesAndRemindersVM_fromStore_closure1, F.TemplatesAndRemindersVM_fromStore__closure, K._UserDetailsState_dispose_closure, K._UserDetailsState_didChangeDependencies_closure, K._UserDetailsState_didChangeDependencies_closure0, K._UserDetailsState__onChanged_closure, K._UserDetailsState__onChanged_closure0, K._UserDetailsState_build_closure10, K._UserDetailsState_build__closure, K._UserDetailsState_build_closure, K._UserDetailsState_build_closure0, K._UserDetailsState_build_closure1, K._UserDetailsState_build_closure2, K._UserDetailsState_build_closure3, K._UserDetailsState_build_closure4, K._UserDetailsState_build__closure4, K._UserDetailsState_build_closure5, K._UserDetailsState_build__closure3, K._UserDetailsState_build_closure7, K._UserDetailsState_build__closure2, K._UserDetailsState_build_closure6, K._UserDetailsState_build_closure8, K._UserDetailsState_build__closure1, K._UserDetailsState_build_closure9, K._UserDetailsState_build__closure0, K._EnableTwoFactorState_initState_closure, K._EnableTwoFactorState_initState__closure, K._EnableTwoFactorState_initState_closure0, K._EnableTwoFactorState__onSavePressed_closure, K._EnableTwoFactorState__onSavePressed_closure0, K._EnableTwoFactorState__onSavePressed_closure1, K._EnableTwoFactorState__onSavePressed__closure0, K._EnableTwoFactorState__onSavePressed_closure2, K._EnableTwoFactorState__onSavePressed__closure, K._EnableTwoFactorState_build_closure, K._EnableTwoFactorState_build_closure1, K._EnableTwoFactorState_build_closure0, K._EnableTwoFactorState_build_closure2, K._EnableTwoFactorState_build_closure3, K._EnableTwoFactorState_build_closure4, M.UserDetailsScreen_build_closure, M.UserDetailsVM_fromStore_closure, M.UserDetailsVM_fromStore_closure3, M.UserDetailsVM_fromStore__closure0, M.UserDetailsVM_fromStore___closure0, M.UserDetailsVM_fromStore____closure, M.UserDetailsVM_fromStore_closure4, M.UserDetailsVM_fromStore__closure, M.UserDetailsVM_fromStore___closure, M.UserDetailsVM_fromStore_closure2, M.UserDetailsVM_fromStore__closure1, M.UserDetailsVM_fromStore___closure1, M.UserDetailsVM_fromStore____closure0, M.UserDetailsVM_fromStore____closure1, M.UserDetailsVM_fromStore_closure1, M.UserDetailsVM_fromStore__closure2, M.UserDetailsVM_fromStore___closure2, M.UserDetailsVM_fromStore_closure0, M.UserDetailsVM_fromStore__closure3, M.UserDetailsVM_fromStore___closure3, M.UserDetailsVM_fromStore____closure3, M.UserDetailsVM_fromStore___closure4, M.UserDetailsVM_fromStore____closure2, D._WorkflowSettingsState_build_closure, D._WorkflowSettingsState_build__closure3, D._WorkflowSettingsState_build_closure0, D._WorkflowSettingsState_build__closure2, D._WorkflowSettingsState_build_closure1, D._WorkflowSettingsState_build__closure1, D._WorkflowSettingsState_build_closure2, D._WorkflowSettingsState_build_closure3, D._WorkflowSettingsState_build__closure0, D._WorkflowSettingsState_build_closure4, D._WorkflowSettingsState_build__closure, Y.WorkflowSettingsScreen_build_closure, Y.WorkflowSettingsVM_fromStore_closure0, Y.WorkflowSettingsVM_fromStore_closure, Y.WorkflowSettingsVM_fromStore__closure, S._SubscriptionEditState_didChangeDependencies_closure, S._SubscriptionEditState_didChangeDependencies_closure0, S._SubscriptionEditState_dispose_closure, S._SubscriptionEditState__onChanged_closure, S._SubscriptionEditState__onChanged_closure0, S._SubscriptionEditState_build_closure24, S._SubscriptionEditState_build_closure25, S._SubscriptionEditState_build_closure, S._SubscriptionEditState_build__closure19, S._SubscriptionEditState_build_closure0, S._SubscriptionEditState_build__closure18, S._SubscriptionEditState_build_closure1, S._SubscriptionEditState_build__closure17, S._SubscriptionEditState_build___closure3, S._SubscriptionEditState_build_closure2, S._SubscriptionEditState_build_closure3, S._SubscriptionEditState_build__closure16, S._SubscriptionEditState_build___closure2, S._SubscriptionEditState_build_closure4, S._SubscriptionEditState_build__closure15, S._SubscriptionEditState_build___closure1, S._SubscriptionEditState_build_closure5, S._SubscriptionEditState_build_closure6, S._SubscriptionEditState_build__closure14, S._SubscriptionEditState_build___closure0, S._SubscriptionEditState_build_closure7, S._SubscriptionEditState_build__closure13, S._SubscriptionEditState_build_closure8, S._SubscriptionEditState_build_closure9, S._SubscriptionEditState_build__closure12, S._SubscriptionEditState_build_closure10, S._SubscriptionEditState_build_closure11, S._SubscriptionEditState_build__closure11, S._SubscriptionEditState_build_closure12, S._SubscriptionEditState_build__closure10, S._SubscriptionEditState_build_closure13, S._SubscriptionEditState_build__closure9, S._SubscriptionEditState_build_closure14, S._SubscriptionEditState_build__closure8, S._SubscriptionEditState_build_closure15, S._SubscriptionEditState_build__closure7, S._SubscriptionEditState_build_closure16, S._SubscriptionEditState_build__closure6, S._SubscriptionEditState_build_closure17, S._SubscriptionEditState_build__closure5, S._SubscriptionEditState_build_closure18, S._SubscriptionEditState_build__closure4, S._SubscriptionEditState_build_closure21, S._SubscriptionEditState_build__closure1, S._SubscriptionEditState_build_closure19, S._SubscriptionEditState_build__closure3, S._SubscriptionEditState_build_closure20, S._SubscriptionEditState_build__closure2, S._SubscriptionEditState_build_closure22, S._SubscriptionEditState_build__closure0, S._SubscriptionEditState_build_closure23, S._SubscriptionEditState_build__closure, S._SubscriptionEditState_build___closure, R.SubscriptionEditScreen_build_closure0, R.SubscriptionEditScreen_build_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore_closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore__closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure0, R.SubscriptionEditVM_SubscriptionEditVM$fromStore___closure1, R.SubscriptionEditVM_SubscriptionEditVM$fromStore____closure, Y.SubscriptionListItem_build_closure1, Y.SubscriptionListItem_build_closure0, Y.SubscriptionListItem_build_closure, S.SubscriptionListBuilder_build_closure, S.SubscriptionListBuilder_build__closure, S.SubscriptionListVM_fromStore__handleRefresh, S.SubscriptionListVM_fromStore_closure, S.SubscriptionListVM_fromStore_closure0, S.SubscriptionListVM_fromStore_closure1, O.SubscriptionScreen_build_closure9, O.SubscriptionScreen_build_closure7, O.SubscriptionScreen_build_closure8, O.SubscriptionScreen_build_closure4, O.SubscriptionScreen_build_closure5, O.SubscriptionScreen_build_closure, O.SubscriptionScreen_build_closure0, O.SubscriptionScreen_build_closure1, O.SubscriptionScreen_build_closure2, O.SubscriptionScreen_build_closure3, O.SubscriptionScreen_build_closure6, L.SubscriptionScreenBuilder_build_closure, M._SubscriptionViewState_build_closure1, M._SubscriptionViewState_build_closure0, M._SubscriptionViewState_build_closure, E.SubscriptionViewScreen_build_closure0, E.SubscriptionViewScreen_build_closure, E.SubscriptionViewVM_SubscriptionViewVM$fromStore_closure, B._UpdateDialogState_build_closure, B._UpdateDialogState_build_closure0, B._UpdateDialogState_build_closure1, B._UpdateDialogState_build_closure2, B._UpdateDialogState_build_closure3, B._UpdateDialogState_updateApp_closure, B._UpdateDialogState_updateApp__closure, B._UpdateDialogState_updateApp__closure0, B._UpdateDialogState_updateApp___closure0, B._UpdateDialogState_updateApp__closure1, B._UpdateDialogState_updateApp___closure, X._TaskEditState_initState_closure, X._TaskEditState_initState__closure, X._TaskEditState_build_closure2, X._TaskEditState_build_closure3, X._TaskEditState_build_closure, X._TaskEditState_build_closure0, X._TaskEditState_build_closure1, X._TaskEditState_build__closure, R._TaskEditDesktopState_didChangeDependencies_closure, R._TaskEditDesktopState_didChangeDependencies_closure0, R._TaskEditDesktopState_dispose_closure, R._TaskEditDesktopState__onChanged_closure, R._TaskEditDesktopState__onChanged_closure0, R._TaskEditDesktopState_build_closure, R._TaskEditDesktopState_build_closure0, R._TaskEditDesktopState_build_closure2, R._TaskEditDesktopState_build__closure8, R._TaskEditDesktopState_build_closure1, R._TaskEditDesktopState_build_closure3, R._TaskEditDesktopState_build__closure7, R._TaskEditDesktopState_build_closure4, R._TaskEditDesktopState_build_closure5, R._TaskEditDesktopState_build__closure6, R._TaskEditDesktopState_build_closure6, R._TaskEditDesktopState_build__closure5, R._TaskEditDesktopState_build_closure7, R._TaskEditDesktopState_build__closure4, R._TaskEditDesktopState_build_closure8, R._TaskEditDesktopState_build__closure3, R._TaskEditDesktopState_build_closure9, R._TaskEditDesktopState_build__closure2, R._TaskEditDesktopState_build_closure10, R._TaskEditDesktopState_build__closure1, R._TaskEditDesktopState_build_closure11, R._TaskEditDesktopState_build__closure0, R._TaskEditDesktopState_build_closure12, R._TaskEditDesktopState_build__closure, B._TaskEditDetailsState_didChangeDependencies_closure, B._TaskEditDetailsState_didChangeDependencies_closure0, B._TaskEditDetailsState_dispose_closure, B._TaskEditDetailsState__onChanged_closure, B._TaskEditDetailsState__onChanged_closure0, B._TaskEditDetailsState_build_closure0, B._TaskEditDetailsState_build__closure2, B._TaskEditDetailsState_build_closure, B._TaskEditDetailsState_build_closure1, B._TaskEditDetailsState_build__closure1, B._TaskEditDetailsState_build_closure2, B._TaskEditDetailsState_build_closure3, B._TaskEditDetailsState_build__closure0, B._TaskEditDetailsState_build_closure4, B._TaskEditDetailsState_build__closure, A.TaskEditDetailsScreen_build_closure0, A.TaskEditDetailsScreen_build_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure2, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure3, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore_closure1, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure0, A.TaskEditDetailsVM_TaskEditDetailsVM$fromStore__closure1, U._TaskEditTimesState__showTaskTimeEditor_closure, U._TaskEditTimesState__showTaskTimeEditor__closure, U._TaskEditTimesState_build_closure, U._TaskEditTimesState_build_closure0, U._TaskEditTimesState_build__closure, U.TimeEditDetailsState_build_closure, U.TimeEditDetailsState_build__closure3, U.TimeEditDetailsState_build_closure0, U.TimeEditDetailsState_build__closure2, U.TimeEditDetailsState_build_closure1, U.TimeEditDetailsState_build__closure1, U.TimeEditDetailsState_build_closure2, U.TimeEditDetailsState_build__closure0, U.TimeEditDetailsState_build_closure3, U.TimeEditDetailsState_build__closure, U.TimeEditDetailsState_build_closure4, U.TimeEditDetailsState_build_closure5, M.TaskEditTimesScreen_build_closure0, M.TaskEditTimesScreen_build_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure0, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure1, M.TaskEditTimesVM_TaskEditTimesVM$fromStore_closure2, B.TaskEditScreen_build_closure0, B.TaskEditScreen_build_closure, B.TaskEditVM_TaskEditVM$fromStore_closure0, B.TaskEditVM_TaskEditVM$fromStore_closure1, B.TaskEditVM_TaskEditVM$fromStore__closure, B.TaskEditVM_TaskEditVM$fromStore_closure, B.TaskEditVM_TaskEditVM$fromStore__closure0, B.TaskEditVM_TaskEditVM$fromStore___closure, B.TaskEditVM_TaskEditVM$fromStore___closure0, B.TaskEditVM_TaskEditVM$fromStore___closure1, B.TaskEditVM_TaskEditVM$fromStore____closure, O._KanbanTaskCardState_build_closure, O._KanbanTaskCardState_build_closure1, O._KanbanTaskCardState_build__closure3, O._KanbanTaskCardState_build_closure0, O._KanbanTaskCardState_build__closure4, O._KanbanTaskCardState_build___closure, O._KanbanTaskCardState_build_closure8, O._KanbanTaskCardState_build__closure1, O._KanbanTaskCardState_build_closure9, O._KanbanTaskCardState_build__closure0, O._KanbanTaskCardState_build_closure2, O._KanbanTaskCardState_build_closure3, O._KanbanTaskCardState_build_closure4, O._KanbanTaskCardState_build_closure5, O._KanbanTaskCardState_build_closure6, O._KanbanTaskCardState_build__closure2, O._KanbanTaskCardState_build_closure7, O._KanbanTaskCardState_build_closure10, O._KanbanTaskCardState_build__closure, D._KanbanStatusCardState__onSavePressed_closure, D._KanbanStatusCardState__onSavePressed__closure, D._KanbanStatusCardState_build_closure, D._KanbanStatusCardState_build_closure0, D._KanbanStatusCardState_build_closure1, D._KanbanStatusCardState_build__closure0, D._KanbanStatusCardState_build_closure2, D._KanbanStatusCardState_build__closure, O.KanbanViewState__initBoard_closure, O.KanbanViewState__initBoard_closure0, O.KanbanViewState__initBoard_closure1, O.KanbanViewState__initBoard_closure2, O.KanbanViewState__initBoard__closure, O.KanbanViewState__onBoardChanged_closure, O.KanbanViewState_build_closure, O.KanbanViewState_build_closure0, O.KanbanViewState_build__closure5, O.KanbanViewState_build___closure, O.KanbanViewState_build__closure, O.KanbanViewState_build__closure1, O.KanbanViewState_build__closure0, O.KanbanViewState_build___closure5, O.KanbanViewState_build__closure2, O.KanbanViewState_build___closure4, O.KanbanViewState_build____closure3, O.KanbanViewState_build__closure3, O.KanbanViewState_build__closure4, O.KanbanViewState_build___closure1, O.KanbanViewState_build___closure0, O.KanbanViewState_build____closure2, O.KanbanViewState_build___closure3, O.KanbanViewState_build____closure, O.KanbanViewState_build___closure2, O.KanbanViewState_build____closure0, O.KanbanViewState_build____closure1, T._KanbanViewBuilderState_build_closure, T.KanbanVM_fromStore_closure, T.KanbanVM_fromStore_closure1, T.KanbanVM_fromStore__closure, T.KanbanVM_fromStore_closure0, T.KanbanVM_fromStore__closure0, T.KanbanVM_fromStore__closure1, T.KanbanVM_fromStore__closure2, T.KanbanVM_fromStore__closure3, U.TaskListItem_build_closure1, U.TaskListItem_build_closure, U.TaskListItem_build_closure0, U.TaskListItem_build__closure2, U.TaskListItem_build__closure1, U.TaskListItem_build__closure, U.TaskListItem_build__closure0, U.TaskListItem_build__closure5, U.TaskListItem_build__closure4, U.TaskListItem_build__closure3, K.TaskListBuilder_build_closure, K.TaskListBuilder_build__closure, K.TaskListVM_fromStore__handleRefresh, K.TaskListVM_fromStore_closure0, K.TaskListVM_fromStore_closure, K.TaskListVM_fromStore_closure1, T.TaskPresenter_getField_closure, T.TaskPresenter_getField_closure0, D.TaskScreen_build_closure15, D.TaskScreen_build_closure13, D.TaskScreen_build_closure14, D.TaskScreen_build_closure, D.TaskScreen_build_closure0, D.TaskScreen_build_closure9, D.TaskScreen_build_closure11, D.TaskScreen_build_closure5, D.TaskScreen_build_closure6, D.TaskScreen_build_closure7, D.TaskScreen_build_closure8, D.TaskScreen_build_closure1, D.TaskScreen_build_closure2, D.TaskScreen_build_closure3, D.TaskScreen_build_closure10, D.TaskScreen_build_closure4, D.TaskScreen_build_closure12, Y.TaskScreenBuilder_build_closure, M.TaskTimeListTile_build_closure, Q._TaskViewState_build_closure, Q._TaskViewState_build__closure0, Q._TaskViewState_build__closure1, Q._TaskViewState_build_closure0, Q._TaskViewState_build__closure, B.TaskViewDocuments_build_closure, B.TaskViewDocuments_build_closure0, S._TaskOverviewState_initState_closure, S._TaskOverviewState_initState__closure, S._TaskOverviewState_build__buildView, S._TaskOverviewState_build__buildView_closure, S._TaskOverviewState_build__buildView__closure, S._TaskOverviewState_build_closure, L.TaskViewScreen_build_closure0, L.TaskViewScreen_build_closure, L.TaskViewVM_TaskViewVM$fromStore__handleRefresh, L.TaskViewVM_TaskViewVM$fromStore__toggleTask, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure, L.TaskViewVM_TaskViewVM$fromStore__toggleTask_closure0, L.TaskViewVM_TaskViewVM$fromStore__toggleTask__closure, L.TaskViewVM_TaskViewVM$fromStore_closure0, L.TaskViewVM_TaskViewVM$fromStore_closure, L.TaskViewVM_TaskViewVM$fromStore_closure1, L.TaskViewVM_TaskViewVM$fromStore_closure2, L.TaskViewVM_TaskViewVM$fromStore__closure0, L.TaskViewVM_TaskViewVM$fromStore__closure1, L.TaskViewVM_TaskViewVM$fromStore___closure, L.TaskViewVM_TaskViewVM$fromStore_closure3, L.TaskViewVM_TaskViewVM$fromStore__closure, L._TaskStatusEditState_didChangeDependencies_closure, L._TaskStatusEditState_didChangeDependencies_closure0, L._TaskStatusEditState_dispose_closure, L._TaskStatusEditState__onChanged_closure, L._TaskStatusEditState__onChanged_closure0, L._TaskStatusEditState_build_closure0, L._TaskStatusEditState_build_closure1, L._TaskStatusEditState_build__closure, L._TaskStatusEditState_build_closure, L._TaskStatusEditState_build__closure0, L._TaskStatusEditState_build__closure1, L._TaskStatusEditState_build___closure, Q.TaskStatusEditScreen_build_closure0, Q.TaskStatusEditScreen_build_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure1, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore_closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore__closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore___closure0, Q.TaskStatusEditVM_TaskStatusEditVM$fromStore____closure, O.TaskStatusListItem_build_closure1, O.TaskStatusListItem_build_closure0, O.TaskStatusListItem_build_closure, U.TaskStatusListBuilder_build_closure, U.TaskStatusListBuilder_build__closure, U.TaskStatusListVM_fromStore__handleRefresh, U.TaskStatusListVM_fromStore_closure, U.TaskStatusListVM_fromStore_closure0, U.TaskStatusListVM_fromStore_closure1, Y.TaskStatusScreen_build_closure9, Y.TaskStatusScreen_build_closure7, Y.TaskStatusScreen_build_closure8, Y.TaskStatusScreen_build_closure4, Y.TaskStatusScreen_build_closure5, Y.TaskStatusScreen_build_closure, Y.TaskStatusScreen_build_closure0, Y.TaskStatusScreen_build_closure1, Y.TaskStatusScreen_build_closure2, Y.TaskStatusScreen_build_closure3, Y.TaskStatusScreen_build_closure6, U.TaskStatusScreenBuilder_build_closure, L._TaskStatusViewState_build_closure, T.TaskStatusViewScreen_build_closure0, T.TaskStatusViewScreen_build_closure, T.TaskStatusViewVM_TaskStatusViewVM$fromStore_closure, A._TaxRateEditState_didChangeDependencies_closure, A._TaxRateEditState_didChangeDependencies_closure0, A._TaxRateEditState_dispose_closure, A._TaxRateEditState__onChanged_closure, A._TaxRateEditState__onChanged_closure0, A._TaxRateEditState_build_closure, S.TaxRateEditScreen_build_closure0, S.TaxRateEditScreen_build_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure1, S.TaxRateEditVM_TaxRateEditVM$fromStore_closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore__closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure, S.TaxRateEditVM_TaxRateEditVM$fromStore___closure0, S.TaxRateEditVM_TaxRateEditVM$fromStore____closure, Z.TaxRateListItem_build_closure1, Z.TaxRateListItem_build_closure0, Z.TaxRateListItem_build_closure, X.TaxRateListBuilder_build_closure, X.TaxRateListBuilder_build__closure, X.TaxRateListVM_fromStore__handleRefresh, X.TaxRateListVM_fromStore_closure, X.TaxRateListVM_fromStore_closure0, X.TaxRateListVM_fromStore_closure1, D.TaxRateSettingsScreen_build_closure5, D.TaxRateSettingsScreen_build_closure3, D.TaxRateSettingsScreen_build_closure4, D.TaxRateSettingsScreen_build_closure0, D.TaxRateSettingsScreen_build_closure1, D.TaxRateSettingsScreen_build_closure, D.TaxRateSettingsScreen_build_closure2, O.TaxRateScreenBuilder_build_closure, K._TaxRateViewState_build_closure, R.TaxRateViewScreen_build_closure0, R.TaxRateViewScreen_build_closure, R.TaxRateViewVM_TaxRateViewVM$fromStore_closure, Y._TokenEditState_didChangeDependencies_closure, Y._TokenEditState_didChangeDependencies_closure0, Y._TokenEditState_dispose_closure, Y._TokenEditState__onChanged_closure, Y._TokenEditState__onChanged_closure0, Y._TokenEditState_build_closure0, Y._TokenEditState_build_closure1, Y._TokenEditState_build__closure, Y._TokenEditState_build_closure, Y._TokenEditState_build__closure0, R.TokenEditScreen_build_closure0, R.TokenEditScreen_build_closure, R.TokenEditVM_TokenEditVM$fromStore_closure, R.TokenEditVM_TokenEditVM$fromStore_closure1, R.TokenEditVM_TokenEditVM$fromStore_closure0, R.TokenEditVM_TokenEditVM$fromStore__closure, R.TokenEditVM_TokenEditVM$fromStore___closure, R.TokenEditVM_TokenEditVM$fromStore____closure, R.TokenEditVM_TokenEditVM$fromStore____closure0, R.TokenEditVM_TokenEditVM$fromStore_____closure, K.TokenListItem_build_closure1, K.TokenListItem_build_closure0, K.TokenListItem_build_closure, M.TokenListBuilder_build_closure, M.TokenListBuilder_build__closure, M.TokenListVM_fromStore__handleRefresh, M.TokenListVM_fromStore_closure, M.TokenListVM_fromStore_closure0, M.TokenListVM_fromStore_closure1, S.TokenScreen_build_closure9, S.TokenScreen_build_closure7, S.TokenScreen_build_closure8, S.TokenScreen_build_closure4, S.TokenScreen_build_closure5, S.TokenScreen_build_closure, S.TokenScreen_build_closure0, S.TokenScreen_build_closure1, S.TokenScreen_build_closure2, S.TokenScreen_build_closure3, S.TokenScreen_build_closure6, K.TokenScreenBuilder_build_closure, Y._TokenViewState_build_closure, Y._TokenListTile_build_closure, U.TokenViewScreen_build_closure0, U.TokenViewScreen_build_closure, U.TokenViewVM_TokenViewVM$fromStore_closure, U._UserEditState_didChangeDependencies_closure, U._UserEditState_didChangeDependencies_closure0, U._UserEditState_dispose_closure, U._UserEditState__onChanged_closure, U._UserEditState__onChanged_closure0, U._UserEditState__togglePermission_closure, U._UserEditState__togglePermission_closure0, U._UserEditState_build_closure13, U._UserEditState_build_closure14, U._UserEditState_build__closure, U._UserEditState_build_closure, U._UserEditState_build_closure0, U._UserEditState_build_closure1, U._UserEditState_build_closure2, U._UserEditState_build__closure9, U._UserEditState_build_closure3, U._UserEditState_build__closure8, U._UserEditState_build_closure4, U._UserEditState_build__closure7, U._UserEditState_build___closure0, U._UserEditState_build_closure5, U._UserEditState_build_closure6, U._UserEditState_build_closure7, U._UserEditState_build_closure8, U._UserEditState_build_closure9, U._UserEditState_build_closure10, U._UserEditState_build_closure11, U._UserEditState_build_closure12, U._UserEditState_build__closure0, U._UserEditState_build___closure, U._UserEditState_build____closure, U._UserEditState_build__closure2, U._UserEditState_build__closure1, U._UserEditState_build__closure4, U._UserEditState_build__closure3, U._UserEditState_build__closure6, U._UserEditState_build__closure5, Y.UserEditScreen_build_closure0, Y.UserEditScreen_build_closure, Y.UserEditVM_UserEditVM$fromStore_closure, Y.UserEditVM_UserEditVM$fromStore_closure1, Y.UserEditVM_UserEditVM$fromStore_closure0, Y.UserEditVM_UserEditVM$fromStore__closure, Y.UserEditVM_UserEditVM$fromStore___closure, Y.UserEditVM_UserEditVM$fromStore___closure0, Y.UserEditVM_UserEditVM$fromStore___closure1, Y.UserEditVM_UserEditVM$fromStore____closure, E.UserListItem_build_closure1, E.UserListItem_build_closure0, E.UserListItem_build_closure, M.UserListBuilder_build_closure, M.UserListBuilder_build__closure, M.UserListBuilder_build__closure_showDialog, M.UserListBuilder_build___closure, M.UserListVM_fromStore__handleRefresh, M.UserListVM_fromStore_closure, M.UserListVM_fromStore_closure0, M.UserListVM_fromStore_closure1, G.UserScreen_build_closure9, G.UserScreen_build_closure7, G.UserScreen_build_closure8, G.UserScreen_build_closure4, G.UserScreen_build_closure0, G.UserScreen_build_closure1, G.UserScreen_build_closure2, G.UserScreen_build_closure3, G.UserScreen_build_closure5, G.UserScreen_build_closure, G.UserScreen_build_closure6, A.UserScreenBuilder_build_closure, B.UserView_build_closure, X.UserViewScreen_build_closure0, X.UserViewScreen_build_closure, X.UserViewVM_UserViewVM$fromStore_closure, K._VendorEditState_build_closure, K._VendorEditState_build_closure0, G.VendorEditAddressState_didChangeDependencies_closure, G.VendorEditAddressState_didChangeDependencies_closure0, G.VendorEditAddressState_dispose_closure, G.VendorEditAddressState__onChanged_closure, G.VendorEditAddressState__onChanged_closure0, G.VendorEditAddressState_build_closure, G.VendorEditAddressState_build__closure, D._VendorEditContactsState__showContactEditor_closure, D._VendorEditContactsState__showContactEditor__closure, D._VendorEditContactsState_build_closure, D._VendorEditContactsState_build__closure, D._VendorEditContactsState_build_closure0, D._VendorEditContactsState_build_closure1, D.VendorContactEditDetailsState_didChangeDependencies_closure, D.VendorContactEditDetailsState_didChangeDependencies_closure0, D.VendorContactEditDetailsState_dispose_closure, D.VendorContactEditDetailsState__onChanged_closure, D.VendorContactEditDetailsState__onChanged_closure0, D.VendorContactEditDetailsState_build_closure, D.VendorContactEditDetailsState_build_closure0, D.VendorContactEditDetailsState_build_closure1, D.VendorContactEditDetailsState_build_closure2, D.VendorContactEditDetailsState_build_closure3, D.VendorContactEditDetailsState_build_closure4, D.VendorContactEditDetailsState_build__closure, D.VendorContactEditDetailsState_build_closure5, T.VendorEditContactsScreen_build_closure0, T.VendorEditContactsScreen_build_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure0, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure1, T.VendorEditContactsVM_VendorEditContactsVM$fromStore_closure2, Q.VendorEditDetailsState_didChangeDependencies_closure, Q.VendorEditDetailsState_didChangeDependencies_closure0, Q.VendorEditDetailsState_dispose_closure, Q.VendorEditDetailsState__onChanged_closure, Q.VendorEditDetailsState__onChanged_closure0, Q.VendorEditDetailsState_build_closure, Q.VendorEditDetailsState_build_closure0, Q.VendorEditDetailsState_build__closure, Q.VendorEditFooter_build_closure, N.VendorEditNotesState_didChangeDependencies_closure, N.VendorEditNotesState_didChangeDependencies_closure0, N.VendorEditNotesState_dispose_closure, N.VendorEditNotesState__onChanged_closure, N.VendorEditNotesState__onChanged_closure0, N.VendorEditNotesState_build_closure, N.VendorEditNotesState_build__closure, A.VendorEditScreen_build_closure0, A.VendorEditScreen_build_closure, A.VendorEditVM_VendorEditVM$fromStore_closure, A.VendorEditVM_VendorEditVM$fromStore_closure1, A.VendorEditVM_VendorEditVM$fromStore_closure0, A.VendorEditVM_VendorEditVM$fromStore__closure, A.VendorEditVM_VendorEditVM$fromStore___closure, A.VendorEditVM_VendorEditVM$fromStore___closure0, A.VendorEditVM_VendorEditVM$fromStore___closure1, A.VendorEditVM_VendorEditVM$fromStore____closure, Z.VendorListItem_build_closure, Z.VendorListItem_build__closure2, Z.VendorListItem_build__closure1, Z.VendorListItem_build__closure, Z.VendorListItem_build__closure0, Z.VendorListItem_build__closure5, Z.VendorListItem_build__closure4, Z.VendorListItem_build__closure3, E.VendorListBuilder_build_closure, E.VendorListBuilder_build__closure, E.VendorListVM_fromStore__handleRefresh, E.VendorListVM_fromStore_closure, E.VendorListVM_fromStore_closure0, E.VendorListVM_fromStore_closure1, K.VendorScreen_build_closure9, K.VendorScreen_build_closure7, K.VendorScreen_build_closure8, K.VendorScreen_build_closure4, K.VendorScreen_build_closure0, K.VendorScreen_build_closure1, K.VendorScreen_build_closure2, K.VendorScreen_build_closure3, K.VendorScreen_build_closure5, K.VendorScreen_build_closure, K.VendorScreen_build_closure6, B.VendorScreenBuilder_build_closure, N._VendorViewState_build_closure, N._VendorViewState_build__closure, N._VendorViewState_build__closure0, N._VendorViewState_build__closure1, N._VendorViewState_build_closure0, Y._VendorViewDetailsState_build__buildDetailsList, Y._VendorViewDetailsState_build__buildDetailsList_closure, Y._VendorViewDetailsState_build__buildDetailsList__closure1, Y._VendorViewDetailsState_build__buildDetailsList___closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure2, Y._VendorViewDetailsState_build__buildDetailsList___closure, Y._VendorViewDetailsState_build__buildDetailsList_closure0, Y._VendorViewDetailsState_build__buildDetailsList__closure0, Y._VendorViewDetailsState_build__buildDetailsList_closure1, Y._VendorViewDetailsState_build__buildDetailsList__closure, Y._VendorViewDetailsState_build__buildDetailsList_closure2, G.VendorViewDocuments_build_closure, G.VendorViewDocuments_build_closure0, F.VendorViewScreen_build_closure0, F.VendorViewScreen_build_closure, F.VendorViewVM_VendorViewVM$fromStore__handleRefresh, F.VendorViewVM_VendorViewVM$fromStore_closure, F.VendorViewVM_VendorViewVM$fromStore_closure0, F.VendorViewVM_VendorViewVM$fromStore_closure1, F.VendorViewVM_VendorViewVM$fromStore__closure0, F.VendorViewVM_VendorViewVM$fromStore__closure1, F.VendorViewVM_VendorViewVM$fromStore___closure, F.VendorViewVM_VendorViewVM$fromStore_closure2, F.VendorViewVM_VendorViewVM$fromStore__closure, N._WebhookEditState_didChangeDependencies_closure, N._WebhookEditState_didChangeDependencies_closure0, N._WebhookEditState_dispose_closure, N._WebhookEditState__onChanged_closure, N._WebhookEditState__onChanged_closure0, N._WebhookEditState_build_closure0, N._WebhookEditState_build_closure1, N._WebhookEditState_build_closure, N._WebhookEditState_build__closure, N._WebhookEditState_build__closure3, N._WebhookEditState_build___closure2, N._WebhookEditState_build__closure0, N._WebhookEditState_build__closure4, N._WebhookEditState_build___closure1, N._WebhookEditState_build__closure1, N._WebhookEditState_build___closure4, N._WebhookEditState_build__closure2, N._WebhookEditState_build___closure3, N._WebhookEditState_build__closure5, N._WebhookEditState_build___closure0, N._WebhookEditState_build__closure6, N._WebhookEditState_build___closure, N._WebhookEditState_build____closure, F.WebhookEditScreen_build_closure0, F.WebhookEditScreen_build_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure, F.WebhookEditVM_WebhookEditVM$fromStore_closure1, F.WebhookEditVM_WebhookEditVM$fromStore_closure0, F.WebhookEditVM_WebhookEditVM$fromStore__closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure, F.WebhookEditVM_WebhookEditVM$fromStore___closure0, F.WebhookEditVM_WebhookEditVM$fromStore____closure, L._WebhookViewState_build_closure, L.TargetListTile_build_closure, Y.WebhookViewScreen_build_closure0, Y.WebhookViewScreen_build_closure, Y.WebhookViewVM_WebhookViewVM$fromStore_closure, X.WebhookListItem_build_closure1, X.WebhookListItem_build_closure0, X.WebhookListItem_build_closure, X.WebhookListBuilder_build_closure, X.WebhookListBuilder_build__closure, X.WebhookListVM_fromStore__handleRefresh, X.WebhookListVM_fromStore_closure, X.WebhookListVM_fromStore_closure0, X.WebhookListVM_fromStore_closure1, T.WebhookScreen_build_closure9, T.WebhookScreen_build_closure7, T.WebhookScreen_build_closure8, T.WebhookScreen_build_closure4, T.WebhookScreen_build_closure5, T.WebhookScreen_build_closure, T.WebhookScreen_build_closure0, T.WebhookScreen_build_closure1, T.WebhookScreen_build_closure2, T.WebhookScreen_build_closure3, T.WebhookScreen_build_closure6, T.WebhookScreenBuilder_build_closure, O.snackBarCompleter_closure, O.snackBarCompleter_closure0, O.snackBarCompleter__closure, O.Debouncer_run_closure, N.loadDesign_closure, N.loadDesign_closure0, O.showRefreshDataDialog_closure, O.showErrorDialog_closure, O.showMessageDialog_closure, O.confirmCallback_closure, O.confirmCallback_closure__onPressed, O.confirmCallback__closure, O.confirmCallback__closure0, O.confirmCallback__closure1, O.confirmCallback__closure2, O.passwordCallback_closure, O.passwordCallback_closure0, O.passwordCallback__closure, O._PasswordConfirmationState_build_closure0, O._PasswordConfirmationState_build_closure, O._PasswordConfirmationState_build__closure, O._PasswordConfirmationState_build_closure1, O._PasswordConfirmationState_build_closure2, O._PasswordConfirmationState_build_closure3, O.fieldCallback_closure, O._FieldConfirmationState_build_closure0, O._FieldConfirmationState_build_closure, O._FieldConfirmationState_build_closure1, O._FieldConfirmationState_build_closure2, O._FieldConfirmationState_build_closure3, O.cloneToDialog_closure, O.cloneToDialog__closure, O.cloneToDialog__closure0, O.cloneToDialog__closure1, O.cloneToDialog__closure2, O.cloneToDialog__closure3, N.EnumUtils_fromString_closure, N.EnumUtils_fromString_closure0, B.GoogleOAuth_signIn_closure, B.GoogleOAuth_signUp_closure, A.toSnakeCase_closure, A.toCamelCase_closure, A.toSpaceCase_closure, A.toTitleCase_closure, A.matchesStrings_closure, A.matchesStringsValue_closure, L.loadEmailTemplate_closure, L.loadEmailTemplate_closure0, L.WebUtils_registerWebView_closure, L.WebUtils_warnChanges_closure, F.Logger_Logger_closure, O.memo1__prevArg_set, O.memo1__prevResult_set, O.memo1__prevArg_get, O.memo1__prevResult_get, O.memo1_closure, O.memo2__prevArgA_set, O.memo2__prevArgB_set, O.memo2__prevResult_set, O.memo2__prevArgA_get, O.memo2__prevArgB_get, O.memo2__prevResult_get, O.memo2_closure, O.memo3__prevArgA_set, O.memo3__prevArgB_set, O.memo3__prevArgC_set, O.memo3__prevResult_set, O.memo3__prevArgA_get, O.memo3__prevArgB_get, O.memo3__prevArgC_get, O.memo3__prevResult_get, O.memo3_closure, O.memo4__prevArgA_set, O.memo4__prevArgB_set, O.memo4__prevArgC_set, O.memo4__prevArgD_set, O.memo4__prevResult_set, O.memo4__prevArgA_get, O.memo4__prevArgB_get, O.memo4__prevArgC_get, O.memo4__prevArgD_get, O.memo4__prevResult_get, O.memo4_closure, O.memo5__prevArgA_set, O.memo5__prevArgB_set, O.memo5__prevArgC_set, O.memo5__prevArgD_set, O.memo5__prevArgE_set, O.memo5__prevResult_set, O.memo5__prevArgA_get, O.memo5__prevArgB_get, O.memo5__prevArgC_get, O.memo5__prevArgD_get, O.memo5__prevArgE_get, O.memo5__prevResult_get, O.memo5_closure, O.memo6__prevArgA_set, O.memo6__prevArgB_set, O.memo6__prevArgC_set, O.memo6__prevArgD_set, O.memo6__prevArgE_set, O.memo6__prevArgF_set, O.memo6__prevResult_set, O.memo6__prevArgA_get, O.memo6__prevArgB_get, O.memo6__prevArgC_get, O.memo6__prevArgD_get, O.memo6__prevArgE_get, O.memo6__prevArgF_get, O.memo6__prevResult_get, O.memo6_closure, O.memo7__prevArgA_set, O.memo7__prevArgB_set, O.memo7__prevArgC_set, O.memo7__prevArgD_set, O.memo7__prevArgE_set, O.memo7__prevArgF_set, O.memo7__prevArgG_set, O.memo7__prevResult_set, O.memo7__prevArgA_get, O.memo7__prevArgB_get, O.memo7__prevArgC_get, O.memo7__prevArgD_get, O.memo7__prevArgE_get, O.memo7__prevArgF_get, O.memo7__prevArgG_get, O.memo7__prevResult_get, O.memo7_closure, O.memo8__prevArgA_set, O.memo8__prevArgB_set, O.memo8__prevArgC_set, O.memo8__prevArgD_set, O.memo8__prevArgE_set, O.memo8__prevArgF_set, O.memo8__prevArgG_set, O.memo8__prevArgH_set, O.memo8__prevResult_set, O.memo8__prevArgA_get, O.memo8__prevArgB_get, O.memo8__prevArgC_get, O.memo8__prevArgD_get, O.memo8__prevArgE_get, O.memo8__prevArgF_get, O.memo8__prevArgG_get, O.memo8__prevArgH_get, O.memo8__prevResult_get, O.memo8_closure, O.memo9__prevArgA_set, O.memo9__prevArgB_set, O.memo9__prevArgC_set, O.memo9__prevArgD_set, O.memo9__prevArgE_set, O.memo9__prevArgF_set, O.memo9__prevArgG_set, O.memo9__prevArgH_set, O.memo9__prevArgI_set, O.memo9__prevResult_set, O.memo9__prevArgA_get, O.memo9__prevArgB_get, O.memo9__prevArgC_get, O.memo9__prevArgD_get, O.memo9__prevArgE_get, O.memo9__prevArgF_get, O.memo9__prevArgG_get, O.memo9__prevArgH_get, O.memo9__prevArgI_get, O.memo9__prevResult_get, O.memo9_closure, O.memo10__prevArgA_set, O.memo10__prevArgB_set, O.memo10__prevArgC_set, O.memo10__prevArgD_set, O.memo10__prevArgE_set, O.memo10__prevArgF_set, O.memo10__prevArgG_set, O.memo10__prevArgH_set, O.memo10__prevArgI_set, O.memo10__prevArgJ_set, O.memo10__prevResult_set, O.memo10__prevArgA_get, O.memo10__prevArgB_get, O.memo10__prevArgC_get, O.memo10__prevArgD_get, O.memo10__prevArgE_get, O.memo10__prevArgF_get, O.memo10__prevArgG_get, O.memo10__prevArgH_get, O.memo10__prevArgI_get, O.memo10__prevArgJ_get, O.memo10__prevResult_get, O.memo10_closure, S.PdfDocument_getPage_closure, V.PdfPage_render_closure, V.PdfPage_close_closure, V.Page_render_closure, X._PdfViewState__getPageImage_closure, X._PdfViewState__changeLoadingState_closure, X._PdfViewState__buildLoaded_closure, X._PdfViewState__buildLoaded_closure0, X._PdfViewState__buildLoaded_closure1, X._PdfViewState_build_closure, V.PdfPageImageProvider_load_closure, F._FadeWidgetState_animationStatusChange_closure, K.RenderOverflowView_resetOffstage_closure, K.RenderOverflowView_performFixedLayout_getChildOffset, K.RenderOverflowView_performFlexibleLayout_closure, K.RenderOverflowView_visitOnlyOnStageChildren_closure, K.RenderOverflowView_paint_paintChild, K.RenderOverflowView_paint_defaultPaint, K.RenderOverflowView_hitTestChildren_closure, K.RenderOverflowView_hitTestChildren__closure, K.OverflowView$_all_closure, M.Context_joinAll_closure, M.Context_split_closure, M._validateArgList_closure, E._PhotoViewState_build_closure, M.PhotoViewCoreState_build_closure, O.PhotoViewGestureDetector_build_closure, O.PhotoViewGestureDetector_build_closure0, O.PhotoViewGestureDetector_build_closure1, O.PhotoViewGestureDetector_build_closure2, O.PhotoViewGestureDetector_build_closure3, O.PhotoViewGestureDetector_build_closure4, L._ImageWrapperState__getOrCreateListener_handleImageChunk, L._ImageWrapperState__getOrCreateListener_handleImageChunk_closure, L._ImageWrapperState__getOrCreateListener_handleImageFrame, L._ImageWrapperState__getOrCreateListener_handleImageFrame_closure, L._ImageWrapperState__getOrCreateListener_handleError, L._ImageWrapperState__getOrCreateListener_handleError_closure, L._registerFactory_closure, E._QrImageState_build_closure, S.QrValidator_validate__qrCode_set, S.QrValidator_validate__qrCode_get, A.hashObjects_closure1, X.Store__createReduceAndNotify_closure, X.Store__createDispatchers_closure, B.combineReducers_closure, O.LoggingMiddleware_call_closure, N.RoundedLoadingButtonState_build_closure, N.RoundedLoadingButtonState_initState_closure, N.RoundedLoadingButtonState_initState__closure1, N.RoundedLoadingButtonState_initState_closure0, N.RoundedLoadingButtonState_initState__closure0, N.RoundedLoadingButtonState_initState_closure1, N.RoundedLoadingButtonState_initState_closure2, N.RoundedLoadingButtonState_initState__closure, U.BehaviorSubject__deferStream_closure, U.BehaviorSubject_map_closure, U.BehaviorSubject__forwardBehaviorSubject__subject_set, U.BehaviorSubject__forwardBehaviorSubject__subscription_set, U.BehaviorSubject__forwardBehaviorSubject__subject_get, U.BehaviorSubject__forwardBehaviorSubject__subscription_get, U.BehaviorSubject__forwardBehaviorSubject_closure0, U.BehaviorSubject__forwardBehaviorSubject_closure, F.Subject_addStream_closure, F.Subject_addStream_closure0, F.Subject_addStream_closure2, F.Subject_addStream_closure1, G._StartWithStreamSink_onListen_closure, O._StartWithErrorStreamSink_onListen_closure, F.forwardStream__controller_set, F.forwardStream__subscription_set, F.forwardStream__controller_get, F.forwardStream__subscription_get, F.forwardStream_runCatching, F.forwardStream_closure, F.forwardStream__closure1, F.forwardStream__closure2, F.forwardStream___closure1, F.forwardStream__closure4, F.forwardStream___closure, F.forwardStream__closure3, F.forwardStream___closure0, F.forwardStream_closure0, F.forwardStream_closure1, F.forwardStream__closure0, F.forwardStream_closure2, F.forwardStream__closure, M.RouteObserverBreadcrumb__formatArgs_closure, V.SharedPreferencesPlugin__storedFlutterKeys_closure, U.Highlighter_closure, U.Highlighter$__closure, U.Highlighter$___closure, U.Highlighter$__closure0, U.Highlighter__collateLines_closure, U.Highlighter__collateLines_closure0, U.Highlighter__collateLines_closure1, U.Highlighter__collateLines__closure, U.Highlighter_highlight_closure, U.Highlighter__writeFileStart_closure, U.Highlighter__writeMultilineHighlights_closure, U.Highlighter__writeMultilineHighlights_closure0, U.Highlighter__writeMultilineHighlights_closure1, U.Highlighter__writeMultilineHighlights_closure2, U.Highlighter__writeMultilineHighlights__closure, U.Highlighter__writeMultilineHighlights__closure0, U.Highlighter__writeHighlightedText_closure, U.Highlighter__writeIndicator_closure, U.Highlighter__writeIndicator_closure0, U.Highlighter__writeIndicator_closure1, U.Highlighter__writeSidebar_closure, U._Highlight_closure, S.BasicLock_synchronized__complete, E.format_closure, F.MethodChannelUrlLauncher_canLaunch_closure, F.MethodChannelUrlLauncher_launch_closure, A.hashObjects_closure0]); _inheritMany(H.EngineCanvas, [H.BitmapCanvas, H._DomCanvas_EngineCanvas_SaveElementStackTracking]); _inherit(H._CanvasPool, H._SaveStackTracking); _inheritMany(J.Interceptor, [J.JavaScriptObject, J.JSBool, J.JSNull, J.JSArray, J.JSNumber, J.JSString, H.NativeByteBuffer, H.NativeTypedData, W.EventTarget, W.AccessibleNodeList, W.Event, W.Blob, W.BluetoothRemoteGattDescriptor, W.CanvasRenderingContext2D, W.Client, W.Credential, W.CredentialUserData, W.CssRule, W.CssStyleValue, W.CssTransformComponent, W._CssStyleDeclaration_Interceptor_CssStyleDeclarationBase, W.StyleSheet, W.DataTransferItemList, W.DomError, W.DomException, W._DomRectList_Interceptor_ListMixin, W.DomRectReadOnly, W._DomStringList_Interceptor_ListMixin, W.DomTokenList, W.Entry, W._FileList_Interceptor_ListMixin, W.FileSystem, W.FontFace, W.Gamepad, W.GamepadButton, W.History, W._HtmlCollection_Interceptor_ListMixin, W.ImageData, W.Location, W.MediaList, W._MidiInputMap_Interceptor_MapMixin, W._MidiOutputMap_Interceptor_MapMixin, W.MimeType, W._MimeTypeArray_Interceptor_ListMixin, W.NavigatorConcurrentHardware, W.NavigatorUserMediaError, W._NodeList_Interceptor_ListMixin, W.OverconstrainedError, W.PerformanceEntry, W.PerformanceServerTiming, W.Plugin, W._PluginArray_Interceptor_ListMixin, W.RelatedApplication, W.RtcLegacyStatsReport, W._RtcStatsReport_Interceptor_MapMixin, W.SpeechGrammar, W._SpeechGrammarList_Interceptor_ListMixin, W.SpeechRecognitionResult, W.SpeechSynthesisVoice, W._Storage_Interceptor_MapMixin, W._TextTrackCueList_Interceptor_ListMixin, W.TimeRanges, W.Touch, W._TouchList_Interceptor_ListMixin, W.TrackDefaultList, W.Url, W.VideoTrack, W.VttRegion, W.__CssRuleList_Interceptor_ListMixin, W.__GamepadList_Interceptor_ListMixin, W.__NamedNodeMap_Interceptor_ListMixin, W._Report, W.__SpeechRecognitionResultList_Interceptor_ListMixin, W.__StyleSheetList_Interceptor_ListMixin, P.Cursor, P.Index, P.KeyRange, P.ObjectStore, P.Observation, P.Angle, P.Length, P._LengthList_Interceptor_ListMixin, P.Number, P._NumberList_Interceptor_ListMixin, P.PointList, P.Rect0, P._StringList_Interceptor_ListMixin, P.Transform0, P._TransformList_Interceptor_ListMixin, P.AudioBuffer, P.AudioParam, P._AudioParamMap_Interceptor_MapMixin, P.AudioTrack, P.ActiveInfo, P._SqlResultSetRowList_Interceptor_ListMixin]); @@ -422641,7 +423024,7 @@ mangledNames: {}, getTypeFromName: getGlobalFromName, metadata: [], - types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "double(double)", "@()", "Null(@)", "@(@)", "Null(String*)", "@(bool*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "Null(bool*)", "ErrorDialog*(BuildContext*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "String*(@)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Future*(Store*,@,@(@)*)", "~(Duration)", "~(TextEditingController*)", "Future<~>*()", "~(BuildContext*)", "Future*()", "Future*()", "ListBuilder*()", "~(Object?)", "~(AnimationStatus)", "DropdownMenuItem*(String*)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "~(bool*)", "bool*(Route<@>*)", "PluralCase()", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(List*)", "String*(BaseEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(SelectableEntity*)", "Null(Duration*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "String*(String*,SelectCompany*)", "Null(String*,String*)", "String*(String*,ClearEntityFilter*)", "String*(String*,PreviewEntity*)", "~(bool)", "@(BuildContext*)", "Null(EntityState*,bool*)", "Null(String*,InvoiceEntity*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "@(SelectableEntity*)", "~(String*)", "Null(TextEditingController*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "~(BuildContext*,EntityAction*)", "Null(DocumentEntity*)", "InvoiceEntity*(String*)", "Null(Event)", "bool*(InvoiceItemEntity*)", "String()", "String*(String*,FilterByEntity*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "ListDivider*(BuildContext*,int*)", "~(DragUpdateDetails)", "Null(InvoiceEntity*)", "~(int)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "Widget(BuildContext)", "~(Event)", "double(RenderBox)", "String*(String*,@)", "UserEntityBuilder*(UserEntityBuilder*)", "bool(String)", "@(TaxRateEntity*)", "~(@)", "EntityStats*(String*,BuiltMap*)", "@(int*,String*)", "int*(List*,List*)", "~(Element0)", "~(PaintingContext,Offset)", "~(String)", "Null(BuildContext*,MultipartFile*)", "~(PointerEvent0)", "int*(int*,PreviewEntity*)", "bool(BoxHitTestResult,Offset?)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "Null(~)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "bool*(ContactEntity*)", "Future?(Object*)", "~(DragStartDetails)", "Null(List*)", "bool*(bool*,UpdateUserPreferences*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "~(TapDownDetails)", "~(String,String)", "Future<~>()", "Color(Set)", "~(DragEndDetails)", "UserStateBuilder*(UserStateBuilder*)", "Palette()", "String(String)", "Null(int*)", "bool(@)", "~(String,@)", "bool(Object?)", "bool(FocusNode)", "VendorEntityBuilder*(VendorEntityBuilder*)", "double()", "ListBuilder*()", "Iterable()", "Null(TaxRateEntity*)", "bool(Element0)", "Widget*()", "~(@,@)", "Null(ExpenseEntity*)", "@(DocumentEntity*,String*,String*)", "AuthStateBuilder*(AuthStateBuilder*)", "@(MultipartFile*)", "Null(PaymentEntity*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(String*,TaskEntity*)", "TextSelection()", "@(CompanyEntity*)", "~(ByteData?)", "Widget(BuildContext,int)", "~(Object,StackTrace)", "@(TextSelection)", "Null(Object,StackTrace)", "Null(BuildContext*,Completer*)", "~(LayoutView)", "String*(InvoiceEntityBuilder*)", "Null(String*,ExpenseEntity*)", "AlertDialog*(BuildContext*)", "Null(int*,int*)", "Object?(@)", "ScrollableListView*(BuildContext*)", "Null(TaskEntity*)", "~(TapUpDetails)", "Null(SettingsEntity*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "String*()", "Widget*(BuildContext*,int*)", "String*(String*,ClearEntitySelection*)", "bool(FlutterHtmlKeyboardEvent)", "@(InvoiceEntity*)", "~(ForcePressDetails)", "~(RenderObject)", "InvoiceEntity*(InvoiceEntity*,@)", "Null(List*)", "bool(_RouteEntry?)", "DropdownMenuItem*(int*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "Null(UserEntity*)", "@(double)", "@(DateFormat)", "MapBuilder*()", "DateFormat()", "@(DesignEntity*)", "@(int*)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "Color0(int?)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "int(int)", "double*(double*)", "GroupStateBuilder*(GroupStateBuilder*)", "Null(InvoiceStateBuilder*)", "Null(Completer*)", "InvoiceEntity*(@)", "bool(ScrollNotification)", "SimpleDialog*(BuildContext*)", "String*(PaymentableEntity*)", "bool*(TaskTime*)", "@(List*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "~(SelectableEntity*)", "ExpenseEntity*(String*)", "Null(String*,PaymentEntity*)", "PaymentEntity*(String*)", "bool*(InvoiceEntity*)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "int(_Codes)", "double*()", "bool*(PaymentableEntity*)", "Column*(BuildContext*)", "bool()", "ListBuilder*()", "Color?(Set)", "Null(TaskTime*)", "Null(LoginResponse*)", "~(RestorableProperty,~())", "List*()", "~(PointerExitEvent)", "double(RenderBox,double)", "TaskEntity*(String*)", "Null(String*,ClientEntity*)", "Null(VendorEntity*)", "AppStateBuilder*(AppStateBuilder*)", "Null(DesignEntity*)", "~(Object*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(EntityType*)", "EntityStats*(String*,BuiltMap*)", "Null(GroupEntity*)", "Null(PaymentableEntity*)", "int(FocusNode,FocusNode)", "~(LongPressStartDetails)", "Null(ProductEntity*)", "Null(ProjectEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "~(DateTime)", "Null(TaskStatusEntity*)", "InvitationEntity*(ContactEntity*)", "TaxRateEntity*(String*)", "Widget(BuildContext,Widget?)", "bool(GestureListener)", "~(String,NumericAxis)", "~(PointerDownEvent)", "Null(EntityStatus*,bool*)", "~(Object?,Object?)", "~(Object[StackTrace?])", "Null(List*)", "~(String?)", "@(Event)", "~(LongPressMoveUpdateDetails)", "InvoiceItemSelector*(BuildContext*)", "int*(InvoiceEntity*,InvoiceEntity*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(InvoiceItemEntity*)", "Null(@,@)", "~(MouseEvent)", "MapBuilder*()", "MessageDialog*(BuildContext*)", "Future>(Map)", "UIStateBuilder*(UIStateBuilder*)", "~(ProgressEvent)", "Null(TaskStateBuilder*)", "ClientEntity*(String*)", "Null(ClientEntity*)", "Widget(BuildContext,BoxConstraints)", "ClientStateBuilder*(ClientStateBuilder*)", "Future()", "ProductEntity*(String*)", "Null(PointerEvent)", "Null(TouchEvent)", "ProjectEntity*(String*)", "TaskListItem*(BuildContext*,int*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "Rect()", "Null(BuiltList*)", "EntityStats*(String*,BuiltMap*)", "CreditStateBuilder*(CreditStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "~(PointerEnterEvent)", "List*(BuiltMap*,BuiltMap*)", "~(~())", "DesignEntity*(String*)", "DesignStateBuilder*(DesignStateBuilder*)", "bool*(BaseEntity*)", "int()", "bool(BoxHitTestResult,Offset)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "ProductStateBuilder*(ProductStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(SubscriptionEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "TaskStateBuilder*(TaskStateBuilder*)", "bool(InlineSpan)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(TokenEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "bool*(EntityType*)", "@([String*,String*])", "int(RenderObject,RenderObject)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "Null(DateTime*)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "CustomFieldSelector*(BuildContext*)", "~(PointerExitEvent*)", "Future<@>(MethodCall)", "Future>(Map)", "String(int)", "IconButton*(BuildContext*)", "ActivityListTile*(BuildContext*,int*)", "~(Timer*)", "bool(_RouteEntry)", "~(NavigatorObserver)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*])", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Null(InvoiceItemEntity*,int*)", "Null(BuildContext*[EntityAction*])", "Null(List*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "DropdownMenuItem*(MapEntry*)", "Null(Timer*)", "Future()", "String*(TaxRateReportFields*)", "String*(TaxRateReportFields0*)", "String*(ProfitAndLossReportFields*)", "MapBuilder*(MapBuilder*)", "int(@,@)", "ListTile*(String*)", "double(double,double)", "Null(ExpenseCategoryStateBuilder*)", "ListBuilder*()", "Null(QuoteStateBuilder*)", "Null(RecurringExpenseStateBuilder*)", "MapBuilder*>*()", "Future()", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "SubscriptionEntity*(String*)", "Null(List*)", "Null(CreditStateBuilder*)", "Null(SubscriptionStateBuilder*)", "~(FocusHighlightMode)", "~(ImageInfo,bool)", "Null(List*)", "Null(ClientStateBuilder*)", "TaskStatusEntity*(String*)", "Null(List*)", "~(ImageChunkEvent)", "bool(Object?,Object?)", "int(int,int)", "MaterialStateProperty?(ButtonStyle?)", "Null(List*)", "Null(TaxRateStateBuilder*)", "~(int,int)", "TokenEntity*(String*)", "Null(List*)", "int*(TaskEntity*,TaskEntity*)", "Null(TokenStateBuilder*)", "Color(Color)", "~(ImageStreamListener)", "ListBuilder*(ListBuilder*)", "Null(List*)", "String?(String?)", "UserEntity*(String*)", "Null(UserStateBuilder*)", "Null(DesignStateBuilder*)", "VendorEntity*(String*)", "Null(List*)", "Null(bool)", "Future()", "Null(VendorStateBuilder*)", "int(Object?)", "WebhookEntity*(String*)", "Null(List*)", "bool*(PaymentEntity*)", "Null(WebhookStateBuilder*)", "Future<@>()", "GridView*(BuildContext*,BoxConstraints*)", "Null(EntityAction*)", "Tween(@)", "~(SliverConstraints)", "~(List)", "bool(_Highlight)", "~(PointerEnterEvent*)", "ColorTween(@)", "int(SemanticsNode,SemanticsNode)", "Future<~>(String,ByteData?,~(ByteData?)?)", "String(Match)", "Null(ExpenseStateBuilder*)", "bool(FocusableActionDetector)", "DateTime()", "ListBuilder*()", "ExpenseCategoryEntity*(String*)", "~(Timer)", "Null(List*)", "ListBuilder*()", "InkWell*(BuildContext*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(int*,bool*)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "EdgeInsetsGeometryTween(@)", "bool(Point)", "Null(List*)", "ListBuilder*()", "Null(Store*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "Null(GroupStateBuilder*)", "Null(CompanyGatewayStateBuilder*)", "bool(DataRow)", "Null(PaymentStateBuilder*)", "~(bool?)", "~(LongPressEndDetails)", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "bool(SemanticsNode)", "ExpenseListItem*(BuildContext*,int*)", "Null(@,StackTrace)", "@(double*)", "PaymentTermEntity*(String*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "Null(List*)", "DropdownMenuItem*(int*)", "~(TaxRateEntity*)", "Null(List*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "Null(PaymentTermStateBuilder*)", "String*(PaymentReportFields*)", "@(Color)", "String*(ProductReportFields*)", "Null(List*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "Color()", "String*(TaskReportFields*)", "Null(ProductStateBuilder*)", "@(SettingsEntity*)", "Future*(BuildContext*,bool*)", "MapEntry*>*(String*,String*)", "@(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Null(MouseEvent)", "Null(List*)", "Widget(BuildContext,Widget,int?,bool)", "Null(ProjectStateBuilder*)", "MouseCursor0(Set)", "InvoiceItemEntity*(BaseEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "~(GestureMode)", "bool(NodeValidator)", "~(RandomAccessFile)", "ListBuilder*()", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "Widget(BuildContext,Object,StackTrace?)", "ListBuilder*()", "bool(DraggableScrollableNotification)", "Null(CompanyEntity*)", "~(TextSelection,SelectionChangedCause?)", "Null(BaseEntity*)", "~(_TimePickerMode)", "EntityStats*(String*,BuiltMap*)", "ListBuilder*()", "bool*(GatewayTokenEntity*)", "~(TimeOfDay)", "ListBuilder*()", "MaterialStateProperty?(ButtonStyle?)", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "ImageStreamCompleter()", "ListBuilder*()", "Null(UserCompanyEntity*)", "~()()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(WebhookEntity*,@)", "MapBuilder*()", "ListBuilder*()", "~(List)", "ListBuilder*()", "~(ScaleStartDetails)", "int*(BaseEntity*,BaseEntity*)", "~(Rect)", "ListBuilder*()", "~(TextSelection)", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "ListBuilder*()", "ListBuilder*()", "TaxRateEntity*(@)", "MapBuilder*()", "ListBuilder*()", "CompanyGatewayEntity*(@)", "TokenEntityBuilder*(TokenEntityBuilder*)", "ListBuilder*()", "bool(BuildContext)", "MapBuilder*(MapBuilder*)", "PaymentableEntity*(BaseEntity*)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "Node0?(DirectoryNode,String,Node0?)", "ListBuilder*()", "ListBuilder*()", "bool(InlineSpanSemanticsInformation)", "String*(String*,ShowPdfCredit*)", "~(Codec)", "List?(int?)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "UserEntity*(@)", "List*(BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "~(DragDownDetails)", "ListBuilder*()", "Completer*(Completer*,EditVendor*)", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "CustomSingleChildLayout(BuildContext)", "ListBuilder*()", "MapBuilder*>*(MapBuilder*>*)", "Future(String,Map)", "@(bool)", "~(Size)", "ListBuilder*()", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "InkWell*(String*)", "~([Intent?])", "bool(BoxHitTestResult)", "ListBuilder*()", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "~(Symbol0,@)", "~(ScaleEndDetails)", "List*(BuiltMap*,BuiltMap*)", "List(_SemanticsSortGroup)", "Size(RenderBox,BoxConstraints)", "int(int,@)", "List*()", "Future(ByteData?)", "~(RestorationBucket)", "Map()", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "MapBuilder*()", "bool(RenderBox)", "String(num?)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "bool(InheritedElement)", "Future<@>(@)", "~(RenderBox?,String)", "TaskTimeBuilder*(TaskTimeBuilder*)", "@(~())", "DocumentEntity*(String*)", "VendorEntity*(VendorEntity*,@)", "AppTextButton*(BuildContext*)", "Null(List*)", "TapGestureRecognizer()", "Null(String*,String*,String*,String*)", "Null(EmailTemplate*)", "~(ScaleUpdateDetails)", "~(TapGestureRecognizer)", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Null(DocumentStateBuilder*)", "Widget*(CompanyEntity*)", "List*>*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "~(RenderBox?)", "DoubleTapGestureRecognizer()", "~(DoubleTapGestureRecognizer)", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "DataCell0*(String*)", "LongPressGestureRecognizer()", "BaseEntity*(String*)", "~(LongPressGestureRecognizer)", "VerticalDragGestureRecognizer()", "@(Object*)", "~(VerticalDragGestureRecognizer)", "Future<~>(~)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Positioned(BuildContext,Widget?)", "~(Object,StackTrace?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ContactEntity*)", "AlignmentGeometryTween(@)", "int(String?)", "DecorationTween(@)", "PrefStateBuilder*(PrefStateBuilder*)", "Color?(Color?)", "Null(BuiltList*)", "RenderBox?()", "LoginScreen*(BuildContext*)", "MainScreen*(BuildContext*)", "Widget(Widget,Animation0)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "LocalKey(MergeableMaterialItem)", "~(_DragInfo)", "ExpenseEntity*(@)", "VelocityTracker(PointerEvent0)", "PaymentEditScreen*(BuildContext*)", "PaymentRefundScreen*(BuildContext*)", "ListBuilder*()", "ListBuilder*()", "bool*(InvitationEntity*)", "DropdownMenuItem*(DateRange*)", "Null(DateRange*)", "~(Uint8List,String,int)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "bool(Node)", "PaymentListItem*(BuildContext*,int*)", "bool(int)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "~(DiagnosticsNode)", "int(LayoutView,LayoutView)", "bool(LayoutView)", "bool*(CompanyEntity*)", "KeyData()", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "GroupEntity*(@)", "~(GestureListener)", "String*(String*,ShowPdfInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "@(Completer*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "bool(ChartBehavior<@>)", "SizedBox*(BuildContext*)", "List*(String*)", "Listener*(BuildContext*,String*)", "Null(PointerDownEvent*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "DataCell(DataColumn)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "bool*(HistoryRecord*)", "double*(PaymentableEntity*)", "~(double,double)", "Null(ProgressEvent)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "~(String,String?)", "@(EdgeInsets)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "FileNode()", "List*(String*,BuiltMap*,BuiltList*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "EdgeInsets()", "Drag?(Offset)", "String*(PaymentEntityBuilder*)", "String*(ProjectEntityBuilder*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "MapBuilder*>*(MapBuilder*>*)", "ListBuilder*()", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "PaymentTermEntity*(@)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "ListBuilder*()", "Widget(BuildContext,Object?,ScrollController?)", "Null(BuildContext*,String*,String*)", "Completer*(Completer*,EditClient*)", "String*(MapBuilder*)", "Widget(BuildContext,bool)", "Future*(BuildContext*,AppSidebarMode*)", "Null(BuildContext*,bool*)", "ContactEntityBuilder*(ContactEntityBuilder*)", "LicenseEntry(int)", "Set<~>*()", "Object?(Object?)", "Completer*(Completer*,EditProject*)", "Future*(String*,String*)", "ListBuilder*()", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "ListBuilder*()", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "EntityStats*(String*,BuiltMap*)", "~(PhotoViewScaleState)", "Element(int)", "String*(String*,ShowPdfQuote*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "bool(bool?)", "bool(Element,String,String,_Html5NodeValidator)", "~(ChartBehavior<@>)", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "ContactEntity*()", "DesignEntity*(DesignEntity*,@)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "bool*(bool*,UpdateDashboardSidebar*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "JsFunction(@)", "MaterialStateProperty?(ButtonStyle?)", "JsArray<@>(@)", "int*(TaskTime*,TaskTime*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "Null(String*,@)", "MouseCursor0?(Set)", "Route<@>*(RouteSettings*)", "MouseCursor0?(ButtonStyle?)", "JsObject(@)", "Color?(ButtonStyle?)", "StyledToast*(BuildContext*)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "OnlinePaymentsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "BuyNowButtonsScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "_Channel()", "~(NextFocusIntent)", "Future*(SharedPreferences*)", "~(PersistenceRepository*)", "~(PreviousFocusIntent)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "UserCompanyState*(int*)", "~(DirectionalFocusIntent)", "String?(~(Codec))", "~(int?,int?)", "bool(int,int)", "TableRow(int)", "Null(UserCompanyState*)", "StreamSubscription()", "Rect()(RenderBox)", "~(int?)", "~(KeyboardEvent)", "CalendarDatePicker()", "Form()", "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*)", "Flex(BuildContext)", "~(PointerMoveEvent)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "Widget(BuildContext,Animation0,Animation0)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "~(String,FormElement)", "~(PointerUpEvent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "@(TextInputCommand)", "~(ActivateIntent)", "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*)", "~(ButtonActivateIntent)", "IndentingBuiltValueToStringHelper(String)", "RenderObjectWidget(Widget)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "InputDecorator(BuildContext)", "Rect()?(RenderBox)", "ListBuilder()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ListMultimapBuilder()", "MapBuilder()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "bool(InkHighlight?)", "SetBuilder()", "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*)", "SetMultimapBuilder()", "bool*(ProductEntity*)", "bool*(ClientEntity*)", "TextInputCommand()", "~(EditingState?)", "Null(String)", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "bool*(ProjectEntity*)", "~(String,bool)", "bool*(TaskEntity*)", "~(Event?)", "ShapeBorderTween(@)", "Null(ByteData)", "~(Iterable)", "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*)", "_ButtonSanitizer()", "Container(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "Map()", "EntityStats*(String*,BuiltMap*)", "DataRow?()", "Card(BuildContext,BoxConstraints)", "Opacity(BuildContext,Widget?)", "num(int?)", "bool(OverscrollIndicatorNotification)", "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*)", "RefreshProgressIndicator(BuildContext,Widget?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "Widget(Widget,int,Animation0)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Material(BuildContext,Widget?)", "~(num)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Set()", "@(Rect)", "@(_StandardBottomSheet)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "_StandardBottomSheet()", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "Align(BuildContext,Widget?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "Set(Set,Set)", "List()", "double(Set)", "~(String?,List)", "TextElement1(String)", "double(TextElement1)", "Null(String*,Duration*)", "bool(KeyData)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "InputDecorator(BuildContext,Widget?)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Semantics(BuildContext,Widget?)", "TextField(FormFieldState)", "List*(BuiltMap*,BuiltMap*)", "int*(ExpenseEntity*,ExpenseEntity*)", "ThemeDataTween(@)", "ThemeData()", "@(List>)", "TimeOfDay(int)", "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*)", "Offset(double)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "~(List<_TappableLabel>?)", "List>()", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "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*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(JsUrlStrategy?)", "_LiveImage()", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "int(int?)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "Null(Map>?)", "_PointerState()", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "List*(BuiltMap*,String*)", "@(@,String)", "Paint(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "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*)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "double?()", "@(Map)", "@(String)", "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*)", "~(RawKeyEvent)", "bool(Point[double?])", "bool(Point,double,double)", "String(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "String?(int)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "Rect(Rect?,TextBox)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "SurfaceScene()", "Color0?(int?)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "bool(MouseTrackerAnnotation)", "~(_LineRendererElement)", "Null(~())", "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*)", "Palette(Palette())", "Incrementable(SemanticsObject)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "Scrollable0(SemanticsObject)", "num?(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*)", "HitTestResult(Offset)", "bool(RenderSliver)", "~(int,@)", "~(int,_FrameCallbackEntry)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "~(SelectionModelType)", "SemanticsNode(_TraversalSortNode)", "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*)", "DiagnosticsNode(SemanticsNode)", "_Future<@>?()", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(String,ChartBehavior0<@>)", "int(SemanticsNode)", "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*)", "SemanticsNode(int)", "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*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "String*(InvoiceItemEntityBuilder*)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Stream()", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "Future(String?)", "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*)", "~(ChartStateBehavior>,AnimationController)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Future<~>(ByteData?,~(ByteData?))", "Widget(LegendEntry<@>)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "@(StreamController<@>)", "StreamController<@>()", "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*)", "Future(ByteData?)", "Future(MethodCall)", "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*)", "LabelAndValue(SemanticsObject)", "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*)", "Padding(Widget)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "List()", "List(List)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "int(TableRow)", "Padding(int)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "@(BuildContext)", "BuildContext()", "List(Size)", "Tappable(SemanticsObject)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(Action)", "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*(@)", "TextField0(SemanticsObject)", "~(_ChildEntry)", "Widget(_ChildEntry)", "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*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "CompositedTransformFollower(BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "@(Object)", "ChartContainerRenderObject<@>()", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "HitTestResult()", "Future()", "TaskEntity*(@)", "Future<~>(double)", "Future<~>(@)", "Future>(Map)", "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*)", "Future<~>(bool)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "@(StackTrace)", "DiagnosticsNode(FocusNode)", "bool(RawKeyEvent)", "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*)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "@(Offset)", "bool(TraversalDirection)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Set(_ReadingOrderSortData)", "Offset()", "List(BuildContext)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "Rect(_ReadingOrderSortData)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "bool(_ReadingOrderSortData)", "bool(FormFieldState<@>)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "Element0?(Element0)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Object?(int,Element0?)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "Object()", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "StackTrace()", "Widget(Color,Animation0,Animation0,double{labelConstraints:BoxConstraints?,labelText:Text?})", "~([Object?])", "Checkable(SemanticsObject)", "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<@>(@)", "NotificationListener(BuildContext,BoxConstraints)", "ImageRoleManager(SemanticsObject)", "LiveRegion(SemanticsObject)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "DirectoryNode?(DirectoryNode,bool)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "ScaleGestureRecognizer()", "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*)", "~(ScaleGestureRecognizer)", "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*)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "RealNode?(DirectoryNode,bool)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "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*)", "IconTheme(BuildContext)", "@(FileNode)", "~(@,StackTrace)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "@(Matrix40)", "~(FileNode)", "List*>*(BuildContext*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "FileNode(FileNode)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "BottomAppBar*(BuildContext*,Store*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Future<@>(_Pending)", "Map(List<@>)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Null(BuildContext*,String*,String*,String*)", "Padding*(TextButton*)", "MultiSelectList*(BuildContext*)", "@(Object?)", "bool(Route<@>?)", "Padding*(MapEntry*)", "bool(OverlayEntry)", "~(Node0)", "DocumentTile*(DocumentEntity*)", "Node0?(DirectoryNode,String,Node0?,int,int)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "Matrix40()", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "List*(TextEditingValue*)", "Future<~>(PointerEvent0)", "~(_DragInfo,Offset,Offset)", "String*(SelectableEntity*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "~(File,Uint8List?,String?,Stream>?)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Container*(BuildContext*,int*)", "Null(RestorationBucket?)", "_EntityListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "~(RestorableProperty)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "RestorationScope(BuildContext,Widget?)", "Null(Color*)", "Actions(BuildContext)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent0)", "DataRow*(String*)", "~(File)", "ActionTextButton*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "int?(Widget,int)", "ContactEntity*(InvitationEntity*)", "String*(ContactEntity*)", "~(PointerSignalEvent)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "String(String,String)", "_TrackTapGestureRecognizer()", "DropdownMenuItem*(TaxRateEntity*)", "~(_TrackTapGestureRecognizer)", "ListTile*(BuildContext*,BoxConstraints*)", "~(PointerHoverEvent)", "Widget*(BuildContext*,Store*)", "KeyEventResult(FocusNode,RawKeyEvent)", "bool*(UserCompanyState*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "PopupMenuItem*(CompanyEntity*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "~(RenderBox)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "Element0?()", "bool*(SystemLogEntity*)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "Element0(Widget)", "DataRow0*()", "Card*(BuildContext*,BoxConstraints*)", "bool(_TableElementRow)", "~(BaseEntity*)", "RenderObjectWidget*()", "bool(List)", "BaseEntity*(SelectableEntity*)", "DataColumn0*(String*)", "Iterable(_TableElementRow)", "bool*(EntityAction*)", "RenderBox(Element0)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List(_TableElementRow)", "~([Duration?])", "~(DragStartDetails,DragUpdateDetails)", "TextButton*(String*)", "EditIconButton*(BuildContext*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "_TransparentTapGestureRecognizer()", "Future*(BuildContext*,Completer*)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "~(_TransparentTapGestureRecognizer)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "ForcePressGestureRecognizer()", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Widget(Color[bool?,Function?])", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "SynchronousFuture()", "TickerFuture({from:double?})", "@(NumberFormat)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "~(_AnimationDirection)", "GatewayConfigField*(String*)", "NumberFormat()", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "Future*(String*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "SynchronousFuture()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "~(String,Map)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "~(Object,StackTrace,Object?)", "Future<~>(AnimationStatus)", "Animation0(int)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "SlideTransition(int)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "int(_PaintRequest,_PaintRequest)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "String(String,Color)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "@(~(AnimationStatus))", "Positioned*(BuildContext*)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "~(AnimationStatus)()", "bool*(Element0*)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "DashboardDateRangePicker*(BuildContext*)", "bool*(bool*,StopSaving*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "GoogleSignInAccount?/(~)", "Null(ChartDataGroup*)", "@(HtmlElement)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "SettingsWizard*(BuildContext*)", "Null(GoogleAuthInitFailureError)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "bool(String,String)", "int(String)", "~(String,int)", "String(List)", "MediaType()", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "XFile(File)", "List(String)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "RegExp()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "_DateFormatLiteralField(String,DateFormat)", "~(String[@])", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "FloatingActionButton*(BuildContext*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "String?(NumberSymbols)", "String(NumberSymbols)", "Null(PdfDocument*)", "Uint8List(@,@)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "bool*(ActivityEntity*)", "TargetPlatform?()", "TargetPlatform()", "bool(DiagnosticsNode?)", "bool(StackFrame)", "ErrorDescription(String)", "Null(String*,GatewayOptionsEntity*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "String(DiagnosticsNode)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "Null(Response*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "HtmlElement()", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "@(Map)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(InvoiceHistoryEntity*,InvoiceHistoryEntity*)", "~(Blob?)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "Map()", "bool(Element)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "InvitationEntity*(InvitationEntity*)", "EntityList*(BuildContext*,PaymentListVM*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "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*)", "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*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "@(int)", "Map*()", "Null(FontFace)", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "~(DomException)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "bool(DiagnosticsNode)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "LicenseParagraph()", "~(AbstractNode)", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "String(GestureArenaMember)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "_GestureArena()", "~(PointerDataPacket)", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "@(DateTime)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "ListBuilder*()", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "@(StreamSubscription)", "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*)", "~(BeforeUnloadEvent)", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "Drag?()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "~(_TapTracker)", "Map<~(PointerEvent0),Matrix4?>()", "String*(@,int*)", "~(~(PointerEvent0),Matrix4?)", "_CombiningGestureArenaMember()", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "LicensePage(BuildContext)", "~(ParagraphGeometricStyle,ParagraphRuler)", "ReportColumnType*(String*)", "@(String*,String*)", "bool*(List*)", "String*(List*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "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*)", "~(Node,Node?)", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "_LicenseData(_LicenseData,LicenseEntry)", "_LicenseData(_LicenseData)", "BuyNowButtons*(BuildContext*,BuyNowButtonsVM*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "ListBuilder*()", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "StatefulWidget(BuildContext,BoxConstraints)", "Center(BuildContext,int?,Widget?)", "Future*(BuildContext*,String*)", "ListBuilder*()", "Null(BuildContext*,int*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "ListBuilder*()", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "@(@,@)", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "ListBuilder*()", "DropdownMenuItem*(ImportType*)", "List*(BuildContext*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "_PackageListTile(MapEntry)", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "int(String,String)", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "Localizations(BuildContext,int)", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "Element(Node)", "Null(Uint8List)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "List>(NavigatorState,String)", "MaterialPageRoute<~>(RouteSettings)", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "BlockSemantics(BuildContext)", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "WillPopScope(BuildContext)", "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*)", "Widget*(BuildContext*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "bool*(VendorContactEntity*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Null(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "List(BuildContext,_ActionLevel)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "int(ParagraphRuler,ParagraphRuler)", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "MouseRegion(BuildContext,ScrollController)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MaterialRectArcTween(Rect?,Rect?)", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "Widget(BuildContext,~())", "@(QrCode)", "QrCode()", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "Null(Object,StackTrace?)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "Future>()", "MapEntry(String,@)", "String?()", "int(_Line)", "~(int,bool(FlutterHtmlKeyboardEvent))", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "double(_Diagonal)", "int(int,Object)", "~(HtmlElement)", "String?(Match)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "ListBuilder*()", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "List>(NavigatorState,String)", "int(Widget,int)", "Iterable(Iterable)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "ListUIState*(ListUIState*,ViewDesignList*)", "ListUIState*(ListUIState*,FilterDesignsByCustom1*)", "ListUIState*(ListUIState*,FilterDesignsByCustom2*)", "ListUIState*(ListUIState*,FilterDesignsByState*)", "ListUIState*(ListUIState*,FilterDesigns*)", "ListUIState*(ListUIState*,SortDesigns*)", "ListUIState*(ListUIState*,StartDesignMultiselect*)", "ListUIState*(ListUIState*,AddToDesignMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDesignMultiselect*)", "ListUIState*(ListUIState*,ClearDesignMultiselect*)", "DesignState*(DesignState*,ArchiveDesignsSuccess*)", "DesignState*(DesignState*,DeleteDesignsSuccess*)", "DesignState*(DesignState*,RestoreDesignsSuccess*)", "DesignState*(DesignState*,AddDesignSuccess*)", "DesignState*(DesignState*,SaveDesignSuccess*)", "DesignState*(DesignState*,LoadDesignSuccess*)", "DesignState*(DesignState*,LoadDesignsSuccess*)", "DesignState*(DesignState*,LoadCompanySuccess*)", "DocumentEntity*(DocumentEntity*,@)", "ListUIState*(ListUIState*,ViewDocumentList*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom1*)", "ListUIState*(ListUIState*,FilterDocumentsByCustom2*)", "ListUIState*(ListUIState*,FilterDocumentsByState*)", "ListUIState*(ListUIState*,FilterDocuments*)", "ListUIState*(ListUIState*,SortDocuments*)", "ListUIState*(ListUIState*,StartDocumentMultiselect*)", "ListUIState*(ListUIState*,AddToDocumentMultiselect*)", "ListUIState*(ListUIState*,RemoveFromDocumentMultiselect*)", "ListUIState*(ListUIState*,ClearDocumentMultiselect*)", "DocumentState*(DocumentState*,ArchiveDocumentSuccess*)", "DocumentState*(DocumentState*,DeleteDocumentSuccess*)", "DocumentState*(DocumentState*,RestoreDocumentSuccess*)", "DocumentState*(DocumentState*,SaveDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentSuccess*)", "DocumentState*(DocumentState*,LoadDocumentsSuccess*)", "_RandomAccessFile(@)", "ListUIState*(ListUIState*,ViewExpenseList*)", "ListUIState*(ListUIState*,FilterExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterExpensesByCustom3*)", "ListUIState*(ListUIState*,FilterExpensesByCustom4*)", "ListUIState*(ListUIState*,FilterExpensesByState*)", "ListUIState*(ListUIState*,FilterExpensesByStatus*)", "ListUIState*(ListUIState*,FilterExpenses*)", "ListUIState*(ListUIState*,SortExpenses*)", "ListUIState*(ListUIState*,StartExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearExpenseMultiselect*)", "ExpenseState*(ExpenseState*,ArchiveExpenseSuccess*)", "ExpenseState*(ExpenseState*,DeleteExpenseSuccess*)", "ExpenseState*(ExpenseState*,RestoreExpenseSuccess*)", "ExpenseState*(ExpenseState*,AddExpenseSuccess*)", "ExpenseState*(ExpenseState*,SaveExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpenseSuccess*)", "ExpenseState*(ExpenseState*,LoadExpensesSuccess*)", "ExpenseState*(ExpenseState*,LoadCompanySuccess*)", "ListBuilder*>*()", "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*)", "ListBuilder*()", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,ReverseInvoicesSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "MapBuilder*>*()", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,ConvertQuoteSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "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*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "MapBuilder*()", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "BuyNowButtonsVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "OnlinePaymentsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "MapBuilder*()", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "Material*(BuildContext*,BoxConstraints*)"], + types: ["~()", "Null()", "ListUIStateBuilder*(ListUIStateBuilder*)", "Null(Object*)", "Null(Store*,@,@(@)*)", "@(String*)", "double(double)", "@()", "Null(@)", "@(@)", "Null(String*)", "@(bool*)", "InvoiceEntityBuilder*(InvoiceEntityBuilder*)", "SettingsEntityBuilder*(SettingsEntityBuilder*)", "Null(BuildContext*)", "String*(String*)", "bool*(String*)", "Future*(BuildContext*)", "int*(String*,String*)", "bool*()", "ErrorDialog*(BuildContext*)", "Null(bool*)", "CompanyEntityBuilder*(CompanyEntityBuilder*)", "String*(@)", "ExpenseEntityBuilder*(ExpenseEntityBuilder*)", "Future*(Store*,@,@(@)*)", "~(TextEditingController*)", "~(Duration)", "Future<~>*()", "~(BuildContext*)", "Future*()", "Future*()", "ListBuilder*()", "~(Object?)", "DropdownMenuItem*(String*)", "~(AnimationStatus)", "PaymentEntityBuilder*(PaymentEntityBuilder*)", "bool*(Route<@>*)", "~(bool*)", "PluralCase()", "ClientEntityBuilder*(ClientEntityBuilder*)", "Null(List*)", "String*(BaseEntity*)", "TaskEntityBuilder*(TaskEntityBuilder*)", "Null(Duration*)", "Null(SelectableEntity*)", "CompanyGatewayEntityBuilder*(CompanyGatewayEntityBuilder*)", "@(BuildContext*)", "String*(String*,ClearEntityFilter*)", "String*(String*,PreviewEntity*)", "Null(EntityState*,bool*)", "~(bool)", "String*(String*,SelectCompany*)", "Null(String*,String*)", "InvoiceItemEntityBuilder*(InvoiceItemEntityBuilder*)", "Null(String*,InvoiceEntity*)", "@(SelectableEntity*)", "Null(TextEditingController*)", "~(String*)", "SubscriptionEntityBuilder*(SubscriptionEntityBuilder*)", "~(BuildContext*,EntityAction*)", "Null(DocumentEntity*)", "Null(Event)", "bool*(InvoiceItemEntity*)", "InvoiceEntity*(String*)", "ListDivider*(BuildContext*,int*)", "~(int)", "~(DragUpdateDetails)", "String()", "Null(InvoiceEntity*)", "InvoiceStatusEntityBuilder*(InvoiceStatusEntityBuilder*)", "String*(String*,FilterByEntity*)", "SettingsUIStateBuilder*(SettingsUIStateBuilder*)", "UserEntityBuilder*(UserEntityBuilder*)", "~(Event)", "Widget(BuildContext)", "String*(String*,@)", "double(RenderBox)", "@(TaxRateEntity*)", "@(int*,String*)", "EntityStats*(String*,BuiltMap*)", "bool(String)", "~(@)", "Null(BuildContext*,MultipartFile*)", "~(String)", "~(PaintingContext,Offset)", "int*(List*,List*)", "~(Element0)", "Null(~)", "Null(BuildContext*,DocumentEntity*,String*,String*)", "Future?(Object*)", "bool(BoxHitTestResult,Offset?)", "~(PointerEvent0)", "int*(int*,PreviewEntity*)", "UserCompanyEntityBuilder*(UserCompanyEntityBuilder*)", "StatelessWidget*(BuildContext*,BoxConstraints*)", "Null(List*)", "~(DragStartDetails)", "~(TapDownDetails)", "bool*(ContactEntity*)", "bool*(bool*,UpdateUserPreferences*)", "Null(String*,ExpenseEntity*)", "UserStateBuilder*(UserStateBuilder*)", "Future<~>()", "~(DragEndDetails)", "String(String)", "Null(int*)", "bool(@)", "bool(Object?)", "~(String,@)", "Palette()", "~(String,String)", "Color(Set)", "VendorEntityBuilder*(VendorEntityBuilder*)", "ListBuilder*()", "Null(ExpenseEntity*)", "bool(FocusNode)", "bool(Element0)", "Iterable()", "Widget*()", "Null(TaxRateEntity*)", "~(@,@)", "double()", "@(DocumentEntity*,String*,String*)", "Null(String*,TaskEntity*)", "AuthStateBuilder*(AuthStateBuilder*)", "@(MultipartFile*)", "~(Object,StackTrace)", "EntityStats*(String*,BuiltMap*)", "DashboardUISettingsBuilder*(DashboardUISettingsBuilder*)", "Null(PaymentEntity*)", "TextSelection()", "@(TextSelection)", "~(ByteData?)", "@(CompanyEntity*)", "Null(Object,StackTrace)", "Widget(BuildContext,int)", "~(LayoutView)", "Null(BuildContext*,Completer*)", "~(RenderObject)", "AlertDialog*(BuildContext*)", "Null(int*,int*)", "@(InvoiceEntity*)", "InvoiceEntity*(InvoiceEntity*,@)", "String*()", "~(TapUpDetails)", "ScrollableListView*(BuildContext*)", "TaskStatusEntityBuilder*(TaskStatusEntityBuilder*)", "Null(List*)", "Object?(@)", "Widget*(BuildContext*,int*)", "Null(TaskEntity*)", "String*(InvoiceEntityBuilder*)", "Null(SettingsEntity*)", "bool(FlutterHtmlKeyboardEvent)", "String*(String*,ClearEntitySelection*)", "~(ForcePressDetails)", "@(DateFormat)", "FeesAndLimitsSettingsBuilder*(FeesAndLimitsSettingsBuilder*)", "ProductEntityBuilder*(ProductEntityBuilder*)", "ProjectEntityBuilder*(ProjectEntityBuilder*)", "bool(_RouteEntry?)", "Null(UserEntity*)", "@(double)", "DateFormat()", "MapBuilder*()", "@(DesignEntity*)", "@(int*)", "int(int)", "CompanyGatewayStateBuilder*(CompanyGatewayStateBuilder*)", "Color0(int?)", "TaxRateStateBuilder*(TaxRateStateBuilder*)", "double*(double*)", "Null(Completer*)", "GroupStateBuilder*(GroupStateBuilder*)", "Null(InvoiceStateBuilder*)", "bool(ScrollNotification)", "InvoiceEntity*(@)", "DropdownMenuItem*(int*)", "SimpleDialog*(BuildContext*)", "String*(PaymentableEntity*)", "Null(String*,PaymentEntity*)", "@(List*)", "PaymentTermStateBuilder*(PaymentTermStateBuilder*)", "ExpenseEntity*(String*)", "~(SelectableEntity*)", "PaymentEntity*(String*)", "bool*(InvoiceEntity*)", "double(RenderBox,double)", "WebhookEntityBuilder*(WebhookEntityBuilder*)", "int(_Codes)", "double*()", "Column*(BuildContext*)", "bool()", "Color?(Set)", "bool*(PaymentableEntity*)", "ListBuilder*()", "Null(TaskTime*)", "bool*(TaskTime*)", "Null(LoginResponse*)", "~(RestorableProperty,~())", "~(PointerExitEvent)", "List*()", "Null(String*,ClientEntity*)", "TaskEntity*(String*)", "AppStateBuilder*(AppStateBuilder*)", "Null(VendorEntity*)", "Null(DesignEntity*)", "~(Object*)", "DocumentStateBuilder*(DocumentStateBuilder*)", "Null(EntityType*)", "Null(GroupEntity*)", "Null(PaymentableEntity*)", "Null(InvoiceItemEntity*)", "int(FocusNode,FocusNode)", "~(LongPressStartDetails)", "Null(ProductEntity*)", "Null(ProjectEntity*)", "QuoteStateBuilder*(QuoteStateBuilder*)", "Null(RecurringInvoiceStateBuilder*)", "~(DateTime)", "Null(TaskStatusEntity*)", "InvitationEntity*(ContactEntity*)", "TaxRateEntity*(String*)", "Widget(BuildContext,Widget?)", "bool(GestureListener)", "~(String,NumericAxis)", "~(PointerDownEvent)", "Null(EntityStatus*,bool*)", "~(Object?,Object?)", "~(Object[StackTrace?])", "Null(List*)", "~(String?)", "@(Event)", "~(LongPressMoveUpdateDetails)", "InvoiceItemSelector*(BuildContext*)", "DesignEntity*(String*)", "DesignEntityBuilder*(DesignEntityBuilder*)", "Null(@,@)", "~(MouseEvent)", "MapBuilder*()", "Future>(Map)", "MessageDialog*(BuildContext*)", "UIStateBuilder*(UIStateBuilder*)", "~(ProgressEvent)", "Null(TaskStateBuilder*)", "ClientEntity*(String*)", "Null(ClientEntity*)", "Widget(BuildContext,BoxConstraints)", "ClientStateBuilder*(ClientStateBuilder*)", "Future()", "ProductEntity*(String*)", "Null(PointerEvent)", "Null(TouchEvent)", "ProjectEntity*(String*)", "ExpenseCategoryStateBuilder*(ExpenseCategoryStateBuilder*)", "CompanyGatewayEntity*(String*)", "Null(CompanyGatewayEntity*)", "Rect()", "Null(BuiltList*)", "EntityStats*(String*,BuiltMap*)", "CreditStateBuilder*(CreditStateBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "~(PointerEnterEvent)", "List*(BuiltMap*,BuiltMap*)", "int*(InvoiceEntity*,InvoiceEntity*)", "~(~())", "DesignStateBuilder*(DesignStateBuilder*)", "bool(BoxHitTestResult,Offset)", "bool*(BaseEntity*)", "ExpenseStateBuilder*(ExpenseStateBuilder*)", "Null(ExpenseCategoryEntity*)", "ExpenseEntity*(ExpenseEntity*,@)", "InvoiceStateBuilder*(InvoiceStateBuilder*)", "Null(List*)", "PaymentStateBuilder*(PaymentStateBuilder*)", "Null(PaymentTermEntity*)", "ProductStateBuilder*(ProductStateBuilder*)", "ProjectStateBuilder*(ProjectStateBuilder*)", "RecurringExpenseStateBuilder*(RecurringExpenseStateBuilder*)", "RecurringInvoiceStateBuilder*(RecurringInvoiceStateBuilder*)", "Null(SubscriptionEntity*)", "SubscriptionStateBuilder*(SubscriptionStateBuilder*)", "TaskStateBuilder*(TaskStateBuilder*)", "bool(InlineSpan)", "Null(TaskStatusStateBuilder*)", "TaskStatusStateBuilder*(TaskStatusStateBuilder*)", "Null(TokenEntity*)", "TokenStateBuilder*(TokenStateBuilder*)", "bool*(EntityType*)", "@([String*,String*])", "int(RenderObject,RenderObject)", "~({curve:Curve,descendant:RenderObject?,duration:Duration,rect:Rect?})", "double(double,double)", "VendorStateBuilder*(VendorStateBuilder*)", "Null(WebhookEntity*)", "Null(DateTime*)", "CustomFieldSelector*(BuildContext*)", "int()", "~(PointerExitEvent*)", "Future<@>(MethodCall)", "Future>(Map)", "String(int)", "IconButton*(BuildContext*)", "ActivityListTile*(BuildContext*,int*)", "~(Timer*)", "bool(_RouteEntry)", "~(NavigatorObserver)", "BaseEntity*(InvoiceItemEntity*)", "Null(List*[String*])", "Null(BuildContext*,InvoiceEntity*,ClientEntity*)", "Null(InvoiceItemEntity*,int*)", "Null(BuildContext*[EntityAction*])", "Null(List*,String*)", "Null(BuildContext*[int*])", "Null(BuildContext*,InvoiceEntity*[String*])", "TaskListItem*(BuildContext*,int*)", "DropdownMenuItem*(MapEntry*)", "Null(Timer*)", "Future()", "int(@,@)", "String*(TaxRateReportFields*)", "String*(TaxRateReportFields0*)", "String*(ProfitAndLossReportFields*)", "MapBuilder*(MapBuilder*)", "ListTile*(String*)", "WebhookStateBuilder*(WebhookStateBuilder*)", "bool(DataRow)", "Null(QuoteStateBuilder*)", "Null(RecurringExpenseStateBuilder*)", "Null(MouseEvent)", "int(int,int)", "ReportsUIStateBuilder*(ReportsUIStateBuilder*)", "SubscriptionEntity*(String*)", "Null(List*)", "ListBuilder*()", "~(ImageInfo,bool)", "Null(SubscriptionStateBuilder*)", "Future()", "~(ImageChunkEvent)", "Null(List*)", "Null(CreditStateBuilder*)", "TaskStatusEntity*(String*)", "Null(List*)", "~(FocusHighlightMode)", "Null(ClientStateBuilder*)", "MapBuilder*>*()", "Null(List*)", "~(int,int)", "Null(TaxRateStateBuilder*)", "~(ImageStreamListener)", "TokenEntity*(String*)", "Null(List*)", "Future<@>()", "Null(TokenStateBuilder*)", "MaterialStateProperty?(ButtonStyle?)", "ListBuilder*(ListBuilder*)", "int*(TaskEntity*,TaskEntity*)", "String?(String?)", "UserEntity*(String*)", "Color(Color)", "Null(UserStateBuilder*)", "Null(List*)", "VendorEntity*(String*)", "Null(List*)", "Future()", "Null(VendorStateBuilder*)", "Null(DesignStateBuilder*)", "WebhookEntity*(String*)", "Null(List*)", "Null(bool)", "Null(WebhookStateBuilder*)", "bool(Object?,Object?)", "GridView*(BuildContext*,BoxConstraints*)", "Null(EntityAction*)", "MouseCursor0(Set)", "~(SliverConstraints)", "~(List)", "bool(SemanticsNode)", "Tween(@)", "ColorTween(@)", "int(SemanticsNode,SemanticsNode)", "Future<~>(String,ByteData?,~(ByteData?)?)", "String(Match)", "Null(ExpenseStateBuilder*)", "bool(FocusableActionDetector)", "DateTime()", "bool*(PaymentEntity*)", "ExpenseCategoryEntity*(String*)", "~(Timer)", "Null(List*)", "int(Object?)", "InkWell*(BuildContext*)", "ExpenseCategoryEntityBuilder*(ExpenseCategoryEntityBuilder*)", "Null(int*,bool*)", "HorizontalDragGestureRecognizer()", "~(HorizontalDragGestureRecognizer)", "EdgeInsetsGeometryTween(@)", "bool(Point)", "Null(ExpenseCategoryStateBuilder*)", "ListBuilder*()", "Null(Store*)", "Null(BuildContext*,EmailTemplate*,String*,String*)", "GroupEntity*(String*)", "Null(List*)", "GroupEntityBuilder*(GroupEntityBuilder*)", "~(LongPressEndDetails)", "Null(GroupStateBuilder*)", "ListBuilder*()", "Null(List*)", "Null(PaymentStateBuilder*)", "ListBuilder*()", "InvoiceListItem*(BuildContext*,int*)", "QuoteListItem*(BuildContext*,int*)", "@(Color)", "ExpenseListItem*(BuildContext*,int*)", "Null(@,StackTrace)", "@(double*)", "PaymentTermEntity*(String*)", "Null(List*)", "ExpenseStatusEntityBuilder*(ExpenseStatusEntityBuilder*)", "DropdownMenuItem*(int*)", "Null(CompanyGatewayStateBuilder*)", "~(TaxRateEntity*)", "PaymentableEntityBuilder*(PaymentableEntityBuilder*)", "String*(ClientReportFields*)", "Null(PaymentTermStateBuilder*)", "String*(CreditReportFields*)", "String*(DocumentReportFields*)", "String*(ExpenseReportFields*)", "String*(InvoiceItemReportFields*)", "String*(InvoiceReportFields*)", "Color()", "String*(PaymentReportFields*)", "Null(List*)", "String*(ProductReportFields*)", "Null(ProductStateBuilder*)", "String*(QuoteItemReportFields*)", "String*(QuoteReportFields*)", "~(bool?)", "String*(TaskReportFields*)", "@(SettingsEntity*)", "Future*(BuildContext*,bool*)", "MapEntry*>*(String*,String*)", "@(bool*,int*,String*,double*,double*)", "Null(String*,List*)", "Null(List*)", "Null(ProjectStateBuilder*)", "Widget(BuildContext,Widget,int?,bool)", "Null(List*)", "bool(_Highlight)", "~(PointerEnterEvent*)", "InvoiceItemEntity*(BaseEntity*)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteItem*)", "Widget(BuildContext,Object,StackTrace?)", "bool(NodeValidator)", "~(RandomAccessFile)", "bool(DraggableScrollableNotification)", "String*(String*,ShowPdfRecurringInvoice*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceItem*)", "~(TextSelection,SelectionChangedCause?)", "ListBuilder*()", "ListBuilder*()", "Null(CompanyEntity*)", "~(_TimePickerMode)", "Null(BaseEntity*)", "~(TimeOfDay)", "ListBuilder*()", "EntityStats*(String*,BuiltMap*)", "ListBuilder*()", "bool*(GatewayTokenEntity*)", "MaterialStateProperty?(ButtonStyle?)", "~()()", "ImageStreamCompleter()", "ReportSettingsEntityBuilder*(ReportSettingsEntityBuilder*)", "ListBuilder*()", "Widget(BuildContext,Object?,ScrollController?)", "MapBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(WebhookEntity*,@)", "ListBuilder*()", "Node0?(DirectoryNode,String,Node0?)", "ListBuilder*()", "~(Rect)", "~(ScaleEndDetails)", "ListBuilder*()", "~(TextSelection)", "int*(BaseEntity*,BaseEntity*)", "ListBuilder*()", "TaxRateEntityBuilder*(TaxRateEntityBuilder*)", "ListBuilder*()", "MapBuilder*()", "TaxRateEntity*(@)", "ListBuilder*()", "ListBuilder*()", "CompanyGatewayEntity*(@)", "TokenEntityBuilder*(TokenEntityBuilder*)", "bool(BuildContext)", "~(Symbol0,@)", "MapBuilder*(MapBuilder*)", "bool(InlineSpanSemanticsInformation)", "AppSidebarMode*(AppSidebarMode*,UpdateUserPreferences*)", "PaymentableEntity*(BaseEntity*)", "ListBuilder*()", "~(DragDownDetails)", "~(Codec)", "ListBuilder*()", "List?(int?)", "String*(String*,ShowPdfCredit*)", "ListBuilder*()", "InvoiceEntity*(InvoiceEntity*,DeleteCreditItem*)", "UserEntity*(@)", "List*(BuiltMap*)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditItem*)", "CustomSingleChildLayout(BuildContext)", "ListBuilder*()", "Completer*(Completer*,EditVendor*)", "@(bool)", "ListBuilder*()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*)", "ListBuilder*()", "~(Size)", "MapBuilder*>*(MapBuilder*>*)", "bool(BoxHitTestResult)", "Future(String,Map)", "~([Intent?])", "ListBuilder*()", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*)", "InkWell*(String*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "ListBuilder*()", "int(int,@)", "UserSettingsEntityBuilder*(UserSettingsEntityBuilder*)", "List*(BuiltMap*,CompanyEntity*,DashboardUISettings*,BuiltMap*,BuiltMap*)", "List(_SemanticsSortGroup)", "Size(RenderBox,BoxConstraints)", "bool(RenderBox)", "List*(BuiltMap*,BuiltMap*)", "Future<@>(@)", "Future(ByteData?)", "List*()", "~(RestorationBucket)", "Map()", "MapBuilder*()", "List*>*(BuildContext*)", "PopupMenuItem*(EntityAction*)", "MapBuilder*>*(MapBuilder*>*)", "String(num?)", "bool(InheritedElement)", "SelectableEntity*(String*)", "bool*(SelectableEntity*)", "@(~())", "~(RenderBox?,String)", "TaskTimeBuilder*(TaskTimeBuilder*)", "FileNode()", "Future<~>(~)", "int(_ReadingOrderSortData,_ReadingOrderSortData)", "VendorEntity*(VendorEntity*,@)", "AppTextButton*(BuildContext*)", "DocumentEntity*(String*)", "~(TapGestureRecognizer)", "Null(String*,String*,String*,String*)", "Null(EmailTemplate*)", "Null(List*)", "DoubleTapGestureRecognizer()", "bool*(TaxRateEntity*)", "TaxRateEntity*()", "~(RenderBox?)", "DocumentEntityBuilder*(DocumentEntityBuilder*)", "Widget*(CompanyEntity*)", "List*>*(BuildContext*)", "PointerInterceptor*(BuildContext*)", "Null(DocumentStateBuilder*)", "~(DoubleTapGestureRecognizer)", "LongPressGestureRecognizer()", "bool*(DataRow0*)", "DataCell0*(DataColumn0*)", "DataCell0*(String*)", "~(LongPressGestureRecognizer)", "BaseEntity*(String*)", "VerticalDragGestureRecognizer()", "~(VerticalDragGestureRecognizer)", "@(Object*)", "int(String?)", "VendorContactEntityBuilder*(VendorContactEntityBuilder*)", "Positioned(BuildContext,Widget?)", "~(Object,StackTrace?)", "Tween<@>?(Tween<@>?,@,Tween<@>(@))", "AlignmentGeometryTween(@)", "Widget*(BuildContext*,AsyncSnapshot*)", "Null(ContactEntity*)", "~(ScaleStartDetails)", "DecorationTween(@)", "Color?(Color?)", "PrefStateBuilder*(PrefStateBuilder*)", "LocalKey(MergeableMaterialItem)", "RenderBox?()", "~(_DragInfo)", "Null(BuiltList*)", "ListBuilder*()", "Widget(Widget,Animation0)", "LoginScreen*(BuildContext*)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,BuiltMap*,StaticState*)", "VelocityTracker(PointerEvent0)", "_ZoomEnterTransition(BuildContext,Animation0,Widget?)", "ExpenseEntity*(@)", "MainScreen*(BuildContext*)", "PaymentEditScreen*(BuildContext*)", "PaymentRefundScreen*(BuildContext*)", "ListBuilder*()", "~(Uint8List,String,int)", "DropdownMenuItem*(DateRange*)", "Null(DateRange*)", "int(LayoutView,LayoutView)", "DateTime*(ChartMoneyData*,int*)", "double*(ChartMoneyData*,int*)", "Color0*(ChartMoneyData*,int*)", "ListTile*(BuildContext*,int*)", "bool*(InvitationEntity*)", "PaymentListItem*(BuildContext*,int*)", "bool(Node)", "bool(int)", "_ZoomExitTransition(BuildContext,Animation0,Widget?)", "bool(LayoutView)", "~(DiagnosticsNode)", "KeyData()", "~(GestureListener)", "~(String,String?)", "DataCell(DataColumn)", "GroupEntity*(@)", "String*(String*,ShowPdfInvoice*)", "bool(ChartBehavior<@>)", "@(Completer*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItem*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoiceItem*)", "SizedBox*(BuildContext*)", "List*(String*)", "Listener*(BuildContext*,String*)", "Null(PointerDownEvent*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceItem*)", "List*>*(BuildContext*)", "PopupMenuItem*(String*)", "ProductListItem*(BuildContext*,int*)", "Null(ProgressEvent)", "RefreshIndicator*(BuildContext*)", "Null(MapEntry*)", "~([String*])", "~(double,double)", "double*(PaymentableEntity*)", "bool*(CompanyEntity*)", "@(EdgeInsets)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "bool*(HistoryRecord*)", "EdgeInsets()", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Drag?(Offset)", "List*(String*,BuiltMap*,BuiltList*)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "Null(UserCompanyEntity*)", "~(List)", "String*(PaymentEntityBuilder*)", "String*(ProjectEntityBuilder*)", "PaymentTermEntityBuilder*(PaymentTermEntityBuilder*)", "~(ScaleUpdateDetails)", "ListBuilder*()", "Color0*(@,int*)", "num*(@,int*)", "Map*(String*)", "PaymentTermEntity*(@)", "@(int*,bool*)", "Null(BuildContext*,BuiltMap*)", "ListBuilder*()", "ContactEntityBuilder*(ContactEntityBuilder*)", "Null(BuildContext*,String*,String*)", "Object?(Object?)", "String*(MapBuilder*)", "Widget(BuildContext,bool)", "Future*(BuildContext*,AppSidebarMode*)", "Null(BuildContext*,bool*)", "~(ChartBehavior<@>)", "Completer*(Completer*,EditClient*)", "Set<~>*()", "LicenseEntry(int)", "~(GestureMode)", "Future*(String*,String*)", "Completer*(Completer*,EditProject*)", "bool*(SubscriptionEntityBuilder*)", "UpdateState*()", "ListBuilder*()", "Null(TaskTime*,int*)", "Null(Completer*,String*)", "PasswordConfirmation*(BuildContext*)", "Null(GoogleSignInAuthentication*)", "String*(Match*)", "ListBuilder*()", "~(PhotoViewScaleState)", "Element(int)", "EntityStats*(String*,BuiltMap*)", "String*(String*,ShowPdfQuote*)", "bool(bool?)", "bool(Element,String,String,_Html5NodeValidator)", "ContactEntity*()", "CompanyGatewayEntity*(CompanyGatewayEntity*,@)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItem*)", "DesignEntity*(DesignEntity*,@)", "InvoiceEntity*(InvoiceEntity*,DeleteQuoteItem*)", "ExpenseCategoryEntity*(ExpenseCategoryEntity*,@)", "GroupEntity*(GroupEntity*,@)", "PaymentEntity*(PaymentEntity*,@)", "PaymentTermEntity*(PaymentTermEntity*,@)", "ProductEntity*(ProductEntity*,@)", "ProjectEntity*(ProjectEntity*,@)", "SubscriptionEntity*(SubscriptionEntity*,@)", "TaskEntity*(TaskEntity*,@)", "TaskStatusEntity*(TaskStatusEntity*,@)", "TaxRateEntity*(TaxRateEntity*,@)", "TokenEntity*(TokenEntity*,@)", "UserEntity*(UserEntity*,@)", "TapGestureRecognizer()", "InvoiceEntity*(InvoiceEntity*,AddCreditItem*)", "EntityType*(EntityType*,UpdateDashboardEntityType*)", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "0^?(0^?(ButtonStyle?))", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "0^?(MaterialStateProperty<0^>?(ButtonStyle?))", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MapBuilder*()", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "JsFunction(@)", "MaterialStateProperty?(ButtonStyle?)", "JsArray<@>(@)", "int*(TaskTime*,TaskTime*)", "MaterialStateProperty?(ButtonStyle?)", "MaterialStateProperty?(ButtonStyle?)", "Null(String*,@)", "MouseCursor0?(Set)", "Route<@>*(RouteSettings*)", "MouseCursor0?(ButtonStyle?)", "JsObject(@)", "Color?(ButtonStyle?)", "StyledToast*(BuildContext*)", "Locale*(String*)", "ChangeLayoutBanner*(BuildContext*)", "ProductScreenBuilder*(BuildContext*)", "ProductViewScreen*(BuildContext*)", "ProductEditScreen*(BuildContext*)", "ClientScreenBuilder*(BuildContext*)", "ClientViewScreen*(BuildContext*)", "ClientEditScreen*(BuildContext*)", "InvoiceScreenBuilder*(BuildContext*)", "InvoiceViewScreen*(BuildContext*)", "InvoiceEditScreen*(BuildContext*)", "InvoiceEmailScreen*(BuildContext*)", "InvoicePdfScreen*(BuildContext*)", "DocumentScreenBuilder*(BuildContext*)", "DocumentViewScreen*(BuildContext*)", "DocumentEditScreen*(BuildContext*)", "ExpenseScreenBuilder*(BuildContext*)", "ExpenseViewScreen*(BuildContext*)", "ExpenseEditScreen*(BuildContext*)", "VendorScreenBuilder*(BuildContext*)", "VendorViewScreen*(BuildContext*)", "VendorEditScreen*(BuildContext*)", "TaskScreenBuilder*(BuildContext*)", "TaskViewScreen*(BuildContext*)", "TaskEditScreen*(BuildContext*)", "ProjectScreenBuilder*(BuildContext*)", "ProjectViewScreen*(BuildContext*)", "ProjectEditScreen*(BuildContext*)", "PaymentScreenBuilder*(BuildContext*)", "PaymentViewScreen*(BuildContext*)", "VisualDensity?(ButtonStyle?)", "MaterialTapTargetSize?(ButtonStyle?)", "QuoteScreenBuilder*(BuildContext*)", "QuoteViewScreen*(BuildContext*)", "QuoteEditScreen*(BuildContext*)", "QuoteEmailScreen*(BuildContext*)", "QuotePdfScreen*(BuildContext*)", "RecurringExpenseScreenBuilder*(BuildContext*)", "RecurringExpenseViewScreen*(BuildContext*)", "RecurringExpenseEditScreen*(BuildContext*)", "SubscriptionScreenBuilder*(BuildContext*)", "SubscriptionViewScreen*(BuildContext*)", "SubscriptionEditScreen*(BuildContext*)", "TaskStatusScreenBuilder*(BuildContext*)", "TaskStatusViewScreen*(BuildContext*)", "TaskStatusEditScreen*(BuildContext*)", "ExpenseCategoryScreenBuilder*(BuildContext*)", "ExpenseCategoryViewScreen*(BuildContext*)", "ExpenseCategoryEditScreen*(BuildContext*)", "RecurringInvoiceScreenBuilder*(BuildContext*)", "RecurringInvoiceViewScreen*(BuildContext*)", "RecurringInvoiceEditScreen*(BuildContext*)", "RecurringInvoicePdfScreen*(BuildContext*)", "WebhookScreenBuilder*(BuildContext*)", "WebhookViewScreen*(BuildContext*)", "WebhookEditScreen*(BuildContext*)", "TokenScreenBuilder*(BuildContext*)", "TokenViewScreen*(BuildContext*)", "TokenEditScreen*(BuildContext*)", "PaymentTermScreenBuilder*(BuildContext*)", "PaymentTermEditScreen*(BuildContext*)", "PaymentTermViewScreen*(BuildContext*)", "DesignScreenBuilder*(BuildContext*)", "DesignViewScreen*(BuildContext*)", "DesignEditScreen*(BuildContext*)", "CreditScreenBuilder*(BuildContext*)", "CreditViewScreen*(BuildContext*)", "CreditEditScreen*(BuildContext*)", "CreditEmailScreen*(BuildContext*)", "CreditPdfScreen*(BuildContext*)", "UserScreenBuilder*(BuildContext*)", "UserViewScreen*(BuildContext*)", "UserEditScreen*(BuildContext*)", "GroupScreenBuilder*(BuildContext*)", "GroupViewScreen*(BuildContext*)", "GroupEditScreen*(BuildContext*)", "SettingsScreenBuilder*(BuildContext*)", "ReportsScreenBuilder*(BuildContext*)", "CompanyDetailsScreen*(BuildContext*)", "UserDetailsScreen*(BuildContext*)", "LocalizationScreen*(BuildContext*)", "OnlinePaymentsScreen*(BuildContext*)", "CompanyGatewayScreenBuilder*(BuildContext*)", "CompanyGatewayViewScreen*(BuildContext*)", "CompanyGatewayEditScreen*(BuildContext*)", "TaxSettingsScreen*(BuildContext*)", "TaxRateScreenBuilder*(BuildContext*)", "TaxRateViewScreen*(BuildContext*)", "TaxRateEditScreen*(BuildContext*)", "ProductSettingsScreen*(BuildContext*)", "ExpenseSettingsScreen*(BuildContext*)", "TaskSettingsScreen*(BuildContext*)", "ImportExportScreen*(BuildContext*)", "DeviceSettingsScreen*(BuildContext*)", "AccountManagementScreen*(BuildContext*)", "CustomFieldsScreen*(BuildContext*)", "GeneratedNumbersScreen*(BuildContext*)", "WorkflowSettingsScreen*(BuildContext*)", "InvoiceDesignScreen*(BuildContext*)", "ClientPortalScreen*(BuildContext*)", "BuyNowButtonsScreen*(BuildContext*)", "EmailSettingsScreen*(BuildContext*)", "TemplatesAndRemindersScreen*(BuildContext*)", "CreditCardsAndBanksScreen*(BuildContext*)", "DataVisualizationsScreen*(BuildContext*)", "Duration?(ButtonStyle?)", "bool?(ButtonStyle?)", "AlignmentGeometry?(ButtonStyle?)", "InteractiveInkFeatureFactory?(ButtonStyle?)", "_Channel()", "~(NextFocusIntent)", "Future*(SharedPreferences*)", "~(PersistenceRepository*)", "~(PreviousFocusIntent)", "String*(String*,ClearLastError*)", "String*(String*,LoadClientsFailure*)", "String*(String*,LoadProductsFailure*)", "String*(String*,LoadInvoicesFailure*)", "String*(String*,LoadPaymentsFailure*)", "String*(String*,LoadQuotesFailure*)", "String*(String*,LoadProjectsFailure*)", "String*(String*,LoadTasksFailure*)", "String*(String*,LoadVendorsFailure*)", "String*(String*,LoadExpensesFailure*)", "String*(String*,LoadRecurringExpensesFailure*)", "String*(String*,LoadSubscriptionsFailure*)", "String*(String*,LoadTaskStatusesFailure*)", "String*(String*,LoadRecurringInvoicesFailure*)", "String*(String*,LoadWebhooksFailure*)", "String*(String*,LoadTokensFailure*)", "String*(String*,LoadPaymentTermsFailure*)", "String*(String*,LoadDesignsFailure*)", "String*(String*,LoadCreditsFailure*)", "String*(String*,RefreshDataFailure*)", "UserCompanyState*(int*)", "~(DirectionalFocusIntent)", "String?(~(Codec))", "~(int?,int?)", "bool(int,int)", "TableRow(int)", "Null(UserCompanyState*)", "StreamSubscription()", "Rect()(RenderBox)", "~(int?)", "~(KeyboardEvent)", "CalendarDatePicker()", "Form()", "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*)", "Flex(BuildContext)", "~(PointerMoveEvent)", "ContactEntity*(ContactEntity*,EditClient*)", "ContactEntity*(ContactEntity*,EditContact*)", "String*(String*,ArchiveClientsSuccess*)", "String*(String*,DeleteClientsSuccess*)", "Widget(BuildContext,Animation0,Animation0)", "String*(String*,ViewClient*)", "String*(String*,AddClientSuccess*)", "~(String,FormElement)", "~(PointerUpEvent)", "String*(String*,SortClients*)", "String*(String*,FilterClients*)", "String*(String*,FilterClientsByState*)", "String*(String*,FilterClientsByCustom1*)", "String*(String*,FilterClientsByCustom2*)", "String*(String*,FilterClientsByCustom3*)", "String*(String*,FilterClientsByCustom4*)", "@(TextInputCommand)", "~(ActivateIntent)", "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*)", "~(ButtonActivateIntent)", "IndentingBuiltValueToStringHelper(String)", "RenderObjectWidget(Widget)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "InputDecorator(BuildContext)", "Rect()?(RenderBox)", "ListBuilder()", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,ListUIState*,BuiltMap*,StaticState*)", "ListMultimapBuilder()", "MapBuilder()", "ClientEntity*(@)", "UserCompanyStateBuilder*(UserCompanyStateBuilder*)", "UserCompanyEntity*(UserCompanyEntity*,UpdateReportSettings*)", "bool(InkHighlight?)", "SetBuilder()", "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*)", "SetMultimapBuilder()", "bool*(ProductEntity*)", "bool*(ClientEntity*)", "TextInputCommand()", "~(EditingState?)", "Null(String)", "ListTileTheme(BuildContext)", "bool(LayoutChangedNotification)", "bool*(ProjectEntity*)", "~(String,bool)", "bool*(TaskEntity*)", "~(Event?)", "ShapeBorderTween(@)", "Null(ByteData)", "~(Iterable)", "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*)", "_ButtonSanitizer()", "Container(BuildContext,Widget?)", "PageTransitionsBuilder?(TargetPlatform)", "List*(BuiltMap*,BuiltList*,ListUIState*,String*,bool*)", "double*(String*,BuiltMap*)", "Map()", "EntityStats*(String*,BuiltMap*)", "DataRow?()", "Card(BuildContext,BoxConstraints)", "Opacity(BuildContext,Widget?)", "num(int?)", "bool(OverscrollIndicatorNotification)", "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*)", "RefreshProgressIndicator(BuildContext,Widget?)", "int*(int*,EditCredit*)", "int*(int*,EditCreditItem*)", "String*(String*,ArchiveCreditsSuccess*)", "String*(String*,DeleteCreditsSuccess*)", "String*(String*,ViewCredit*)", "String*(String*,AddCreditSuccess*)", "String*(String*,ShowEmailCredit*)", "String*(String*,SortCredits*)", "String*(String*,FilterCredits*)", "String*(String*,FilterCreditsByState*)", "String*(String*,FilterCreditsByStatus*)", "String*(String*,FilterCreditsByCustom1*)", "String*(String*,FilterCreditsByCustom2*)", "String*(String*,FilterCreditsByCustom3*)", "String*(String*,FilterCreditsByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateCredit*)", "Widget(Widget,int,Animation0)", "InvoiceEntity*(InvoiceEntity*,MoveCreditItem*)", "Material(BuildContext,Widget?)", "~(num)", "InvoiceEntity*(InvoiceEntity*,UpdateCreditClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteCreditsSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddCreditContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveCreditContact*)", "Set()", "@(Rect)", "@(_StandardBottomSheet)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*)", "_StandardBottomSheet()", "CustomMultiChildLayout(BuildContext,Widget?)", "~(DragEndDetails{isClosing:bool?})", "DashboardUIStateBuilder*(DashboardUIStateBuilder*)", "BuiltMap*>*(BuiltMap*>*,UpdateDashboardSelection*)", "Align(BuildContext,Widget?)", "BuiltMap*>*(BuiltMap*>*,SelectCompany*)", "Set(Set,Set)", "bool*(bool*,UpdateDashboardSidebar*)", "List()", "double(Set)", "~(String?,List)", "TextElement1(String)", "double(TextElement1)", "Null(String*,Duration*)", "bool(KeyData)", "~(List,TextDirection,double)", "GlobalKey>(Widget)", "InputDecorator(BuildContext,Widget?)", "List*(BuiltMap*,BuiltMap*)", "int*(PaymentEntity*,PaymentEntity*)", "Semantics(BuildContext,Widget?)", "TextField(FormFieldState)", "List*(BuiltMap*,BuiltMap*)", "int*(ExpenseEntity*,ExpenseEntity*)", "ThemeDataTween(@)", "ThemeData()", "@(List>)", "TimeOfDay(int)", "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*)", "Offset(double)", "String*(String*,SortDesigns*)", "String*(String*,FilterDesigns*)", "String*(String*,FilterDesignsByState*)", "String*(String*,FilterDesignsByCustom1*)", "String*(String*,FilterDesignsByCustom2*)", "String*(String*,FilterDesignsByCustom3*)", "String*(String*,FilterDesignsByCustom4*)", "DesignEntity*(DesignEntity*,RestoreDesignsSuccess*)", "DesignEntity*(DesignEntity*,ArchiveDesignsSuccess*)", "DesignEntity*(DesignEntity*,DeleteDesignsSuccess*)", "DesignEntity*(DesignEntity*,UpdateDesign*)", "~(List<_TappableLabel>?)", "List>()", "List*(BuiltMap*,BuiltList*,ListUIState*)", "DesignEntity*(@)", "_ToggleButton(int)", "~([TapUpDetails?])", "Future(Uint8List{allowUpscaling:bool,cacheHeight:int?,cacheWidth:int?})", "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*)", "EdgeInsetsGeometry(EdgeInsetsGeometry,ShapeBorder)", "ShapeBorder(ShapeBorder)", "String(ShapeBorder)", "DocumentEntity*(@)", "List*(BuiltMap*,BuiltList*,ListUIState*)", "~(JsUrlStrategy?)", "_LiveImage()", "~(ImageInfo?,bool)", "Future<~>(Object,StackTrace?)", "~(Zone,ZoneDelegate,Zone,Object,StackTrace)", "int(int?)", "ExpenseUIStateBuilder*(ExpenseUIStateBuilder*)", "bool*(bool*,ViewExpense*)", "bool*(bool*,ViewExpenseList*)", "bool*(bool*,FilterExpensesByState*)", "bool*(bool*,FilterExpenses*)", "bool*(bool*,FilterExpensesByCustom1*)", "bool*(bool*,FilterExpensesByCustom2*)", "bool*(bool*,FilterExpensesByCustom3*)", "bool*(bool*,FilterExpensesByCustom4*)", "int*(int*,UpdateExpenseTab*)", "String*(String*,ArchiveExpenseSuccess*)", "String*(String*,DeleteExpenseSuccess*)", "String*(String*,ViewExpense*)", "String*(String*,AddExpenseSuccess*)", "String*(String*,SortExpenses*)", "String*(String*,FilterExpenses*)", "String*(String*,FilterExpensesByState*)", "String*(String*,FilterExpensesByStatus*)", "String*(String*,FilterExpensesByCustom1*)", "String*(String*,FilterExpensesByCustom2*)", "String*(String*,FilterExpensesByCustom3*)", "String*(String*,FilterExpensesByCustom4*)", "ExpenseEntity*(ExpenseEntity*,RestoreExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,ArchiveExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,DeleteExpenseSuccess*)", "ExpenseEntity*(ExpenseEntity*,UpdateExpense*)", "Null(Map>?)", "_PointerState()", "~(Object,StackTrace?)?(ImageStreamListener)", "~(ImageChunkEvent)?(ImageStreamListener)", "List*(BuiltMap*,String*)", "@(@,String)", "Paint(BoxShadow)", "Path(BoxShadow)", "DiagnosticsNode(InlineSpan)", "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*)", "~(int,SemanticsAction,ByteData?)", "String(double,double,String)", "Size()", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "double*(String*,BuiltMap*)", "ExpenseCategoryEntity*(@)", "double?()", "@(Map)", "@(String)", "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*)", "~(RawKeyEvent)", "bool(Point[double?])", "bool(Point,double,double)", "String(int?)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "EntityStats*(BuiltMap*,String*)", "InvoiceUIStateBuilder*(InvoiceUIStateBuilder*)", "bool*(bool*,ViewInvoice*)", "bool*(bool*,ViewInvoiceList*)", "bool*(bool*,FilterInvoicesByState*)", "bool*(bool*,FilterInvoices*)", "bool*(bool*,FilterInvoicesByCustom1*)", "bool*(bool*,FilterInvoicesByCustom2*)", "bool*(bool*,FilterInvoicesByCustom3*)", "bool*(bool*,FilterInvoicesByCustom4*)", "int*(int*,UpdateInvoiceTab*)", "String?(int)", "int*(int*,EditInvoice*)", "int*(int*,EditInvoiceItem*)", "String*(String*,ArchiveInvoicesSuccess*)", "String*(String*,DeleteInvoicesSuccess*)", "String*(String*,ViewInvoice*)", "String*(String*,AddInvoiceSuccess*)", "String*(String*,ShowEmailInvoice*)", "String*(String*,SortInvoices*)", "String*(String*,FilterInvoices*)", "String*(String*,FilterInvoicesByState*)", "String*(String*,FilterInvoicesByStatus*)", "String*(String*,FilterInvoicesByCustom1*)", "String*(String*,FilterInvoicesByCustom2*)", "String*(String*,FilterInvoicesByCustom3*)", "String*(String*,FilterInvoicesByCustom4*)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoice*)", "Rect(Rect?,TextBox)", "InvoiceEntity*(InvoiceEntity*,MoveInvoiceItem*)", "SurfaceScene()", "Color0?(int?)", "InvoiceEntity*(InvoiceEntity*,UpdateInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveInvoiceContact*)", "MouseCursor0(MouseTrackerAnnotation)", "~(MouseTrackerAnnotation,Matrix4)", "List*(BuiltMap*,BuiltMap*,BuiltList*,String*,BuiltMap*,List*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,ListUIState*,BuiltMap*,String*)", "bool(MouseTrackerAnnotation)", "~(_LineRendererElement)", "Null(~())", "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*)", "Palette(Palette())", "Incrementable(SemanticsObject)", "OneSequenceGestureRecognizer(Factory)", "TransformLayer?(PaintingContext,Offset)", "List*(SelectionState*,BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,BuiltMap*,ListUIState*)", "EntityStats*(String*,BuiltMap*,BuiltMap*)", "PaymentEntity*(@)", "bool(SliverHitTestResult{crossAxisPosition!double,mainAxisPosition!double})", "Scrollable0(SemanticsObject)", "num?(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*)", "HitTestResult(Offset)", "bool(RenderSliver)", "~(int,@)", "~(int,_FrameCallbackEntry)", "List*(BuiltMap*,BuiltList*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "InvoiceItemEntity*(String*)", "~(SelectionModelType)", "SemanticsNode(_TraversalSortNode)", "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*)", "DiagnosticsNode(SemanticsNode)", "_Future<@>?()", "List*(BuiltMap*,BuiltList*,BuiltMap*)", "List*(BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "ProductEntity*(@)", "~(String,ChartBehavior0<@>)", "int(SemanticsNode)", "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*)", "SemanticsNode(int)", "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*)", "Map(TextInputConfiguration)", "TextInputConfiguration(AutofillClient)", "String*(InvoiceItemEntityBuilder*)", "List*(BuiltMap*,BuiltList*,BuiltMap*,BuiltMap*,String*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,BuiltMap*)", "Stream()", "Null(String*,ProjectEntity*)", "ProjectEntity*(@)", "QuoteUIStateBuilder*(QuoteUIStateBuilder*)", "bool*(bool*,ViewQuote*)", "bool*(bool*,ViewQuoteList*)", "bool*(bool*,FilterQuotesByState*)", "bool*(bool*,FilterQuotes*)", "bool*(bool*,FilterQuotesByCustom1*)", "bool*(bool*,FilterQuotesByCustom2*)", "bool*(bool*,FilterQuotesByCustom3*)", "bool*(bool*,FilterQuotesByCustom4*)", "int*(int*,UpdateQuoteTab*)", "Future(String?)", "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*)", "~(ChartStateBehavior>,AnimationController)", "InvoiceEntity*(InvoiceEntity*,MoveQuoteItem*)", "Future<~>(ByteData?,~(ByteData?))", "Widget(LegendEntry<@>)", "InvoiceEntity*(InvoiceEntity*,UpdateQuoteClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteQuotesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveQuoteContact*)", "@(StreamController<@>)", "StreamController<@>()", "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*)", "Future(ByteData?)", "Future(MethodCall)", "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*)", "LabelAndValue(SemanticsObject)", "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*)", "Padding(Widget)", "InvoiceEntity*(InvoiceEntity*,MoveRecurringInvoiceItem*)", "List()", "List(List)", "InvoiceEntity*(InvoiceEntity*,UpdateRecurringInvoiceClient*)", "InvoiceEntity*(InvoiceEntity*,RestoreRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,ArchiveRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,DeleteRecurringInvoicesSuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceContact*)", "InvoiceEntity*(InvoiceEntity*,RemoveRecurringInvoiceContact*)", "int(TableRow)", "Padding(int)", "List*(SelectionState*,BuiltMap*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*)", "@(BuildContext)", "BuildContext()", "List(Size)", "Tappable(SemanticsObject)", "SettingsUIState*(SettingsUIState*,ViewSettings*)", "~(Action)", "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*(@)", "TextField0(SemanticsObject)", "~(_ChildEntry)", "Widget(_ChildEntry)", "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*)", "Route<@>?(RouteSettings)", "Route<@>(RouteSettings)", "CompositedTransformFollower(BuildContext)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "SubscriptionEntity*(@)", "bool(AutofillClient)", "AutofillClient()", "bool(KeepAliveNotification)", "Null(BuiltList*)", "TaskUIStateBuilder*(TaskUIStateBuilder*)", "bool*(bool*,ViewTask*)", "bool*(bool*,ViewTaskList*)", "bool*(bool*,FilterTasksByState*)", "bool*(bool*,FilterTasks*)", "bool*(bool*,FilterTasksByCustom1*)", "bool*(bool*,FilterTasksByCustom2*)", "bool*(bool*,FilterTasksByCustom3*)", "bool*(bool*,FilterTasksByCustom4*)", "int*(int*,UpdateTaskTab*)", "int*(int*,EditTask*)", "int*(int*,EditTaskTime*)", "String*(String*,ArchiveTaskSuccess*)", "String*(String*,DeleteTaskSuccess*)", "String*(String*,ViewTask*)", "String*(String*,AddTaskSuccess*)", "String*(String*,SortTasks*)", "String*(String*,FilterTasks*)", "String*(String*,FilterTasksByState*)", "String*(String*,FilterTasksByStatus*)", "String*(String*,FilterTasksByCustom1*)", "String*(String*,FilterTasksByCustom2*)", "String*(String*,FilterTasksByCustom3*)", "String*(String*,FilterTasksByCustom4*)", "TaskEntity*(TaskEntity*,RestoreTaskSuccess*)", "TaskEntity*(TaskEntity*,ArchiveTaskSuccess*)", "TaskEntity*(TaskEntity*,DeleteTaskSuccess*)", "TaskEntity*(TaskEntity*,UpdateTask*)", "bool*(TaskEntityBuilder*)", "@(Object)", "ChartContainerRenderObject<@>()", "List*(BuiltMap*,String*,BuiltMap*,BuiltMap*,BuiltMap*)", "HitTestResult()", "Future()", "TaskEntity*(@)", "Future<~>(double)", "Future<~>(@)", "Future>(Map)", "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*)", "Future<~>(bool)", "TextEditingValue(TextEditingValue,TextInputFormatter)", "CompositedTransformTarget(BuildContext,ViewportOffset)", "List*(BuiltMap*,BuiltList*,StaticState*,BuiltMap*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "int*(String*,BuiltMap*)", "TaskStatusEntity*(@)", "@(StackTrace)", "DiagnosticsNode(FocusNode)", "bool(RawKeyEvent)", "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*)", "~(_FocusTraversalGroupInfo)", "bool(_DirectionalPolicyDataEntry)", "@(Offset)", "bool(TraversalDirection)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "Set(_ReadingOrderSortData)", "Offset()", "List(BuildContext)", "Null(BuiltList*)", "TokenUIStateBuilder*(TokenUIStateBuilder*)", "bool*(bool*,ViewToken*)", "bool*(bool*,ViewTokenList*)", "bool*(bool*,FilterTokensByState*)", "bool*(bool*,FilterTokens*)", "bool*(bool*,FilterTokensByCustom1*)", "bool*(bool*,FilterTokensByCustom2*)", "bool*(bool*,FilterTokensByCustom3*)", "bool*(bool*,FilterTokensByCustom4*)", "String*(String*,ArchiveTokensSuccess*)", "String*(String*,DeleteTokensSuccess*)", "String*(String*,SortTokens*)", "String*(String*,FilterTokens*)", "String*(String*,FilterTokensByState*)", "String*(String*,FilterTokensByCustom1*)", "String*(String*,FilterTokensByCustom2*)", "String*(String*,FilterTokensByCustom3*)", "String*(String*,FilterTokensByCustom4*)", "TokenEntity*(TokenEntity*,RestoreTokensSuccess*)", "TokenEntity*(TokenEntity*,ArchiveTokensSuccess*)", "TokenEntity*(TokenEntity*,DeleteTokensSuccess*)", "TokenEntity*(TokenEntity*,UpdateToken*)", "Rect(_ReadingOrderSortData)", "int(_ReadingOrderDirectionalGroupData,_ReadingOrderDirectionalGroupData)", "List<_ReadingOrderSortData>(_ReadingOrderSortData,Iterable<_ReadingOrderSortData>)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "TokenEntity*(@)", "PrefStateSortFieldBuilder*(PrefStateSortFieldBuilder*)", "MapBuilder*(MapBuilder*)", "BuiltMap*(BuiltMap*,SortClients*)", "BuiltMap*(BuiltMap*,SortProducts*)", "BuiltMap*(BuiltMap*,SortInvoices*)", "BuiltMap*(BuiltMap*,SortPayments*)", "BuiltMap*(BuiltMap*,SortRecurringInvoices*)", "BuiltMap*(BuiltMap*,SortQuotes*)", "BuiltMap*(BuiltMap*,SortCredits*)", "BuiltMap*(BuiltMap*,SortProjects*)", "BuiltMap*(BuiltMap*,SortTasks*)", "BuiltMap*(BuiltMap*,SortVendors*)", "BuiltMap*(BuiltMap*,SortExpenses*)", "BuiltMap*(BuiltMap*,SortPaymentTerms*)", "BuiltMap*(BuiltMap*,SortTaxRates*)", "BuiltMap*(BuiltMap*,SortCompanyGateways*)", "BuiltMap*(BuiltMap*,SortUsers*)", "BuiltMap*(BuiltMap*,SortGroups*)", "BuiltMap*(BuiltMap*,SortDesigns*)", "BuiltMap*(BuiltMap*,SortTokens*)", "BuiltMap*(BuiltMap*,SortWebhooks*)", "BuiltMap*(BuiltMap*,SortExpenseCategories*)", "BuiltMap*(BuiltMap*,SortTaskStatuses*)", "BuiltMap*(BuiltMap*,SortSubscriptions*)", "BuiltMap*(BuiltMap*,ToggleEditorLayout*)", "bool(_ReadingOrderSortData)", "bool(FormFieldState<@>)", "AppLayout*(AppLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,UpdateUserPreferences*)", "ModuleLayout*(ModuleLayout*,SwitchListTableLayout*)", "int*(int*,UpdateUserPreferences*)", "Element0?(Element0)", "String*(String*,UpdateUserPreferences*)", "BuiltMap*(BuiltMap*,UpdateUserPreferences*)", "CompanyPrefStateBuilder*(CompanyPrefStateBuilder*)", "BuiltList*(BuiltList*,PopLastHistory*)", "Object?(int,Element0?)", "BuiltList*(BuiltList*,ViewDashboard*)", "BuiltList*(BuiltList*,ViewReports*)", "BuiltList*(BuiltList*,ViewSettings*)", "BuiltList*(BuiltList*,ViewClient*)", "BuiltList*(BuiltList*,EditClient*)", "BuiltList*(BuiltList*,ViewProduct*)", "BuiltList*(BuiltList*,EditProduct*)", "BuiltList*(BuiltList*,ViewInvoice*)", "BuiltList*(BuiltList*,EditInvoice*)", "BuiltList*(BuiltList*,ViewPayment*)", "BuiltList*(BuiltList*,EditPayment*)", "BuiltList*(BuiltList*,ViewQuote*)", "BuiltList*(BuiltList*,EditQuote*)", "BuiltList*(BuiltList*,ViewTask*)", "BuiltList*(BuiltList*,EditTask*)", "BuiltList*(BuiltList*,ViewProject*)", "BuiltList*(BuiltList*,EditProject*)", "BuiltList*(BuiltList*,ViewVendor*)", "BuiltList*(BuiltList*,EditVendor*)", "BuiltList*(BuiltList*,ViewExpense*)", "BuiltList*(BuiltList*,EditExpense*)", "BuiltList*(BuiltList*,ViewCompanyGateway*)", "BuiltList*(BuiltList*,EditCompanyGateway*)", "BuiltList*(BuiltList*,ViewUser*)", "BuiltList*(BuiltList*,EditUser*)", "BuiltList*(BuiltList*,ViewGroup*)", "BuiltList*(BuiltList*,EditGroup*)", "BuiltList*(BuiltList*,ViewRecurringExpense*)", "BuiltList*(BuiltList*,EditRecurringExpense*)", "BuiltList*(BuiltList*,ViewSubscription*)", "BuiltList*(BuiltList*,EditSubscription*)", "BuiltList*(BuiltList*,ViewTaskStatus*)", "BuiltList*(BuiltList*,EditTaskStatus*)", "BuiltList*(BuiltList*,ViewExpenseCategory*)", "BuiltList*(BuiltList*,EditExpenseCategory*)", "BuiltList*(BuiltList*,ViewRecurringInvoice*)", "BuiltList*(BuiltList*,EditRecurringInvoice*)", "BuiltList*(BuiltList*,ViewWebhook*)", "BuiltList*(BuiltList*,EditWebhook*)", "BuiltList*(BuiltList*,ViewToken*)", "BuiltList*(BuiltList*,EditToken*)", "BuiltList*(BuiltList*,ViewPaymentTerm*)", "BuiltList*(BuiltList*,EditPaymentTerm*)", "BuiltList*(BuiltList*,EditDesign*)", "BuiltList*(BuiltList*,ViewCredit*)", "BuiltList*(BuiltList*,EditCredit*)", "int*(int*,UpdateCurrentRoute*)", "String*(String*,FilterCompany*)", "String*(String*,ViewDashboard*)", "int*(int*,FilterCompany*)", "int*(int*,ViewDashboard*)", "String*(String*,UpdateCurrentRoute*)", "int*(int*,SelectCompany*)", "BuiltList*(BuiltList*,PreviewEntity*)", "Object()", "BuiltList*(BuiltList*,ClearPreviewStack*)", "BuiltList*(BuiltList*,PopPreviewStack*)", "String*(ExpenseEntityBuilder*)", "String*(TaskEntityBuilder*)", "String*(VendorEntityBuilder*)", "StackTrace()", "Widget(Color,Animation0,Animation0,double{labelConstraints:BoxConstraints?,labelText:Text?})", "~([Object?])", "Checkable(SemanticsObject)", "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<@>(@)", "NotificationListener(BuildContext,BoxConstraints)", "ImageRoleManager(SemanticsObject)", "LiveRegion(SemanticsObject)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,String*)", "DirectoryNode?(DirectoryNode,bool)", "PanGestureRecognizer()", "~(PanGestureRecognizer)", "ScaleGestureRecognizer()", "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*)", "~(ScaleGestureRecognizer)", "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*)", "~(RenderSemanticsGestureHandler)", "~(StatefulElement,Object)", "RealNode?(DirectoryNode,bool)", "List*(BuiltMap*,BuiltList*,BuiltMap*,StaticState*)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*,BuiltMap*,StaticState*)", "EntityStats*(String*,BuiltMap*)", "Null(String*,VendorEntity*)", "double*(String*,String*,BuiltMap*,BuiltList*)", "VendorEntity*(@)", "~(_HeroFlight)", "Widget(BuildContext,Animation0,HeroFlightDirection,BuildContext,BuildContext)", "bool(_HeroFlight)", "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*)", "IconTheme(BuildContext)", "@(FileNode)", "~(@,StackTrace)", "List*(SelectionState*,BuiltMap*,BuiltList*,ListUIState*)", "WebhookEntity*(@)", "@(Matrix40)", "~(FileNode)", "List*>*(BuildContext*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityState*)", "StoreConnector*>*(BuildContext*)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(EntityStatus*)", "StoreConnector*(BuildContext*)", "ListUIState*(Store*)", "Container*(BuildContext*,ListUIState*)", "FileNode(FileNode)", "BoxConstraintsTween(@)", "Matrix4Tween(@)", "BottomAppBar*(BuildContext*,Store*)", "TextStyleTween(@)", "BorderRadiusTween(@)", "BuiltList*(Store*)", "Container*(BuildContext*,BuiltList*)", "CheckboxListTile*(String*)", "Future<@>(_Pending)", "Map(List<@>)", "Map(Map)", "Null(Map)", "ConfirmEmail*(BuildContext*,ConfirmEmailVM*)", "Null(BuildContext*,String*,String*,String*)", "Padding*(TextButton*)", "MultiSelectList*(BuildContext*)", "@(Object?)", "bool(Route<@>?)", "Padding*(MapEntry*)", "bool(OverlayEntry)", "~(Node0)", "DocumentTile*(DocumentEntity*)", "Node0?(DirectoryNode,String,Node0?,int,int)", "Container*(BuildContext*,String*)", "Text*(BuildContext*,String*,Object*)", "_RouteEntry(Route<@>)", "String(Object?)", "MapEntry>(@,@)", "Matrix40()", "@(EntityAction*)", "StatelessWidget*(EntityAction*)", "Viewport(BuildContext,ViewportOffset)", "_HtmlElementViewController(PlatformViewCreationParams)", "EntityDropdownDialog*(BuildContext*)", "Null(SelectableEntity*[bool*])", "@(BuildContext*,Completer<@>*)", "PlatformViewSurface(BuildContext,PlatformViewController)", "List*(TextEditingValue*)", "Future<~>(PointerEvent0)", "~(_DragInfo,Offset,Offset)", "String*(SelectableEntity*)", "DecoratedFormField*(BuildContext*,TextEditingController*,FocusNode*,~()*)", "~(File,Uint8List?,String?,Stream>?)", "Theme*(BuildContext*,~(SelectableEntity*)*,Iterable*)", "Container*(BuildContext*,int*)", "Null(RestorationBucket?)", "_EntityListTile*(BuildContext*,int*)", "PopupMenuButton*(BuildContext*,int*)", "~(RestorableProperty)", "List*>*(BuildContext*)", "PopupMenuItem*(EntityType*)", "RestorationScope(BuildContext,Widget?)", "Null(Color*)", "Actions(BuildContext)", "List*>*(BuildContext*)", "PopupMenuItem*(int*)", "IgnorePointer(BuildContext,Widget?)", "IOSScrollViewFlingVelocityTracker(PointerEvent0)", "DataRow*(String*)", "~(File)", "ActionTextButton*(BuildContext*)", "MediaQuery*(BuildContext*,Widget*)", "Widget(BuildContext,ViewportOffset)", "bool(ScrollUpdateNotification)", "HistoryDrawer*(BuildContext*,AppDrawerVM*)", "int?(Widget,int)", "ContactEntity*(InvitationEntity*)", "String*(ContactEntity*)", "~(PointerSignalEvent)", "_ThumbPressGestureRecognizer()", "~(_ThumbPressGestureRecognizer)", "String(String,String)", "_TrackTapGestureRecognizer()", "DropdownMenuItem*(TaxRateEntity*)", "~(_TrackTapGestureRecognizer)", "ListTile*(BuildContext*,BoxConstraints*)", "~(PointerHoverEvent)", "Widget*(BuildContext*,Store*)", "KeyEventResult(FocusNode,RawKeyEvent)", "bool*(UserCompanyState*)", "_SingleChildViewport(BuildContext,ViewportOffset)", "PopupMenuItem*(CompanyEntity*)", "DropdownMenuItem*(CompanyEntity*)", "Future*()", "ContactUsDialog*(BuildContext*)", "UpdateDialog*(BuildContext*)", "~(RenderBox)", "HealthCheckDialog*(BuildContext*)", "Future*(@)", "MenuDrawer*(BuildContext*,MenuDrawerVM*)", "Null(BuildContext*,int*,CompanyEntity*)", "Element0?()", "bool*(SystemLogEntity*)", "ExpansionPanel*(SystemLogEntity*)", "ListTile*(BuildContext*,bool*)", "bool(TableRow)", "Decoration?(TableRow)", "_TableElementRow(TableRow)", "Rect*()*(RenderBox*)", "bool*(BuildContext*)", "Rect*()", "~(AnimationStatus*)", "Element0(Widget)", "DataRow0*()", "Card*(BuildContext*,BoxConstraints*)", "bool(_TableElementRow)", "~(BaseEntity*)", "RenderObjectWidget*()", "bool(List)", "BaseEntity*(SelectableEntity*)", "DataColumn0*(String*)", "Iterable(_TableElementRow)", "bool*(EntityAction*)", "RenderBox(Element0)", "OutlinedButton*(EntityAction*)", "PopupMenuButton*(BuildContext*,int*)", "List(_TableElementRow)", "~([Duration?])", "~(DragStartDetails,DragUpdateDetails)", "TextButton*(String*)", "EditIconButton*(BuildContext*)", "@(Store*)", "Container*(BuildContext*,Store*)", "LoginView*(BuildContext*,LoginVM*)", "~({context:BuildContext*,isSignUp:bool*})", "Future*(BuildContext*,Completer*{oneTimePassword:String*,secret:String*,url:String*})", "_TransparentTapGestureRecognizer()", "Future*(BuildContext*,Completer*)", "Future*(BuildContext*,Completer*{email:String*,password:String*})", "Future*(BuildContext*,Completer*{email:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{email:String*,oneTimePassword:String*,password:String*,secret:String*,url:String*})", "Future*(BuildContext*,Completer*{token:String*})", "~(_TransparentTapGestureRecognizer)", "EntityList*(BuildContext*,ClientListVM*)", "ClientListItem*(BuildContext*,int*)", "ForcePressGestureRecognizer()", "ClientScreen*(BuildContext*,ClientScreenVM*)", "ContactEditDetails*(BuildContext*)", "ContactListTile0*(ContactEntity*)", "ClientEditContactsVM*(Store*)", "ClientEditContacts*(BuildContext*,ClientEditContactsVM*)", "Null(ContactEntity*,int*)", "ClientEditVM*(Store*)", "ClientEdit*(BuildContext*,ClientEditVM*)", "@(ClientEntity*)", "~(ForcePressGestureRecognizer)", "CacheInfoRepository(bool)", "Future<~>(CacheObject?)", "List(List)", "Widget(Color)", "Widget(Color[bool?,Function?])", "bool*(LedgerEntity*)", "Null(GatewayTokenEntity*)", "TokenMeta*(GatewayTokenEntity*)", "ClientViewVM*(Store*)", "ClientView*(BuildContext*,ClientViewVM*)", "SynchronousFuture()", "TickerFuture({from:double?})", "@(NumberFormat)", "CompanyGatewayListItem*(String*)", "CompanyGatewayList*(BuildContext*,CompanyGatewayListVM*)", "CompanyGatewayScreen*(BuildContext*,CompanyGatewayScreenVM*)", "~(_AnimationDirection)", "GatewayConfigField*(String*)", "NumberFormat()", "CompanyGatewayEditVM*(Store*)", "CompanyGatewayEdit*(BuildContext*,CompanyGatewayEditVM*)", "Future*(String*)", "CompanyGatewayViewVM*(Store*)", "CompanyGatewayView*(BuildContext*,CompanyGatewayViewVM*)", "SynchronousFuture()", "EmailCreditVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailCreditVM*)", "~(String,Map)", "EntityList*(BuildContext*,CreditListVM*)", "CreditListItem*(BuildContext*,int*)", "CreditPdfVM*(Store*)", "InvoicePdfView*(BuildContext*,CreditPdfVM*)", "CreditScreen*(BuildContext*,CreditScreenVM*)", "~(Object,StackTrace,Object?)", "Future<~>(AnimationStatus)", "Animation0(int)", "CreditEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditDetailsVM*)", "SlideTransition(int)", "IgnorePointer(BuildContext)", "~(ToastFuture)", "CreditEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,CreditEditItemsVM*)", "int(_PaintRequest,_PaintRequest)", "CreditEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,CreditEditNotesVM*)", "CreditEditVM*(Store*)", "CreditEdit*(BuildContext*,CreditEditVM*)", "int(_PersistedSurfaceMatch,_PersistedSurfaceMatch)", "String(String,Color)", "CreditViewVM*(Store*)", "InvoiceView*(BuildContext*,CreditViewVM*)", "@(~(AnimationStatus))", "Positioned*(BuildContext*)", "~(SelectionModel<@>*)", "bool*(SeriesDatum<@>*)", "Null(SeriesDatum<@>*)", "InkWell*(ChartDataGroup*)", "~(AnimationStatus)()", "bool*(Element0*)", "DateRange*()", "DropdownMenuItem*(DateRangeComparison*)", "Null(DateRangeComparison*)", "DateRangeComparison*()", "bool*(bool*,StopSaving*)", "Material*(BuildContext*,BoxConstraints*)", "List*>*(BuildContext*)", "PopupMenuItem*(DateRange*)", "GoogleSignInAccount?/(~)", "Null(ChartDataGroup*)", "@(HtmlElement)", "GoogleSignInTokenData(Map?)", "Null(GoogleAuth)", "SettingsWizard*(BuildContext*)", "Null(GoogleAuthInitFailureError)", "Widget*(BuildContext*,DashboardVM*)", "@(DashboardSettings*)", "Null(EntityType*,List*)", "bool(String,String)", "int(String)", "~(String,int)", "String(List)", "MediaType()", "EntityList*(BuildContext*,DesignListVM*)", "DesignListItem*(BuildContext*,int*)", "DesignScreen*(BuildContext*,DesignScreenVM*)", "~(DesignEntity*)", "XFile(File)", "List(String)", "Future*(Response*)", "DesignEditVM*(Store*)", "DesignEdit*(BuildContext*,DesignEditVM*)", "DesignViewVM*(Store*)", "DesignView*(BuildContext*,DesignViewVM*)", "EntityList*(BuildContext*,DocumentListVM*)", "DocumentListItem*(BuildContext*,int*)", "DocumentScreen*(BuildContext*,DocumentScreenVM*)", "RegExp()", "DocumentEditVM*(Store*)", "DocumentEdit*(BuildContext*,DocumentEditVM*)", "DocumentViewVM*(Store*)", "DocumentView*(BuildContext*,DocumentViewVM*)", "DateTime(int,int,int,int,int,int,int,bool)", "bool(_DateFormatField)", "_DateFormatQuotedField(String,DateFormat)", "_DateFormatPatternField(String,DateFormat)", "ExpenseEditVM*(Store*)", "ExpenseEdit*(BuildContext*,ExpenseEditVM*)", "EntityList*(BuildContext*,ExpenseListVM*)", "_DateFormatLiteralField(String,DateFormat)", "~(String[@])", "ExpenseScreen*(BuildContext*,ExpenseScreenVM*)", "FloatingActionButton*(BuildContext*)", "ExpenseViewVM*(Store*)", "ExpenseView*(BuildContext*,ExpenseViewVM*)", "ExpenseCategoryEditVM*(Store*)", "ExpenseCategoryEdit*(BuildContext*,ExpenseCategoryEditVM*)", "EntityList*(BuildContext*,ExpenseCategoryListVM*)", "ExpenseCategoryListItem*(BuildContext*,int*)", "ExpenseCategoryScreen*(BuildContext*,ExpenseCategoryScreenVM*)", "ExpenseCategoryViewVM*(Store*)", "ExpenseCategoryView*(BuildContext*,ExpenseCategoryViewVM*)", "GroupEditVM*(Store*)", "GroupEdit*(BuildContext*,GroupEditVM*)", "EntityList*(BuildContext*,GroupListVM*)", "GroupListItem*(BuildContext*,int*)", "GroupSettingsScreen*(BuildContext*,GroupScreenVM*)", "GroupViewVM*(Store*)", "GroupView*(BuildContext*,GroupViewVM*)", "int*(ContactEntity*,ContactEntity*)", "_ContactListTile*(ContactEntity*)", "InvoiceEditContactsVM*(Store*)", "InvoiceEditContacts*(BuildContext*,InvoiceEditContactsVM*)", "Null(InvitationEntity*)", "String?(NumberSymbols)", "String(NumberSymbols)", "Null(PdfDocument*)", "Uint8List(@,@)", "InvoiceEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditDetailsVM*)", "ItemEditDetails*(BuildContext*)", "Future*(Duration*)", "bool*(ActivityEntity*)", "TargetPlatform?()", "TargetPlatform()", "bool(DiagnosticsNode?)", "bool(StackFrame)", "ErrorDescription(String)", "Null(String*,GatewayOptionsEntity*)", "InvoiceEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,InvoiceEditItemsVM*)", "InvoiceEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,InvoiceEditNotesVM*)", "InvoiceEditPDFVM*(Store*)", "InvoiceEditPDF*(BuildContext*,InvoiceEditPDFVM*)", "InvoiceEditVM*(Store*)", "InvoiceEdit*(BuildContext*,InvoiceEditVM*)", "String(DiagnosticsNode)", "EmailInvoiceVM*(Store*)", "InvoiceEmailView*(BuildContext*,EmailInvoiceVM*)", "EntityList*(BuildContext*,InvoiceListVM*)", "Null(Response*)", "InvoicePdfVM*(Store*)", "InvoicePdfView*(BuildContext*,InvoicePdfVM*)", "HtmlElement()", "InvoiceScreen*(BuildContext*,InvoiceScreenVM*)", "@(Map)", "_InvitationListTile*(InvitationEntity*)", "@(DocumentEntity*)", "int*(InvoiceHistoryEntity*,InvoiceHistoryEntity*)", "~(Blob?)", "InvoiceItemListTile*(BuildContext*)", "Widget*(String*,double*)", "Null(String*,double*)", "Padding*(InvoiceScheduleEntity*)", "InvoiceViewVM*(Store*)", "InvoiceView*(BuildContext*,InvoiceViewVM*)", "Null(BuildContext*,DocumentEntity*)", "Map()", "bool(Element)", "PaymentEditVM*(Store*)", "PaymentEdit*(BuildContext*,PaymentEditVM*)", "InvitationEntity*(InvitationEntity*)", "EntityList*(BuildContext*,PaymentListVM*)", "PaymentScreen*(BuildContext*,PaymentScreenVM*)", "PaymentRefundVM*(Store*)", "PaymentRefund*(BuildContext*,PaymentRefundVM*)", "Future*(BuildContext*,Completer*)", "PaymentViewVM*(Store*)", "PaymentView*(BuildContext*,PaymentViewVM*)", "PaymentTermEditVM*(Store*)", "PaymentTermEdit*(BuildContext*,PaymentTermEditVM*)", "EntityList*(BuildContext*,PaymentTermListVM*)", "PaymentTermListItem*(BuildContext*,int*)", "PaymentTermScreen*(BuildContext*,PaymentTermScreenVM*)", "PaymentTermViewVM*(Store*)", "PaymentTermView*(BuildContext*,PaymentTermViewVM*)", "ProductEditVM*(Store*)", "ProductEdit*(BuildContext*,ProductEditVM*)", "EntityList*(BuildContext*,ProductListVM*)", "ProductScreen*(BuildContext*,ProductScreenVM*)", "ProductViewVM*(Store*)", "ProductView*(BuildContext*,ProductViewVM*)", "ProjectEditVM*(Store*)", "ProjectEdit*(BuildContext*,ProjectEditVM*)", "EntityList*(BuildContext*,ProjectListVM*)", "ProjectListItem*(BuildContext*,int*)", "ProjectScreen*(BuildContext*,ProjectScreenVM*)", "ProjectViewVM*(Store*)", "ProjectView*(BuildContext*,ProjectViewVM*)", "QuoteEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditDetailsVM*)", "QuoteEditItemsVM*(Store*)", "StatefulWidget*(BuildContext*,QuoteEditItemsVM*)", "QuoteEditNotesVM*(Store*)", "InvoiceEditNotes*(BuildContext*,QuoteEditNotesVM*)", "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*)", "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*,StaticState*)", "ClientReportFields*(String*)", "bool*(ClientReportFields*)", "@(int)", "double*(double*,double*)", "Map*()", "CreditReportFields*(String*)", "bool*(CreditReportFields*)", "Null(FontFace)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*)", "DocumentReportFields*(String*)", "bool*(DocumentReportFields*)", "List*(BaseEntity*,DocumentEntity*)", "Null(String*,ProductEntity*)", "~(DomException)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ExpenseReportFields*(String*)", "bool*(ExpenseReportFields*)", "bool(DiagnosticsNode)", "LicenseParagraph()", "InvoiceItemReportFields*(String*)", "bool*(InvoiceItemReportFields*)", "~(AbstractNode)", "InvoiceReportFields*(String*)", "bool*(InvoiceReportFields*)", "String(GestureArenaMember)", "_GestureArena()", "TaxRateReportFields*(String*)", "bool*(TaxRateReportFields*)", "~(PointerDataPacket)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "PaymentReportFields*(String*)", "bool*(PaymentReportFields*)", "@(DateTime)", "TaxRateReportFields0*(String*)", "bool*(TaxRateReportFields0*)", "ListBuilder*()", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProductReportFields*(String*)", "bool*(ProductReportFields*)", "@(StreamSubscription)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "ProfitAndLossReportFields*(String*)", "bool*(ProfitAndLossReportFields*)", "ListBuilder*()", "QuoteItemReportFields*(String*)", "bool*(QuoteItemReportFields*)", "~(BeforeUnloadEvent)", "ReportResult*(UserCompanyEntity*,ReportsUIState*,BuiltMap*,BuiltMap*,BuiltMap*,BuiltMap*,StaticState*)", "QuoteReportFields*(String*)", "bool*(QuoteReportFields*)", "Drag?()", "~(_TapTracker)", "String*(@,int*)", "Map<~(PointerEvent0),Matrix4?>()", "~(~(PointerEvent0),Matrix4?)", "DateTime*(@,int*)", "Expanded*(BuildContext*)", "_CombiningGestureArenaMember()", "LicensePage(BuildContext)", "ReportColumnType*(String*)", "@(String*,String*)", "bool*(List*)", "String*(List*)", "ReportsScreen*(BuildContext*,ReportsScreenVM*)", "Null(String*,bool*)", "~(ParagraphGeometricStyle,ParagraphRuler)", "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*)", "ListBuilder*()", "CheckboxListTile*(int*)", "bool*(CompanyEntityBuilder*)", "AccountManagement*(BuildContext*,AccountManagementVM*)", "~(Node,Node?)", "_LicenseData(_LicenseData,LicenseEntry)", "BuyNowButtons*(BuildContext*,BuyNowButtonsVM*)", "ClientPortal*(BuildContext*,ClientPortalVM*)", "_LicenseData(_LicenseData)", "Row*(BuildContext*)", "CompanyDetails*(BuildContext*,CompanyDetailsVM*)", "CreditCardsAndBanks*(BuildContext*,CreditCardsAndBanksVM*)", "CustomFields*(BuildContext*,CustomFieldsVM*)", "DataVisualizations*(BuildContext*,DataVisualizationsVM*)", "Widget*(BuildContext*,AsyncSnapshot<@>*)", "ListTile*(BuildContext*)", "~(MapBuilder*)", "FormColorPicker*(String*)", "LayoutBuilder(BuildContext,AsyncSnapshot<_LicenseData>)", "DeviceSettings*(BuildContext*,DeviceSettingsVM*)", "ListBuilder*()", "StatefulWidget(BuildContext,BoxConstraints)", "Future*(BuildContext*,String*)", "Center(BuildContext,int?,Widget?)", "Null(BuildContext*,int*)", "Future*(BuildContext*,AppLayout*)", "EmailSettings*(BuildContext*,EmailSettingsVM*)", "ListBuilder*()", "ExpenseSettings*(BuildContext*,ExpenseSettingsVM*)", "ListBuilder*()", "GeneratedNumbers*(BuildContext*,GeneratedNumbersVM*)", "Set*>*(PreImportResponse*)", "PreImportResponse*()", "~(ImportType*)", "ImportType*()", "@(@,@)", "DropdownMenuItem*(ImportType*)", "List*(BuildContext*)", "Text*(String*)", "ImportExport*(BuildContext*,ImportExportVM*)", "InvoiceDesign*(BuildContext*,InvoiceDesignVM*)", "LocalizationSettings*(BuildContext*,LocalizationSettingsVM*)", "OnlinePayments*(BuildContext*,OnlinePaymentsVM*)", "ProductSettings*(BuildContext*,ProductSettingsVM*)", "SettingsList*(BuildContext*,SettingsListVM*)", "Null(BuildContext*,String*,int*)", "SettingsScreen*(BuildContext*,SettingsScreenVM*)", "ToggleButtons*(BuildContext*,BoxConstraints*)", "TaskSettings*(BuildContext*,TaskSettingsVM*)", "TaxSettings*(BuildContext*,TaxSettingsVM*)", "bool*(EmailTemplate*)", "DropdownMenuItem*(EmailTemplate*)", "ListBuilder*()", "TemplatesAndReminders*(BuildContext*,TemplatesAndRemindersVM*)", "_EnableTwoFactor*(BuildContext*)", "_PackageListTile(MapEntry)", "UserDetails*(BuildContext*,UserDetailsVM*)", "@(UserEntity*)", "int(String,String)", "Future*(Object*)", "WorkflowSettings*(BuildContext*,WorkflowSettingsVM*)", "Localizations(BuildContext,int)", "Element(Node)", "SubscriptionEditVM*(Store*)", "SubscriptionEdit*(BuildContext*,SubscriptionEditVM*)", "EntityList*(BuildContext*,SubscriptionListVM*)", "SubscriptionListItem*(BuildContext*,int*)", "SubscriptionScreen*(BuildContext*,SubscriptionScreenVM*)", "SubscriptionViewVM*(Store*)", "SubscriptionView*(BuildContext*,SubscriptionViewVM*)", "Null(Uint8List)", "List>(NavigatorState,String)", "TaskEditDetailsVM*(Store*)", "StatefulWidget*(BuildContext*,TaskEditDetailsVM*)", "MaterialPageRoute<~>(RouteSettings)", "TimeEditDetails*(BuildContext*)", "TaskTimeListTile*(TaskTime*)", "TaskEditTimesVM*(Store*)", "TaskEditTimes*(BuildContext*,TaskEditTimesVM*)", "TaskEditVM*(Store*)", "TaskEdit*(BuildContext*,TaskEditVM*)", "Null(PointerHoverEvent*)", "BoardList*(String*)", "Null(Completer*,String*)", "BlockSemantics(BuildContext)", "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*)", "Widget*(BuildContext*)", "TaskViewVM*(Store*)", "TaskView*(BuildContext*,TaskViewVM*)", "Null(BuildContext*[TaskTime*])", "TaskStatusEditVM*(Store*)", "TaskStatusEdit*(BuildContext*,TaskStatusEditVM*)", "EntityList*(BuildContext*,TaskStatusListVM*)", "TaskStatusListItem*(BuildContext*,int*)", "TaskStatusScreen*(BuildContext*,TaskStatusScreenVM*)", "TaskStatusViewVM*(Store*)", "TaskStatusView*(BuildContext*,TaskStatusViewVM*)", "TaxRateEditVM*(Store*)", "TaxRateEdit*(BuildContext*,TaxRateEditVM*)", "EntityList*(BuildContext*,TaxRateListVM*)", "TaxRateListItem*(BuildContext*,int*)", "TaxRateSettingsScreen*(BuildContext*,TaxRateScreenVM*)", "TaxRateViewVM*(Store*)", "TaxRateView*(BuildContext*,TaxRateViewVM*)", "TokenEditVM*(Store*)", "TokenEdit*(BuildContext*,TokenEditVM*)", "EntityList*(BuildContext*,TokenListVM*)", "TokenListItem*(BuildContext*,int*)", "TokenScreen*(BuildContext*,TokenScreenVM*)", "TokenViewVM*(Store*)", "TokenView*(BuildContext*,TokenViewVM*)", "DataRow*(EntityType*)", "UserEditVM*(Store*)", "UserEdit*(BuildContext*,UserEditVM*)", "EntityList*(BuildContext*,UserListVM*)", "UserListItem*(BuildContext*,int*)", "UserScreen*(BuildContext*,UserScreenVM*)", "UserViewVM*(Store*)", "UserView*(BuildContext*,UserViewVM*)", "VendorContactEditDetails*(BuildContext*)", "bool*(VendorContactEntity*)", "ContactListTile*(VendorContactEntity*)", "VendorEditContactsVM*(Store*)", "VendorEditContacts*(BuildContext*,VendorEditContactsVM*)", "Null(VendorContactEntity*,int*)", "VendorEditVM*(Store*)", "VendorEdit*(BuildContext*,VendorEditVM*)", "EntityList*(BuildContext*,VendorListVM*)", "VendorListItem*(BuildContext*,int*)", "VendorScreen*(BuildContext*,VendorScreenVM*)", "Null(VendorContactEntity*)", "VendorViewVM*(Store*)", "VendorView*(BuildContext*,VendorViewVM*)", "WebhookEditVM*(Store*)", "WebhookEdit*(BuildContext*,WebhookEditVM*)", "WebhookViewVM*(Store*)", "WebhookView*(BuildContext*,WebhookViewVM*)", "EntityList*(BuildContext*,WebhookListVM*)", "WebhookListItem*(BuildContext*,int*)", "WebhookScreen*(BuildContext*,WebhookScreenVM*)", "WillPopScope(BuildContext)", "FieldConfirmation*(BuildContext*)", "Null(BuildContext*{currentLength:int*,isFocused:bool*,maxLength:int*})", "List(BuildContext,_ActionLevel)", "AnimatedSwitcher(BuildContext,Object?,Widget?)", "IFrameElement*(int*)", "Null(Event*)", "Logger()", "Future()", "Future()", "Future()", "PhotoViewGalleryPageOptions(BuildContext,int)", "Widget(BuildContext,ImageChunkEvent?)", "FadeTransition(Widget,Animation0)", "int(ParagraphRuler,ParagraphRuler)", "Widget(BuildContext,Widget,ImageChunkEvent?)", "Offset(int)", "double(double,RenderBox)", "Widget(BuildContext,BoxValueConstraints)", "String(String?)", "MouseRegion(BuildContext,ScrollController)", "StatelessWidget(BuildContext,AsyncSnapshot)", "PhotoViewGestureRecognizer()", "~(PhotoViewGestureRecognizer)", "~(@,StackTrace?)", "MaterialRectArcTween(Rect?,Rect?)", "@(QrCode)", "QrCode()", "@(Object?,@,@(@))", "AnimatedSwitcher(BuildContext,AsyncSnapshot)", "Null(Object,StackTrace?)", "Widget(BuildContext,~())", "Future>()", "MapEntry(String,@)", "String?()", "int(_Line)", "MaterialPageRoute<0^>(RouteSettings,Widget(BuildContext))", "Uri?(_Line)", "Uri?(_Highlight)", "int(_Highlight,_Highlight)", "List<_Line>(List<_Highlight>)", "SourceSpanWithContext()", "~(int,bool(FlutterHtmlKeyboardEvent))", "int(int,Object)", "~(HtmlElement)", "String?(Match)", "~(Zone?,ZoneDelegate?,Zone,Object,StackTrace)", "0^(Zone?,ZoneDelegate?,Zone,0^())", "0^(Zone?,ZoneDelegate?,Zone,0^(1^),1^)", "0^(Zone?,ZoneDelegate?,Zone,0^(1^,2^),1^,2^)", "0^()(Zone,ZoneDelegate,Zone,0^())", "0^(1^)(Zone,ZoneDelegate,Zone,0^(1^))", "0^(1^,2^)(Zone,ZoneDelegate,Zone,0^(1^,2^))", "AsyncError?(Zone,ZoneDelegate,Zone,Object,StackTrace?)", "~(Zone?,ZoneDelegate?,Zone,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~())", "Timer(Zone,ZoneDelegate,Zone,Duration,~(Timer))", "~(Zone,ZoneDelegate,Zone,String)", "Zone(Zone?,ZoneDelegate?,Zone,ZoneSpecification?,Map?)", "int(Comparable<@>,Comparable<@>)", "double(_Diagonal)", "0^(0^,0^)", "Size?(Size?,Size?,double)", "double?(num?,num?,double)", "Color?(Color?,Color?,double)", "~(String,FileSystemOp)", "~(FlutterErrorDetails)", "~(FlutterErrorDetails{forceReport:bool})", "DiagnosticsNode(String)", "StackFrame?(String)", "double(double,double,double)", "Widget(BuildContext,Animation0,Animation0,Widget)", "EdgeInsetsGeometry?(EdgeInsetsGeometry?,EdgeInsetsGeometry?,double)", "Future>?>(String?)", "TextStyle?(TextStyle?,TextStyle?,double)", "int(_TaskEntry<@>,_TaskEntry<@>)", "bool({priority!int,scheduler!SchedulerBinding})", "String(ByteData)", "List(String)", "Widget(Widget,Key,Widget,Key)", "Widget(Widget?,List)", "int(Element0,Element0)", "List>(NavigatorState,String)", "int(Widget,int)", "Iterable(Iterable)", "Widget(BuildContext,List,Widget(Color))", "Widget(Color,bool,~())", "Store<0^>(Store<0^>)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "_RandomAccessFile(@)", "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*)", "ListBuilder*>*()", "ListUIState*(ListUIState*,ViewGroupList*)", "ListUIState*(ListUIState*,FilterGroupsByState*)", "ListUIState*(ListUIState*,FilterGroups*)", "ListUIState*(ListUIState*,SortGroups*)", "ListUIState*(ListUIState*,StartGroupMultiselect*)", "ListUIState*(ListUIState*,AddToGroupMultiselect*)", "ListUIState*(ListUIState*,RemoveFromGroupMultiselect*)", "ListUIState*(ListUIState*,ClearGroupMultiselect*)", "GroupState*(GroupState*,ArchiveGroupSuccess*)", "GroupState*(GroupState*,DeleteGroupSuccess*)", "GroupState*(GroupState*,RestoreGroupSuccess*)", "GroupState*(GroupState*,AddGroupSuccess*)", "GroupState*(GroupState*,SaveGroupSuccess*)", "GroupState*(GroupState*,LoadGroupSuccess*)", "GroupState*(GroupState*,LoadGroupsSuccess*)", "GroupState*(GroupState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddInvoiceItems*)", "ListUIState*(ListUIState*,ViewInvoiceList*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterInvoicesByState*)", "ListUIState*(ListUIState*,FilterInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterInvoices*)", "ListUIState*(ListUIState*,SortInvoices*)", "ListUIState*(ListUIState*,StartInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearInvoiceMultiselect*)", "InvoiceState*(InvoiceState*,MarkInvoicesSentSuccess*)", "InvoiceState*(InvoiceState*,MarkInvoicesPaidSuccess*)", "InvoiceState*(InvoiceState*,ReverseInvoicesSuccess*)", "InvoiceState*(InvoiceState*,CancelInvoicesSuccess*)", "InvoiceState*(InvoiceState*,ArchiveInvoicesSuccess*)", "InvoiceState*(InvoiceState*,DeleteInvoicesSuccess*)", "InvoiceState*(InvoiceState*,EmailInvoiceSuccess*)", "InvoiceState*(InvoiceState*,RestoreInvoicesSuccess*)", "InvoiceState*(InvoiceState*,AddInvoiceSuccess*)", "InvoiceState*(InvoiceState*,@)", "InvoiceState*(InvoiceState*,LoadInvoicesSuccess*)", "InvoiceState*(InvoiceState*,LoadCompanySuccess*)", "ListBuilder*()", "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*)", "ListBuilder*()", "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*)", "ListBuilder*()", "ListUIState*(ListUIState*,ViewProductList*)", "ListUIState*(ListUIState*,FilterProductsByState*)", "ListUIState*(ListUIState*,FilterProductsByCustom1*)", "ListUIState*(ListUIState*,FilterProductsByCustom2*)", "ListUIState*(ListUIState*,FilterProductsByCustom3*)", "ListUIState*(ListUIState*,FilterProductsByCustom4*)", "ListUIState*(ListUIState*,FilterProducts*)", "ListUIState*(ListUIState*,SortProducts*)", "ListUIState*(ListUIState*,StartProductMultiselect*)", "ListUIState*(ListUIState*,AddToProductMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProductMultiselect*)", "ListUIState*(ListUIState*,ClearProductMultiselect*)", "ProductState*(ProductState*,ArchiveProductsSuccess*)", "ProductState*(ProductState*,DeleteProductsSuccess*)", "ProductState*(ProductState*,RestoreProductsSuccess*)", "ProductState*(ProductState*,AddProductSuccess*)", "ProductState*(ProductState*,SaveProductSuccess*)", "ProductState*(ProductState*,LoadProductSuccess*)", "ProductState*(ProductState*,LoadProductsSuccess*)", "ProductState*(ProductState*,LoadCompanySuccess*)", "MapBuilder*>*()", "ListUIState*(ListUIState*,ViewProjectList*)", "ListUIState*(ListUIState*,FilterProjectsByCustom1*)", "ListUIState*(ListUIState*,FilterProjectsByCustom2*)", "ListUIState*(ListUIState*,FilterProjectsByCustom3*)", "ListUIState*(ListUIState*,FilterProjectsByCustom4*)", "ListUIState*(ListUIState*,FilterProjectsByState*)", "ListUIState*(ListUIState*,FilterProjects*)", "ListUIState*(ListUIState*,SortProjects*)", "ListUIState*(ListUIState*,StartProjectMultiselect*)", "ListUIState*(ListUIState*,AddToProjectMultiselect*)", "ListUIState*(ListUIState*,RemoveFromProjectMultiselect*)", "ListUIState*(ListUIState*,ClearProjectMultiselect*)", "ProjectState*(ProjectState*,ArchiveProjectSuccess*)", "ProjectState*(ProjectState*,DeleteProjectSuccess*)", "ProjectState*(ProjectState*,RestoreProjectSuccess*)", "ProjectState*(ProjectState*,AddProjectSuccess*)", "ProjectState*(ProjectState*,SaveProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectSuccess*)", "ProjectState*(ProjectState*,LoadProjectsSuccess*)", "ProjectState*(ProjectState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddQuoteItems*)", "ListUIState*(ListUIState*,ViewQuoteList*)", "ListUIState*(ListUIState*,FilterQuotesByCustom1*)", "ListUIState*(ListUIState*,FilterQuotesByCustom2*)", "ListUIState*(ListUIState*,FilterQuotesByCustom3*)", "ListUIState*(ListUIState*,FilterQuotesByCustom4*)", "ListUIState*(ListUIState*,FilterQuotesByState*)", "ListUIState*(ListUIState*,FilterQuotesByStatus*)", "ListUIState*(ListUIState*,FilterQuotes*)", "ListUIState*(ListUIState*,SortQuotes*)", "ListUIState*(ListUIState*,StartQuoteMultiselect*)", "ListUIState*(ListUIState*,AddToQuoteMultiselect*)", "ListUIState*(ListUIState*,RemoveFromQuoteMultiselect*)", "ListUIState*(ListUIState*,ClearQuoteMultiselect*)", "QuoteState*(QuoteState*,MarkSentQuoteSuccess*)", "QuoteState*(QuoteState*,ArchiveQuotesSuccess*)", "QuoteState*(QuoteState*,DeleteQuotesSuccess*)", "QuoteState*(QuoteState*,RestoreQuotesSuccess*)", "QuoteState*(QuoteState*,ConvertQuoteSuccess*)", "QuoteState*(QuoteState*,AddQuoteSuccess*)", "QuoteState*(QuoteState*,@)", "QuoteState*(QuoteState*,LoadQuotesSuccess*)", "QuoteState*(QuoteState*,LoadCompanySuccess*)", "ListUIState*(ListUIState*,ViewRecurringExpenseList*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringExpensesByState*)", "ListUIState*(ListUIState*,FilterRecurringExpenses*)", "ListUIState*(ListUIState*,SortRecurringExpenses*)", "ListUIState*(ListUIState*,StartRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringExpenseMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringExpenseMultiselect*)", "RecurringExpenseState*(RecurringExpenseState*,ArchiveRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,DeleteRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,RestoreRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,AddRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,SaveRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpenseSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadRecurringExpensesSuccess*)", "RecurringExpenseState*(RecurringExpenseState*,LoadCompanySuccess*)", "InvoiceEntity*(InvoiceEntity*,AddRecurringInvoiceItems*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom1*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom2*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom3*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByCustom4*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByState*)", "ListUIState*(ListUIState*,FilterRecurringInvoicesByStatus*)", "ListUIState*(ListUIState*,FilterRecurringInvoices*)", "ListUIState*(ListUIState*,SortRecurringInvoices*)", "ListUIState*(ListUIState*,StartRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,AddToRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,RemoveFromRecurringInvoiceMultiselect*)", "ListUIState*(ListUIState*,ClearRecurringInvoiceMultiselect*)", "RecurringInvoiceState*(RecurringInvoiceState*,ArchiveRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,DeleteRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,EmailRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,RestoreRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StartRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,StopRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,AddRecurringInvoiceSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,@)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadRecurringInvoicesSuccess*)", "RecurringInvoiceState*(RecurringInvoiceState*,LoadCompanySuccess*)", "StaticState*(StaticState*,LoadStaticSuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom1*)", "ListUIState*(ListUIState*,FilterSubscriptionsByCustom2*)", "ListUIState*(ListUIState*,FilterSubscriptionsByState*)", "ListUIState*(ListUIState*,FilterSubscriptions*)", "ListUIState*(ListUIState*,SortSubscriptions*)", "ListUIState*(ListUIState*,StartSubscriptionMultiselect*)", "ListUIState*(ListUIState*,AddToSubscriptionMultiselect*)", "ListUIState*(ListUIState*,RemoveFromSubscriptionMultiselect*)", "ListUIState*(ListUIState*,ClearSubscriptionMultiselect*)", "SubscriptionState*(SubscriptionState*,ArchiveSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,DeleteSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,RestoreSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,AddSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,SaveSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionSuccess*)", "SubscriptionState*(SubscriptionState*,LoadSubscriptionsSuccess*)", "SubscriptionState*(SubscriptionState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTaskList*)", "ListUIState*(ListUIState*,FilterTasksByCustom1*)", "ListUIState*(ListUIState*,FilterTasksByCustom2*)", "ListUIState*(ListUIState*,FilterTasksByState*)", "ListUIState*(ListUIState*,FilterTasksByStatus*)", "ListUIState*(ListUIState*,FilterTasks*)", "ListUIState*(ListUIState*,SortTasks*)", "TaskEntity*(TaskEntity*,AddTaskTime*)", "TaskEntity*(TaskEntity*,DeleteTaskTime*)", "TaskEntity*(TaskEntity*,UpdateTaskTime*)", "ListUIState*(ListUIState*,StartTaskMultiselect*)", "ListUIState*(ListUIState*,AddToTaskMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskMultiselect*)", "ListUIState*(ListUIState*,ClearTaskMultiselect*)", "TaskState*(TaskState*,SortTasksSuccess*)", "TaskState*(TaskState*,ArchiveTaskSuccess*)", "TaskState*(TaskState*,DeleteTaskSuccess*)", "TaskState*(TaskState*,RestoreTaskSuccess*)", "TaskState*(TaskState*,AddTaskSuccess*)", "TaskState*(TaskState*,SaveTaskSuccess*)", "TaskState*(TaskState*,LoadTaskSuccess*)", "TaskState*(TaskState*,LoadTasksSuccess*)", "TaskState*(TaskState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTaskStatusList*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom1*)", "ListUIState*(ListUIState*,FilterTaskStatusesByCustom2*)", "ListUIState*(ListUIState*,FilterTaskStatusesByState*)", "ListUIState*(ListUIState*,FilterTaskStatuses*)", "ListUIState*(ListUIState*,SortTaskStatuses*)", "ListUIState*(ListUIState*,StartTaskStatusMultiselect*)", "ListUIState*(ListUIState*,AddToTaskStatusMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaskStatusMultiselect*)", "ListUIState*(ListUIState*,ClearTaskStatusMultiselect*)", "TaskStatusState*(TaskStatusState*,SortTasksSuccess*)", "TaskStatusState*(TaskStatusState*,ArchiveTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,DeleteTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,RestoreTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,AddTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,SaveTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusSuccess*)", "TaskStatusState*(TaskStatusState*,LoadTaskStatusesSuccess*)", "TaskStatusState*(TaskStatusState*,LoadCompanySuccess*)", "int/(@)", "ListUIState*(ListUIState*,ViewTaxRateList*)", "ListUIState*(ListUIState*,FilterTaxRatesByState*)", "ListUIState*(ListUIState*,FilterTaxRates*)", "ListUIState*(ListUIState*,SortTaxRates*)", "ListUIState*(ListUIState*,StartTaxRateMultiselect*)", "ListUIState*(ListUIState*,AddToTaxRateMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTaxRateMultiselect*)", "ListUIState*(ListUIState*,ClearTaxRateMultiselect*)", "TaxRateState*(TaxRateState*,ArchiveTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,DeleteTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,RestoreTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,AddTaxRateSuccess*)", "TaxRateState*(TaxRateState*,SaveTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRateSuccess*)", "TaxRateState*(TaxRateState*,LoadTaxRatesSuccess*)", "TaxRateState*(TaxRateState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewTokenList*)", "ListUIState*(ListUIState*,FilterTokensByCustom1*)", "ListUIState*(ListUIState*,FilterTokensByCustom2*)", "ListUIState*(ListUIState*,FilterTokensByState*)", "ListUIState*(ListUIState*,FilterTokens*)", "ListUIState*(ListUIState*,SortTokens*)", "ListUIState*(ListUIState*,StartTokenMultiselect*)", "ListUIState*(ListUIState*,AddToTokenMultiselect*)", "ListUIState*(ListUIState*,RemoveFromTokenMultiselect*)", "ListUIState*(ListUIState*,ClearTokenMultiselect*)", "TokenState*(TokenState*,ArchiveTokensSuccess*)", "TokenState*(TokenState*,DeleteTokensSuccess*)", "TokenState*(TokenState*,RestoreTokensSuccess*)", "TokenState*(TokenState*,AddTokenSuccess*)", "TokenState*(TokenState*,SaveTokenSuccess*)", "TokenState*(TokenState*,LoadTokenSuccess*)", "TokenState*(TokenState*,LoadTokensSuccess*)", "TokenState*(TokenState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewUserList*)", "ListUIState*(ListUIState*,FilterUsersByCustom1*)", "ListUIState*(ListUIState*,FilterUsersByCustom2*)", "ListUIState*(ListUIState*,FilterUsersByCustom3*)", "ListUIState*(ListUIState*,FilterUsersByCustom4*)", "ListUIState*(ListUIState*,FilterUsersByState*)", "ListUIState*(ListUIState*,FilterUsers*)", "ListUIState*(ListUIState*,SortUsers*)", "ListUIState*(ListUIState*,StartUserMultiselect*)", "ListUIState*(ListUIState*,AddToUserMultiselect*)", "ListUIState*(ListUIState*,RemoveFromUserMultiselect*)", "ListUIState*(ListUIState*,ClearUserMultiselect*)", "UserState*(UserState*,ArchiveUserSuccess*)", "UserState*(UserState*,DeleteUserSuccess*)", "UserState*(UserState*,RestoreUserSuccess*)", "UserState*(UserState*,RemoveUserSuccess*)", "UserState*(UserState*,AddUserSuccess*)", "UserState*(UserState*,SaveUserSuccess*)", "UserState*(UserState*,SaveAuthUserSuccess*)", "UserState*(UserState*,ConnecOAuthUserSuccess*)", "UserState*(UserState*,ConnecGmailUserSuccess*)", "UserState*(UserState*,LoadUserSuccess*)", "UserState*(UserState*,LoadUsersSuccess*)", "UserState*(UserState*,LoadCompanySuccess*)", "VendorContactEntity*(VendorContactEntity*,@)", "MapBuilder*()", "VendorEntity*(VendorEntity*,AddVendorContact*)", "VendorEntity*(VendorEntity*,DeleteVendorContact*)", "VendorEntity*(VendorEntity*,UpdateVendorContact*)", "ListUIState*(ListUIState*,ViewVendorList*)", "ListUIState*(ListUIState*,FilterVendorsByCustom1*)", "ListUIState*(ListUIState*,FilterVendorsByCustom2*)", "ListUIState*(ListUIState*,FilterVendorsByCustom3*)", "ListUIState*(ListUIState*,FilterVendorsByCustom4*)", "ListUIState*(ListUIState*,FilterVendorsByState*)", "ListUIState*(ListUIState*,FilterVendors*)", "ListUIState*(ListUIState*,SortVendors*)", "ListUIState*(ListUIState*,StartVendorMultiselect*)", "ListUIState*(ListUIState*,AddToVendorMultiselect*)", "ListUIState*(ListUIState*,RemoveFromVendorMultiselect*)", "ListUIState*(ListUIState*,ClearVendorMultiselect*)", "VendorState*(VendorState*,ArchiveVendorSuccess*)", "VendorState*(VendorState*,DeleteVendorSuccess*)", "VendorState*(VendorState*,RestoreVendorSuccess*)", "VendorState*(VendorState*,AddVendorSuccess*)", "VendorState*(VendorState*,SaveVendorSuccess*)", "VendorState*(VendorState*,LoadVendorSuccess*)", "VendorState*(VendorState*,LoadVendorsSuccess*)", "VendorState*(VendorState*,LoadCompanySuccess*)", "MapBuilder*()", "ListUIState*(ListUIState*,ViewWebhookList*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom1*)", "ListUIState*(ListUIState*,FilterWebhooksByCustom2*)", "ListUIState*(ListUIState*,FilterWebhooksByState*)", "ListUIState*(ListUIState*,FilterWebhooks*)", "ListUIState*(ListUIState*,SortWebhooks*)", "ListUIState*(ListUIState*,StartWebhookMultiselect*)", "ListUIState*(ListUIState*,AddToWebhookMultiselect*)", "ListUIState*(ListUIState*,RemoveFromWebhookMultiselect*)", "ListUIState*(ListUIState*,ClearWebhookMultiselect*)", "WebhookState*(WebhookState*,ArchiveWebhooksSuccess*)", "WebhookState*(WebhookState*,DeleteWebhooksSuccess*)", "WebhookState*(WebhookState*,RestoreWebhooksSuccess*)", "WebhookState*(WebhookState*,AddWebhookSuccess*)", "WebhookState*(WebhookState*,SaveWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhookSuccess*)", "WebhookState*(WebhookState*,LoadWebhooksSuccess*)", "WebhookState*(WebhookState*,LoadCompanySuccess*)", "ConfirmEmailVM*(Store*)", "AppDrawerVM*(Store*)", "MenuDrawerVM*(Store*)", "LoginVM*(Store*)", "ClientListVM*(Store*)", "ClientScreenVM*(Store*)", "CompanyGatewayListVM*(Store*)", "CompanyGatewayScreenVM*(Store*)", "CreditListVM*(Store*)", "CreditScreenVM*(Store*)", "DashboardVM*(Store*)", "DesignListVM*(Store*)", "DesignScreenVM*(Store*)", "DocumentListVM*(Store*)", "DocumentScreenVM*(Store*)", "ExpenseListVM*(Store*)", "ExpenseScreenVM*(Store*)", "ExpenseCategoryListVM*(Store*)", "ExpenseCategoryScreenVM*(Store*)", "GroupListVM*(Store*)", "GroupScreenVM*(Store*)", "InvoiceListVM*(Store*)", "InvoiceScreenVM*(Store*)", "PaymentListVM*(Store*)", "PaymentScreenVM*(Store*)", "PaymentTermListVM*(Store*)", "PaymentTermScreenVM*(Store*)", "ProductListVM*(Store*)", "ProductScreenVM*(Store*)", "ProjectListVM*(Store*)", "ProjectScreenVM*(Store*)", "QuoteListVM*(Store*)", "QuoteScreenVM*(Store*)", "RecurringExpenseListVM*(Store*)", "RecurringExpenseScreenVM*(Store*)", "RecurringInvoiceListVM*(Store*)", "RecurringInvoiceScreenVM*(Store*)", "ReportsScreenVM*(Store*)", "AccountManagementVM*(Store*)", "BuyNowButtonsVM*(Store*)", "ClientPortalVM*(Store*)", "CompanyDetailsVM*(Store*)", "CreditCardsAndBanksVM*(Store*)", "CustomFieldsVM*(Store*)", "DataVisualizationsVM*(Store*)", "DeviceSettingsVM*(Store*)", "EmailSettingsVM*(Store*)", "ExpenseSettingsVM*(Store*)", "GeneratedNumbersVM*(Store*)", "ImportExportVM*(Store*)", "InvoiceDesignVM*(Store*)", "LocalizationSettingsVM*(Store*)", "OnlinePaymentsVM*(Store*)", "ProductSettingsVM*(Store*)", "SettingsListVM*(Store*)", "SettingsScreenVM*(Store*)", "TaskSettingsVM*(Store*)", "TaxSettingsVM*(Store*)", "TemplatesAndRemindersVM*(Store*)", "UserDetailsVM*(Store*)", "WorkflowSettingsVM*(Store*)", "SubscriptionListVM*(Store*)", "SubscriptionScreenVM*(Store*)", "KanbanVM*(Store*)", "TaskListVM*(Store*)", "TaskScreenVM*(Store*)", "TaskStatusListVM*(Store*)", "TaskStatusScreenVM*(Store*)", "TaxRateListVM*(Store*)", "TaxRateScreenVM*(Store*)", "TokenListVM*(Store*)", "TokenScreenVM*(Store*)", "UserListVM*(Store*)", "UserScreenVM*(Store*)", "VendorListVM*(Store*)", "VendorScreenVM*(Store*)", "WebhookListVM*(Store*)", "WebhookScreenVM*(Store*)", "Future(PdfPage)", "PhotoViewGalleryPageOptions(Future,int,PdfDocument)", "Future()", "PhotoViewScaleState(PhotoViewScaleState)", "Future<1^>(1^/(0^),0^{debugLabel:String?})", "~(String?{wrapWidth:int?})", "MapBuilder*()", "GoogleSignInUserData?(Map?)", "bool*(bool*,StartLoading*)", "bool*(bool*,StopLoading*)", "bool*(bool*,StartSaving*)", "DashboardDateRangePicker*(BuildContext*)"], interceptorsByTag: null, leafTags: null, arrayRti: typeof Symbol == "function" && typeof Symbol() == "symbol" ? Symbol("$ti") : "$ti" @@ -428492,7 +428875,6 @@ C.BoxShadow_y5m20 = new O.BoxShadow(8, C.Color_520093696, C.Offset_0_9, 46); C.List_nxi = H.setRuntimeTypeInfo(makeConstList([C.BoxShadow_WVp, C.BoxShadow_y5m19, C.BoxShadow_y5m20]), type$.JSArray_legacy_BoxShadow); C.Map_2VYR1 = new H.GeneralConstantMap([0, C.List_empty21, 1, C.List_8oN, 2, C.List_f2M, 3, C.List_f2M0, 4, C.List_8oN0, 6, C.List_8oN1, 8, C.List_6O8, 9, C.List_6O80, 12, C.List_JSm, 16, C.List_2No0, 24, C.List_nxi], H.findType("GeneralConstantMap*>")); - C.Map_2VqnS = new H.GeneralConstantMap([4096, "invoices", 1, "recurring_invoices", 4, "quotes", 2, "credits", 32, "projects", 8, "tasks", 64, "vendors", 16, "expenses"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); C.List_2zE = H.setRuntimeTypeInfo(makeConstList(["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "cs", "da", "de", "de_CH", "el", "en", "en_AU", "en_CA", "en_GB", "en_IE", "en_IN", "en_SG", "en_US", "en_ZA", "es", "es_419", "es_MX", "es_US", "et", "eu", "fa", "fi", "fil", "fr", "fr_CA", "gl", "gsw", "gu", "he", "hi", "hr", "hu", "hy", "id", "is", "it", "ja", "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", "mn", "mr", "ms", "my", "nb", "ne", "nl", "no", "or", "pa", "pl", "ps", "pt", "pt_PT", "ro", "ru", "si", "sk", "sl", "sq", "sr", "sr_Latn", "sv", "sw", "ta", "te", "th", "tl", "tr", "uk", "ur", "uz", "vi", "zh", "zh_HK", "zh_TW", "zu"]), type$.JSArray_legacy_String); C.List_5tX = H.setRuntimeTypeInfo(makeConstList(["NAME", "ERAS", "ERANAMES", "NARROWMONTHS", "STANDALONENARROWMONTHS", "MONTHS", "STANDALONEMONTHS", "SHORTMONTHS", "STANDALONESHORTMONTHS", "WEEKDAYS", "STANDALONEWEEKDAYS", "SHORTWEEKDAYS", "STANDALONESHORTWEEKDAYS", "NARROWWEEKDAYS", "STANDALONENARROWWEEKDAYS", "SHORTQUARTERS", "QUARTERS", "AMPMS", "DATEFORMATS", "TIMEFORMATS", "AVAILABLEFORMATS", "FIRSTDAYOFWEEK", "WEEKENDRANGE", "FIRSTWEEKCUTOFFDAY", "DATETIMEFORMATS"]), type$.JSArray_legacy_String); C.List_yPV = H.setRuntimeTypeInfo(makeConstList(["v.C.", "n.C."]), type$.JSArray_dynamic); @@ -430120,6 +430502,7 @@ C.Map_tOd65 = new H.ConstantStringMap(12, {"1": "january", "2": "february", "3": "march", "4": "april", "5": "may", "6": "june", "7": "july", "8": "august", "9": "september", "10": "october", "11": "november", "12": "december"}, C.List_tO30, type$.ConstantStringMap_of_legacy_String_and_legacy_String); C.Map_tOn4d = new H.ConstantStringMap(12, {"1": "freq_daily", "2": "freq_weekly", "3": "freq_two_weeks", "4": "freq_four_weeks", "5": "freq_monthly", "6": "freq_two_months", "7": "freq_three_months", "8": "freq_four_months", "9": "freq_six_months", "10": "freq_annually", "11": "freq_two_years", "12": "freq_three_years"}, C.List_tO30, type$.ConstantStringMap_of_legacy_String_and_legacy_String); C.Map_yXAeS = new H.GeneralConstantMap([0, "FontWeight.w100", 1, "FontWeight.w200", 2, "FontWeight.w300", 3, "FontWeight.w400", 4, "FontWeight.w500", 5, "FontWeight.w600", 6, "FontWeight.w700", 7, "FontWeight.w800", 8, "FontWeight.w900"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); + C.Map_yXX0S = new H.GeneralConstantMap([4096, "invoices", 1, "recurring_invoices", 4, "quotes", 2, "credits", 32, "projects", 8, "tasks", 64, "vendors", 16, "expenses", 512, "recurring_expenses"], type$.GeneralConstantMap_of_legacy_int_and_legacy_String); C.MarginSpec_null_null_null_50 = new M.MarginSpec(null, null, null, 50); C.Color_4294937216 = new P.Color(4294937216); C.Color_4294922834 = new P.Color(4294922834); @@ -436605,6 +436988,18 @@ _lazyOld($, "memoizedFilteredRecurringExpenseList", "$get$memoizedFilteredRecurringExpenseList", function() { return O.memo9(new A.memoizedFilteredRecurringExpenseList_closure(), type$.legacy_SelectionState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ClientEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_VendorEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_UserEntity, type$.legacy_ListUIState, type$.legacy_BuiltMap_of_legacy_String_and_legacy_InvoiceEntity, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseCategoryEntity, type$.legacy_StaticState, type$.legacy_List_legacy_String); }); + _lazyOld($, "memoizedRecurringExpenseStatsForClient", "$get$memoizedRecurringExpenseStatsForClient", function() { + return O.memo2(new A.memoizedRecurringExpenseStatsForClient_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); + }); + _lazyOld($, "memoizedRecurringExpenseStatsForVendor", "$get$memoizedRecurringExpenseStatsForVendor", function() { + return O.memo2(new A.memoizedRecurringExpenseStatsForVendor_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); + }); + _lazyOld($, "memoizedRecurringExpenseStatsForUser", "$get$memoizedRecurringExpenseStatsForUser", function() { + return O.memo2(new A.memoizedRecurringExpenseStatsForUser_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); + }); + _lazyOld($, "memoizedRecurringExpenseStatsForExpense", "$get$memoizedRecurringExpenseStatsForExpense", function() { + return O.memo2(new A.memoizedRecurringExpenseStatsForExpense_closure(), type$.legacy_String, type$.legacy_BuiltMap_of_legacy_String_and_legacy_ExpenseEntity, type$.legacy_EntityStats); + }); _lazyOld($, "_$recurringExpenseStateSerializer", "$get$_$recurringExpenseStateSerializer", function() { return new K._$RecurringExpenseStateSerializer(); });